12345678910111213141516171819202122232425262728 |
- $PBExportHeader$w_xls_pic.srw
- forward
- global type w_xls_pic from window
- end type
- end forward
- global type w_xls_pic from window
- boolean visible = false
- integer width = 2533
- integer height = 1408
- boolean titlebar = true
- string title = "Untitled"
- boolean controlmenu = true
- boolean minbox = true
- boolean maxbox = true
- boolean resizable = true
- long backcolor = 67108864
- string icon = "AppIcon!"
- boolean center = true
- end type
- global w_xls_pic w_xls_pic
- on w_xls_pic.create
- end on
- on w_xls_pic.destroy
- end on
|