Home » Archimedes archive » Acorn User » AU 1996-02.adf » Clan » !ResTest/Standard
!ResTest/Standard
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1996-02.adf » Clan |
Filename: | !ResTest/Standard |
Read OK: | ✔ |
File size: | 0F7E bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# Standard messages for toolbox events # they have the form mXXXXXXXX where X.. refers to # the toolbox event code in hex padded with leading 0's # General toolbox messages m00044EC0:Toolbox_Error m00044EC1:Toolbox_ObjectAutoCreated m00044EC2:Toolbox_ObjectDeleted # messages for the menu object m000828C0:Menu_AboutToBeShown m000828C1:Menu_HasBeenHidden m000828C2:Menu_SubMenu m000828C3:Menu_Selection # messages for the colourdbox m000829C0:ColourDbox_AboutToBeShown m000829C1:ColourDbox_DialogueCompleted m000829C2:ColourDbox_ColourSelected m000829C3:ColourDbox_ColourChanged # messages for the colour menu m00082980:ColourMenu_AboutToBeShown m00082981:ColourMenu_HasBeenHidden m00082982:ColourMenu_Selection # messages for the DCS m00082A80:DCS_AboutToBeShown m00082A81:DCS_Discard m00082A82:DCS_Save m00082A83:DCS_DialogueCompleted m00082A84:DCS_Cancel # messages for the fileinfo object m00082AC0:FileInfo_AboutToBeShown m00082AC1:FileInfo_DialogueCompleted #messages for the fontdbox object m00082A00:FontDbox_AboutToBeShown m00082A01:FontDbox_DialogueCompleted m00082A02:FontDbox_ApplyFont #messages for the fontmenu object m00082A40:FontMenu_AboutToBeShown m00082A41:FontMenu_HasBeenHidden m00082A42:FontMenu_Selection #messages for the iconbar object m00082900:Iconbar_Clicked m00082901:Iconbar_SelectAboutToBeShown m00082902:Iconbar_AdjustAboutToBeShown #messages for the PrintDbox m00082B00:PrintDbox_AboutToBeShown m00082B01:PrintDbox_DialogueCompleted m00082B02:PrintDbox_SetUpAboutToBeShown m00082B03:PrintDbox_Save m00082B04:PrintDbox_SetUp m00082B05:PrintDbox_Print #messages for the ProgInfo object m00082B40:ProgInfo_AboutToBeShown m00082B41:ProgInfo_DialogueCompleted #messages for the Quit object m00082A90:Quit_AboutToBeShown m00082A91:Quit_Quit m00082A92:Quit_DialogueCompleted m00082A93:Quit_Cancel #messages for the saveas object m00082BC0:SaveAs_AboutToBeShown m00082BC1:SaveAs_DialogueCompleted m00082BC2:SaveAs_SaveAboutToBeDone m00082BC3:SaveAs_SaveToFile m00082BC4:SaveAs_FillBuffer m00082BC5:SaveAs_SaveCompleted #messages for the Scale object m00082C00:Scale_AboutToBeShown m00082C01:Scale_DialogueCompleted m00082C02:Scale_ApplyFactor #messages for the Window Object m00082880:Window_AboutToBeShown m00082881:ActionButton_Selected m00082882:OptionButton_StateChanged m00082883:RadioButton_StateChanged m00082884:DisplayField_ValueChanged m00082885:WritableField_ValueChanged m00082886:Slider_ValueChanged m00082887:Draggable_DragStarted m00082888:Draggable_DragEnded m0008288B:PopUp_AboutToBeShown m0008288C:Adjuster_Clicked m0008288D:NumberRange_ValueChanged m0008288E:StringSet_ValueChanged m0008288F:StringSet_AboutToBeShown m00082890:Window_HasBeenHidden # if a res file is loaded we must check to see # if we have modules to display them. To do this we look up # <object class> where <object class> is the name of the class (e.g. iconbar) # mod_<object class>:<name> where name is the name of the class module # file_<object class>:<path> where path is the path where the module can be loaded from mod_iconbar:iconbar file_iconbar:System:modules.toolbox.iconbar mod_window:window file_window:System:modules.toolbox.iconbar mod_menu:menu file_menu:System:modules.toolbox.menu mod_colourdbox:colourdbox file_colourdbox:System:modules.toolbox.colourdbox mod_colourmenu:colourmenu file_colourmenu:System:modules.toolbox.colourmenu mod_dcs:dcs file_dcs:System:Modules.toolbox.dcs_quit mod_quit:dcs file_quit:System:Modules.toolbox.dcs_quit mod_fileinfo:fileinfo file_fileinfo:System:Modules.toolbox.fileinfo mod_fontdbox:Fontdbox file_fontdbox:System:Modules.toolbox.fontdbox mod_fontmenu:FontMenu file_fontmenu:System:Modules.toolbox.fontmenu mod_printdbox:printdbox file_printdbox:System:Modules.toolbox.printdbox mod_proginfo:Proginfo file_proginfo:System:modules.toolbox.proginfo mod_saveas:saveas file_saveas:System:modules.toolbox.saveas mod_scale:scale file_scale:System:modules.toolbox.scale
00000000 23 20 53 74 61 6e 64 61 72 64 20 6d 65 73 73 61 |# Standard messa| 00000010 67 65 73 20 66 6f 72 20 74 6f 6f 6c 62 6f 78 20 |ges for toolbox | 00000020 65 76 65 6e 74 73 0a 23 20 74 68 65 79 20 68 61 |events.# they ha| 00000030 76 65 20 74 68 65 20 66 6f 72 6d 20 6d 58 58 58 |ve the form mXXX| 00000040 58 58 58 58 58 20 77 68 65 72 65 20 58 2e 2e 20 |XXXXX where X.. | 00000050 72 65 66 65 72 73 20 74 6f 20 0a 23 20 74 68 65 |refers to .# the| 00000060 20 74 6f 6f 6c 62 6f 78 20 65 76 65 6e 74 20 63 | toolbox event c| 00000070 6f 64 65 20 69 6e 20 68 65 78 20 70 61 64 64 65 |ode in hex padde| 00000080 64 20 77 69 74 68 20 6c 65 61 64 69 6e 67 20 30 |d with leading 0| 00000090 27 73 0a 0a 23 20 47 65 6e 65 72 61 6c 20 74 6f |'s..# General to| 000000a0 6f 6c 62 6f 78 20 6d 65 73 73 61 67 65 73 0a 0a |olbox messages..| 000000b0 6d 30 30 30 34 34 45 43 30 3a 54 6f 6f 6c 62 6f |m00044EC0:Toolbo| 000000c0 78 5f 45 72 72 6f 72 0a 6d 30 30 30 34 34 45 43 |x_Error.m00044EC| 000000d0 31 3a 54 6f 6f 6c 62 6f 78 5f 4f 62 6a 65 63 74 |1:Toolbox_Object| 000000e0 41 75 74 6f 43 72 65 61 74 65 64 0a 6d 30 30 30 |AutoCreated.m000| 000000f0 34 34 45 43 32 3a 54 6f 6f 6c 62 6f 78 5f 4f 62 |44EC2:Toolbox_Ob| 00000100 6a 65 63 74 44 65 6c 65 74 65 64 0a 0a 23 20 6d |jectDeleted..# m| 00000110 65 73 73 61 67 65 73 20 66 6f 72 20 74 68 65 20 |essages for the | 00000120 6d 65 6e 75 20 6f 62 6a 65 63 74 0a 0a 6d 30 30 |menu object..m00| 00000130 30 38 32 38 43 30 3a 4d 65 6e 75 5f 41 62 6f 75 |0828C0:Menu_Abou| 00000140 74 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 38 |tToBeShown.m0008| 00000150 32 38 43 31 3a 4d 65 6e 75 5f 48 61 73 42 65 65 |28C1:Menu_HasBee| 00000160 6e 48 69 64 64 65 6e 0a 6d 30 30 30 38 32 38 43 |nHidden.m000828C| 00000170 32 3a 4d 65 6e 75 5f 53 75 62 4d 65 6e 75 0a 6d |2:Menu_SubMenu.m| 00000180 30 30 30 38 32 38 43 33 3a 4d 65 6e 75 5f 53 65 |000828C3:Menu_Se| 00000190 6c 65 63 74 69 6f 6e 0a 0a 23 20 6d 65 73 73 61 |lection..# messa| 000001a0 67 65 73 20 66 6f 72 20 74 68 65 20 63 6f 6c 6f |ges for the colo| 000001b0 75 72 64 62 6f 78 0a 0a 6d 30 30 30 38 32 39 43 |urdbox..m000829C| 000001c0 30 3a 43 6f 6c 6f 75 72 44 62 6f 78 5f 41 62 6f |0:ColourDbox_Abo| 000001d0 75 74 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 |utToBeShown.m000| 000001e0 38 32 39 43 31 3a 43 6f 6c 6f 75 72 44 62 6f 78 |829C1:ColourDbox| 000001f0 5f 44 69 61 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 |_DialogueComplet| 00000200 65 64 0a 6d 30 30 30 38 32 39 43 32 3a 43 6f 6c |ed.m000829C2:Col| 00000210 6f 75 72 44 62 6f 78 5f 43 6f 6c 6f 75 72 53 65 |ourDbox_ColourSe| 00000220 6c 65 63 74 65 64 0a 6d 30 30 30 38 32 39 43 33 |lected.m000829C3| 00000230 3a 43 6f 6c 6f 75 72 44 62 6f 78 5f 43 6f 6c 6f |:ColourDbox_Colo| 00000240 75 72 43 68 61 6e 67 65 64 0a 0a 23 20 6d 65 73 |urChanged..# mes| 00000250 73 61 67 65 73 20 66 6f 72 20 74 68 65 20 63 6f |sages for the co| 00000260 6c 6f 75 72 20 6d 65 6e 75 0a 0a 6d 30 30 30 38 |lour menu..m0008| 00000270 32 39 38 30 3a 43 6f 6c 6f 75 72 4d 65 6e 75 5f |2980:ColourMenu_| 00000280 41 62 6f 75 74 54 6f 42 65 53 68 6f 77 6e 0a 6d |AboutToBeShown.m| 00000290 30 30 30 38 32 39 38 31 3a 43 6f 6c 6f 75 72 4d |00082981:ColourM| 000002a0 65 6e 75 5f 48 61 73 42 65 65 6e 48 69 64 64 65 |enu_HasBeenHidde| 000002b0 6e 0a 6d 30 30 30 38 32 39 38 32 3a 43 6f 6c 6f |n.m00082982:Colo| 000002c0 75 72 4d 65 6e 75 5f 53 65 6c 65 63 74 69 6f 6e |urMenu_Selection| 000002d0 0a 0a 23 20 6d 65 73 73 61 67 65 73 20 66 6f 72 |..# messages for| 000002e0 20 74 68 65 20 44 43 53 0a 0a 6d 30 30 30 38 32 | the DCS..m00082| 000002f0 41 38 30 3a 44 43 53 5f 41 62 6f 75 74 54 6f 42 |A80:DCS_AboutToB| 00000300 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 41 38 31 |eShown.m00082A81| 00000310 3a 44 43 53 5f 44 69 73 63 61 72 64 0a 6d 30 30 |:DCS_Discard.m00| 00000320 30 38 32 41 38 32 3a 44 43 53 5f 53 61 76 65 0a |082A82:DCS_Save.| 00000330 6d 30 30 30 38 32 41 38 33 3a 44 43 53 5f 44 69 |m00082A83:DCS_Di| 00000340 61 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 65 64 0a |alogueCompleted.| 00000350 6d 30 30 30 38 32 41 38 34 3a 44 43 53 5f 43 61 |m00082A84:DCS_Ca| 00000360 6e 63 65 6c 0a 0a 23 20 6d 65 73 73 61 67 65 73 |ncel..# messages| 00000370 20 66 6f 72 20 74 68 65 20 66 69 6c 65 69 6e 66 | for the fileinf| 00000380 6f 20 6f 62 6a 65 63 74 0a 0a 6d 30 30 30 38 32 |o object..m00082| 00000390 41 43 30 3a 46 69 6c 65 49 6e 66 6f 5f 41 62 6f |AC0:FileInfo_Abo| 000003a0 75 74 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 |utToBeShown.m000| 000003b0 38 32 41 43 31 3a 46 69 6c 65 49 6e 66 6f 5f 44 |82AC1:FileInfo_D| 000003c0 69 61 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 65 64 |ialogueCompleted| 000003d0 0a 0a 23 6d 65 73 73 61 67 65 73 20 66 6f 72 20 |..#messages for | 000003e0 74 68 65 20 66 6f 6e 74 64 62 6f 78 20 6f 62 6a |the fontdbox obj| 000003f0 65 63 74 0a 0a 6d 30 30 30 38 32 41 30 30 3a 46 |ect..m00082A00:F| 00000400 6f 6e 74 44 62 6f 78 5f 41 62 6f 75 74 54 6f 42 |ontDbox_AboutToB| 00000410 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 41 30 31 |eShown.m00082A01| 00000420 3a 46 6f 6e 74 44 62 6f 78 5f 44 69 61 6c 6f 67 |:FontDbox_Dialog| 00000430 75 65 43 6f 6d 70 6c 65 74 65 64 0a 6d 30 30 30 |ueCompleted.m000| 00000440 38 32 41 30 32 3a 46 6f 6e 74 44 62 6f 78 5f 41 |82A02:FontDbox_A| 00000450 70 70 6c 79 46 6f 6e 74 0a 0a 23 6d 65 73 73 61 |pplyFont..#messa| 00000460 67 65 73 20 66 6f 72 20 74 68 65 20 66 6f 6e 74 |ges for the font| 00000470 6d 65 6e 75 20 6f 62 6a 65 63 74 0a 0a 6d 30 30 |menu object..m00| 00000480 30 38 32 41 34 30 3a 46 6f 6e 74 4d 65 6e 75 5f |082A40:FontMenu_| 00000490 41 62 6f 75 74 54 6f 42 65 53 68 6f 77 6e 0a 6d |AboutToBeShown.m| 000004a0 30 30 30 38 32 41 34 31 3a 46 6f 6e 74 4d 65 6e |00082A41:FontMen| 000004b0 75 5f 48 61 73 42 65 65 6e 48 69 64 64 65 6e 0a |u_HasBeenHidden.| 000004c0 6d 30 30 30 38 32 41 34 32 3a 46 6f 6e 74 4d 65 |m00082A42:FontMe| 000004d0 6e 75 5f 53 65 6c 65 63 74 69 6f 6e 0a 0a 23 6d |nu_Selection..#m| 000004e0 65 73 73 61 67 65 73 20 66 6f 72 20 74 68 65 20 |essages for the | 000004f0 69 63 6f 6e 62 61 72 20 6f 62 6a 65 63 74 0a 0a |iconbar object..| 00000500 6d 30 30 30 38 32 39 30 30 3a 49 63 6f 6e 62 61 |m00082900:Iconba| 00000510 72 5f 43 6c 69 63 6b 65 64 0a 6d 30 30 30 38 32 |r_Clicked.m00082| 00000520 39 30 31 3a 49 63 6f 6e 62 61 72 5f 53 65 6c 65 |901:Iconbar_Sele| 00000530 63 74 41 62 6f 75 74 54 6f 42 65 53 68 6f 77 6e |ctAboutToBeShown| 00000540 0a 6d 30 30 30 38 32 39 30 32 3a 49 63 6f 6e 62 |.m00082902:Iconb| 00000550 61 72 5f 41 64 6a 75 73 74 41 62 6f 75 74 54 6f |ar_AdjustAboutTo| 00000560 42 65 53 68 6f 77 6e 0a 0a 23 6d 65 73 73 61 67 |BeShown..#messag| 00000570 65 73 20 66 6f 72 20 74 68 65 20 50 72 69 6e 74 |es for the Print| 00000580 44 62 6f 78 0a 0a 6d 30 30 30 38 32 42 30 30 3a |Dbox..m00082B00:| 00000590 50 72 69 6e 74 44 62 6f 78 5f 41 62 6f 75 74 54 |PrintDbox_AboutT| 000005a0 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 42 |oBeShown.m00082B| 000005b0 30 31 3a 50 72 69 6e 74 44 62 6f 78 5f 44 69 61 |01:PrintDbox_Dia| 000005c0 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 65 64 0a 6d |logueCompleted.m| 000005d0 30 30 30 38 32 42 30 32 3a 50 72 69 6e 74 44 62 |00082B02:PrintDb| 000005e0 6f 78 5f 53 65 74 55 70 41 62 6f 75 74 54 6f 42 |ox_SetUpAboutToB| 000005f0 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 42 30 33 |eShown.m00082B03| 00000600 3a 50 72 69 6e 74 44 62 6f 78 5f 53 61 76 65 0a |:PrintDbox_Save.| 00000610 6d 30 30 30 38 32 42 30 34 3a 50 72 69 6e 74 44 |m00082B04:PrintD| 00000620 62 6f 78 5f 53 65 74 55 70 0a 6d 30 30 30 38 32 |box_SetUp.m00082| 00000630 42 30 35 3a 50 72 69 6e 74 44 62 6f 78 5f 50 72 |B05:PrintDbox_Pr| 00000640 69 6e 74 0a 0a 23 6d 65 73 73 61 67 65 73 20 66 |int..#messages f| 00000650 6f 72 20 74 68 65 20 50 72 6f 67 49 6e 66 6f 20 |or the ProgInfo | 00000660 6f 62 6a 65 63 74 0a 0a 6d 30 30 30 38 32 42 34 |object..m00082B4| 00000670 30 3a 50 72 6f 67 49 6e 66 6f 5f 41 62 6f 75 74 |0:ProgInfo_About| 00000680 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 |ToBeShown.m00082| 00000690 42 34 31 3a 50 72 6f 67 49 6e 66 6f 5f 44 69 61 |B41:ProgInfo_Dia| 000006a0 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 65 64 0a 0a |logueCompleted..| 000006b0 23 6d 65 73 73 61 67 65 73 20 66 6f 72 20 74 68 |#messages for th| 000006c0 65 20 51 75 69 74 20 6f 62 6a 65 63 74 0a 0a 6d |e Quit object..m| 000006d0 30 30 30 38 32 41 39 30 3a 51 75 69 74 5f 41 62 |00082A90:Quit_Ab| 000006e0 6f 75 74 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 |outToBeShown.m00| 000006f0 30 38 32 41 39 31 3a 51 75 69 74 5f 51 75 69 74 |082A91:Quit_Quit| 00000700 0a 6d 30 30 30 38 32 41 39 32 3a 51 75 69 74 5f |.m00082A92:Quit_| 00000710 44 69 61 6c 6f 67 75 65 43 6f 6d 70 6c 65 74 65 |DialogueComplete| 00000720 64 0a 6d 30 30 30 38 32 41 39 33 3a 51 75 69 74 |d.m00082A93:Quit| 00000730 5f 43 61 6e 63 65 6c 0a 0a 23 6d 65 73 73 61 67 |_Cancel..#messag| 00000740 65 73 20 66 6f 72 20 74 68 65 20 73 61 76 65 61 |es for the savea| 00000750 73 20 6f 62 6a 65 63 74 0a 0a 6d 30 30 30 38 32 |s object..m00082| 00000760 42 43 30 3a 53 61 76 65 41 73 5f 41 62 6f 75 74 |BC0:SaveAs_About| 00000770 54 6f 42 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 |ToBeShown.m00082| 00000780 42 43 31 3a 53 61 76 65 41 73 5f 44 69 61 6c 6f |BC1:SaveAs_Dialo| 00000790 67 75 65 43 6f 6d 70 6c 65 74 65 64 0a 6d 30 30 |gueCompleted.m00| 000007a0 30 38 32 42 43 32 3a 53 61 76 65 41 73 5f 53 61 |082BC2:SaveAs_Sa| 000007b0 76 65 41 62 6f 75 74 54 6f 42 65 44 6f 6e 65 0a |veAboutToBeDone.| 000007c0 6d 30 30 30 38 32 42 43 33 3a 53 61 76 65 41 73 |m00082BC3:SaveAs| 000007d0 5f 53 61 76 65 54 6f 46 69 6c 65 0a 6d 30 30 30 |_SaveToFile.m000| 000007e0 38 32 42 43 34 3a 53 61 76 65 41 73 5f 46 69 6c |82BC4:SaveAs_Fil| 000007f0 6c 42 75 66 66 65 72 0a 6d 30 30 30 38 32 42 43 |lBuffer.m00082BC| 00000800 35 3a 53 61 76 65 41 73 5f 53 61 76 65 43 6f 6d |5:SaveAs_SaveCom| 00000810 70 6c 65 74 65 64 0a 0a 23 6d 65 73 73 61 67 65 |pleted..#message| 00000820 73 20 66 6f 72 20 74 68 65 20 53 63 61 6c 65 20 |s for the Scale | 00000830 6f 62 6a 65 63 74 0a 0a 6d 30 30 30 38 32 43 30 |object..m00082C0| 00000840 30 3a 53 63 61 6c 65 5f 41 62 6f 75 74 54 6f 42 |0:Scale_AboutToB| 00000850 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 43 30 31 |eShown.m00082C01| 00000860 3a 53 63 61 6c 65 5f 44 69 61 6c 6f 67 75 65 43 |:Scale_DialogueC| 00000870 6f 6d 70 6c 65 74 65 64 0a 6d 30 30 30 38 32 43 |ompleted.m00082C| 00000880 30 32 3a 53 63 61 6c 65 5f 41 70 70 6c 79 46 61 |02:Scale_ApplyFa| 00000890 63 74 6f 72 0a 0a 23 6d 65 73 73 61 67 65 73 20 |ctor..#messages | 000008a0 66 6f 72 20 74 68 65 20 57 69 6e 64 6f 77 20 4f |for the Window O| 000008b0 62 6a 65 63 74 0a 0a 6d 30 30 30 38 32 38 38 30 |bject..m00082880| 000008c0 3a 57 69 6e 64 6f 77 5f 41 62 6f 75 74 54 6f 42 |:Window_AboutToB| 000008d0 65 53 68 6f 77 6e 0a 6d 30 30 30 38 32 38 38 31 |eShown.m00082881| 000008e0 3a 41 63 74 69 6f 6e 42 75 74 74 6f 6e 5f 53 65 |:ActionButton_Se| 000008f0 6c 65 63 74 65 64 0a 6d 30 30 30 38 32 38 38 32 |lected.m00082882| 00000900 3a 4f 70 74 69 6f 6e 42 75 74 74 6f 6e 5f 53 74 |:OptionButton_St| 00000910 61 74 65 43 68 61 6e 67 65 64 0a 6d 30 30 30 38 |ateChanged.m0008| 00000920 32 38 38 33 3a 52 61 64 69 6f 42 75 74 74 6f 6e |2883:RadioButton| 00000930 5f 53 74 61 74 65 43 68 61 6e 67 65 64 0a 6d 30 |_StateChanged.m0| 00000940 30 30 38 32 38 38 34 3a 44 69 73 70 6c 61 79 46 |0082884:DisplayF| 00000950 69 65 6c 64 5f 56 61 6c 75 65 43 68 61 6e 67 65 |ield_ValueChange| 00000960 64 0a 6d 30 30 30 38 32 38 38 35 3a 57 72 69 74 |d.m00082885:Writ| 00000970 61 62 6c 65 46 69 65 6c 64 5f 56 61 6c 75 65 43 |ableField_ValueC| 00000980 68 61 6e 67 65 64 0a 6d 30 30 30 38 32 38 38 36 |hanged.m00082886| 00000990 3a 53 6c 69 64 65 72 5f 56 61 6c 75 65 43 68 61 |:Slider_ValueCha| 000009a0 6e 67 65 64 0a 6d 30 30 30 38 32 38 38 37 3a 44 |nged.m00082887:D| 000009b0 72 61 67 67 61 62 6c 65 5f 44 72 61 67 53 74 61 |raggable_DragSta| 000009c0 72 74 65 64 0a 6d 30 30 30 38 32 38 38 38 3a 44 |rted.m00082888:D| 000009d0 72 61 67 67 61 62 6c 65 5f 44 72 61 67 45 6e 64 |raggable_DragEnd| 000009e0 65 64 0a 6d 30 30 30 38 32 38 38 42 3a 50 6f 70 |ed.m0008288B:Pop| 000009f0 55 70 5f 41 62 6f 75 74 54 6f 42 65 53 68 6f 77 |Up_AboutToBeShow| 00000a00 6e 0a 6d 30 30 30 38 32 38 38 43 3a 41 64 6a 75 |n.m0008288C:Adju| 00000a10 73 74 65 72 5f 43 6c 69 63 6b 65 64 0a 6d 30 30 |ster_Clicked.m00| 00000a20 30 38 32 38 38 44 3a 4e 75 6d 62 65 72 52 61 6e |08288D:NumberRan| 00000a30 67 65 5f 56 61 6c 75 65 43 68 61 6e 67 65 64 0a |ge_ValueChanged.| 00000a40 6d 30 30 30 38 32 38 38 45 3a 53 74 72 69 6e 67 |m0008288E:String| 00000a50 53 65 74 5f 56 61 6c 75 65 43 68 61 6e 67 65 64 |Set_ValueChanged| 00000a60 0a 6d 30 30 30 38 32 38 38 46 3a 53 74 72 69 6e |.m0008288F:Strin| 00000a70 67 53 65 74 5f 41 62 6f 75 74 54 6f 42 65 53 68 |gSet_AboutToBeSh| 00000a80 6f 77 6e 0a 6d 30 30 30 38 32 38 39 30 3a 57 69 |own.m00082890:Wi| 00000a90 6e 64 6f 77 5f 48 61 73 42 65 65 6e 48 69 64 64 |ndow_HasBeenHidd| 00000aa0 65 6e 0a 0a 23 20 69 66 20 61 20 72 65 73 20 66 |en..# if a res f| 00000ab0 69 6c 65 20 69 73 20 6c 6f 61 64 65 64 20 77 65 |ile is loaded we| 00000ac0 20 6d 75 73 74 20 63 68 65 63 6b 20 74 6f 20 73 | must check to s| 00000ad0 65 65 0a 23 20 69 66 20 77 65 20 68 61 76 65 20 |ee.# if we have | 00000ae0 6d 6f 64 75 6c 65 73 20 74 6f 20 64 69 73 70 6c |modules to displ| 00000af0 61 79 20 74 68 65 6d 2e 20 54 6f 20 64 6f 20 74 |ay them. To do t| 00000b00 68 69 73 20 77 65 20 6c 6f 6f 6b 20 75 70 0a 23 |his we look up.#| 00000b10 20 3c 6f 62 6a 65 63 74 20 63 6c 61 73 73 3e 20 | <object class> | 00000b20 77 68 65 72 65 20 3c 6f 62 6a 65 63 74 20 63 6c |where <object cl| 00000b30 61 73 73 3e 20 69 73 20 74 68 65 20 6e 61 6d 65 |ass> is the name| 00000b40 20 6f 66 20 74 68 65 20 63 6c 61 73 73 20 28 65 | of the class (e| 00000b50 2e 67 2e 20 69 63 6f 6e 62 61 72 29 0a 23 20 6d |.g. iconbar).# m| 00000b60 6f 64 5f 3c 6f 62 6a 65 63 74 20 63 6c 61 73 73 |od_<object class| 00000b70 3e 3a 3c 6e 61 6d 65 3e 20 77 68 65 72 65 20 6e |>:<name> where n| 00000b80 61 6d 65 20 69 73 20 74 68 65 20 6e 61 6d 65 20 |ame is the name | 00000b90 6f 66 20 74 68 65 20 63 6c 61 73 73 20 6d 6f 64 |of the class mod| 00000ba0 75 6c 65 0a 23 20 66 69 6c 65 5f 3c 6f 62 6a 65 |ule.# file_<obje| 00000bb0 63 74 20 63 6c 61 73 73 3e 3a 3c 70 61 74 68 3e |ct class>:<path>| 00000bc0 20 77 68 65 72 65 20 70 61 74 68 20 69 73 20 74 | where path is t| 00000bd0 68 65 20 70 61 74 68 20 77 68 65 72 65 20 74 68 |he path where th| 00000be0 65 20 6d 6f 64 75 6c 65 20 63 61 6e 20 62 65 20 |e module can be | 00000bf0 6c 6f 61 64 65 64 20 66 72 6f 6d 0a 0a 6d 6f 64 |loaded from..mod| 00000c00 5f 69 63 6f 6e 62 61 72 3a 69 63 6f 6e 62 61 72 |_iconbar:iconbar| 00000c10 0a 66 69 6c 65 5f 69 63 6f 6e 62 61 72 3a 53 79 |.file_iconbar:Sy| 00000c20 73 74 65 6d 3a 6d 6f 64 75 6c 65 73 2e 74 6f 6f |stem:modules.too| 00000c30 6c 62 6f 78 2e 69 63 6f 6e 62 61 72 0a 6d 6f 64 |lbox.iconbar.mod| 00000c40 5f 77 69 6e 64 6f 77 3a 77 69 6e 64 6f 77 0a 66 |_window:window.f| 00000c50 69 6c 65 5f 77 69 6e 64 6f 77 3a 53 79 73 74 65 |ile_window:Syste| 00000c60 6d 3a 6d 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f |m:modules.toolbo| 00000c70 78 2e 69 63 6f 6e 62 61 72 0a 6d 6f 64 5f 6d 65 |x.iconbar.mod_me| 00000c80 6e 75 3a 6d 65 6e 75 0a 66 69 6c 65 5f 6d 65 6e |nu:menu.file_men| 00000c90 75 3a 53 79 73 74 65 6d 3a 6d 6f 64 75 6c 65 73 |u:System:modules| 00000ca0 2e 74 6f 6f 6c 62 6f 78 2e 6d 65 6e 75 0a 6d 6f |.toolbox.menu.mo| 00000cb0 64 5f 63 6f 6c 6f 75 72 64 62 6f 78 3a 63 6f 6c |d_colourdbox:col| 00000cc0 6f 75 72 64 62 6f 78 0a 66 69 6c 65 5f 63 6f 6c |ourdbox.file_col| 00000cd0 6f 75 72 64 62 6f 78 3a 53 79 73 74 65 6d 3a 6d |ourdbox:System:m| 00000ce0 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f 78 2e 63 |odules.toolbox.c| 00000cf0 6f 6c 6f 75 72 64 62 6f 78 0a 6d 6f 64 5f 63 6f |olourdbox.mod_co| 00000d00 6c 6f 75 72 6d 65 6e 75 3a 63 6f 6c 6f 75 72 6d |lourmenu:colourm| 00000d10 65 6e 75 0a 66 69 6c 65 5f 63 6f 6c 6f 75 72 6d |enu.file_colourm| 00000d20 65 6e 75 3a 53 79 73 74 65 6d 3a 6d 6f 64 75 6c |enu:System:modul| 00000d30 65 73 2e 74 6f 6f 6c 62 6f 78 2e 63 6f 6c 6f 75 |es.toolbox.colou| 00000d40 72 6d 65 6e 75 0a 6d 6f 64 5f 64 63 73 3a 64 63 |rmenu.mod_dcs:dc| 00000d50 73 0a 66 69 6c 65 5f 64 63 73 3a 53 79 73 74 65 |s.file_dcs:Syste| 00000d60 6d 3a 4d 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f |m:Modules.toolbo| 00000d70 78 2e 64 63 73 5f 71 75 69 74 0a 6d 6f 64 5f 71 |x.dcs_quit.mod_q| 00000d80 75 69 74 3a 64 63 73 0a 66 69 6c 65 5f 71 75 69 |uit:dcs.file_qui| 00000d90 74 3a 53 79 73 74 65 6d 3a 4d 6f 64 75 6c 65 73 |t:System:Modules| 00000da0 2e 74 6f 6f 6c 62 6f 78 2e 64 63 73 5f 71 75 69 |.toolbox.dcs_qui| 00000db0 74 0a 6d 6f 64 5f 66 69 6c 65 69 6e 66 6f 3a 66 |t.mod_fileinfo:f| 00000dc0 69 6c 65 69 6e 66 6f 0a 66 69 6c 65 5f 66 69 6c |ileinfo.file_fil| 00000dd0 65 69 6e 66 6f 3a 53 79 73 74 65 6d 3a 4d 6f 64 |einfo:System:Mod| 00000de0 75 6c 65 73 2e 74 6f 6f 6c 62 6f 78 2e 66 69 6c |ules.toolbox.fil| 00000df0 65 69 6e 66 6f 0a 6d 6f 64 5f 66 6f 6e 74 64 62 |einfo.mod_fontdb| 00000e00 6f 78 3a 46 6f 6e 74 64 62 6f 78 0a 66 69 6c 65 |ox:Fontdbox.file| 00000e10 5f 66 6f 6e 74 64 62 6f 78 3a 53 79 73 74 65 6d |_fontdbox:System| 00000e20 3a 4d 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f 78 |:Modules.toolbox| 00000e30 2e 66 6f 6e 74 64 62 6f 78 0a 6d 6f 64 5f 66 6f |.fontdbox.mod_fo| 00000e40 6e 74 6d 65 6e 75 3a 46 6f 6e 74 4d 65 6e 75 0a |ntmenu:FontMenu.| 00000e50 66 69 6c 65 5f 66 6f 6e 74 6d 65 6e 75 3a 53 79 |file_fontmenu:Sy| 00000e60 73 74 65 6d 3a 4d 6f 64 75 6c 65 73 2e 74 6f 6f |stem:Modules.too| 00000e70 6c 62 6f 78 2e 66 6f 6e 74 6d 65 6e 75 0a 6d 6f |lbox.fontmenu.mo| 00000e80 64 5f 70 72 69 6e 74 64 62 6f 78 3a 70 72 69 6e |d_printdbox:prin| 00000e90 74 64 62 6f 78 0a 66 69 6c 65 5f 70 72 69 6e 74 |tdbox.file_print| 00000ea0 64 62 6f 78 3a 53 79 73 74 65 6d 3a 4d 6f 64 75 |dbox:System:Modu| 00000eb0 6c 65 73 2e 74 6f 6f 6c 62 6f 78 2e 70 72 69 6e |les.toolbox.prin| 00000ec0 74 64 62 6f 78 0a 6d 6f 64 5f 70 72 6f 67 69 6e |tdbox.mod_progin| 00000ed0 66 6f 3a 50 72 6f 67 69 6e 66 6f 0a 66 69 6c 65 |fo:Proginfo.file| 00000ee0 5f 70 72 6f 67 69 6e 66 6f 3a 53 79 73 74 65 6d |_proginfo:System| 00000ef0 3a 6d 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f 78 |:modules.toolbox| 00000f00 2e 70 72 6f 67 69 6e 66 6f 0a 6d 6f 64 5f 73 61 |.proginfo.mod_sa| 00000f10 76 65 61 73 3a 73 61 76 65 61 73 0a 66 69 6c 65 |veas:saveas.file| 00000f20 5f 73 61 76 65 61 73 3a 53 79 73 74 65 6d 3a 6d |_saveas:System:m| 00000f30 6f 64 75 6c 65 73 2e 74 6f 6f 6c 62 6f 78 2e 73 |odules.toolbox.s| 00000f40 61 76 65 61 73 0a 6d 6f 64 5f 73 63 61 6c 65 3a |aveas.mod_scale:| 00000f50 73 63 61 6c 65 0a 66 69 6c 65 5f 73 63 61 6c 65 |scale.file_scale| 00000f60 3a 53 79 73 74 65 6d 3a 6d 6f 64 75 6c 65 73 2e |:System:modules.| 00000f70 74 6f 6f 6c 62 6f 78 2e 73 63 61 6c 65 0a |toolbox.scale.| 00000f7e