object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 435 HorizontalOffset = 539 VerticalOffset = 195 Width = 693 object ActionList1: TActionList left = 260 top = 172 object AQuit: TAction Caption = 'Quit' Hint = 'Quit' OnExecute = AQuitExecute end object ASettings: TAction Caption = 'Settings' OnExecute = ASettingsExecute end object AAbout: TAction Caption = 'About' end object AHelp: TAction Caption = 'Help' end object AViewFavorites: TAction Caption = 'Favorites' end object AProjectOpen: TAction Caption = 'Open...' OnExecute = AProjectOpenExecute ShortCut = 16463 end object AProjectClose: TAction Caption = 'Close' OnExecute = AProjectCloseExecute end object ACommandUpdate: TAction Caption = 'Update' OnExecute = ACommandUpdateExecute end object ACommandCleanup: TAction Caption = 'Cleanup' OnExecute = ACommandCleanupExecute end object ACommandCommit: TAction Caption = 'Commit' OnExecute = ACommandCommitExecute end object ACommandStatus: TAction Caption = 'Status' end object AProjectCheckout: TAction Caption = 'Checkout...' OnExecute = AProjectCheckoutExecute end end object ImageList1: TImageList left = 260 top = 228 end object OpenDialog1: TOpenDialog left = 260 top = 96 end object XMLConfig1: TXMLConfig Filename = 'Config.xml' StartEmpty = False RootName = 'CONFIG' left = 96 top = 96 end object LastOpenedList1: TLastOpenedList MaxCount = 10 OnChange = LastOpenedList1Change left = 96 top = 168 end object LastOpenedListRepoURL: TLastOpenedList MaxCount = 10 left = 96 top = 240 end object LastOpenedListNewDir: TLastOpenedList MaxCount = 10 left = 465 top = 302 end end