object DataModuleProject: TDataModuleProject OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 328 HorizontalOffset = 390 VerticalOffset = 142 Width = 409 object ActionList1: TActionList left = 208 top = 171 object ANew: TAction Caption = 'New' OnExecute = ANewExecute end object AOpen: TAction Caption = 'Open...' OnExecute = AOpenExecute end object AOpenRecent: TAction Caption = 'Open recent' OnExecute = AOpenRecentExecute end object ASave: TAction Caption = 'Save' OnExecute = ASaveExecute end object ASaveAs: TAction Caption = 'Save as...' OnExecute = ASaveAsExecute end object AClose: TAction Caption = 'Close' OnExecute = ACloseExecute end object AProjectManager: TAction Caption = 'Project manager' OnExecute = AProjectManagerExecute end end object PopupMenu1: TPopupMenu left = 125 top = 171 object MenuItem1: TMenuItem Action = ANew end object MenuItem2: TMenuItem Action = AOpen end object MenuItemOpenRecent: TMenuItem Action = AOpenRecent end object MenuItem4: TMenuItem Action = ASave end object MenuItem5: TMenuItem Action = ASaveAs end object MenuItem6: TMenuItem Action = AClose end object MenuItem7: TMenuItem Caption = '-' end object MenuItem8: TMenuItem Action = AProjectManager end end object OpenDialog1: TOpenDialog left = 125 top = 120 end object SaveDialog1: TSaveDialog left = 208 top = 120 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 125 top = 64 end end