w_xls_pic.srw 511 B

12345678910111213141516171819202122232425262728
  1. $PBExportHeader$w_xls_pic.srw
  2. forward
  3. global type w_xls_pic from window
  4. end type
  5. end forward
  6. global type w_xls_pic from window
  7. boolean visible = false
  8. integer width = 2533
  9. integer height = 1408
  10. boolean titlebar = true
  11. string title = "Untitled"
  12. boolean controlmenu = true
  13. boolean minbox = true
  14. boolean maxbox = true
  15. boolean resizable = true
  16. long backcolor = 67108864
  17. string icon = "AppIcon!"
  18. boolean center = true
  19. end type
  20. global w_xls_pic w_xls_pic
  21. on w_xls_pic.create
  22. end on
  23. on w_xls_pic.destroy
  24. end on