** END HEADER -- do not remove this line // // Generated on 2024-07-28 // parameter formObj new RUN_CHMMENU(formObj, "root") class RUN_CHMMENU(formObj, name) of MENUBAR(formObj, name) this.MENU26 = new MENU(this) with (this.MENU26) text = "File" endwith this.MENU26.MENU27 = new MENU(this.MENU26) with (this.MENU26.MENU27) onClick = class::MENU27_ONCLICK text = "Close" endwith this.MENU34 = new MENU(this) with (this.MENU34) text = "Help" endwith this.MENU34.MENU35 = new MENU(this.MENU34) with (this.MENU34.MENU35) onClick = class::MENU35_ONCLICK text = "Show Help File" shortCut = "F1" endwith function MENU27_onClick() form.close() return function MENU35_onClick() form.show_chm() return endclass