home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / ctenari / Prochazka / data / lib / winobjs.zbc < prev    next >
Text File  |  2002-07-29  |  22KB  |  1,070 lines

  1. ;This is machine generated file, do not edit
  2. ;Generated by JavaScript
  3. interface Component.class
  4. end
  5.  
  6. interface Component.instance
  7. end
  8.  
  9. interface Control.class
  10. end
  11.  
  12. interface Control.instance
  13. native get:X Control_get_X_0
  14. native set:X Control_set_X_1_int
  15. native get:Y Control_get_Y_0
  16. native set:Y Control_set_Y_1_int
  17. native get:W Control_get_W_0
  18. native set:W Control_set_W_1_int
  19. native get:H Control_get_H_0
  20. native set:H Control_set_H_1_int
  21. native destroy Control_destroy_0
  22. native show Control_show_0
  23. native hide Control_hide_0
  24. native get:visible Control_get_visible_0
  25. native set:visible Control_set_visible_1_bool
  26. native get:enabled Control_get_enabled_0
  27. native set:enabled Control_set_enabled_1_bool
  28. end
  29.  
  30. interface Window.class
  31. native op:new Window_op_new_0
  32. native alert static_Window_alert_0
  33. native msgbox static_Window_msgbox_2_string_string
  34. native msgwin static_Window_msgwin_3_string_string_string
  35. native inputBox static_Window_inputBox_3_string_string_string
  36. native get:ppmmx static_Window_get_ppmmx_0
  37. native get:ppmmy static_Window_get_ppmmy_0
  38. end
  39.  
  40. interface Window.instance
  41. native get:text Window_get_text_0
  42. native set:text Window_set_text_1_String
  43. native showModal Window_showModal_0
  44. native show Window_show_0
  45. native denyClose Window_denyClose_0
  46. native close Window_close_0
  47. native get:style Window_get_style_0
  48. native set:style Window_set_style_1_string
  49. native loadData Window_loadData_1_XMLNode
  50. native saveData Window_saveData_1_XMLNode
  51. end
  52.  
  53. interface Form.class
  54. native op:new Form_op_new_0
  55. end
  56.  
  57. interface Form.instance
  58. native loadWindow Form_loadWindow_1_string
  59. native get:handler Form_get_handler_0
  60. native set:handler Form_set_handler_1_Object
  61. native search Form_search_1_string
  62. native op:get:prop Form_op_get_prop_1_string
  63. native destroy Form_destroy_0
  64. end
  65.  
  66. interface Button.class
  67. end
  68.  
  69. interface Button.instance:Control.instance
  70. native get:text Button_get_text_0
  71. native set:text Button_set_text_1_String
  72. native get:onclick Button_get_onclick_0
  73. native set:onclick Button_set_onclick_1_String
  74. end
  75.  
  76. interface RadioGroup.class
  77. end
  78.  
  79. interface RadioGroup.instance:Control.instance
  80. native get:text RadioGroup_get_text_0
  81. native set:text RadioGroup_set_text_1_string
  82. native get:items RadioGroup_get_items_0
  83. native set:items RadioGroup_set_items_1_string
  84. native get:cur RadioGroup_get_cur_0
  85. native set:cur RadioGroup_set_cur_1_int
  86. end
  87.  
  88. interface ToolButton.class
  89. end
  90.  
  91. interface ToolButton.instance:Control.instance
  92. native get:text ToolButton_get_text_0
  93. native set:text ToolButton_set_text_1_String
  94. native get:onclick ToolButton_get_onclick_0
  95. native set:onclick ToolButton_set_onclick_1_String
  96. native get:image ToolButton_get_image_0
  97. native set:image ToolButton_set_image_1_Picture
  98. end
  99.  
  100. interface SpeedGroup.class
  101. end
  102.  
  103. interface SpeedGroup.instance:Control.instance
  104. native get:cur SpeedGroup_get_cur_0
  105. native set:cur SpeedGroup_set_cur_1_int
  106. end
  107.  
  108. interface ListBox.class
  109. end
  110.  
  111. interface ListBox.instance:Control.instance
  112. native get:items ListBox_get_items_0
  113. native set:items ListBox_set_items_1_string
  114. native get:cur ListBox_get_cur_0
  115. native set:cur ListBox_set_cur_1_int
  116. end
  117.  
  118. interface PackedList.class
  119. end
  120.  
  121. interface PackedList.instance:Control.instance
  122. native get:items PackedList_get_items_0
  123. native set:items PackedList_set_items_1_string
  124. native get:cur PackedList_get_cur_0
  125. native set:cur PackedList_set_cur_1_int
  126. end
  127.  
  128. interface Edit.class
  129. end
  130.  
  131. interface Edit.instance:Control.instance
  132. native get:text Edit_get_text_0
  133. native set:text Edit_set_text_1_string
  134. end
  135.  
  136. interface Memo.class
  137. end
  138.  
  139. interface Memo.instance:Control.instance
  140. native get:text Memo_get_text_0
  141. native set:text Memo_set_text_1_string
  142. native get:modified Memo_get_modified_0
  143. native set:modified Memo_set_modified_1_bool
  144. end
  145.  
  146. interface Label.class
  147. end
  148.  
  149. interface Label.instance:Control.instance
  150. native get:text Label_get_text_0
  151. native set:text Label_set_text_1_String
  152. end
  153.  
  154. interface WrapLabel.class
  155. end
  156.  
  157. interface WrapLabel.instance:Control.instance
  158. native get:text WrapLabel_get_text_0
  159. native set:text WrapLabel_set_text_1_String
  160. end
  161.  
  162. interface TrackBar.class
  163. end
  164.  
  165. interface TrackBar.instance:Control.instance
  166. native get:min TrackBar_get_min_0
  167. native set:min TrackBar_set_min_1_int
  168. native get:max TrackBar_get_max_0
  169. native set:max TrackBar_set_max_1_int
  170. native get:cur TrackBar_get_cur_0
  171. native set:cur TrackBar_set_cur_1_int
  172. native get:frequency TrackBar_get_frequency_0
  173. native set:frequency TrackBar_set_frequency_1_int
  174. end
  175.  
  176. interface Table.class
  177. end
  178.  
  179. interface Table.instance:Control.instance
  180. native set:model Table_set_model_1_TableModel
  181. native get:selrow Table_get_selrow_0
  182. native set:selrow Table_set_selrow_1_int
  183. native get:selcol Table_get_selcol_0
  184. native set:selcol Table_set_selcol_1_string
  185. native repaint Table_repaint_0
  186. native repaintLine Table_repaintLine_1_int
  187. native update Table_update_0
  188. end
  189.  
  190. interface TableCols.class
  191. end
  192.  
  193. interface TableCols.instance
  194. native add TableCols_add_2_string_string
  195. end
  196.  
  197. interface TableModel.class
  198. end
  199.  
  200. interface TableModel.instance
  201. sub getRowCount 0 0
  202. code
  203.  
  204. pushnull
  205. doret 1
  206. end
  207. sub getCellText 2 2
  208. code
  209. pushparam 0
  210. pushlocals
  211. setprop fldid
  212. polypop 2
  213. pushparam 1
  214. pushlocals
  215. setprop row
  216. polypop 2
  217.  
  218. pushnull
  219. doret 1
  220. end
  221. sub getCols 1 1
  222. code
  223. pushparam 0
  224. pushlocals
  225. setprop cols
  226. polypop 2
  227.  
  228. pushnull
  229. doret 1
  230. end
  231. end
  232.  
  233. interface TreeSource.class
  234. end
  235.  
  236. interface TreeSource.instance
  237. sub getCount 0 0
  238. code
  239.  
  240. pushnull
  241. doret 1
  242. end
  243. sub getText 0 0
  244. code
  245.  
  246. pushnull
  247. doret 1
  248. end
  249. sub getNodeAt 1 1
  250. code
  251. pushparam 0
  252. pushlocals
  253. setprop index
  254. polypop 2
  255.  
  256. pushnull
  257. doret 1
  258. end
  259. sub equalTo 1 1
  260. code
  261. pushparam 0
  262. pushlocals
  263. setprop right
  264. polypop 2
  265.  
  266. pushnull
  267. doret 1
  268. end
  269. end
  270.  
  271. interface Tree.class
  272. end
  273.  
  274. interface Tree.instance:Control.instance
  275. native set:source Tree_set_source_1_TreeSource
  276. native update Tree_update_0
  277. native get:active Tree_get_active_0
  278. end
  279.  
  280. interface PaintBox.class
  281. end
  282.  
  283. interface PaintBox.instance:Control.instance
  284. native get:onpaint PaintBox_get_onpaint_0
  285. native set:onpaint PaintBox_set_onpaint_1_String
  286. native repaint PaintBox_repaint_0
  287. end
  288.  
  289. interface ScrolledPainter.class
  290. end
  291.  
  292. interface ScrolledPainter.instance:Control.instance
  293. native get:onpaint ScrolledPainter_get_onpaint_0
  294. native set:onpaint ScrolledPainter_set_onpaint_1_String
  295. native setInSize ScrolledPainter_setInSize_2_int_int
  296. native repaint ScrolledPainter_repaint_0
  297. end
  298.  
  299. interface PropertyList.class
  300. end
  301.  
  302. interface PropertyList.instance:Control.instance
  303. native save PropertyList_save_1_VarList
  304. native load PropertyList_load_1_VarList
  305. native addVar PropertyList_addVar_1_string
  306. native eraseVar PropertyList_eraseVar_0
  307. native get:modified PropertyList_get_modified_0
  308. native set:modified PropertyList_set_modified_1_bool
  309. end
  310.  
  311. interface Pager.class
  312. end
  313.  
  314. interface Pager.instance
  315. native get:cur Pager_get_cur_0
  316. native set:cur Pager_set_cur_1_int
  317. end
  318.  
  319. interface Settings.class
  320. end
  321.  
  322. interface Settings.instance
  323. native createAll Settings_createAll_0
  324. end
  325.  
  326. interface Canvas.class
  327. end
  328.  
  329. interface Canvas.instance
  330. native line Canvas_line_4_int_int_int_int
  331. native rectangle Canvas_rectangle_4_int_int_int_int
  332. native ellipse Canvas_ellipse_4_int_int_int_int
  333. native fg Canvas_fg_1_string
  334. native bg Canvas_bg_1_string
  335. native text Canvas_text_3_int_int_string
  336. native textwi Canvas_textwi_1_string
  337. native texthi Canvas_texthi_1_string
  338. native font Canvas_font_1_Font
  339. native nextBand Canvas_nextBand_1_int
  340. native nextBand Canvas_nextBand_2_int_string
  341. end
  342.  
  343. interface Font.class
  344. native op:new Font_op_new_0
  345. end
  346.  
  347. interface Font.instance
  348. native get:name Font_get_name_0
  349. native set:name Font_set_name_1_string
  350. native get:size Font_get_size_0
  351. native set:size Font_set_size_1_int
  352. native get:bold Font_get_bold_0
  353. native set:bold Font_set_bold_1_bool
  354. native get:underline Font_get_underline_0
  355. native set:underline Font_set_underline_1_bool
  356. native get:strikeout Font_get_strikeout_0
  357. native set:strikeout Font_set_strikeout_1_bool
  358. native get:italic Font_get_italic_0
  359. native set:italic Font_set_italic_1_bool
  360. native load Font_load_1_XMLNode
  361. native save Font_save_1_XMLNode
  362. end
  363.  
  364. interface Picture.class
  365. native op:new Picture_op_new_0
  366. end
  367.  
  368. interface Picture.instance
  369. native load Picture_load_1_string
  370. native draw Picture_draw_3_int_int_Canvas
  371. native get:W Picture_get_W_0
  372. native set:W Picture_set_W_1_int
  373. native get:H Picture_get_H_0
  374. native set:H Picture_set_H_1_int
  375. end
  376.  
  377. interface Application.class
  378. native run static_Application_run_0
  379. native exit static_Application_exit_0
  380. native loadResource static_Application_loadResource_1_string
  381. native get:options static_Application_get_options_0
  382. native addSearchPath static_Application_addSearchPath_1_string
  383. native setOptionFile static_Application_setOptionFile_1_string
  384. native runXMLDialog static_Application_runXMLDialog_2_XMLNode_XMLNode
  385. native findResource static_Application_findResource_1_string
  386. native runSettingsDialog static_Application_runSettingsDialog_2_string_XMLNode
  387. native get:title static_Application_get_title_0
  388. native set:title static_Application_set_title_1_string
  389. end
  390.  
  391. interface Application.instance
  392. end
  393.  
  394. interface Printer.class
  395. native op:new Printer_op_new_0
  396. end
  397.  
  398. interface Printer.instance
  399. native getInfo Printer_getInfo_0
  400. native loadProperties Printer_loadProperties_1_XMLNode
  401. native saveProperties Printer_saveProperties_1_XMLNode
  402. native get:pghi Printer_get_pghi_0
  403. native get:pgwi Printer_get_pgwi_0
  404. native beginPage Printer_beginPage_0
  405. native endPage Printer_endPage_0
  406. native makeFont Printer_makeFont_1_Font
  407. native setup Printer_setup_0
  408. native detailSetup Printer_detailSetup_0
  409. native beginDoc Printer_beginDoc_1_string
  410. native beginFileDoc Printer_beginFileDoc_2_string_string
  411. native endDoc Printer_endDoc_0
  412. native destroy Printer_destroy_0
  413. native get:ppmmx Printer_get_ppmmx_0
  414. native get:ppmmy Printer_get_ppmmy_0
  415. end
  416.  
  417. interface Console.class
  418. native op:new Console_op_new_0
  419. native get:std static_Console_get_std_0
  420. end
  421.  
  422. interface Console.instance
  423. native print Console_print_0
  424. native println Console_println_0
  425. native readln Console_readln_0
  426. native close Console_close_0
  427. native wait Console_wait_0
  428. native destroy Console_destroy_0
  429. end
  430.  
  431. interface Key.class
  432. native op:new Key_op_new_1_string
  433. end
  434.  
  435. interface Key.instance
  436. native op:eq Key_op_eq_1_string
  437. native op:neq Key_op_neq_1_string
  438. end
  439.  
  440. interface Timer.class
  441. native op:new Timer_op_new_0
  442. native timer static_Timer_timer_2_float_
  443. end
  444.  
  445. interface Timer.instance
  446. native get:handler Timer_get_handler_0
  447. native set:handler Timer_set_handler_1_Object
  448. native start Timer_start_0
  449. native stop Timer_stop_0
  450. native get:running Timer_get_running_0
  451. native get:interval Timer_get_interval_0
  452. native set:interval Timer_set_interval_1_float
  453. end
  454.  
  455. interface OpenDialog.class
  456. native op:new OpenDialog_op_new_0
  457. native run static_OpenDialog_run_1_string
  458. end
  459.  
  460. interface OpenDialog.instance
  461. native execute OpenDialog_execute_0
  462. native get:file OpenDialog_get_file_0
  463. native set:file OpenDialog_set_file_1_string
  464. native get:initialDir OpenDialog_get_initialDir_0
  465. native set:initialDir OpenDialog_set_initialDir_1_string
  466. native get:files OpenDialog_get_files_0
  467. native get:filter OpenDialog_get_filter_0
  468. native set:filter OpenDialog_set_filter_1_string
  469. native get:multiSelect OpenDialog_get_multiSelect_0
  470. native set:multiSelect OpenDialog_set_multiSelect_1_bool
  471. end
  472.  
  473. interface SaveDialog.class
  474. native op:new SaveDialog_op_new_0
  475. native run static_SaveDialog_run_1_string
  476. end
  477.  
  478. interface SaveDialog.instance
  479. native execute SaveDialog_execute_0
  480. native get:initialDir SaveDialog_get_initialDir_0
  481. native set:initialDir SaveDialog_set_initialDir_1_string
  482. native get:file SaveDialog_get_file_0
  483. native set:file SaveDialog_set_file_1_string
  484. native get:filter SaveDialog_get_filter_0
  485. native set:filter SaveDialog_set_filter_1_string
  486. end
  487.  
  488. interface PaneGrp.class
  489. native op:new PaneGrp_op_new_0
  490. end
  491.  
  492. interface PaneGrp.instance
  493. native get:canvas PaneGrp_get_canvas_0
  494. native beginDoc PaneGrp_beginDoc_1_Canvas
  495. native endDoc PaneGrp_endDoc_0
  496. native get:count PaneGrp_get_count_0
  497. native op:get:index PaneGrp_op_get_index_1_int
  498. native sheetCount PaneGrp_sheetCount_1_int
  499. native replaceText PaneGrp_replaceText_2_string_string
  500. end
  501.  
  502. interface Pane.class
  503. end
  504.  
  505. interface Pane.instance
  506. native get:isFirst Pane_get_isFirst_0
  507. native get:isLast Pane_get_isLast_0
  508. native get:hi Pane_get_hi_0
  509. native get:parent Pane_get_parent_0
  510. native get:canvas Pane_get_canvas_0
  511. end
  512.  
  513. interface LogPage.class
  514. end
  515.  
  516. interface LogPage.instance
  517. native addPane LogPage_addPane_1_Pane
  518. native canAddPane LogPage_canAddPane_1_Pane
  519. native get:hi LogPage_get_hi_0
  520. native get:isBlocked LogPage_get_isBlocked_0
  521. native get:isFreeBegin LogPage_get_isFreeBegin_0
  522. native get:isFreeEnd LogPage_get_isFreeEnd_0
  523. native get:isLeft LogPage_get_isLeft_0
  524. native addPaneGrp LogPage_addPaneGrp_1_PaneGrp
  525. native getExtraPageCount LogPage_getExtraPageCount_1_PaneGrp
  526. native get:count LogPage_get_count_0
  527. native op:get:index LogPage_op_get_index_1_int
  528. native erasePane LogPage_erasePane_2_int_int
  529. native insertPane LogPage_insertPane_2_int_Pane
  530. native draw LogPage_draw_1_Canvas
  531. end
  532.  
  533. interface MetaCanvas.class
  534. end
  535.  
  536. interface MetaCanvas.instance
  537. native draw MetaCanvas_draw_1_Canvas
  538. native replaceText MetaCanvas_replaceText_2_string_string
  539. native get:canvas MetaCanvas_get_canvas_0
  540. end
  541.  
  542. interface ResizeCanvas.class
  543. native op:new ResizeCanvas_op_new_3_Canvas_float_float
  544. end
  545.  
  546. interface ResizeCanvas.instance
  547. native get:canvas ResizeCanvas_get_canvas_0
  548. end
  549.  
  550. interface SubCanvas.class
  551. native op:new SubCanvas_op_new_3_Canvas_int_int
  552. end
  553.  
  554. interface SubCanvas.instance
  555. native get:canvas SubCanvas_get_canvas_0
  556. end
  557.  
  558. interface TextCanvas.class
  559. native op:new TextCanvas_op_new_2_Canvas_int
  560. native op:new TextCanvas_op_new_3_Canvas_int_int
  561. end
  562.  
  563. interface TextCanvas.instance
  564. native text TextCanvas_text_1_string
  565. native font TextCanvas_font_1_Font
  566. native wrap TextCanvas_wrap_0
  567. native flush TextCanvas_flush_0
  568. native textElemX TextCanvas_textElemX_3_int_int_string
  569. native textElem TextCanvas_textElem_2_int_string
  570. end
  571.  
  572. interface PageDistribution.class
  573. end
  574.  
  575. interface PageDistribution.instance
  576. native get:sheetCount PageDistribution_get_sheetCount_0
  577. native get:freePageCount PageDistribution_get_freePageCount_0
  578. native draw PageDistribution_draw_2_int_Canvas
  579. end
  580.  
  581. interface LogPages.class
  582. native op:new LogPages_op_new_0
  583. end
  584.  
  585. interface LogPages.instance
  586. native add LogPages_add_1_PaneGrp
  587. native print LogPages_print_1_Printer
  588. native loadPropsFrom LogPages_loadPropsFrom_1_Printer
  589. native setPageSize LogPages_setPageSize_2_int_int
  590. native complete LogPages_complete_2_Array_Array
  591. native get:pageHi LogPages_get_pageHi_0
  592. native get:pageWi LogPages_get_pageWi_0
  593. native op:get:index LogPages_op_get_index_1_int
  594. native addPage LogPages_addPage_0
  595. native get:count LogPages_get_count_0
  596. native get:last LogPages_get_last_0
  597. native searchPane LogPages_searchPane_1_Pane
  598. end
  599.  
  600. interface WaitWindow.class
  601. native op:new WaitWindow_op_new_0
  602. end
  603.  
  604. interface WaitWindow.instance
  605. native show WaitWindow_show_0
  606. native hide WaitWindow_hide_0
  607. native get:msg WaitWindow_get_msg_0
  608. native set:msg WaitWindow_set_msg_1_string
  609. native destroy WaitWindow_destroy_0
  610. end
  611.  
  612. module winobjs.module
  613. 32
  614.  
  615. sub @init 0
  616. code
  617. ;Initialization of class Component
  618. co Component.class
  619. pushsys
  620. setprop Component
  621. pop
  622. pushthis
  623. setprop Component
  624. xchg 1 2
  625. setprop module
  626. polypop 2
  627. ;Initialization of class Control
  628. co Control.class
  629. pushsys
  630. setprop Control
  631. pop
  632. pushthis
  633. setprop Control
  634. xchg 1 2
  635. setprop module
  636. polypop 2
  637. ;Initialization of class Window
  638. co Window.class
  639. pushsys
  640. setprop Window
  641. pop
  642. pushthis
  643. setprop Window
  644. xchg 1 2
  645. setprop module
  646. polypop 2
  647. ;Initialization of class Form
  648. co Form.class
  649. pushsys
  650. setprop Form
  651. pop
  652. pushthis
  653. setprop Form
  654. xchg 1 2
  655. setprop module
  656. polypop 2
  657. ;Initialization of class Button
  658. co Button.class
  659. pushsys
  660. setprop Button
  661. pop
  662. pushthis
  663. setprop Button
  664. xchg 1 2
  665. setprop module
  666. polypop 2
  667. ;Initialization of class RadioGroup
  668. co RadioGroup.class
  669. pushsys
  670. setprop RadioGroup
  671. pop
  672. pushthis
  673. setprop RadioGroup
  674. xchg 1 2
  675. setprop module
  676. polypop 2
  677. ;Initialization of class ToolButton
  678. co ToolButton.class
  679. pushsys
  680. setprop ToolButton
  681. pop
  682. pushthis
  683. setprop ToolButton
  684. xchg 1 2
  685. setprop module
  686. polypop 2
  687. ;Initialization of class SpeedGroup
  688. co SpeedGroup.class
  689. pushsys
  690. setprop SpeedGroup
  691. pop
  692. pushthis
  693. setprop SpeedGroup
  694. xchg 1 2
  695. setprop module
  696. polypop 2
  697. ;Initialization of class ListBox
  698. co ListBox.class
  699. pushsys
  700. setprop ListBox
  701. pop
  702. pushthis
  703. setprop ListBox
  704. xchg 1 2
  705. setprop module
  706. polypop 2
  707. ;Initialization of class PackedList
  708. co PackedList.class
  709. pushsys
  710. setprop PackedList
  711. pop
  712. pushthis
  713. setprop PackedList
  714. xchg 1 2
  715. setprop module
  716. polypop 2
  717. ;Initialization of class Edit
  718. co Edit.class
  719. pushsys
  720. setprop Edit
  721. pop
  722. pushthis
  723. setprop Edit
  724. xchg 1 2
  725. setprop module
  726. polypop 2
  727. ;Initialization of class Memo
  728. co Memo.class
  729. pushsys
  730. setprop Memo
  731. pop
  732. pushthis
  733. setprop Memo
  734. xchg 1 2
  735. setprop module
  736. polypop 2
  737. ;Initialization of class Label
  738. co Label.class
  739. pushsys
  740. setprop Label
  741. pop
  742. pushthis
  743. setprop Label
  744. xchg 1 2
  745. setprop module
  746. polypop 2
  747. ;Initialization of class WrapLabel
  748. co WrapLabel.class
  749. pushsys
  750. setprop WrapLabel
  751. pop
  752. pushthis
  753. setprop WrapLabel
  754. xchg 1 2
  755. setprop module
  756. polypop 2
  757. ;Initialization of class TrackBar
  758. co TrackBar.class
  759. pushsys
  760. setprop TrackBar
  761. pop
  762. pushthis
  763. setprop TrackBar
  764. xchg 1 2
  765. setprop module
  766. polypop 2
  767. ;Initialization of class Table
  768. co Table.class
  769. pushsys
  770. setprop Table
  771. pop
  772. pushthis
  773. setprop Table
  774. xchg 1 2
  775. setprop module
  776. polypop 2
  777. ;Initialization of class TableCols
  778. co TableCols.class
  779. pushsys
  780. setprop TableCols
  781. pop
  782. pushthis
  783. setprop TableCols
  784. xchg 1 2
  785. setprop module
  786. polypop 2
  787. ;Initialization of class TableModel
  788. co TableModel.class
  789. pushsys
  790. setprop TableModel
  791. pop
  792. pushthis
  793. setprop TableModel
  794. xchg 1 2
  795. setprop module
  796. polypop 2
  797. ;Initialization of class TreeSource
  798. co TreeSource.class
  799. pushsys
  800. setprop TreeSource
  801. pop
  802. pushthis
  803. setprop TreeSource
  804. xchg 1 2
  805. setprop module
  806. polypop 2
  807. ;Initialization of class Tree
  808. co Tree.class
  809. pushsys
  810. setprop Tree
  811. pop
  812. pushthis
  813. setprop Tree
  814. xchg 1 2
  815. setprop module
  816. polypop 2
  817. ;Initialization of class PaintBox
  818. co PaintBox.class
  819. pushsys
  820. setprop PaintBox
  821. pop
  822. pushthis
  823. setprop PaintBox
  824. xchg 1 2
  825. setprop module
  826. polypop 2
  827. ;Initialization of class ScrolledPainter
  828. co ScrolledPainter.class
  829. pushsys
  830. setprop ScrolledPainter
  831. pop
  832. pushthis
  833. setprop ScrolledPainter
  834. xchg 1 2
  835. setprop module
  836. polypop 2
  837. ;Initialization of class PropertyList
  838. co PropertyList.class
  839. pushsys
  840. setprop PropertyList
  841. pop
  842. pushthis
  843. setprop PropertyList
  844. xchg 1 2
  845. setprop module
  846. polypop 2
  847. ;Initialization of class Pager
  848. co Pager.class
  849. pushsys
  850. setprop Pager
  851. pop
  852. pushthis
  853. setprop Pager
  854. xchg 1 2
  855. setprop module
  856. polypop 2
  857. ;Initialization of class Settings
  858. co Settings.class
  859. pushsys
  860. setprop Settings
  861. pop
  862. pushthis
  863. setprop Settings
  864. xchg 1 2
  865. setprop module
  866. polypop 2
  867. ;Initialization of class Canvas
  868. co Canvas.class
  869. pushsys
  870. setprop Canvas
  871. pop
  872. pushthis
  873. setprop Canvas
  874. xchg 1 2
  875. setprop module
  876. polypop 2
  877. ;Initialization of class Font
  878. co Font.class
  879. pushsys
  880. setprop Font
  881. pop
  882. pushthis
  883. setprop Font
  884. xchg 1 2
  885. setprop module
  886. polypop 2
  887. ;Initialization of class Picture
  888. co Picture.class
  889. pushsys
  890. setprop Picture
  891. pop
  892. pushthis
  893. setprop Picture
  894. xchg 1 2
  895. setprop module
  896. polypop 2
  897. ;Initialization of class Application
  898. co Application.class
  899. pushsys
  900. setprop Application
  901. pop
  902. pushthis
  903. setprop Application
  904. xchg 1 2
  905. setprop module
  906. polypop 2
  907. ;Initialization of class Printer
  908. co Printer.class
  909. pushsys
  910. setprop Printer
  911. pop
  912. pushthis
  913. setprop Printer
  914. xchg 1 2
  915. setprop module
  916. polypop 2
  917. ;Initialization of class Console
  918. co Console.class
  919. pushsys
  920. setprop Console
  921. pop
  922. pushthis
  923. setprop Console
  924. xchg 1 2
  925. setprop module
  926. polypop 2
  927. ;Initialization of class Key
  928. co Key.class
  929. pushsys
  930. setprop Key
  931. pop
  932. pushthis
  933. setprop Key
  934. xchg 1 2
  935. setprop module
  936. polypop 2
  937. ;Initialization of class Timer
  938. co Timer.class
  939. pushsys
  940. setprop Timer
  941. pop
  942. pushthis
  943. setprop Timer
  944. xchg 1 2
  945. setprop module
  946. polypop 2
  947. ;Initialization of class OpenDialog
  948. co OpenDialog.class
  949. pushsys
  950. setprop OpenDialog
  951. pop
  952. pushthis
  953. setprop OpenDialog
  954. xchg 1 2
  955. setprop module
  956. polypop 2
  957. ;Initialization of class SaveDialog
  958. co SaveDialog.class
  959. pushsys
  960. setprop SaveDialog
  961. pop
  962. pushthis
  963. setprop SaveDialog
  964. xchg 1 2
  965. setprop module
  966. polypop 2
  967. ;Initialization of class PaneGrp
  968. co PaneGrp.class
  969. pushsys
  970. setprop PaneGrp
  971. pop
  972. pushthis
  973. setprop PaneGrp
  974. xchg 1 2
  975. setprop module
  976. polypop 2
  977. ;Initialization of class Pane
  978. co Pane.class
  979. pushsys
  980. setprop Pane
  981. pop
  982. pushthis
  983. setprop Pane
  984. xchg 1 2
  985. setprop module
  986. polypop 2
  987. ;Initialization of class LogPage
  988. co LogPage.class
  989. pushsys
  990. setprop LogPage
  991. pop
  992. pushthis
  993. setprop LogPage
  994. xchg 1 2
  995. setprop module
  996. polypop 2
  997. ;Initialization of class MetaCanvas
  998. co MetaCanvas.class
  999. pushsys
  1000. setprop MetaCanvas
  1001. pop
  1002. pushthis
  1003. setprop MetaCanvas
  1004. xchg 1 2
  1005. setprop module
  1006. polypop 2
  1007. ;Initialization of class ResizeCanvas
  1008. co ResizeCanvas.class
  1009. pushsys
  1010. setprop ResizeCanvas
  1011. pop
  1012. pushthis
  1013. setprop ResizeCanvas
  1014. xchg 1 2
  1015. setprop module
  1016. polypop 2
  1017. ;Initialization of class SubCanvas
  1018. co SubCanvas.class
  1019. pushsys
  1020. setprop SubCanvas
  1021. pop
  1022. pushthis
  1023. setprop SubCanvas
  1024. xchg 1 2
  1025. setprop module
  1026. polypop 2
  1027. ;Initialization of class TextCanvas
  1028. co TextCanvas.class
  1029. pushsys
  1030. setprop TextCanvas
  1031. pop
  1032. pushthis
  1033. setprop TextCanvas
  1034. xchg 1 2
  1035. setprop module
  1036. polypop 2
  1037. ;Initialization of class PageDistribution
  1038. co PageDistribution.class
  1039. pushsys
  1040. setprop PageDistribution
  1041. pop
  1042. pushthis
  1043. setprop PageDistribution
  1044. xchg 1 2
  1045. setprop module
  1046. polypop 2
  1047. ;Initialization of class LogPages
  1048. co LogPages.class
  1049. pushsys
  1050. setprop LogPages
  1051. pop
  1052. pushthis
  1053. setprop LogPages
  1054. xchg 1 2
  1055. setprop module
  1056. polypop 2
  1057. ;Initialization of class WaitWindow
  1058. co WaitWindow.class
  1059. pushsys
  1060. setprop WaitWindow
  1061. pop
  1062. pushthis
  1063. setprop WaitWindow
  1064. xchg 1 2
  1065. setprop module
  1066. polypop 2
  1067. ;Init block of module
  1068. doret 0
  1069. end
  1070. end