object FormMain: TFormMain Left = 240 Height = 520 Top = 108 Width = 747 Caption = 'LibreDevelop Studio' ClientHeight = 495 ClientWidth = 747 Menu = MainMenu OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.1' WindowState = wsMaximized object StatusBar1: TStatusBar Left = 0 Height = 21 Top = 474 Width = 747 Panels = <> end object ToolBar1: TToolBar Left = 0 Height = 26 Top = 0 Width = 747 Caption = 'ToolBar1' TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AFileNew end object ToolButton2: TToolButton Left = 24 Top = 2 Action = AFileOpen DropdownMenu = PopupMenuRecentFiles Style = tbsDropDown end object ToolButton3: TToolButton Left = 59 Top = 2 Action = AFileSaveAs end object ToolButton4: TToolButton Left = 82 Top = 2 Action = AFileClose end end object PageControlRight: TPageControl Left = 547 Height = 343 Top = 26 Width = 200 Align = alRight TabOrder = 2 TabPosition = tpRight end object PageControlLeft: TPageControl Left = 0 Height = 343 Top = 26 Width = 200 Align = alLeft TabOrder = 3 TabPosition = tpLeft end object PageControlBottom: TPageControl Left = 0 Height = 105 Top = 369 Width = 747 Align = alBottom TabOrder = 4 end object Splitter1: TSplitter Left = 200 Height = 343 Top = 26 Width = 5 end object Splitter2: TSplitter Left = 542 Height = 343 Top = 26 Width = 5 Align = alRight ResizeAnchor = akRight end object PageControlCenter: TPageControl Left = 205 Height = 343 Top = 26 Width = 337 Align = alClient TabOrder = 7 end object MainMenu: TMainMenu left = 80 top = 48 object MenuItem26: TMenuItem Caption = 'File' object MenuItem27: TMenuItem Action = AFileNew end object MenuItem28: TMenuItem Action = AFileOpen end object MenuItemFileOpenRecent: TMenuItem Caption = 'Open recent' ImageIndex = 8 OnClick = MenuItemFileOpenRecentClick end object MenuItem30: TMenuItem Action = AFileSave end object MenuItem31: TMenuItem Action = AFileSaveAs end object MenuItem32: TMenuItem Action = AFileClose end object MenuItem33: TMenuItem Caption = '-' end object MenuItem34: TMenuItem Action = AExit end end object MenuItem2: TMenuItem Caption = 'Edit' object MenuItem36: TMenuItem Action = AUndo end object MenuItem35: TMenuItem Action = ARedo end object MenuItem18: TMenuItem Caption = '-' end object MenuItem4: TMenuItem Action = AClipboardCopy end object MenuItem5: TMenuItem Action = AClipboardPaste end object MenuItem6: TMenuItem Action = AClipboardCut end object MenuItem47: TMenuItem Action = ADelete end object MenuItem7: TMenuItem Action = ASelectAll end end object MenuItem37: TMenuItem Caption = 'Search' object MenuItem38: TMenuItem Action = ASearch end object MenuItem39: TMenuItem Action = ASearchInFiles end object MenuItem40: TMenuItem Action = AFindNext end object MenuItem41: TMenuItem Action = AFindPrevious end object MenuItem42: TMenuItem Caption = '-' end object MenuItem43: TMenuItem Action = AReplace end object MenuItem44: TMenuItem Action = AReplaceInFiles end object MenuItem45: TMenuItem Caption = '-' end object MenuItem46: TMenuItem Action = AGoToLineNumber end end object MenuItem20: TMenuItem Caption = 'Build' object MenuItem21: TMenuItem Action = ABuild end object MenuItem22: TMenuItem Action = ARun end object MenuItem23: TMenuItem Action = AStop end object MenuItem24: TMenuItem Action = ARebuild end object MenuItem25: TMenuItem Action = ABuildClean end end object MenuItem16: TMenuItem Caption = 'Tools' object MenuItem19: TMenuItem Action = AViewSettings end object MenuItem48: TMenuItem Action = AViewModules end end object MenuItem17: TMenuItem Caption = 'View' end object MenuItem15: TMenuItem Caption = 'Help' end end object ActionListMain: TActionList left = 80 top = 104 object AClipboardCopy: TAction Category = 'Edit' Caption = 'Copy' Hint = 'Copy to clipboard' ImageIndex = 17 ShortCut = 16451 end object AClipboardPaste: TAction Category = 'Edit' Caption = 'Paste' Hint = 'Paste from clipboard' ImageIndex = 19 ShortCut = 16470 end object AClipboardCut: TAction Category = 'Edit' Caption = 'Cut' Hint = 'Cut to clipboard' ImageIndex = 18 ShortCut = 16472 end object ASelectAll: TAction Category = 'Edit' Caption = 'Select all' Hint = 'Select all' ShortCut = 16449 end object AExit: TAction Caption = 'Exit' Hint = 'Exit application' ImageIndex = 5 OnExecute = AExitExecute ShortCut = 16499 end object AViewProjectManager: TAction Category = 'View' Caption = 'Project manager' end object AViewSettings: TAction Category = 'View' Caption = 'Settings' ImageIndex = 10 OnExecute = AViewSettingsExecute end object ABuild: TAction Category = 'Build' Caption = 'Build' end object ARun: TAction Category = 'Build' Caption = 'Run' end object AStop: TAction Category = 'Build' Caption = 'Stop' end object ARebuild: TAction Category = 'Build' Caption = 'Rebuild' end object ABuildClean: TAction Category = 'Build' Caption = 'Clean' end object AFileNew: TAction Category = 'File' Caption = 'New...' ImageIndex = 4 OnExecute = AFileNewExecute ShortCut = 16462 end object AFileOpen: TAction Category = 'File' Caption = 'Open...' ImageIndex = 8 OnExecute = AFileOpenExecute ShortCut = 16463 end object AFileOpenRecent: TAction Category = 'File' Caption = 'Open recent' ImageIndex = 8 OnExecute = AFileOpenRecentExecute end object AFileSave: TAction Category = 'File' Caption = 'Save' ImageIndex = 13 OnExecute = AFileSaveExecute ShortCut = 16467 end object AFileSaveAs: TAction Category = 'File' Caption = 'Save as...' ImageIndex = 13 OnExecute = AFileSaveAsExecute ShortCut = 24659 end object AFileClose: TAction Category = 'File' Caption = 'Close' ImageIndex = 3 OnExecute = AFileCloseExecute end object AUndo: TAction Category = 'File' Caption = 'Undo' end object ARedo: TAction Category = 'File' Caption = 'Redo' end object ASearch: TAction Category = 'Search' Caption = 'Search' end object AReplace: TAction Category = 'Search' Caption = 'Replace' end object ASearchInFiles: TAction Category = 'Search' Caption = 'Search in files' end object AGoToLineNumber: TAction Category = 'Search' Caption = 'Go to line number...' end object AReplaceInFiles: TAction Category = 'Search' Caption = 'Replace in files' end object AFindNext: TAction Category = 'Search' Caption = 'Find next' ShortCut = 114 end object AFindPrevious: TAction Category = 'Search' Caption = 'Find previous' ShortCut = 8306 end object ADelete: TAction Category = 'Edit' Caption = 'Delete' end object AViewModules: TAction Caption = 'Modules' OnExecute = AViewModulesExecute end end object OpenDialogFile: TOpenDialog left = 82 top = 210 end object SaveDialogFile: TSaveDialog left = 82 top = 272 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 80 top = 160 end object PopupMenuRecentFiles: TPopupMenu left = 259 top = 69 end end