forked from yavfast/dbg-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuProjectOptions.dfm
298 lines (298 loc) · 7.18 KB
/
uProjectOptions.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
object fmProjectOptions: TfmProjectOptions
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Project options'
ClientHeight = 225
ClientWidth = 454
Color = clBtnFace
Constraints.MaxHeight = 253
Constraints.MaxWidth = 460
Constraints.MinHeight = 250
Constraints.MinWidth = 460
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pcProjectOpt: TPageControl
Left = 0
Top = 0
Width = 454
Height = 185
ActivePage = tsProject
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object tsProject: TTabSheet
Caption = 'Project settings'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
object lbeApplication: TLabeledEdit
Left = 7
Top = 24
Width = 378
Height = 21
EditLabel.Width = 52
EditLabel.Height = 13
EditLabel.Caption = 'Application'
TabOrder = 0
end
object lbeProjectName: TLabeledEdit
Left = 7
Top = 72
Width = 378
Height = 21
EditLabel.Width = 63
EditLabel.Height = 13
EditLabel.Caption = 'Project name'
TabOrder = 2
end
object lbeProjectStorage: TLabeledEdit
Left = 7
Top = 120
Width = 378
Height = 21
EditLabel.Width = 112
EditLabel.Height = 13
EditLabel.Caption = 'Project session storage'
ReadOnly = True
TabOrder = 4
end
object btnOpenApplication: TBitBtn
Left = 384
Top = 22
Width = 33
Height = 25
Action = acOpenApplication
TabOrder = 1
end
object btnSaveProjectName: TBitBtn
Left = 384
Top = 70
Width = 33
Height = 25
Action = acSaveProjectName
TabOrder = 3
end
object btnSaveProjectStorage: TBitBtn
Left = 384
Top = 118
Width = 33
Height = 25
Action = acSaveProjectStorage
TabOrder = 5
end
end
object tsSources: TTabSheet
Caption = 'Source settings'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ImageIndex = 1
ParentFont = False
object lbeProjectSource: TLabeledEdit
Left = 7
Top = 24
Width = 378
Height = 21
EditLabel.Width = 69
EditLabel.Height = 13
EditLabel.Caption = 'Project source'
TabOrder = 0
end
object btnProjectSource: TBitBtn
Left = 384
Top = 22
Width = 33
Height = 25
Action = acProjectSource
TabOrder = 1
end
object lbeDelphiSource: TLabeledEdit
Left = 7
Top = 72
Width = 378
Height = 21
EditLabel.Width = 97
EditLabel.Height = 13
EditLabel.Caption = 'Delphi library source'
TabOrder = 2
end
object btnDelphiSource: TBitBtn
Left = 384
Top = 70
Width = 33
Height = 25
Action = acDelphiSource
TabOrder = 3
end
end
object tsRunParams: TTabSheet
Caption = 'Run parameters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ImageIndex = 2
ParentFont = False
object lbeParameters: TLabeledEdit
Left = 7
Top = 24
Width = 378
Height = 21
EditLabel.Width = 55
EditLabel.Height = 13
EditLabel.Caption = 'Parameters'
TabOrder = 0
end
object lbeWorkDir: TLabeledEdit
Left = 7
Top = 72
Width = 378
Height = 21
EditLabel.Width = 85
EditLabel.Height = 13
EditLabel.Caption = 'Working directory'
TabOrder = 1
end
object btnSelWorkDir: TBitBtn
Left = 384
Top = 70
Width = 33
Height = 25
Action = acSelWorkDir
TabOrder = 2
end
end
end
object pActions: TPanel
Left = 0
Top = 185
Width = 454
Height = 40
Align = alBottom
BevelOuter = bvNone
Caption = 'pActions'
ShowCaption = False
TabOrder = 1
DesignSize = (
454
40)
object btnOk: TBitBtn
Left = 282
Top = 8
Width = 75
Height = 25
Action = acSave
Anchors = [akRight, akBottom]
Caption = 'Save'
TabOrder = 0
end
object btnCancel: TBitBtn
Left = 369
Top = 8
Width = 75
Height = 25
Action = acCancel
Anchors = [akRight, akBottom]
Caption = 'Cancel'
TabOrder = 1
end
end
object alProjectOpt: TActionList
Images = dmShareData.ilActionsSmall
Left = 248
Top = 8
object acSave: TAction
Caption = 'Save'
ImageIndex = 1
OnExecute = acSaveExecute
end
object acCancel: TAction
Caption = 'Cancel'
ImageIndex = 2
OnExecute = acCancelExecute
end
object acOpenApplication: TAction
ImageIndex = 0
OnExecute = acOpenApplicationExecute
end
object acSaveProjectName: TAction
ImageIndex = 0
OnExecute = acSaveProjectNameExecute
end
object acSaveProjectStorage: TAction
ImageIndex = 0
Visible = False
OnExecute = acSaveProjectStorageExecute
end
object acDelphiSource: TAction
ImageIndex = 0
OnExecute = acDelphiSourceExecute
end
object acProjectSource: TAction
ImageIndex = 0
OnExecute = acProjectSourceExecute
end
object acSelWorkDir: TAction
ImageIndex = 0
OnExecute = acSelWorkDirExecute
end
end
object odApplication: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <
item
DisplayName = 'Application (*.exe)'
FileMask = '*.exe'
end
item
DisplayName = 'Debug info (*.map)'
FileMask = '*.map'
end>
Options = []
Left = 128
Top = 176
end
object sdProjectName: TFileSaveDialog
DefaultExtension = '.spider'
FavoriteLinks = <>
FileTypes = <
item
DisplayName = 'Spider project (*.spider)'
FileMask = '*.spider'
end>
Options = [fdoFileMustExist, fdoCreatePrompt]
Left = 48
Top = 176
end
object odSelectWorkDir: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <>
Options = [fdoPickFolders, fdoPathMustExist]
Title = 'Select working directory'
Left = 208
Top = 176
end
end