~ubuntu-branches/ubuntu/karmic/winff/karmic

« back to all changes in this revision

Viewing changes to unit2.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Paul Gevers
  • Date: 2009-01-09 09:33:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090109093355-ype23en6k4ba38iz
Tags: 0.45.1-1
* New upstream release
* Removed absolute path and extension from debian/desktop
* Added dependency on xterm or x-terminal-emulator (Closes: #510156)
* Replaced debian/presets_new-style.xml with versions appropriate
  for different versions of libavcodec and added description to 
  README.Debian.
* Added two binary file types to the clean-up line in debian/rules
* Removed debian/winff.1 (now upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object Form2: TForm2
2
 
  Left = 346
3
 
  Height = 429
4
 
  Top = 286
5
 
  Width = 388
6
 
  HorzScrollBar.Page = 387
7
 
  VertScrollBar.Page = 428
8
 
  ActiveControl = Edit1
9
 
  BorderIcons = [biSystemMenu, biMinimize]
10
 
  BorderStyle = bsSingle
 
2
  Left = 309
 
3
  Height = 461
 
4
  Top = 348
 
5
  Width = 417
 
6
  HelpContext = 0
 
7
  ActiveControl = lbCategory
 
8
  Align = alNone
11
9
  Caption = 'Edit Presets'
12
 
  ClientHeight = 429
13
 
  ClientWidth = 388
 
10
  ChildSizing.LeftRightSpacing = 0
 
11
  ChildSizing.TopBottomSpacing = 0
 
12
  ChildSizing.HorizontalSpacing = 0
 
13
  ChildSizing.VerticalSpacing = 0
 
14
  ChildSizing.ControlsPerLine = 0
 
15
  ClientHeight = 461
 
16
  ClientWidth = 417
 
17
  Constraints.MinHeight = 400
 
18
  Constraints.MinWidth = 400
 
19
  Font.Height = 0
 
20
  Font.Style = []
14
21
  OnResize = FormResize
15
22
  OnShow = FormShow
 
23
  ParentFont = False
16
24
  Position = poMainFormCenter
17
 
  object Label1: TLabel
18
 
    Left = 8
19
 
    Height = 16
20
 
    Top = 8
21
 
    Width = 37
22
 
    Caption = 'Preset'
23
 
    Font.CharSet = 17
24
 
    ParentColor = False
25
 
  end
26
 
  object Label2: TLabel
27
 
    Left = 8
28
 
    Height = 16
29
 
    Top = 120
30
 
    Width = 284
31
 
    Caption = 'Preset Name   (one word, only letters and numbers)'
32
 
    ParentColor = False
33
 
  end
34
 
  object Label3: TLabel
35
 
    Left = 8
36
 
    Height = 16
37
 
    Top = 168
38
 
    Width = 71
39
 
    Caption = 'Preset Label'
40
 
    ParentColor = False
41
 
  end
42
 
  object Label4: TLabel
43
 
    Left = 8
44
 
    Height = 16
45
 
    Top = 216
46
 
    Width = 299
47
 
    Caption = 'Preset Command Line Parameters (no -i or output file)'
48
 
    ParentColor = False
49
 
  end
50
 
  object Label5: TLabel
51
 
    Left = 8
52
 
    Height = 16
53
 
    Top = 264
54
 
    Width = 238
55
 
    Caption = 'Output File Extension (do not include the ''.'' )'
56
 
    ParentColor = False
57
 
  end
58
 
  object Label6: TLabel
59
 
    Left = 9
60
 
    Height = 16
61
 
    Top = 312
62
 
    Width = 50
63
 
    Caption = 'Category'
64
 
    ParentColor = False
65
 
  end
66
 
  object Edit1: TEdit
67
 
    Left = 8
68
 
    Height = 23
69
 
    Top = 136
70
 
    Width = 256
 
25
  ShowHint = True
 
26
  LCLVersion = '0.9.26'
 
27
  object pnlBottom: TPanel
 
28
    Left = 0
 
29
    Height = 84
 
30
    Top = 377
 
31
    Width = 417
 
32
    HelpContext = 0
 
33
    Align = alBottom
 
34
    BorderSpacing.Left = 0
 
35
    BorderSpacing.Top = 0
 
36
    BorderSpacing.Right = 0
 
37
    BorderSpacing.Bottom = 0
 
38
    BorderSpacing.Around = 0
 
39
    BorderSpacing.CellAlignHorizontal = ccaFill
 
40
    BorderSpacing.CellAlignVertical = ccaFill
 
41
    BevelOuter = bvNone
 
42
    ChildSizing.LeftRightSpacing = 0
 
43
    ChildSizing.TopBottomSpacing = 0
 
44
    ChildSizing.HorizontalSpacing = 0
 
45
    ChildSizing.VerticalSpacing = 0
 
46
    ChildSizing.ControlsPerLine = 0
 
47
    ClientHeight = 84
 
48
    ClientWidth = 417
71
49
    TabOrder = 0
 
50
    object addpresetbtn: TButton
 
51
      Left = 8
 
52
      Height = 25
 
53
      Top = 17
 
54
      Width = 91
 
55
      HelpContext = 0
 
56
      Align = alNone
 
57
      BorderSpacing.Left = 0
 
58
      BorderSpacing.Top = 0
 
59
      BorderSpacing.Right = 0
 
60
      BorderSpacing.Bottom = 0
 
61
      BorderSpacing.Around = 0
 
62
      BorderSpacing.InnerBorder = 4
 
63
      BorderSpacing.CellAlignHorizontal = ccaFill
 
64
      BorderSpacing.CellAlignVertical = ccaFill
 
65
      Caption = ' Add / Update'
 
66
      OnClick = addpresetbtnClick
 
67
      TabOrder = 0
 
68
    end
 
69
    object DeleteBtn: TButton
 
70
      Left = 104
 
71
      Height = 25
 
72
      Top = 17
 
73
      Width = 91
 
74
      HelpContext = 0
 
75
      Align = alNone
 
76
      BorderSpacing.Left = 0
 
77
      BorderSpacing.Top = 0
 
78
      BorderSpacing.Right = 0
 
79
      BorderSpacing.Bottom = 0
 
80
      BorderSpacing.Around = 0
 
81
      BorderSpacing.InnerBorder = 4
 
82
      BorderSpacing.CellAlignHorizontal = ccaFill
 
83
      BorderSpacing.CellAlignVertical = ccaFill
 
84
      Caption = 'Delete'
 
85
      OnClick = DeleteBtnClick
 
86
      TabOrder = 1
 
87
    end
 
88
    object OKbtn: TButton
 
89
      Left = 248
 
90
      Height = 25
 
91
      Top = 49
 
92
      Width = 75
 
93
      HelpContext = 0
 
94
      Align = alNone
 
95
      BorderSpacing.Left = 0
 
96
      BorderSpacing.Top = 0
 
97
      BorderSpacing.Right = 0
 
98
      BorderSpacing.Bottom = 0
 
99
      BorderSpacing.Around = 0
 
100
      BorderSpacing.InnerBorder = 4
 
101
      BorderSpacing.CellAlignHorizontal = ccaFill
 
102
      BorderSpacing.CellAlignVertical = ccaFill
 
103
      Caption = 'Save'
 
104
      OnClick = OKbtnClick
 
105
      TabOrder = 2
 
106
    end
 
107
    object CancelBtn: TButton
 
108
      Left = 328
 
109
      Height = 25
 
110
      Top = 49
 
111
      Width = 75
 
112
      HelpContext = 0
 
113
      Align = alNone
 
114
      BorderSpacing.Left = 0
 
115
      BorderSpacing.Top = 0
 
116
      BorderSpacing.Right = 0
 
117
      BorderSpacing.Bottom = 0
 
118
      BorderSpacing.Around = 0
 
119
      BorderSpacing.InnerBorder = 4
 
120
      BorderSpacing.CellAlignHorizontal = ccaFill
 
121
      BorderSpacing.CellAlignVertical = ccaFill
 
122
      Caption = 'Close'
 
123
      OnClick = CancelBtnClick
 
124
      TabOrder = 3
 
125
    end
 
126
    object import: TButton
 
127
      Left = 248
 
128
      Height = 25
 
129
      Top = 18
 
130
      Width = 75
 
131
      HelpContext = 0
 
132
      Align = alNone
 
133
      BorderSpacing.Left = 0
 
134
      BorderSpacing.Top = 0
 
135
      BorderSpacing.Right = 0
 
136
      BorderSpacing.Bottom = 0
 
137
      BorderSpacing.Around = 0
 
138
      BorderSpacing.InnerBorder = 4
 
139
      BorderSpacing.CellAlignHorizontal = ccaFill
 
140
      BorderSpacing.CellAlignVertical = ccaFill
 
141
      Caption = 'Import'
 
142
      OnClick = importClick
 
143
      TabOrder = 4
 
144
    end
 
145
    object export: TButton
 
146
      Left = 328
 
147
      Height = 25
 
148
      Top = 17
 
149
      Width = 75
 
150
      HelpContext = 0
 
151
      Align = alNone
 
152
      BorderSpacing.Left = 0
 
153
      BorderSpacing.Top = 0
 
154
      BorderSpacing.Right = 0
 
155
      BorderSpacing.Bottom = 0
 
156
      BorderSpacing.Around = 0
 
157
      BorderSpacing.InnerBorder = 4
 
158
      BorderSpacing.CellAlignHorizontal = ccaFill
 
159
      BorderSpacing.CellAlignVertical = ccaFill
 
160
      Caption = 'Export'
 
161
      OnClick = exportClick
 
162
      TabOrder = 5
 
163
    end
72
164
  end
73
 
  object Edit2: TEdit
74
 
    Left = 8
75
 
    Height = 23
76
 
    Top = 184
77
 
    Width = 256
 
165
  object Panel1: TPanel
 
166
    Left = 0
 
167
    Height = 246
 
168
    Top = 131
 
169
    Width = 417
 
170
    HelpContext = 0
 
171
    Align = alBottom
 
172
    BorderSpacing.Left = 0
 
173
    BorderSpacing.Top = 0
 
174
    BorderSpacing.Right = 0
 
175
    BorderSpacing.Bottom = 0
 
176
    BorderSpacing.Around = 0
 
177
    BorderSpacing.CellAlignHorizontal = ccaFill
 
178
    BorderSpacing.CellAlignVertical = ccaFill
 
179
    BevelOuter = bvNone
 
180
    ChildSizing.LeftRightSpacing = 0
 
181
    ChildSizing.TopBottomSpacing = 0
 
182
    ChildSizing.HorizontalSpacing = 0
 
183
    ChildSizing.VerticalSpacing = 0
 
184
    ChildSizing.ControlsPerLine = 0
 
185
    ClientHeight = 246
 
186
    ClientWidth = 417
78
187
    TabOrder = 1
 
188
    object Label2: TLabel
 
189
      Left = 8
 
190
      Height = 13
 
191
      Top = 16
 
192
      Width = 289
 
193
      HelpContext = 0
 
194
      Align = alNone
 
195
      Alignment = taLeftJustify
 
196
      BorderSpacing.Left = 0
 
197
      BorderSpacing.Top = 0
 
198
      BorderSpacing.Right = 0
 
199
      BorderSpacing.Bottom = 0
 
200
      BorderSpacing.Around = 0
 
201
      BorderSpacing.CellAlignHorizontal = ccaFill
 
202
      BorderSpacing.CellAlignVertical = ccaFill
 
203
      Caption = 'Preset Name   (one word, only letters and numbers)'
 
204
      ParentColor = False
 
205
    end
 
206
    object Label3: TLabel
 
207
      Left = 8
 
208
      Height = 13
 
209
      Top = 64
 
210
      Width = 71
 
211
      HelpContext = 0
 
212
      Align = alNone
 
213
      Alignment = taLeftJustify
 
214
      BorderSpacing.Left = 0
 
215
      BorderSpacing.Top = 0
 
216
      BorderSpacing.Right = 0
 
217
      BorderSpacing.Bottom = 0
 
218
      BorderSpacing.Around = 0
 
219
      BorderSpacing.CellAlignHorizontal = ccaFill
 
220
      BorderSpacing.CellAlignVertical = ccaFill
 
221
      Caption = 'Preset Label'
 
222
      ParentColor = False
 
223
    end
 
224
    object Label4: TLabel
 
225
      Left = 8
 
226
      Height = 13
 
227
      Top = 112
 
228
      Width = 300
 
229
      HelpContext = 0
 
230
      Align = alNone
 
231
      Alignment = taLeftJustify
 
232
      BorderSpacing.Left = 0
 
233
      BorderSpacing.Top = 0
 
234
      BorderSpacing.Right = 0
 
235
      BorderSpacing.Bottom = 0
 
236
      BorderSpacing.Around = 0
 
237
      BorderSpacing.CellAlignHorizontal = ccaFill
 
238
      BorderSpacing.CellAlignVertical = ccaFill
 
239
      Caption = 'Preset Command Line Parameters (no -i or output file)'
 
240
      ParentColor = False
 
241
    end
 
242
    object Label5: TLabel
 
243
      Left = 8
 
244
      Height = 13
 
245
      Top = 160
 
246
      Width = 251
 
247
      HelpContext = 0
 
248
      Align = alNone
 
249
      Alignment = taLeftJustify
 
250
      BorderSpacing.Left = 0
 
251
      BorderSpacing.Top = 0
 
252
      BorderSpacing.Right = 0
 
253
      BorderSpacing.Bottom = 0
 
254
      BorderSpacing.Around = 0
 
255
      BorderSpacing.CellAlignHorizontal = ccaFill
 
256
      BorderSpacing.CellAlignVertical = ccaFill
 
257
      Caption = 'Output File Extension (do not include the ''.'' )'
 
258
      ParentColor = False
 
259
    end
 
260
    object Label6: TLabel
 
261
      Left = 9
 
262
      Height = 13
 
263
      Top = 208
 
264
      Width = 52
 
265
      HelpContext = 0
 
266
      Align = alNone
 
267
      Alignment = taLeftJustify
 
268
      BorderSpacing.Left = 0
 
269
      BorderSpacing.Top = 0
 
270
      BorderSpacing.Right = 0
 
271
      BorderSpacing.Bottom = 0
 
272
      BorderSpacing.Around = 0
 
273
      BorderSpacing.CellAlignHorizontal = ccaFill
 
274
      BorderSpacing.CellAlignVertical = ccaFill
 
275
      Caption = 'Category'
 
276
      ParentColor = False
 
277
    end
 
278
    object Edit1: TEdit
 
279
      Left = 8
 
280
      Height = 23
 
281
      Hint = '(one word, only letters and numbers)'
 
282
      Top = 32
 
283
      Width = 256
 
284
      HelpContext = 0
 
285
      Align = alNone
 
286
      BorderSpacing.Left = 0
 
287
      BorderSpacing.Top = 0
 
288
      BorderSpacing.Right = 0
 
289
      BorderSpacing.Bottom = 0
 
290
      BorderSpacing.Around = 0
 
291
      BorderSpacing.CellAlignHorizontal = ccaFill
 
292
      BorderSpacing.CellAlignVertical = ccaFill
 
293
      TabOrder = 0
 
294
    end
 
295
    object Edit2: TEdit
 
296
      Left = 8
 
297
      Height = 23
 
298
      Hint = 'Enter a more descriptive name for this preset'
 
299
      Top = 80
 
300
      Width = 256
 
301
      HelpContext = 0
 
302
      Align = alNone
 
303
      BorderSpacing.Left = 0
 
304
      BorderSpacing.Top = 0
 
305
      BorderSpacing.Right = 0
 
306
      BorderSpacing.Bottom = 0
 
307
      BorderSpacing.Around = 0
 
308
      BorderSpacing.CellAlignHorizontal = ccaFill
 
309
      BorderSpacing.CellAlignVertical = ccaFill
 
310
      TabOrder = 1
 
311
    end
 
312
    object Edit3: TEdit
 
313
      Left = 8
 
314
      Height = 23
 
315
      Hint = 'Please don''t use -i or output file parameters'
 
316
      Top = 128
 
317
      Width = 395
 
318
      HelpContext = 0
 
319
      Align = alNone
 
320
      BorderSpacing.Left = 0
 
321
      BorderSpacing.Top = 0
 
322
      BorderSpacing.Right = 0
 
323
      BorderSpacing.Bottom = 0
 
324
      BorderSpacing.Around = 0
 
325
      BorderSpacing.CellAlignHorizontal = ccaFill
 
326
      BorderSpacing.CellAlignVertical = ccaFill
 
327
      TabOrder = 2
 
328
    end
 
329
    object Edit4: TEdit
 
330
      Left = 8
 
331
      Height = 23
 
332
      Hint = 'Do not include the .'
 
333
      Top = 176
 
334
      Width = 80
 
335
      HelpContext = 0
 
336
      Align = alNone
 
337
      BorderSpacing.Left = 0
 
338
      BorderSpacing.Top = 0
 
339
      BorderSpacing.Right = 0
 
340
      BorderSpacing.Bottom = 0
 
341
      BorderSpacing.Around = 0
 
342
      BorderSpacing.CellAlignHorizontal = ccaFill
 
343
      BorderSpacing.CellAlignVertical = ccaFill
 
344
      MaxLength = 20
 
345
      TabOrder = 3
 
346
    end
 
347
    object Edit5: TEdit
 
348
      Left = 9
 
349
      Height = 23
 
350
      Hint = 'Choose a category to group this preset under'
 
351
      Top = 224
 
352
      Width = 120
 
353
      HelpContext = 0
 
354
      Align = alNone
 
355
      BorderSpacing.Left = 0
 
356
      BorderSpacing.Top = 0
 
357
      BorderSpacing.Right = 0
 
358
      BorderSpacing.Bottom = 0
 
359
      BorderSpacing.Around = 0
 
360
      BorderSpacing.CellAlignHorizontal = ccaFill
 
361
      BorderSpacing.CellAlignVertical = ccaFill
 
362
      TabOrder = 4
 
363
    end
79
364
  end
80
 
  object Edit3: TEdit
81
 
    Left = 8
82
 
    Height = 23
83
 
    Top = 232
84
 
    Width = 344
 
365
  object Panel2: TPanel
 
366
    Left = 0
 
367
    Height = 131
 
368
    Top = 0
 
369
    Width = 417
 
370
    HelpContext = 0
 
371
    Align = alClient
 
372
    BorderSpacing.Left = 0
 
373
    BorderSpacing.Top = 0
 
374
    BorderSpacing.Right = 0
 
375
    BorderSpacing.Bottom = 0
 
376
    BorderSpacing.Around = 0
 
377
    BorderSpacing.CellAlignHorizontal = ccaFill
 
378
    BorderSpacing.CellAlignVertical = ccaFill
 
379
    BevelOuter = bvNone
 
380
    Caption = 'Panel2'
 
381
    ChildSizing.LeftRightSpacing = 0
 
382
    ChildSizing.TopBottomSpacing = 0
 
383
    ChildSizing.HorizontalSpacing = 0
 
384
    ChildSizing.VerticalSpacing = 0
 
385
    ChildSizing.ControlsPerLine = 0
 
386
    ClientHeight = 131
 
387
    ClientWidth = 417
85
388
    TabOrder = 2
86
 
  end
87
 
  object ListBox1: TListBox
88
 
    Left = 9
89
 
    Height = 80
90
 
    Top = 33
91
 
    Width = 368
92
 
    OnClick = ListBox1Click
93
 
    OnSelectionChange = ListBox1SelectionChange
94
 
    TabOrder = 3
95
 
  end
96
 
  object addpresetbtn: TButton
97
 
    Left = 8
98
 
    Height = 25
99
 
    Top = 360
100
 
    Width = 107
101
 
    BorderSpacing.InnerBorder = 4
102
 
    Caption = ' Add / Update'
103
 
    OnClick = addpresetbtnClick
104
 
    TabOrder = 4
105
 
  end
106
 
  object DeleteBtn: TButton
107
 
    Left = 128
108
 
    Height = 25
109
 
    Top = 360
110
 
    Width = 75
111
 
    BorderSpacing.InnerBorder = 4
112
 
    Caption = 'Delete'
113
 
    OnClick = DeleteBtnClick
114
 
    TabOrder = 5
115
 
  end
116
 
  object OKbtn: TButton
117
 
    Left = 216
118
 
    Height = 25
119
 
    Top = 392
120
 
    Width = 75
121
 
    BorderSpacing.InnerBorder = 4
122
 
    Caption = 'Save'
123
 
    OnClick = OKbtnClick
124
 
    TabOrder = 6
125
 
  end
126
 
  object CancelBtn: TButton
127
 
    Left = 304
128
 
    Height = 25
129
 
    Top = 392
130
 
    Width = 75
131
 
    BorderSpacing.InnerBorder = 4
132
 
    Caption = 'Close'
133
 
    OnClick = CancelBtnClick
134
 
    TabOrder = 7
135
 
  end
136
 
  object Edit4: TEdit
137
 
    Left = 8
138
 
    Height = 23
139
 
    Top = 280
140
 
    Width = 80
141
 
    MaxLength = 20
142
 
    OnChange = Edit4Change
143
 
    TabOrder = 8
144
 
  end
145
 
  object import: TButton
146
 
    Left = 216
147
 
    Height = 25
148
 
    Top = 360
149
 
    Width = 75
150
 
    BorderSpacing.InnerBorder = 4
151
 
    Caption = 'Import'
152
 
    OnClick = importClick
153
 
    TabOrder = 9
154
 
  end
155
 
  object export: TButton
156
 
    Left = 304
157
 
    Height = 25
158
 
    Top = 360
159
 
    Width = 75
160
 
    BorderSpacing.InnerBorder = 4
161
 
    Caption = 'Export'
162
 
    OnClick = exportClick
163
 
    TabOrder = 10
164
 
  end
165
 
  object Edit5: TEdit
166
 
    Left = 9
167
 
    Height = 23
168
 
    Top = 328
169
 
    Width = 120
170
 
    TabOrder = 11
 
389
    object Label1: TLabel
 
390
      Left = 0
 
391
      Height = 13
 
392
      Top = 0
 
393
      Width = 417
 
394
      HelpContext = 0
 
395
      Align = alTop
 
396
      Alignment = taLeftJustify
 
397
      BorderSpacing.Left = 0
 
398
      BorderSpacing.Top = 0
 
399
      BorderSpacing.Right = 0
 
400
      BorderSpacing.Bottom = 0
 
401
      BorderSpacing.Around = 0
 
402
      BorderSpacing.CellAlignHorizontal = ccaFill
 
403
      BorderSpacing.CellAlignVertical = ccaFill
 
404
      Caption = 'Category / Preset'
 
405
      Font.CharSet = 17
 
406
      Font.Height = 0
 
407
      Font.Style = []
 
408
      ParentColor = False
 
409
      ParentFont = False
 
410
    end
 
411
    object ListBox1: TListBox
 
412
      Left = 168
 
413
      Height = 118
 
414
      Top = 13
 
415
      Width = 249
 
416
      HelpContext = 0
 
417
      Align = alClient
 
418
      Anchors = [akTop, akRight, akBottom]
 
419
      BorderSpacing.Left = 0
 
420
      BorderSpacing.Top = 0
 
421
      BorderSpacing.Right = 0
 
422
      BorderSpacing.Bottom = 0
 
423
      BorderSpacing.Around = 0
 
424
      BorderSpacing.CellAlignHorizontal = ccaFill
 
425
      BorderSpacing.CellAlignVertical = ccaFill
 
426
      IntegralHeight = False
 
427
      ItemHeight = 0
 
428
      MultiSelect = False
 
429
      OnClick = ListBox1Click
 
430
      Sorted = False
 
431
      Style = lbStandard
 
432
      TabOrder = 0
 
433
      TopIndex = -1
 
434
    end
 
435
    object lbCategory: TListBox
 
436
      Left = 0
 
437
      Height = 118
 
438
      Top = 13
 
439
      Width = 163
 
440
      HelpContext = 0
 
441
      Align = alLeft
 
442
      Anchors = [akTop, akBottom]
 
443
      BorderSpacing.Left = 0
 
444
      BorderSpacing.Top = 0
 
445
      BorderSpacing.Right = 0
 
446
      BorderSpacing.Bottom = 0
 
447
      BorderSpacing.Around = 0
 
448
      BorderSpacing.CellAlignHorizontal = ccaFill
 
449
      BorderSpacing.CellAlignVertical = ccaFill
 
450
      IntegralHeight = False
 
451
      ItemHeight = 0
 
452
      MultiSelect = False
 
453
      OnClick = lbCategoryClick
 
454
      Sorted = False
 
455
      Style = lbStandard
 
456
      TabOrder = 1
 
457
      TopIndex = -1
 
458
    end
 
459
    object Splitter1: TSplitter
 
460
      Left = 163
 
461
      Height = 118
 
462
      Top = 13
 
463
      Width = 5
 
464
      HelpContext = 0
 
465
    end
171
466
  end
172
467
  object OpenDialog1: TOpenDialog
 
468
    Width = 0
 
469
    Height = 0
173
470
    Title = 'Import a Preset'
174
471
    DefaultExt = '.wff'
175
472
    Filter = 'WinFF Presets|*.wff'
176
473
    FilterIndex = 0
177
 
    left = 138
178
 
    top = 398
 
474
    left = 320
179
475
  end
180
476
  object SaveDialog1: TSaveDialog
 
477
    Width = 0
 
478
    Height = 0
181
479
    Title = 'Export a Preset'
182
480
    FilterIndex = 0
183
481
    Options = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
184
 
    left = 176
185
 
    top = 400
 
482
    left = 248
 
483
  end
 
484
  object XMLConfig1: TXMLConfig
 
485
    StartEmpty = False
 
486
    RootName = 'CONFIG'
 
487
    left = 290
 
488
    top = 169
186
489
  end
187
490
end