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 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
|
object PreferencesF: TPreferencesF
Left = 286
Top = 180
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Preferences'
ClientHeight = 225
ClientWidth = 850
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poOwnerFormCenter
OnShow = FormShow
TextHeight = 14
object OK: TButton
Left = 720
Top = 192
Width = 122
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKClick
end
object Tree: TTreeView
Left = 0
Top = 0
Width = 176
Height = 184
Indent = 19
ParentShowHint = False
ReadOnly = True
ShowHint = False
TabOrder = 1
OnChange = TreeChange
Items.NodeData = {
0302000000280000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000
00010000000105530065007400750070002E0000000000000000000000FFFFFF
FFFFFFFFFFFFFFFFFF0000000000000000010841006400760061006E00630065
006400300000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000005
000000010943007500730074006F006D0069007A006500280000000000000000
000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000010553006800650065
007400340000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000
000000010B540072006500650020002600200054006500780074003400000000
00000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000000000000000010B430075
00730074006F006D0020007400650078007400280000000000000000000000FF
FFFFFFFFFFFFFFFFFFFFFF00000000000000000105470072006100700068002E
0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000001
084C0061006E0067007500610067006500}
end
object Cancel: TButton
Left = 593
Top = 192
Width = 121
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Page: TPageControl
Left = 176
Top = 0
Width = 666
Height = 186
ActivePage = Setup
MultiLine = True
TabHeight = 22
TabOrder = 3
object Setup: TTabSheet
Caption = 'General'
OnShow = Setup_GeneralShow
object Langue_C: TLabel
Left = 2
Top = 7
Width = 54
Height = 14
Caption = 'Language :'
end
object Output_C: TLabel
Left = 2
Top = 33
Width = 38
Height = 14
Caption = 'Output :'
end
object General_Language_Sel: TComboBox
Left = 164
Top = 4
Width = 182
Height = 22
Style = csDropDownList
TabOrder = 0
OnChange = General_Language_SelChange
end
object General_Output_Sel: TComboBox
Left = 164
Top = 30
Width = 182
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 = 2
Top = 56
Width = 655
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 = 352
Top = 4
Width = 105
Height = 23
Caption = 'More...'
TabOrder = 6
OnClick = General_Language_MoreClick
end
object General_Output_More: TButton
Left = 352
Top = 30
Width = 105
Height = 22
Caption = 'More...'
TabOrder = 7
OnClick = General_Output_MoreClick
end
object CB_InfoTip: TCheckBox
Left = 2
Top = 135
Width = 655
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 = 2
Top = 72
Width = 655
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 = 18
Top = 88
Width = 639
Height = 17
Caption = 'For folders too'
TabOrder = 4
OnClick = CB_InscrireShell_FolderClick
end
object CB_InscrireShell_SeparateInstance: TCheckBox
Left = 18
Top = 104
Width = 639
Height = 17
Caption = 'Open each item in a separate instance'
TabOrder = 8
Visible = False
end
object CB_InscrireShell_RetainLegacy: TCheckBox
Left = 18
Top = 120
Width = 639
Height = 17
Caption = 'Retain legacy shell extension'
TabOrder = 9
Visible = False
OnClick = CB_InscrireShell_RetainLegacyClick
end
end
object Setup_Advanced: TTabSheet
Caption = 'Advanced'
ImageIndex = 1
OnShow = Setup_AdvancedShow
object Advanced_DisplayCaptions_Caption: TLabel
Left = 2
Top = 125
Width = 141
Height = 14
Caption = 'Handling of 608/708 streams:'
end
object CB_ShowToolBar: TCheckBox
Left = 2
Top = 1
Width = 658
Height = 18
Caption = 'Show toolbar'
TabOrder = 0
OnClick = CB_ShowToolBarClick
end
object Advanced_CloseAllAuto: TCheckBox
Left = 2
Top = 34
Width = 658
Height = 18
Caption = 'Close all before open'
TabOrder = 5
OnClick = Advanced_CloseAllAutoClick
end
object CB_ShowMenu: TCheckBox
Left = 2
Top = 17
Width = 658
Height = 18
Caption = 'Show menu'
TabOrder = 2
OnClick = CB_ShowMenuClick
end
object Advanced_InformVersion: TCheckBox
Left = 2
Top = 51
Width = 658
Height = 18
Caption = 'Add version to text output'
TabOrder = 3
OnClick = Advanced_InformVersionClick
end
object Advanced_InformTimestamp: TCheckBox
Left = 2
Top = 68
Width = 658
Height = 18
Caption = 'Add creation date to text output'
TabOrder = 6
OnClick = Advanced_InformTimestampClick
end
object Advanced_EnableFfmpeg: TCheckBox
Left = 2
Top = 85
Width = 658
Height = 18
Caption = 'Enable FFmpeg plugin'
TabOrder = 4
OnClick = Advanced_EnableFfmpegClick
end
object Advanced_DisplayCaptions_Sel: TComboBox
Left = 303
Top = 122
Width = 352
Height = 22
Style = csDropDownList
DropDownCount = 10
TabOrder = 1
OnChange = Advanced_DisplayCaptions_SelChange
Items.Strings = (
'When content is detected'
'When content or a command is detected'
'Even when no content or command is detected')
end
object Advanced_LegacyStreamDisplay: TCheckBox
Left = 2
Top = 102
Width = 658
Height = 18
Caption = 'LegacyStreamDisplay'
TabOrder = 7
OnClick = Advanced_LegacyStreamDisplayClick
end
end
object Customize_Language: TTabSheet
Caption = 'Language'
ImageIndex = 3
OnShow = Customize_LanguageShow
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
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
object Tree_NotYet: TLabel
Left = 362
Top = 78
Width = 43
Height = 14
Caption = 'Not yet...'
end
end
object Customize_Graph: TTabSheet
Caption = 'Graph'
ImageIndex = 8
OnShow = Customize_GraphShow
object Graph_Adm_ShowTrackUIDs: TCheckBox
Left = 2
Top = 3
Width = 658
Height = 18
Caption = 'ADM: Show TrackUIDs'
TabOrder = 0
OnClick = Graph_Adm_ShowTrackUIDsClick
end
object Graph_Adm_ShowChannelFormats: TCheckBox
Left = 2
Top = 19
Width = 658
Height = 18
Caption = 'ADM: Show ChannelFormats'
TabOrder = 1
OnClick = Graph_Adm_ShowChannelFormatsClick
end
end
object Customize_Custom: TTabSheet
Caption = 'Custom Text'
ImageIndex = 6
OnShow = Customize_CustomShow
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
end
end
end
|