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 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679
|
object ExportF: TExportF
Left = 290
Top = 286
BorderStyle = bsSingle
Caption = 'Export...'
ClientHeight = 352
ClientWidth = 625
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 14
object Cancel: TButton
Left = 373
Top = 322
Width = 122
Height = 26
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object OK: TButton
Left = 499
Top = 322
Width = 122
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKClick
end
object Export_Choose: TGroupBox
Left = 4
Top = 4
Width = 616
Height = 246
Caption = 'Choose the desired export format'
TabOrder = 2
object Export: TPageControl
Left = 4
Top = 17
Width = 608
Height = 224
ActivePage = Export_Text
MultiLine = True
TabOrder = 0
OnChange = ExportChange
object Export_CSV: TTabSheet
Caption = 'CSV'
object CSV_Stream_Video_Caption: TLabel
Left = 0
Top = 9
Width = 129
Height = 14
Caption = 'How many video streams?'
end
object CSV_Stream_Audio_Caption: TLabel
Left = 0
Top = 34
Width = 129
Height = 14
Caption = 'How many audio streams?'
end
object CSV_Stream_Text_Caption: TLabel
Left = 0
Top = 60
Width = 121
Height = 14
Caption = 'How many text streams?'
end
object CSV_Stream_Other_Caption: TLabel
Left = 0
Top = 86
Width = 146
Height = 14
Caption = 'How many chapters streams?'
end
object CSV_Stream_Video_Warning: TLabel
Left = 244
Top = 9
Width = 40
Height = 14
Caption = 'Warning'
Visible = False
end
object CSV_Stream_Audio_Warning: TLabel
Left = 244
Top = 34
Width = 40
Height = 14
Caption = 'Warning'
Visible = False
end
object CSV_Stream_Text_Warning: TLabel
Left = 244
Top = 59
Width = 40
Height = 14
Caption = 'Warning'
Visible = False
end
object CSV_Stream_Other_Warning: TLabel
Left = 244
Top = 86
Width = 40
Height = 14
Caption = 'Warning'
Visible = False
end
object CSV_Quote_Caption: TLabel
Left = 0
Top = 112
Width = 79
Height = 14
Caption = 'Quote character'
end
object CSV_Separator_Col_Caption: TLabel
Left = 0
Top = 138
Width = 85
Height = 14
Caption = 'Column separator'
end
object CSV_Separator_Line_Caption: TLabel
Left = 327
Top = 138
Width = 70
Height = 14
Caption = 'Line separator'
end
object CSV_Decimal_Caption: TLabel
Left = 328
Top = 112
Width = 63
Height = 14
Caption = 'Decimal point'
Enabled = False
end
object CSV_Stream_Video: TComboBox
Left = 190
Top = 0
Width = 44
Height = 22
Style = csDropDownList
ItemIndex = 1
TabOrder = 0
Text = '1'
OnChange = CSV_Stream_VideoChange
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8')
end
object CSV_Stream_Audio: TComboBox
Left = 190
Top = 26
Width = 44
Height = 22
Style = csDropDownList
ItemIndex = 2
TabOrder = 1
Text = '2'
OnChange = CSV_Stream_AudioChange
Items.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16')
end
object CSV_Stream_Text: TComboBox
Left = 190
Top = 52
Width = 44
Height = 22
Style = csDropDownList
ItemIndex = 2
TabOrder = 2
Text = '2'
OnChange = CSV_Stream_TextChange
Items.Strings = (
'0'
'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')
end
object CSV_Stream_Other: TComboBox
Left = 190
Top = 78
Width = 44
Height = 22
Style = csDropDownList
ItemIndex = 1
TabOrder = 3
Text = '1'
OnChange = CSV_Stream_OtherChange
Items.Strings = (
'0'
'1')
end
object CSV_Quote: TComboBox
Left = 190
Top = 103
Width = 61
Height = 22
TabOrder = 4
Text = '"'
Items.Strings = (
'"')
end
object CSV_Separator_Col: TComboBox
Left = 190
Top = 129
Width = 61
Height = 22
ItemIndex = 0
TabOrder = 5
Text = ';'
Items.Strings = (
';'
','
'(Tab)')
end
object CSV_Separator_Line: TComboBox
Left = 517
Top = 129
Width = 61
Height = 22
TabOrder = 6
Text = '\r\n'
Items.Strings = (
'(Default)'
'\r\n'
'\n')
end
object CSV_Advanced: TCheckBox
Left = 0
Top = 158
Width = 208
Height = 19
Caption = 'Advanced : full information'
TabOrder = 7
end
object CSV_Decimal: TComboBox
Left = 518
Top = 103
Width = 61
Height = 22
Enabled = False
TabOrder = 8
Text = '.'
Items.Strings = (
'.'
',')
end
end
object Export_Sheet: TTabSheet
Caption = 'Sheet'
object Sheet_Quote_Caption: TLabel
Left = 0
Top = 9
Width = 79
Height = 14
Caption = 'Quote character'
end
object Sheet_Separator_Col_Caption: TLabel
Left = 0
Top = 34
Width = 85
Height = 14
Caption = 'Column separator'
end
object Sheet_Separator_Line_Caption: TLabel
Left = 327
Top = 26
Width = 70
Height = 14
Caption = 'Line separator'
end
object Sheet_Quote: TComboBox
Left = 190
Top = 0
Width = 61
Height = 22
TabOrder = 0
Text = '"'
Items.Strings = (
'"')
end
object Sheet_Separator_Col: TComboBox
Left = 190
Top = 26
Width = 61
Height = 22
ItemIndex = 0
TabOrder = 1
Text = ';'
Items.Strings = (
';'
','
'(Tab)')
end
object Sheet_Separator_Line: TComboBox
Left = 517
Top = 17
Width = 61
Height = 22
TabOrder = 2
Text = '\r\n'
Items.Strings = (
'(Default)'
'\r\n'
'\n')
end
end
object Export_Text: TTabSheet
Caption = 'Text'
ImageIndex = 1
object Text_Advanced: TCheckBox
Left = 0
Top = 9
Width = 585
Height = 18
Caption = 'Advanced : full information'
TabOrder = 0
end
end
object Export_HTML: TTabSheet
Caption = 'HTML'
ImageIndex = 2
object HTML_Advanced: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Advanced : full information'
TabOrder = 0
end
end
object Export_XML: TTabSheet
Caption = 'XML'
object Export_XML_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.mediainfo.xml)'
TabOrder = 0
OnClick = Export_XML_SideCarClick
end
end
object Export_JSON: TTabSheet
Caption = 'JSON'
object Export_JSON_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.mediainfo.json)'
TabOrder = 0
OnClick = Export_JSON_SideCarClick
end
end
object Export_Graph_Svg: TTabSheet
Caption = 'Graph'
object Export_Graph_Svg_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.Graph.svg)'
TabOrder = 0
OnClick = Export_Graph_Svg_SideCarClick
end
end
object Export_MPEG7_Strict: TTabSheet
Caption = 'MPEG-7 (strict)'
object Export_MPEG7_Strict_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.mpeg7_strict)'
TabOrder = 0
OnClick = Export_MPEG7_Strict_SideCarClick
end
end
object Export_MPEG7_Relaxed: TTabSheet
Caption = 'MPEG-7 (relaxed)'
object Export_MPEG7_Relaxed_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.mpeg7_relaxed)'
TabOrder = 0
OnClick = Export_MPEG7_Relaxed_SideCarClick
end
end
object Export_MPEG7_Extended: TTabSheet
Caption = 'MPEG-7 (extended)'
object Export_MPEG7_Extended_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.mpeg7_extended)'
TabOrder = 0
OnClick = Export_MPEG7_Extended_SideCarClick
end
end
object Export_PBCore: TTabSheet
Caption = 'PBCore 1.2'
object Export_PBCore_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.PBCore.xml)'
TabOrder = 0
OnClick = Export_PBCore_SideCarClick
end
end
object Export_PBCore2: TTabSheet
Caption = 'PBCore 2.0'
object Export_PBCore2_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.PBCore2.xml)'
TabOrder = 0
OnClick = Export_PBCore2_SideCarClick
end
end
object Export_EBUCore_1_5: TTabSheet
Caption = 'EBUCore 1.5'
ImageIndex = 9
object Export_EBUCore_1_5_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.xml)'
TabOrder = 0
OnClick = Export_EBUCore_1_5_SideCarClick
end
end
object Export_EBUCore_1_6: TTabSheet
Caption = 'EBUCore 1.6'
ImageIndex = 9
object Export_EBUCore_1_6_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.xml)'
TabOrder = 0
OnClick = Export_EBUCore_1_6_SideCarClick
end
end
object Export_EBUCore_1_8_ps: TTabSheet
Caption = 'EBUCore 1.8 (ps)'
ImageIndex = 9
object Export_EBUCore_1_8_ps_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.xml)'
TabOrder = 0
OnClick = Export_EBUCore_1_8_ps_SideCarClick
end
end
object Export_EBUCore_1_8_sp: TTabSheet
Caption = 'EBUCore 1.8 (sp)'
ImageIndex = 9
object Export_EBUCore_1_8_sp_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.xml)'
TabOrder = 0
OnClick = Export_EBUCore_1_8_sp_SideCarClick
end
end
object Export_EBUCore_1_8_ps_json: TTabSheet
Caption = 'EBUCore 1.8 (ps, json)'
ImageIndex = 9
object Export_EBUCore_1_8_ps_json_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.json)'
TabOrder = 0
OnClick = Export_EBUCore_1_8_ps_json_SideCarClick
end
end
object Export_EBUCore_1_8_sp_json: TTabSheet
Caption = 'EBUCore 1.8 (sp, json)'
ImageIndex = 9
object Export_EBUCore_1_8_sp_json_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.EBUCore.json)'
TabOrder = 0
OnClick = Export_EBUCore_1_8_sp_json_SideCarClick
end
end
object Export_FIMS_1_1: TTabSheet
Caption = 'FIMS 1.1'
ImageIndex = 9
object Export_FIMS_1_1_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.FIMS.xml)'
TabOrder = 0
OnClick = Export_FIMS_1_1_SideCarClick
end
end
object Export_FIMS_1_2: TTabSheet
Caption = 'FIMS 1.2'
ImageIndex = 9
object Export_FIMS_1_2_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.FIMS.xml)'
TabOrder = 0
OnClick = Export_FIMS_1_2_SideCarClick
end
end
object Export_FIMS_1_3: TTabSheet
Caption = 'FIMS 1.3'
ImageIndex = 9
object Export_FIMS_1_3_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.FIMS.xml)'
TabOrder = 0
OnClick = Export_FIMS_1_3_SideCarClick
end
end
object Export_NISO_Z39_87: TTabSheet
Caption = 'NISO Z39.87'
object Export_NISO_Z39_87_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.NISO_Z39_87.xml)'
TabOrder = 0
OnClick = Export_NISO_Z39_87_SideCarClick
end
end
object Export_reVTMD: TTabSheet
Caption = 'reVTMD'
object Export_reVTMD_SideCar: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'Sidecar file (filename.reVTMD.xml)'
TabOrder = 0
OnClick = Export_reVTMD_SideCarClick
end
end
object Export_Custom: TTabSheet
Caption = 'Custom'
ImageIndex = 3
object Custom_One: TCheckBox
Left = 0
Top = 9
Width = 597
Height = 18
Caption = 'One output file per input file'
TabOrder = 0
end
end
end
end
object Name_Choose: TGroupBox
Left = 4
Top = 253
Width = 616
Height = 65
Caption = 'Choose the desired filename'
TabOrder = 3
object Name: TEdit
Left = 4
Top = 17
Width = 580
Height = 22
TabOrder = 0
end
object Name_FileSelect: TButton
Left = 585
Top = 17
Width = 27
Height = 22
Caption = '...'
TabOrder = 1
OnClick = Name_FileSelectClick
end
object File_Append: TCheckBox
Left = 4
Top = 43
Width = 609
Height = 18
Caption = 'Append to the existing file (Warning : parameters must be same)'
TabOrder = 2
end
end
object SaveDialog1: TSaveDialog
Left = 8
Top = 320
end
end
|