1 | object Core: TCore
|
---|
2 | OnCreate = DataModuleCreate
|
---|
3 | OnDestroy = DataModuleDestroy
|
---|
4 | OldCreateOrder = False
|
---|
5 | Height = 544
|
---|
6 | HorizontalOffset = 869
|
---|
7 | VerticalOffset = 383
|
---|
8 | Width = 866
|
---|
9 | PPI = 120
|
---|
10 | object ActionList1: TActionList
|
---|
11 | Images = ImageList1
|
---|
12 | left = 360
|
---|
13 | top = 220
|
---|
14 | object AQuit: TAction
|
---|
15 | Caption = 'Quit'
|
---|
16 | Hint = 'Quit'
|
---|
17 | OnExecute = AQuitExecute
|
---|
18 | end
|
---|
19 | object ASettings: TAction
|
---|
20 | Caption = 'Settings'
|
---|
21 | OnExecute = ASettingsExecute
|
---|
22 | ShortCut = 121
|
---|
23 | end
|
---|
24 | object AAbout: TAction
|
---|
25 | Caption = 'About'
|
---|
26 | end
|
---|
27 | object AHelp: TAction
|
---|
28 | Caption = 'Help'
|
---|
29 | ShortCut = 112
|
---|
30 | end
|
---|
31 | object AViewFavorites: TAction
|
---|
32 | Caption = 'Favorites'
|
---|
33 | end
|
---|
34 | object AProjectOpen: TAction
|
---|
35 | Category = 'Project'
|
---|
36 | Caption = 'Open...'
|
---|
37 | OnExecute = AProjectOpenExecute
|
---|
38 | ShortCut = 16463
|
---|
39 | end
|
---|
40 | object AProjectClose: TAction
|
---|
41 | Category = 'Project'
|
---|
42 | Caption = 'Close'
|
---|
43 | OnExecute = AProjectCloseExecute
|
---|
44 | end
|
---|
45 | object ACommandUpdate: TAction
|
---|
46 | Caption = 'Update'
|
---|
47 | OnExecute = ACommandUpdateExecute
|
---|
48 | end
|
---|
49 | object ACommandCleanup: TAction
|
---|
50 | Caption = 'Cleanup'
|
---|
51 | OnExecute = ACommandCleanupExecute
|
---|
52 | end
|
---|
53 | object ACommandCommit: TAction
|
---|
54 | Caption = 'Commit'
|
---|
55 | OnExecute = ACommandCommitExecute
|
---|
56 | end
|
---|
57 | object ACommandStatus: TAction
|
---|
58 | Caption = 'Status'
|
---|
59 | end
|
---|
60 | object AProjectCheckout: TAction
|
---|
61 | Category = 'Project'
|
---|
62 | Caption = 'Checkout...'
|
---|
63 | OnExecute = AProjectCheckoutExecute
|
---|
64 | end
|
---|
65 | object AViewTest: TAction
|
---|
66 | Caption = 'Test'
|
---|
67 | OnExecute = AViewTestExecute
|
---|
68 | ShortCut = 16468
|
---|
69 | end
|
---|
70 | object AProjectGroupNew: TAction
|
---|
71 | Category = 'ProjectGroup'
|
---|
72 | Caption = 'New'
|
---|
73 | OnExecute = AProjectGroupNewExecute
|
---|
74 | end
|
---|
75 | object AProjectGroupOpen: TAction
|
---|
76 | Category = 'ProjectGroup'
|
---|
77 | Caption = 'Open...'
|
---|
78 | OnExecute = AProjectGroupOpenExecute
|
---|
79 | end
|
---|
80 | object AProjectGroupClose: TAction
|
---|
81 | Category = 'ProjectGroup'
|
---|
82 | Caption = 'Close'
|
---|
83 | OnExecute = AProjectGroupCloseExecute
|
---|
84 | end
|
---|
85 | object AProjectGroupSave: TAction
|
---|
86 | Category = 'ProjectGroup'
|
---|
87 | Caption = 'Save'
|
---|
88 | OnExecute = AProjectGroupSaveExecute
|
---|
89 | end
|
---|
90 | object AProjectGroupSaveAs: TAction
|
---|
91 | Category = 'ProjectGroup'
|
---|
92 | Caption = 'Save as...'
|
---|
93 | OnExecute = AProjectGroupSaveAsExecute
|
---|
94 | end
|
---|
95 | end
|
---|
96 | object ImageList1: TImageList
|
---|
97 | Height = 32
|
---|
98 | Width = 32
|
---|
99 | left = 360
|
---|
100 | top = 300
|
---|
101 | end
|
---|
102 | object OpenDialog1: TOpenDialog
|
---|
103 | Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*'
|
---|
104 | left = 360
|
---|
105 | top = 120
|
---|
106 | end
|
---|
107 | object XMLConfig1: TXMLConfig
|
---|
108 | StartEmpty = False
|
---|
109 | RootName = 'CONFIG'
|
---|
110 | ReadOnly = False
|
---|
111 | left = 120
|
---|
112 | top = 120
|
---|
113 | end
|
---|
114 | object LastOpenedListProject: TLastOpenedList
|
---|
115 | MaxCount = 10
|
---|
116 | OnChange = LastOpenedListProjectChange
|
---|
117 | left = 120
|
---|
118 | top = 210
|
---|
119 | end
|
---|
120 | object LastOpenedListRepoURL: TLastOpenedList
|
---|
121 | MaxCount = 10
|
---|
122 | left = 120
|
---|
123 | top = 300
|
---|
124 | end
|
---|
125 | object LastOpenedListNewDir: TLastOpenedList
|
---|
126 | MaxCount = 10
|
---|
127 | left = 581
|
---|
128 | top = 378
|
---|
129 | end
|
---|
130 | object LastOpenedListProjectGroup: TLastOpenedList
|
---|
131 | MaxCount = 10
|
---|
132 | OnChange = LastOpenedListProjectGroupChange
|
---|
133 | left = 580
|
---|
134 | top = 280
|
---|
135 | end
|
---|
136 | object SaveDialog1: TSaveDialog
|
---|
137 | DefaultExt = '.vcgrp'
|
---|
138 | Filter = 'Project groups (.vcgrp))|*.vcgrp|All files (.*)|*.*'
|
---|
139 | left = 360
|
---|
140 | top = 30
|
---|
141 | end
|
---|
142 | end
|
---|