object FormMain: TFormMain Left = 340 Height = 497 Top = 152 Width = 667 Caption = 'VCSCommander' ClientHeight = 472 ClientWidth = 667 Menu = MainMenu1 LCLVersion = '1.1' object ToolBarMain: TToolBar Left = 0 Height = 26 Top = 0 Width = 667 Caption = 'ToolBarMain' Images = ImageList1 ParentShowHint = False ShowHint = True TabOrder = 0 end object StatusBar1: TStatusBar Left = 0 Height = 21 Top = 451 Width = 667 Panels = <> end object MainMenu1: TMainMenu Images = ImageList1 left = 232 top = 88 object MenuItemFile: TMenuItem Caption = 'File' object MenuItemQuit: TMenuItem Action = AQuit end end object MenuItem6: TMenuItem Caption = 'View' object MenuItem7: TMenuItem Action = AViewFavorites end end object MenuItem1: TMenuItem Caption = 'General' object MenuItem2: TMenuItem Action = ASettings end end object MenuItem3: TMenuItem Caption = 'Help' object MenuItem5: TMenuItem Action = AHelp end object MenuItem4: TMenuItem Action = AAbout end end end object ActionList1: TActionList Images = ImageList1 left = 232 top = 144 object AQuit: TAction Caption = 'Quit' Hint = 'Quit' OnExecute = AQuitExecute end object ASettings: TAction Caption = 'Settings' end object AAbout: TAction Caption = 'About' end object AHelp: TAction Caption = 'Help' end object AViewFavorites: TAction Caption = 'Favorites' end end object ImageList1: TImageList left = 232 top = 200 end end