object Core: TCore OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Height = 526 Width = 625 object ActionList1: TActionList Images = ImageList1 Left = 320 Top = 144 object AOptions: TAction Caption = '&Options' OnExecute = AOptionsExecute end object AQuit: TAction Caption = '&Quit' OnExecute = AQuitExecute end object AFileOpen: TAction Caption = '&Open...' ShortCut = 16463 OnExecute = AFileOpenExecute end object AFileClose: TAction Caption = 'Close' end object AFileSave: TAction Caption = 'Save' ShortCut = 16467 OnExecute = AFileSaveExecute end object AFileSaveAs: TAction Caption = 'Save as...' OnExecute = AFileSaveAsExecute end object ANew: TAction Caption = 'Other...' OnExecute = ANewExecute end object AFileCloseAll: TAction Caption = 'Close all' end object AFileSaveAll: TAction Caption = 'Save all' end object AHelpAbout: TAction Caption = 'About' end end object ImageList1: TImageList Left = 224 Top = 144 end object OpenDialog1: TOpenDialog Filter = 'Delphi project (.dpr)|*.dpr|Delphi source (.pas)|*.pas|Delphi pa' + 'ckage (.dpk)|*.dpk|Any file|*.*' Left = 432 Top = 312 end object SaveDialog1: TSaveDialog Left = 352 Top = 312 end end