File: GUI_Preferences.dfm

package info (click to toggle)
mediainfo 0.7.58-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,148 kB
  • sloc: cpp: 9,919; sh: 419; makefile: 68; xml: 12
file content (379 lines) | stat: -rwxr-xr-x 9,658 bytes parent folder | download | duplicates (5)
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
object PreferencesF: TPreferencesF
  Left = 286
  Top = 180
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Preferences'
  ClientHeight = 187
  ClientWidth = 667
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesigned
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object OK: TButton
    Left = 544
    Top = 159
    Width = 122
    Height = 27
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
    OnClick = OKClick
  end
  object Tree: TTreeView
    Left = 0
    Top = -1
    Width = 190
    Height = 150
    Indent = 19
    ParentShowHint = False
    ReadOnly = True
    ShowHint = False
    TabOrder = 1
    OnChange = TreeChange
    Items.NodeData = {
      0302000000280000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000
      00010000000105530065007400750070002E0000000000000000000000FFFFFF
      FFFFFFFFFFFFFFFFFF0000000000000000010841006400760061006E00630065
      006400300000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000004
      000000010943007500730074006F006D0069007A006500280000000000000000
      000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000010553006800650065
      007400340000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000
      000000010B540072006500650020002600200054006500780074003400000000
      00000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000010B430075
      00730074006F006D00200074006500780074002E0000000000000000000000FF
      FFFFFFFFFFFFFFFFFFFFFF000000000000000001084C0061006E006700750061
      0067006500}
  end
  object Cancel: TButton
    Left = 417
    Top = 159
    Width = 121
    Height = 27
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object Page: TPageControl
    Left = 176
    Top = 0
    Width = 490
    Height = 157
    ActivePage = Setup
    MultiLine = True
    TabOrder = 3
    object Setup: TTabSheet
      Caption = 'General'
      OnShow = Setup_GeneralShow
      ExplicitWidth = 509
      object Langue_C: TLabel
        Left = 0
        Top = 9
        Width = 54
        Height = 14
        Caption = 'Language :'
      end
      object Output_C: TLabel
        Left = 0
        Top = 34
        Width = 38
        Height = 14
        Caption = 'Output :'
      end
      object General_Language_Sel: TComboBox
        Left = 124
        Top = 0
        Width = 113
        Height = 22
        Style = csDropDownList
        TabOrder = 0
        OnChange = General_Language_SelChange
      end
      object General_Output_Sel: TComboBox
        Left = 124
        Top = 26
        Width = 113
        Height = 22
        Style = csDropDownList
        DropDownCount = 10
        TabOrder = 1
        OnChange = General_Output_SelChange
        Items.Strings = (
          'Simple'
          'Sheet'
          'Tree'
          'Text'
          'HTML'
          'Custom')
      end
      object CB_CheckUpdate: TCheckBox
        Left = 0
        Top = 52
        Width = 506
        Height = 18
        Caption = 'Check for newest versions (require Internet connection)'
        Checked = True
        State = cbChecked
        TabOrder = 2
        OnClick = CB_CheckUpdateClick
      end
      object General_Language_More: TButton
        Left = 237
        Top = 0
        Width = 57
        Height = 23
        Caption = 'More...'
        TabOrder = 6
        OnClick = General_Language_MoreClick
      end
      object General_Output_More: TButton
        Left = 237
        Top = 26
        Width = 57
        Height = 22
        Caption = 'More...'
        TabOrder = 7
        OnClick = General_Output_MoreClick
      end
      object CB_InfoTip: TCheckBox
        Left = 0
        Top = 100
        Width = 506
        Height = 18
        Caption = 
          'Shell InfoTip (in explorer, move the mouse on file, info will be' +
          ' displayed)'
        TabOrder = 5
        OnClick = CB_InfoTipClick
      end
      object CB_InscrireShell: TCheckBox
        Left = 0
        Top = 68
        Width = 506
        Height = 18
        Caption = 
          'Shell extension (in explorer, righ click, there will be a "Media' +
          ' Info" option...)'
        Checked = True
        State = cbChecked
        TabOrder = 3
        OnClick = CB_InscrireShellClick
      end
      object CB_InscrireShell_Folder: TCheckBox
        Left = 16
        Top = 84
        Width = 369
        Height = 17
        Caption = 'For folders too'
        TabOrder = 4
        OnClick = CB_InscrireShell_FolderClick
      end
    end
    object Setup_Advanced: TTabSheet
      Caption = 'Advanced'
      ImageIndex = 1
      OnShow = Setup_AdvancedShow
      ExplicitWidth = 509
      object CB_ShowToolBar: TCheckBox
        Left = 0
        Top = 26
        Width = 268
        Height = 18
        Caption = 'Show toolbar'
        TabOrder = 0
        OnClick = CB_ShowToolBarClick
      end
      object Advanced_CloseAllAuto: TCheckBox
        Left = 0
        Top = 59
        Width = 268
        Height = 18
        Caption = 'Close all before open'
        TabOrder = 1
        OnClick = Advanced_CloseAllAutoClick
      end
      object CB_ShowMenu: TCheckBox
        Left = 0
        Top = 42
        Width = 268
        Height = 18
        Caption = 'Show menu'
        TabOrder = 2
        OnClick = CB_ShowMenuClick
      end
    end
    object Customize_Language: TTabSheet
      Caption = 'Language'
      ImageIndex = 3
      OnShow = Customize_LanguageShow
      ExplicitWidth = 509
      object Language_Caption: TLabel
        Left = 0
        Top = 0
        Width = 154
        Height = 14
        Caption = 'Choose your desired language :'
      end
      object Language_New: TButton
        Left = 162
        Top = 43
        Width = 80
        Height = 23
        Caption = 'New...'
        TabOrder = 3
        OnClick = Language_NewClick
      end
      object Language_Delete: TButton
        Left = 0
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Delete'
        TabOrder = 1
        OnClick = Language_DeleteClick
      end
      object Language_Edit: TButton
        Left = 81
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Edit...'
        TabOrder = 2
        OnClick = Language_EditClick
      end
      object Language_Sel: TComboBox
        Left = 0
        Top = 17
        Width = 242
        Height = 22
        Style = csDropDownList
        TabOrder = 0
        OnChange = Language_SelChange
      end
    end
    object Customize_Sheet: TTabSheet
      Caption = 'Sheet'
      ImageIndex = 4
      OnShow = Customize_SheetShow
      ExplicitWidth = 509
      object Sheet_Caption: TLabel
        Left = 0
        Top = 0
        Width = 175
        Height = 14
        Caption = 'Choose your desired custom sheet :'
      end
      object Sheet_Sel: TComboBox
        Left = 0
        Top = 17
        Width = 242
        Height = 22
        Style = csDropDownList
        TabOrder = 0
        OnChange = Sheet_SelChange
      end
      object Sheet_Delete: TButton
        Left = 0
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Delete'
        TabOrder = 1
        OnClick = Sheet_DeleteClick
      end
      object Sheet_Edit: TButton
        Left = 81
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Edit...'
        TabOrder = 2
        OnClick = Sheet_EditClick
      end
      object Sheet_New: TButton
        Left = 162
        Top = 43
        Width = 80
        Height = 23
        Caption = 'New...'
        TabOrder = 3
        OnClick = Sheet_NewClick
      end
    end
    object Customize_TreeText: TTabSheet
      Caption = 'Tree && Text'
      ImageIndex = 6
      ExplicitWidth = 509
      object Tree_NotYet: TLabel
        Left = 362
        Top = 78
        Width = 43
        Height = 14
        Caption = 'Not yet...'
      end
    end
    object Customize_Custom: TTabSheet
      Caption = 'Custom Text'
      ImageIndex = 6
      OnShow = Customize_CustomShow
      ExplicitWidth = 509
      object Custom_Caption: TLabel
        Left = 0
        Top = 0
        Width = 166
        Height = 14
        Caption = 'Choose your desired custom text :'
      end
      object Custom_New: TButton
        Left = 162
        Top = 43
        Width = 80
        Height = 23
        Caption = 'New...'
        TabOrder = 0
        OnClick = Custom_NewClick
      end
      object Custom_Edit: TButton
        Left = 81
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Edit...'
        TabOrder = 1
        OnClick = Custom_EditClick
      end
      object Custom_Delete: TButton
        Left = 0
        Top = 43
        Width = 81
        Height = 23
        Caption = 'Delete'
        TabOrder = 2
        OnClick = Custom_DeleteClick
      end
      object Custom_Sel: TComboBox
        Left = 0
        Top = 17
        Width = 242
        Height = 22
        Style = csDropDownList
        TabOrder = 3
        OnChange = Custom_SelChange
      end
    end
    object Customize: TTabSheet
      Caption = 'Customize'
      ImageIndex = 7
      ExplicitWidth = 509
    end
  end
end