object Core: TCore OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy OldCreateOrder = False Height = 544 HorizontalOffset = 869 VerticalOffset = 383 Width = 866 PPI = 120 object ActionList1: TActionList Images = ImageList1 left = 360 top = 220 object AQuit: TAction Caption = 'Quit' Hint = 'Quit' OnExecute = AQuitExecute end object ASettings: TAction Caption = 'Settings' OnExecute = ASettingsExecute ShortCut = 121 end object AAbout: TAction Caption = 'About' end object AHelp: TAction Caption = 'Help' ShortCut = 112 end object AViewFavorites: TAction Caption = 'Favorites' end object AProjectOpen: TAction Category = 'Project' Caption = 'Open...' OnExecute = AProjectOpenExecute ShortCut = 16463 end object AProjectClose: TAction Category = 'Project' 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 Category = 'Project' Caption = 'Checkout...' OnExecute = AProjectCheckoutExecute end object AViewTest: TAction Caption = 'Test' OnExecute = AViewTestExecute ShortCut = 16468 end object AProjectGroupNew: TAction Category = 'ProjectGroup' Caption = 'New' OnExecute = AProjectGroupNewExecute end object AProjectGroupOpen: TAction Category = 'ProjectGroup' Caption = 'Open...' OnExecute = AProjectGroupOpenExecute end object AProjectGroupClose: TAction Category = 'ProjectGroup' Caption = 'Close' OnExecute = AProjectGroupCloseExecute end object AProjectGroupSave: TAction Category = 'ProjectGroup' Caption = 'Save' OnExecute = AProjectGroupSaveExecute end object AProjectGroupSaveAs: TAction Category = 'ProjectGroup' Caption = 'Save as...' OnExecute = AProjectGroupSaveAsExecute end end object ImageList1: TImageList Height = 32 Width = 32 left = 360 top = 300 end object OpenDialog1: TOpenDialog Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*' left = 360 top = 120 end object XMLConfig1: TXMLConfig StartEmpty = False RootName = 'CONFIG' ReadOnly = False left = 120 top = 120 end object LastOpenedListProject: TLastOpenedList MaxCount = 10 OnChange = LastOpenedListProjectChange left = 120 top = 210 end object LastOpenedListRepoURL: TLastOpenedList MaxCount = 10 left = 120 top = 300 end object LastOpenedListNewDir: TLastOpenedList MaxCount = 10 left = 581 top = 378 end object LastOpenedListProjectGroup: TLastOpenedList MaxCount = 10 OnChange = LastOpenedListProjectGroupChange left = 580 top = 280 end object SaveDialog1: TSaveDialog DefaultExt = '.vcgrp' Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*' left = 360 top = 30 end end