object FormMain: TFormMain Left = 0 Top = 0 Caption = 'LibreDevelop' ClientHeight = 503 ClientWidth = 771 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object StatusBar1: TStatusBar Left = 0 Top = 484 Width = 771 Height = 19 Panels = <> end object MainMenu1: TMainMenu Images = Core.ImageList1 Left = 224 Top = 152 object File1: TMenuItem Caption = 'File' object MenuItemNew: TMenuItem Caption = 'New' object N1: TMenuItem Caption = '-' end object Options2: TMenuItem Action = Core.ANew end end object Open1: TMenuItem Action = Core.AFileOpen end object Reopen1: TMenuItem Caption = 'Reopen' object TMenuItem end end object Save1: TMenuItem Action = Core.AFileSave end object Saveas1: TMenuItem Action = Core.AFileSaveAs end object Saveall1: TMenuItem Action = Core.AFileSaveAll end object Close1: TMenuItem Action = Core.AFileClose end object Closeall1: TMenuItem Action = Core.AFileCloseAll end object N2: TMenuItem Caption = '-' end object Quit1: TMenuItem Action = Core.AQuit end end object ools1: TMenuItem Caption = 'Tools' object Options1: TMenuItem Action = Core.AOptions end end object Help1: TMenuItem Caption = 'Help' object About1: TMenuItem Action = Core.AHelpAbout end end end end