-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathESoft.Launcher.UI.ParamBrowser.dfm
356 lines (356 loc) · 8.63 KB
/
ESoft.Launcher.UI.ParamBrowser.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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
object FormParameterBrowser: TFormParameterBrowser
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Parameter Browser'
ClientHeight = 352
ClientWidth = 694
Color = 14871789
Constraints.MaxHeight = 401
Constraints.MaxWidth = 700
Constraints.MinHeight = 400
Constraints.MinWidth = 700
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PanelSearch: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 688
Height = 38
Align = alTop
BevelInner = bvLowered
TabOrder = 0
object Label1: TLabel
AlignWithMargins = True
Left = 10
Top = 5
Width = 37
Height = 15
Margins.Left = 8
Align = alLeft
Caption = 'Search'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
end
object edtFilter: TButtonedEdit
AlignWithMargins = True
Left = 55
Top = 9
Width = 418
Height = 21
Margins.Left = 5
Margins.Top = 7
Margins.Right = 8
Margins.Bottom = 6
Align = alClient
RightButton.ImageIndex = 24
RightButton.Visible = True
TabOrder = 0
TextHint = ' Filter Text'
OnChange = edtFilterChange
OnKeyUp = edtFilterKeyUp
end
object btnAdditionalParameters: TButton
AlignWithMargins = True
Left = 640
Top = 5
Width = 43
Height = 28
Align = alRight
DropDownMenu = PopupMenuAdditionalParameters
ImageAlignment = iaRight
ImageIndex = 9
Images = FormMDIMain.ImageList_20
Style = bsSplitButton
TabOrder = 1
TabStop = False
OnClick = btnAdditionalParametersClick
end
object cbCategories: TComboBox
AlignWithMargins = True
Left = 484
Top = 9
Width = 145
Height = 21
Margins.Top = 7
Margins.Right = 8
Align = alRight
Style = csDropDownList
TabOrder = 2
OnChange = cbCategoriesChange
end
end
object Panel1: TPanel
AlignWithMargins = True
Left = 3
Top = 264
Width = 688
Height = 54
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
Caption = 'Panel1'
ShowCaption = False
TabOrder = 1
object Label2: TLabel
AlignWithMargins = True
Left = 5
Top = 5
Width = 106
Height = 15
Align = alLeft
Caption = 'Selected Parameter '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
end
object lblParameter: TLabel
AlignWithMargins = True
Left = 5
Top = 39
Width = 3
Height = 13
Align = alBottom
Layout = tlCenter
end
object btnCancel: TButton
AlignWithMargins = True
Left = 603
Top = 5
Width = 75
Height = 28
Margins.Right = 8
Align = alRight
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
TabStop = False
end
object btnOK: TButton
AlignWithMargins = True
Left = 517
Top = 5
Width = 75
Height = 28
Margins.Right = 8
Align = alRight
Caption = ' Ok'
Default = True
DropDownMenu = PopupMenuRunApp
Style = bsSplitButton
TabOrder = 1
TabStop = False
OnClick = btnOKClick
end
object EditParam: TEdit
AlignWithMargins = True
Left = 117
Top = 7
Width = 384
Height = 24
Margins.Top = 5
Margins.Right = 13
Margins.Bottom = 5
Align = alClient
TabOrder = 2
OnChange = EditParamChange
end
end
object dbGridParameters: TDBGrid
AlignWithMargins = True
Left = 3
Top = 47
Width = 532
Height = 211
Align = alClient
DataSource = SourceParametres
DrawingStyle = gdsGradient
GradientEndColor = 14083302
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
PopupMenu = PopupMenu
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnCellClick = dbGridParametersCellClick
OnDblClick = dbGridParametersDblClick
Columns = <
item
Expanded = False
FieldName = 'ParamCode'
Title.Caption = 'Parameter Name'
Width = 200
Visible = True
end
item
Expanded = False
FieldName = 'ParamText'
Title.Caption = 'Application Parameter'
Width = 252
Visible = True
end
item
Expanded = False
FieldName = 'ParamConnection'
Title.Caption = 'Connection'
Width = 200
Visible = True
end>
end
object lbAdditionalParams: TListBox
AlignWithMargins = True
Left = 541
Top = 47
Width = 150
Height = 211
Align = alRight
ItemHeight = 13
PopupMenu = PopupMenu
TabOrder = 3
Visible = False
OnExit = lbAdditionalParamsExit
end
object pnlProgress: TPanel
AlignWithMargins = True
Left = 3
Top = 324
Width = 688
Height = 25
Align = alBottom
BevelInner = bvLowered
Caption = 'pnlProgress'
ShowCaption = False
TabOrder = 4
end
object MainMenu: TMainMenu
Images = FormMDIMain.ImageList_20
Left = 88
Top = 104
object MenuFile: TMenuItem
Caption = 'File'
object MItemClose: TMenuItem
Caption = 'Close'
ShortCut = 27
OnClick = MItemCloseClick
end
end
object MenuSearch: TMenuItem
Caption = 'Search'
object MItemSearch: TMenuItem
Caption = 'Search'
ShortCut = 114
OnClick = MItemSearchClick
end
end
end
object SourceParametres: TDataSource
AutoEdit = False
DataSet = ClntDSetParameters
Left = 120
Top = 104
end
object ClntDSetParameters: TClientDataSet
Aggregates = <>
IndexFieldNames = 'ParamCode'
Params = <>
AfterOpen = ClntDSetParametersAfterOpen
AfterScroll = ClntDSetParametersAfterScroll
Left = 152
Top = 104
object ClntDSetParametersParamCode: TStringField
FieldName = 'ParamCode'
Size = 1000
end
object ClntDSetParametersParamText: TStringField
FieldName = 'ParamText'
Size = 1000
end
object ClntDSetParametersParamConnection: TStringField
FieldName = 'ParamConnection'
Size = 1000
end
object ClntDSetParametersData: TIntegerField
FieldName = 'Data'
end
object ClntDSetParametersParamCategory: TStringField
FieldName = 'ParamCategory'
Size = 500
end
end
object PopupMenuAdditionalParameters: TPopupMenu
Images = FormMDIMain.ImageList_20
Left = 184
Top = 104
end
object PopupMenu: TPopupMenu
Images = FormMDIMain.ImageList_20
OnPopup = PopupMenuPopup
Left = 216
Top = 104
object PMItemAdd: TMenuItem
Caption = 'Add'
ImageIndex = 30
OnClick = PMItemAddClick
end
object PMItemCopy: TMenuItem
Caption = 'Copy'
ImageIndex = 1
OnClick = PMItemCopyClick
end
object PMItemDelete: TMenuItem
Caption = 'Delete'
ImageIndex = 31
OnClick = PMItemDeleteClick
end
object PMItemEdit: TMenuItem
Caption = 'Edit'
ImageIndex = 32
OnClick = PMItemEditClick
end
object N1: TMenuItem
Caption = '-'
end
object PMItemUpdate: TMenuItem
Caption = 'Update '
ImageIndex = 36
OnClick = PMItemUpdateClick
end
end
object PopupMenuRunApp: TPopupMenu
Images = FormMDIMain.ImageList_20
Left = 216
Top = 136
object PMItemRun: TMenuItem
Caption = 'Run'
OnClick = btnOKClick
end
object PMItemRunasadministrator: TMenuItem
Caption = 'Run as administrator'
ImageIndex = 42
OnClick = btnOKClick
end
end
end