-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathProjectVersionMain.dfm
223 lines (223 loc) · 4.84 KB
/
ProjectVersionMain.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
object MainForm: TMainForm
Left = 244
Top = 158
Width = 694
Height = 376
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SplitterPanel: TSplitter
Left = 305
Top = 42
Height = 296
end
object ToolBar: TToolBar
Left = 0
Top = 0
Width = 678
Height = 42
AutoSize = True
ButtonHeight = 36
ButtonWidth = 46
EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
Images = ImageList
ShowCaptions = True
TabOrder = 0
object BtnReleaseOpen: TToolButton
Left = 0
Top = 2
Hint = 'Open another Release .dvs file'
Caption = 'Open'
DropdownMenu = PopupMenuOpen
ImageIndex = 7
ParentShowHint = False
ShowHint = True
OnClick = BtnReleaseOpenClick
end
object BtnReleaseNew: TToolButton
Left = 46
Top = 2
Hint = 'Create a new Release (.dvs and associated directories and files)'
Caption = 'New'
ImageIndex = 8
ParentShowHint = False
ShowHint = True
OnClick = BtnReleaseNewClick
end
object BtnReleaseSettings: TToolButton
Left = 92
Top = 2
Hint = 'Release Settings (F9)'
Caption = 'Settings'
ImageIndex = 0
ParentShowHint = False
ShowHint = True
OnClick = BtnReleaseSettingsClick
end
object ToolButton1: TToolButton
Left = 138
Top = 2
Width = 8
ImageIndex = 2
Style = tbsSeparator
end
object BtnSCR: TToolButton
Left = 146
Top = 2
Hint = 'SCR Editor (F1)'
Caption = 'SCR'
ImageIndex = 2
ParentShowHint = False
ShowHint = True
OnClick = BtnSCRClick
end
object BtnSCRAdd: TToolButton
Left = 192
Top = 2
Hint = 'Add a new Tracker entry to the SCR file'
Caption = 'Entry'
ImageIndex = 6
ParentShowHint = False
ShowHint = True
OnClick = BtnSCRAddClick
end
object ToolButton5: TToolButton
Left = 238
Top = 2
Width = 8
ImageIndex = 1
Style = tbsSeparator
end
object BtnManual: TToolButton
Left = 246
Top = 2
Hint = 'Software Manual Editor'
Caption = 'Manual'
ImageIndex = 10
ParentShowHint = False
ShowHint = True
OnClick = BtnManualClick
end
object ToolButton3: TToolButton
Left = 292
Top = 2
Width = 8
ImageIndex = 5
Style = tbsSeparator
end
object BtnPRO: TToolButton
Left = 300
Top = 2
Hint = 'Release Documentation Editor (F2)'
Caption = 'Docs'
ImageIndex = 3
ParentShowHint = False
ShowHint = True
OnClick = BtnPROClick
end
object BtnPROWizard: TToolButton
Left = 346
Top = 2
Hint = 'Release Documentation Wizard'
Caption = 'Wizard'
ImageIndex = 5
ParentShowHint = False
ShowHint = True
OnClick = BtnPROWizardClick
end
object ToolButton2: TToolButton
Left = 392
Top = 2
Width = 8
ImageIndex = 2
Style = tbsSeparator
end
object BtnCommit: TToolButton
Left = 400
Top = 2
Hint = 'Commit source modifications (F3)'
Caption = 'Commit'
ImageIndex = 4
ParentShowHint = False
ShowHint = True
OnClick = BtnCommitClick
end
object BtnBackup: TToolButton
Left = 446
Top = 2
Hint = 'Incremental Backup (F4)'
Caption = 'Backup'
ImageIndex = 1
ParentShowHint = False
ShowHint = True
OnClick = BtnBackupClick
end
object BtnBackupOpen: TToolButton
Left = 492
Top = 2
Hint = 'View a backup content'
Caption = 'GetBack'
DropdownMenu = PopupMenuBackup
ImageIndex = 11
ParentShowHint = False
ShowHint = True
OnClick = BtnBackupOpenClick
end
object ToolButton4: TToolButton
Left = 538
Top = 2
Width = 8
Caption = 'ToolButton4'
ImageIndex = 12
Style = tbsSeparator
end
object BtnAbout: TToolButton
Left = 546
Top = 2
Caption = 'About'
ImageIndex = 9
OnClick = BtnAboutClick
end
end
object PanelLeft: TPanel
Left = 0
Top = 42
Width = 305
Height = 296
Align = alLeft
TabOrder = 1
end
object PanelRight: TPanel
Left = 308
Top = 42
Width = 370
Height = 296
Align = alClient
TabOrder = 2
end
object ImageList: TImageList
Left = 32
Top = 181
end
object PopupMenuBackup: TPopupMenu
Left = 500
Top = 50
end
object PopupMenuOpen: TPopupMenu
Left = 8
Top = 50
end
end