home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-07-29 | 21.8 KB | 1,070 lines |
- ;This is machine generated file, do not edit
- ;Generated by JavaScript
- interface Component.class
- end
-
- interface Component.instance
- end
-
- interface Control.class
- end
-
- interface Control.instance
- native get:X Control_get_X_0
- native set:X Control_set_X_1_int
- native get:Y Control_get_Y_0
- native set:Y Control_set_Y_1_int
- native get:W Control_get_W_0
- native set:W Control_set_W_1_int
- native get:H Control_get_H_0
- native set:H Control_set_H_1_int
- native destroy Control_destroy_0
- native show Control_show_0
- native hide Control_hide_0
- native get:visible Control_get_visible_0
- native set:visible Control_set_visible_1_bool
- native get:enabled Control_get_enabled_0
- native set:enabled Control_set_enabled_1_bool
- end
-
- interface Window.class
- native op:new Window_op_new_0
- native alert static_Window_alert_0
- native msgbox static_Window_msgbox_2_string_string
- native msgwin static_Window_msgwin_3_string_string_string
- native inputBox static_Window_inputBox_3_string_string_string
- native get:ppmmx static_Window_get_ppmmx_0
- native get:ppmmy static_Window_get_ppmmy_0
- end
-
- interface Window.instance
- native get:text Window_get_text_0
- native set:text Window_set_text_1_String
- native showModal Window_showModal_0
- native show Window_show_0
- native denyClose Window_denyClose_0
- native close Window_close_0
- native get:style Window_get_style_0
- native set:style Window_set_style_1_string
- native loadData Window_loadData_1_XMLNode
- native saveData Window_saveData_1_XMLNode
- end
-
- interface Form.class
- native op:new Form_op_new_0
- end
-
- interface Form.instance
- native loadWindow Form_loadWindow_1_string
- native get:handler Form_get_handler_0
- native set:handler Form_set_handler_1_Object
- native search Form_search_1_string
- native op:get:prop Form_op_get_prop_1_string
- native destroy Form_destroy_0
- end
-
- interface Button.class
- end
-
- interface Button.instance:Control.instance
- native get:text Button_get_text_0
- native set:text Button_set_text_1_String
- native get:onclick Button_get_onclick_0
- native set:onclick Button_set_onclick_1_String
- end
-
- interface RadioGroup.class
- end
-
- interface RadioGroup.instance:Control.instance
- native get:text RadioGroup_get_text_0
- native set:text RadioGroup_set_text_1_string
- native get:items RadioGroup_get_items_0
- native set:items RadioGroup_set_items_1_string
- native get:cur RadioGroup_get_cur_0
- native set:cur RadioGroup_set_cur_1_int
- end
-
- interface ToolButton.class
- end
-
- interface ToolButton.instance:Control.instance
- native get:text ToolButton_get_text_0
- native set:text ToolButton_set_text_1_String
- native get:onclick ToolButton_get_onclick_0
- native set:onclick ToolButton_set_onclick_1_String
- native get:image ToolButton_get_image_0
- native set:image ToolButton_set_image_1_Picture
- end
-
- interface SpeedGroup.class
- end
-
- interface SpeedGroup.instance:Control.instance
- native get:cur SpeedGroup_get_cur_0
- native set:cur SpeedGroup_set_cur_1_int
- end
-
- interface ListBox.class
- end
-
- interface ListBox.instance:Control.instance
- native get:items ListBox_get_items_0
- native set:items ListBox_set_items_1_string
- native get:cur ListBox_get_cur_0
- native set:cur ListBox_set_cur_1_int
- end
-
- interface PackedList.class
- end
-
- interface PackedList.instance:Control.instance
- native get:items PackedList_get_items_0
- native set:items PackedList_set_items_1_string
- native get:cur PackedList_get_cur_0
- native set:cur PackedList_set_cur_1_int
- end
-
- interface Edit.class
- end
-
- interface Edit.instance:Control.instance
- native get:text Edit_get_text_0
- native set:text Edit_set_text_1_string
- end
-
- interface Memo.class
- end
-
- interface Memo.instance:Control.instance
- native get:text Memo_get_text_0
- native set:text Memo_set_text_1_string
- native get:modified Memo_get_modified_0
- native set:modified Memo_set_modified_1_bool
- end
-
- interface Label.class
- end
-
- interface Label.instance:Control.instance
- native get:text Label_get_text_0
- native set:text Label_set_text_1_String
- end
-
- interface WrapLabel.class
- end
-
- interface WrapLabel.instance:Control.instance
- native get:text WrapLabel_get_text_0
- native set:text WrapLabel_set_text_1_String
- end
-
- interface TrackBar.class
- end
-
- interface TrackBar.instance:Control.instance
- native get:min TrackBar_get_min_0
- native set:min TrackBar_set_min_1_int
- native get:max TrackBar_get_max_0
- native set:max TrackBar_set_max_1_int
- native get:cur TrackBar_get_cur_0
- native set:cur TrackBar_set_cur_1_int
- native get:frequency TrackBar_get_frequency_0
- native set:frequency TrackBar_set_frequency_1_int
- end
-
- interface Table.class
- end
-
- interface Table.instance:Control.instance
- native set:model Table_set_model_1_TableModel
- native get:selrow Table_get_selrow_0
- native set:selrow Table_set_selrow_1_int
- native get:selcol Table_get_selcol_0
- native set:selcol Table_set_selcol_1_string
- native repaint Table_repaint_0
- native repaintLine Table_repaintLine_1_int
- native update Table_update_0
- end
-
- interface TableCols.class
- end
-
- interface TableCols.instance
- native add TableCols_add_2_string_string
- end
-
- interface TableModel.class
- end
-
- interface TableModel.instance
- sub getRowCount 0 0
- code
-
- pushnull
- doret 1
- end
- sub getCellText 2 2
- code
- pushparam 0
- pushlocals
- setprop fldid
- polypop 2
- pushparam 1
- pushlocals
- setprop row
- polypop 2
-
- pushnull
- doret 1
- end
- sub getCols 1 1
- code
- pushparam 0
- pushlocals
- setprop cols
- polypop 2
-
- pushnull
- doret 1
- end
- end
-
- interface TreeSource.class
- end
-
- interface TreeSource.instance
- sub getCount 0 0
- code
-
- pushnull
- doret 1
- end
- sub getText 0 0
- code
-
- pushnull
- doret 1
- end
- sub getNodeAt 1 1
- code
- pushparam 0
- pushlocals
- setprop index
- polypop 2
-
- pushnull
- doret 1
- end
- sub equalTo 1 1
- code
- pushparam 0
- pushlocals
- setprop right
- polypop 2
-
- pushnull
- doret 1
- end
- end
-
- interface Tree.class
- end
-
- interface Tree.instance:Control.instance
- native set:source Tree_set_source_1_TreeSource
- native update Tree_update_0
- native get:active Tree_get_active_0
- end
-
- interface PaintBox.class
- end
-
- interface PaintBox.instance:Control.instance
- native get:onpaint PaintBox_get_onpaint_0
- native set:onpaint PaintBox_set_onpaint_1_String
- native repaint PaintBox_repaint_0
- end
-
- interface ScrolledPainter.class
- end
-
- interface ScrolledPainter.instance:Control.instance
- native get:onpaint ScrolledPainter_get_onpaint_0
- native set:onpaint ScrolledPainter_set_onpaint_1_String
- native setInSize ScrolledPainter_setInSize_2_int_int
- native repaint ScrolledPainter_repaint_0
- end
-
- interface PropertyList.class
- end
-
- interface PropertyList.instance:Control.instance
- native save PropertyList_save_1_VarList
- native load PropertyList_load_1_VarList
- native addVar PropertyList_addVar_1_string
- native eraseVar PropertyList_eraseVar_0
- native get:modified PropertyList_get_modified_0
- native set:modified PropertyList_set_modified_1_bool
- end
-
- interface Pager.class
- end
-
- interface Pager.instance
- native get:cur Pager_get_cur_0
- native set:cur Pager_set_cur_1_int
- end
-
- interface Settings.class
- end
-
- interface Settings.instance
- native createAll Settings_createAll_0
- end
-
- interface Canvas.class
- end
-
- interface Canvas.instance
- native line Canvas_line_4_int_int_int_int
- native rectangle Canvas_rectangle_4_int_int_int_int
- native ellipse Canvas_ellipse_4_int_int_int_int
- native fg Canvas_fg_1_string
- native bg Canvas_bg_1_string
- native text Canvas_text_3_int_int_string
- native textwi Canvas_textwi_1_string
- native texthi Canvas_texthi_1_string
- native font Canvas_font_1_Font
- native nextBand Canvas_nextBand_1_int
- native nextBand Canvas_nextBand_2_int_string
- end
-
- interface Font.class
- native op:new Font_op_new_0
- end
-
- interface Font.instance
- native get:name Font_get_name_0
- native set:name Font_set_name_1_string
- native get:size Font_get_size_0
- native set:size Font_set_size_1_int
- native get:bold Font_get_bold_0
- native set:bold Font_set_bold_1_bool
- native get:underline Font_get_underline_0
- native set:underline Font_set_underline_1_bool
- native get:strikeout Font_get_strikeout_0
- native set:strikeout Font_set_strikeout_1_bool
- native get:italic Font_get_italic_0
- native set:italic Font_set_italic_1_bool
- native load Font_load_1_XMLNode
- native save Font_save_1_XMLNode
- end
-
- interface Picture.class
- native op:new Picture_op_new_0
- end
-
- interface Picture.instance
- native load Picture_load_1_string
- native draw Picture_draw_3_int_int_Canvas
- native get:W Picture_get_W_0
- native set:W Picture_set_W_1_int
- native get:H Picture_get_H_0
- native set:H Picture_set_H_1_int
- end
-
- interface Application.class
- native run static_Application_run_0
- native exit static_Application_exit_0
- native loadResource static_Application_loadResource_1_string
- native get:options static_Application_get_options_0
- native addSearchPath static_Application_addSearchPath_1_string
- native setOptionFile static_Application_setOptionFile_1_string
- native runXMLDialog static_Application_runXMLDialog_2_XMLNode_XMLNode
- native findResource static_Application_findResource_1_string
- native runSettingsDialog static_Application_runSettingsDialog_2_string_XMLNode
- native get:title static_Application_get_title_0
- native set:title static_Application_set_title_1_string
- end
-
- interface Application.instance
- end
-
- interface Printer.class
- native op:new Printer_op_new_0
- end
-
- interface Printer.instance
- native getInfo Printer_getInfo_0
- native loadProperties Printer_loadProperties_1_XMLNode
- native saveProperties Printer_saveProperties_1_XMLNode
- native get:pghi Printer_get_pghi_0
- native get:pgwi Printer_get_pgwi_0
- native beginPage Printer_beginPage_0
- native endPage Printer_endPage_0
- native makeFont Printer_makeFont_1_Font
- native setup Printer_setup_0
- native detailSetup Printer_detailSetup_0
- native beginDoc Printer_beginDoc_1_string
- native beginFileDoc Printer_beginFileDoc_2_string_string
- native endDoc Printer_endDoc_0
- native destroy Printer_destroy_0
- native get:ppmmx Printer_get_ppmmx_0
- native get:ppmmy Printer_get_ppmmy_0
- end
-
- interface Console.class
- native op:new Console_op_new_0
- native get:std static_Console_get_std_0
- end
-
- interface Console.instance
- native print Console_print_0
- native println Console_println_0
- native readln Console_readln_0
- native close Console_close_0
- native wait Console_wait_0
- native destroy Console_destroy_0
- end
-
- interface Key.class
- native op:new Key_op_new_1_string
- end
-
- interface Key.instance
- native op:eq Key_op_eq_1_string
- native op:neq Key_op_neq_1_string
- end
-
- interface Timer.class
- native op:new Timer_op_new_0
- native timer static_Timer_timer_2_float_
- end
-
- interface Timer.instance
- native get:handler Timer_get_handler_0
- native set:handler Timer_set_handler_1_Object
- native start Timer_start_0
- native stop Timer_stop_0
- native get:running Timer_get_running_0
- native get:interval Timer_get_interval_0
- native set:interval Timer_set_interval_1_float
- end
-
- interface OpenDialog.class
- native op:new OpenDialog_op_new_0
- native run static_OpenDialog_run_1_string
- end
-
- interface OpenDialog.instance
- native execute OpenDialog_execute_0
- native get:file OpenDialog_get_file_0
- native set:file OpenDialog_set_file_1_string
- native get:initialDir OpenDialog_get_initialDir_0
- native set:initialDir OpenDialog_set_initialDir_1_string
- native get:files OpenDialog_get_files_0
- native get:filter OpenDialog_get_filter_0
- native set:filter OpenDialog_set_filter_1_string
- native get:multiSelect OpenDialog_get_multiSelect_0
- native set:multiSelect OpenDialog_set_multiSelect_1_bool
- end
-
- interface SaveDialog.class
- native op:new SaveDialog_op_new_0
- native run static_SaveDialog_run_1_string
- end
-
- interface SaveDialog.instance
- native execute SaveDialog_execute_0
- native get:initialDir SaveDialog_get_initialDir_0
- native set:initialDir SaveDialog_set_initialDir_1_string
- native get:file SaveDialog_get_file_0
- native set:file SaveDialog_set_file_1_string
- native get:filter SaveDialog_get_filter_0
- native set:filter SaveDialog_set_filter_1_string
- end
-
- interface PaneGrp.class
- native op:new PaneGrp_op_new_0
- end
-
- interface PaneGrp.instance
- native get:canvas PaneGrp_get_canvas_0
- native beginDoc PaneGrp_beginDoc_1_Canvas
- native endDoc PaneGrp_endDoc_0
- native get:count PaneGrp_get_count_0
- native op:get:index PaneGrp_op_get_index_1_int
- native sheetCount PaneGrp_sheetCount_1_int
- native replaceText PaneGrp_replaceText_2_string_string
- end
-
- interface Pane.class
- end
-
- interface Pane.instance
- native get:isFirst Pane_get_isFirst_0
- native get:isLast Pane_get_isLast_0
- native get:hi Pane_get_hi_0
- native get:parent Pane_get_parent_0
- native get:canvas Pane_get_canvas_0
- end
-
- interface LogPage.class
- end
-
- interface LogPage.instance
- native addPane LogPage_addPane_1_Pane
- native canAddPane LogPage_canAddPane_1_Pane
- native get:hi LogPage_get_hi_0
- native get:isBlocked LogPage_get_isBlocked_0
- native get:isFreeBegin LogPage_get_isFreeBegin_0
- native get:isFreeEnd LogPage_get_isFreeEnd_0
- native get:isLeft LogPage_get_isLeft_0
- native addPaneGrp LogPage_addPaneGrp_1_PaneGrp
- native getExtraPageCount LogPage_getExtraPageCount_1_PaneGrp
- native get:count LogPage_get_count_0
- native op:get:index LogPage_op_get_index_1_int
- native erasePane LogPage_erasePane_2_int_int
- native insertPane LogPage_insertPane_2_int_Pane
- native draw LogPage_draw_1_Canvas
- end
-
- interface MetaCanvas.class
- end
-
- interface MetaCanvas.instance
- native draw MetaCanvas_draw_1_Canvas
- native replaceText MetaCanvas_replaceText_2_string_string
- native get:canvas MetaCanvas_get_canvas_0
- end
-
- interface ResizeCanvas.class
- native op:new ResizeCanvas_op_new_3_Canvas_float_float
- end
-
- interface ResizeCanvas.instance
- native get:canvas ResizeCanvas_get_canvas_0
- end
-
- interface SubCanvas.class
- native op:new SubCanvas_op_new_3_Canvas_int_int
- end
-
- interface SubCanvas.instance
- native get:canvas SubCanvas_get_canvas_0
- end
-
- interface TextCanvas.class
- native op:new TextCanvas_op_new_2_Canvas_int
- native op:new TextCanvas_op_new_3_Canvas_int_int
- end
-
- interface TextCanvas.instance
- native text TextCanvas_text_1_string
- native font TextCanvas_font_1_Font
- native wrap TextCanvas_wrap_0
- native flush TextCanvas_flush_0
- native textElemX TextCanvas_textElemX_3_int_int_string
- native textElem TextCanvas_textElem_2_int_string
- end
-
- interface PageDistribution.class
- end
-
- interface PageDistribution.instance
- native get:sheetCount PageDistribution_get_sheetCount_0
- native get:freePageCount PageDistribution_get_freePageCount_0
- native draw PageDistribution_draw_2_int_Canvas
- end
-
- interface LogPages.class
- native op:new LogPages_op_new_0
- end
-
- interface LogPages.instance
- native add LogPages_add_1_PaneGrp
- native print LogPages_print_1_Printer
- native loadPropsFrom LogPages_loadPropsFrom_1_Printer
- native setPageSize LogPages_setPageSize_2_int_int
- native complete LogPages_complete_2_Array_Array
- native get:pageHi LogPages_get_pageHi_0
- native get:pageWi LogPages_get_pageWi_0
- native op:get:index LogPages_op_get_index_1_int
- native addPage LogPages_addPage_0
- native get:count LogPages_get_count_0
- native get:last LogPages_get_last_0
- native searchPane LogPages_searchPane_1_Pane
- end
-
- interface WaitWindow.class
- native op:new WaitWindow_op_new_0
- end
-
- interface WaitWindow.instance
- native show WaitWindow_show_0
- native hide WaitWindow_hide_0
- native get:msg WaitWindow_get_msg_0
- native set:msg WaitWindow_set_msg_1_string
- native destroy WaitWindow_destroy_0
- end
-
- module winobjs.module
- 32
-
- sub @init 0
- code
- ;Initialization of class Component
- co Component.class
- pushsys
- setprop Component
- pop
- pushthis
- setprop Component
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Control
- co Control.class
- pushsys
- setprop Control
- pop
- pushthis
- setprop Control
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Window
- co Window.class
- pushsys
- setprop Window
- pop
- pushthis
- setprop Window
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Form
- co Form.class
- pushsys
- setprop Form
- pop
- pushthis
- setprop Form
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Button
- co Button.class
- pushsys
- setprop Button
- pop
- pushthis
- setprop Button
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class RadioGroup
- co RadioGroup.class
- pushsys
- setprop RadioGroup
- pop
- pushthis
- setprop RadioGroup
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class ToolButton
- co ToolButton.class
- pushsys
- setprop ToolButton
- pop
- pushthis
- setprop ToolButton
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class SpeedGroup
- co SpeedGroup.class
- pushsys
- setprop SpeedGroup
- pop
- pushthis
- setprop SpeedGroup
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class ListBox
- co ListBox.class
- pushsys
- setprop ListBox
- pop
- pushthis
- setprop ListBox
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class PackedList
- co PackedList.class
- pushsys
- setprop PackedList
- pop
- pushthis
- setprop PackedList
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Edit
- co Edit.class
- pushsys
- setprop Edit
- pop
- pushthis
- setprop Edit
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Memo
- co Memo.class
- pushsys
- setprop Memo
- pop
- pushthis
- setprop Memo
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Label
- co Label.class
- pushsys
- setprop Label
- pop
- pushthis
- setprop Label
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class WrapLabel
- co WrapLabel.class
- pushsys
- setprop WrapLabel
- pop
- pushthis
- setprop WrapLabel
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class TrackBar
- co TrackBar.class
- pushsys
- setprop TrackBar
- pop
- pushthis
- setprop TrackBar
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Table
- co Table.class
- pushsys
- setprop Table
- pop
- pushthis
- setprop Table
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class TableCols
- co TableCols.class
- pushsys
- setprop TableCols
- pop
- pushthis
- setprop TableCols
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class TableModel
- co TableModel.class
- pushsys
- setprop TableModel
- pop
- pushthis
- setprop TableModel
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class TreeSource
- co TreeSource.class
- pushsys
- setprop TreeSource
- pop
- pushthis
- setprop TreeSource
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Tree
- co Tree.class
- pushsys
- setprop Tree
- pop
- pushthis
- setprop Tree
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class PaintBox
- co PaintBox.class
- pushsys
- setprop PaintBox
- pop
- pushthis
- setprop PaintBox
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class ScrolledPainter
- co ScrolledPainter.class
- pushsys
- setprop ScrolledPainter
- pop
- pushthis
- setprop ScrolledPainter
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class PropertyList
- co PropertyList.class
- pushsys
- setprop PropertyList
- pop
- pushthis
- setprop PropertyList
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Pager
- co Pager.class
- pushsys
- setprop Pager
- pop
- pushthis
- setprop Pager
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Settings
- co Settings.class
- pushsys
- setprop Settings
- pop
- pushthis
- setprop Settings
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Canvas
- co Canvas.class
- pushsys
- setprop Canvas
- pop
- pushthis
- setprop Canvas
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Font
- co Font.class
- pushsys
- setprop Font
- pop
- pushthis
- setprop Font
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Picture
- co Picture.class
- pushsys
- setprop Picture
- pop
- pushthis
- setprop Picture
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Application
- co Application.class
- pushsys
- setprop Application
- pop
- pushthis
- setprop Application
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Printer
- co Printer.class
- pushsys
- setprop Printer
- pop
- pushthis
- setprop Printer
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Console
- co Console.class
- pushsys
- setprop Console
- pop
- pushthis
- setprop Console
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Key
- co Key.class
- pushsys
- setprop Key
- pop
- pushthis
- setprop Key
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Timer
- co Timer.class
- pushsys
- setprop Timer
- pop
- pushthis
- setprop Timer
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class OpenDialog
- co OpenDialog.class
- pushsys
- setprop OpenDialog
- pop
- pushthis
- setprop OpenDialog
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class SaveDialog
- co SaveDialog.class
- pushsys
- setprop SaveDialog
- pop
- pushthis
- setprop SaveDialog
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class PaneGrp
- co PaneGrp.class
- pushsys
- setprop PaneGrp
- pop
- pushthis
- setprop PaneGrp
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class Pane
- co Pane.class
- pushsys
- setprop Pane
- pop
- pushthis
- setprop Pane
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class LogPage
- co LogPage.class
- pushsys
- setprop LogPage
- pop
- pushthis
- setprop LogPage
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class MetaCanvas
- co MetaCanvas.class
- pushsys
- setprop MetaCanvas
- pop
- pushthis
- setprop MetaCanvas
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class ResizeCanvas
- co ResizeCanvas.class
- pushsys
- setprop ResizeCanvas
- pop
- pushthis
- setprop ResizeCanvas
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class SubCanvas
- co SubCanvas.class
- pushsys
- setprop SubCanvas
- pop
- pushthis
- setprop SubCanvas
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class TextCanvas
- co TextCanvas.class
- pushsys
- setprop TextCanvas
- pop
- pushthis
- setprop TextCanvas
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class PageDistribution
- co PageDistribution.class
- pushsys
- setprop PageDistribution
- pop
- pushthis
- setprop PageDistribution
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class LogPages
- co LogPages.class
- pushsys
- setprop LogPages
- pop
- pushthis
- setprop LogPages
- xchg 1 2
- setprop module
- polypop 2
- ;Initialization of class WaitWindow
- co WaitWindow.class
- pushsys
- setprop WaitWindow
- pop
- pushthis
- setprop WaitWindow
- xchg 1 2
- setprop module
- polypop 2
- ;Init block of module
- doret 0
- end
- end