-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfrmExtensions_U.dfm
More file actions
444 lines (444 loc) · 17.4 KB
/
Copy pathfrmExtensions_U.dfm
File metadata and controls
444 lines (444 loc) · 17.4 KB
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
object frmExtensions: TfrmExtensions
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Extensions'
ClientHeight = 404
ClientWidth = 667
Color = clBtnFace
CustomTitleBar.Control = TitleBarPanel
CustomTitleBar.Enabled = True
CustomTitleBar.Height = 26
CustomTitleBar.BackgroundColor = 1131364
CustomTitleBar.ForegroundColor = clWhite
CustomTitleBar.InactiveBackgroundColor = clWhite
CustomTitleBar.InactiveForegroundColor = 10066329
CustomTitleBar.ButtonForegroundColor = clWhite
CustomTitleBar.ButtonBackgroundColor = 1131364
CustomTitleBar.ButtonHoverForegroundColor = clWhite
CustomTitleBar.ButtonHoverBackgroundColor = 1531018
CustomTitleBar.ButtonPressedForegroundColor = 65793
CustomTitleBar.ButtonPressedBackgroundColor = 2130112
CustomTitleBar.ButtonInactiveForegroundColor = 10066329
CustomTitleBar.ButtonInactiveBackgroundColor = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
GlassFrame.Enabled = True
GlassFrame.Top = 26
OldCreateOrder = False
Position = poOwnerFormCenter
StyleElements = [seFont, seClient]
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object gbExtensions: TGroupBox
Left = 4
Top = 26
Width = 233
Height = 297
Caption = 'Extensions'
TabOrder = 0
object lvFilters: TListBox
Left = 6
Top = 14
Width = 221
Height = 276
DoubleBuffered = True
DragMode = dmAutomatic
ItemHeight = 13
ParentDoubleBuffered = False
TabOrder = 0
OnClick = lvFiltersClick
OnDragDrop = lvFiltersDragDrop
OnDragOver = lvFiltersDragOver
end
end
object gbFiltersActions: TGroupBox
Left = 4
Top = 329
Width = 233
Height = 70
TabOrder = 2
object btnExtensionAdd: TButton
Left = 6
Top = 38
Width = 105
Height = 25
Caption = 'Add'
TabOrder = 2
OnClick = btnExtensionAddClick
end
object btnExtensionDelete: TButton
Left = 122
Top = 38
Width = 105
Height = 25
Caption = 'Delete'
TabOrder = 3
OnClick = btnExtensionDeleteClick
end
object btnExtensionDown: TButton
Left = 122
Top = 7
Width = 105
Height = 25
Caption = 'Down'
TabOrder = 1
OnClick = btnExtensionDownClick
end
object btnExtensionUp: TButton
Left = 6
Top = 7
Width = 105
Height = 25
Caption = 'Up'
TabOrder = 0
OnClick = btnExtensionUpClick
end
end
object gbMainButtons: TGroupBox
Left = 243
Top = 329
Width = 420
Height = 70
TabOrder = 3
DesignSize = (
420
70)
object lblHint: TLabel
Left = 6
Top = 7
Width = 407
Height = 56
AutoSize = False
Caption =
'Extensions allow to redefine system default action for Edit or R' +
'un. Also they'#39're used in Choosing element'#39's filename dialog.'
WordWrap = True
end
object btnOK: TButton
Left = 193
Top = 38
Width = 105
Height = 25
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 308
Top = 38
Width = 105
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
end
end
object gbExtensionProperties: TGroupBox
Left = 243
Top = 26
Width = 420
Height = 297
Caption = 'Extension'#39's properties '
TabOrder = 1
object lblEditHelper: TLabel
Left = 6
Top = 115
Width = 220
Height = 13
Caption = 'Executable file (empty for the default action):'
end
object pbEdit: TPaintBox
Left = 6
Top = 100
Width = 407
Height = 13
OnPaint = pbEdit_or_RunPaint
end
object lblRunHelper: TLabel
Left = 6
Top = 213
Width = 220
Height = 13
Caption = 'Executable file (empty for the default action):'
end
object pbRun: TPaintBox
Tag = 1
Left = 6
Top = 198
Width = 407
Height = 13
OnPaint = pbEdit_or_RunPaint
end
object edtExtensions: TLabeledEdit
Left = 6
Top = 73
Width = 407
Height = 21
EditLabel.Width = 166
EditLabel.Height = 13
EditLabel.Caption = 'Delimeted extensions (through '#39';'#39'):'
TabOrder = 1
end
object edtName: TLabeledEdit
Left = 6
Top = 33
Width = 407
Height = 21
EditLabel.Width = 133
EditLabel.Height = 13
EditLabel.Caption = 'Name (without extensions):'
TabOrder = 0
OnChange = edtNameChange
end
object edtEditHelper: TButtonedEdit
Left = 6
Top = 130
Width = 407
Height = 21
Images = ImageList
RightButton.ImageIndex = 0
RightButton.Visible = True
TabOrder = 2
OnChange = edtEdit_or_RunHelperChange
OnRightButtonClick = edtEdit_or_RunHelperRightButtonClick
end
object edtEditParams: TLabeledEdit
Left = 6
Top = 171
Width = 407
Height = 21
EditLabel.Width = 349
EditLabel.Height = 13
EditLabel.Caption =
'Parameters (the command will added or put :(command) there you n' +
'eed:'
TabOrder = 3
OnChange = edtNameChange
end
object edtRunHelper: TButtonedEdit
Left = 6
Top = 228
Width = 407
Height = 21
Images = ImageList
RightButton.ImageIndex = 0
RightButton.Visible = True
TabOrder = 4
OnChange = edtEdit_or_RunHelperChange
OnRightButtonClick = edtEdit_or_RunHelperRightButtonClick
end
object edtRunParams: TLabeledEdit
Left = 6
Top = 269
Width = 407
Height = 21
EditLabel.Width = 349
EditLabel.Height = 13
EditLabel.Caption =
'Parameters (the command will added or put :(command) there you n' +
'eed:'
TabOrder = 5
OnChange = edtNameChange
end
end
object TitleBarPanel: TTitleBarPanel
Left = 0
Top = 0
Width = 667
Height = 25
CustomButtons = <
item
ButtonType = sbMinimize
Enabled = True
Width = 32
Visible = True
OnClick = TitleBarPanelCustomButtons0Click
end>
ExplicitWidth = 666
DesignSize = (
667
25)
end
object OpenDialog: TFileOpenDialog
DefaultExtension = 'exe'
FavoriteLinks = <>
FileTypes = <>
Options = [fdoNoValidate, fdoFileMustExist, fdoShareAware]
Title = 'Browse'
Left = 128
Top = 72
end
object ImageList: TImageList
Height = 15
Width = 19
Left = 120
Top = 16
Bitmap = {
494C010101008000040013000F00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
00000000000036000000280000004C0000000F0000000100200000000000D011
000000000000000000000000000000000000FFFFFF0088888800757575007070
7000707070007070700070707000707070007070700070707000707070007070
7000707070007070700070707000707070007575750088888800FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00008A8A8A008F8F8F00E4E4E400F3F3F300F3F3F300F3F3F300F3F3F300F3F3
F300F3F3F300F3F3F300F3F3F300F3F3F300F3F3F300F3F3F300F3F3F300F3F3
F300E4E4E4008F8F8F008A8A8A00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000075757500E2E2E200ECECEC006E6E
6E006E6E6E006E6E6E006E6E6E006E6E6E006E6E6E006E6E6E006E6E6E006E6E
6E00CFCFCF00CFCFCF00CFCFCF00CFCFCF00ECECEC00E2E2E200757575000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000070707000F3F3F3004CBABA004CBABA004CBABA004CBABA004CBABA004CBA
BA004CBABA004CBABA004CBABA004CBABA004C4C4C00D1D1D100D1D1D100D1D1
D100D1D1D100F3F3F30070707000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000070707000F4F4F4004CBABA004CBA
BA00FFFFFF00BADDFF00BADDFF00BADDFF00BADDFF00BADDFF00BADDFF00BADD
FF004CBABA004C4C4C00D2D2D200D2D2D200D2D2D200F4F4F400707070000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000070707000F5F5F5004CBABA00BAFFFF004CBABA00FFFFFF00BAFFFF00BADD
FF00BAFFFF00BAFFFF00BAFFFF00BADDFF00BADDFF004CBABA004C4C4C00D6D6
D600D6D6D600F5F5F50070707000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000070707000F6F6F6004CBABA00BAFF
FF00BADDFF004CBABA00FFFFFF00FFFFFF00BAFFFF00BAFFFF00FFFFFF00BAFF
FF00FFFFFF00BAFFFF004CBABA004C4C4C00DADADA00F6F6F600707070000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000070707000F6F6F6004CBABA00BAFFFF00BAFFFF00BADDFF004CBABA004CBA
BA004CBABA004CBABA004CBABA004CBABA004CBABA004CBABA004CBABA004CBA
BA00DDDDDD00F6F6F60070707000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000070707000FAFAFA004CBABA00BAFF
FF00BADDFF00BAFFFF00BADDFF00BAFFFF00BAFFFF00BADDFF00BAFFFF004CBA
BA004C4C4C00ECECEC00ECECEC00ECECEC00ECECEC00FAFAFA00707070000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000070707000FBFBFB004CBABA00BAFFFF00BAFFFF00BADDFF00BAFFFF00BADD
FF00BAFFFF00BADDFF00BAFFFF004CBABA004C4C4C00EFEFEF00EFEFEF00EFEF
EF00EFEFEF00FBFBFB0070707000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000070707000FBFBFB004CBABA00BAFF
FF00BAFFFF00BAFFFF004CBABA004CBABA004CBABA004CBABA004CBABA004CBA
BA00F1F1F100BA4C4C00BA4C4C00BA4C4C00F1F1F100FBFBFB00707070000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000070707000FCFCFC00F2F2F2004CBABA004CBABA004CBABA00F2F2F200F2F2
F200F2F2F200F2F2F200F2F2F200F2F2F200F2F2F200F2F2F200BA4C4C00BA4C
4C00F2F2F200FCFCFC0070707000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000075757500EAEAEA00FAFAFA00F2F2
F200F2F2F200F2F2F200F2F2F200F2F2F200F2F2F200BA4C4C00F2F2F200F2F2
F200F2F2F200BA4C4C00F2F2F200BA4C4C00FAFAFA00EAEAEA00757575000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00008A8A890091919100E8E8E800FCFCFC00FCFCFC00FCFCFC00FCFCFC00FCFC
FC00FCFCFC00FCFCFC00BA4C4C00BA4C4C00BA4C4C00FCFCFC00FCFCFC00FCFC
FC00E8E8E800919191008A8A8900000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000FFFFFF0093939300777777007070
7000707070007070700070707000707070007070700070707000707070007070
7000707070007070700070707000707070007777770093939300FFFFFF000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000424D3E000000000000003E000000280000004C0000000F00000001000100
00000000B40000000000000000000000000000000000000000000000FFFFFF00
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000}
end
end