home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TEXTRACTDLG / TEXTRACTDLG.txt
Text File  |  2001-03-01  |  6KB  |  348 lines

  1. object ExtractDlg: TExtractDlg
  2.   Left = 340
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Extract %s'
  7.   ClientHeight = 364
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 192
  17.     Top = 56
  18.     Width = 169
  19.     Height = 177
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 8
  25.     Width = 64
  26.     Height = 13
  27.     Caption = '&Extract %s to:'
  28.     FocusControl = PathEdit
  29.   end
  30.   object Label2: TLabel
  31.     Left = 200
  32.     Top = 50
  33.     Width = 65
  34.     Height = 13
  35.     Caption = 'Extract tracks'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 200
  39.     Top = 72
  40.     Width = 47
  41.     Height = 13
  42.     Caption = 'Mode&1 as'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 200
  46.     Top = 104
  47.     Width = 47
  48.     Height = 13
  49.     Caption = 'Mode&2 as'
  50.   end
  51.   object Label5: TLabel
  52.     Left = 200
  53.     Top = 136
  54.     Width = 32
  55.     Height = 13
  56.     Caption = '&CDI as'
  57.   end
  58.   object Label6: TLabel
  59.     Left = 200
  60.     Top = 168
  61.     Width = 41
  62.     Height = 13
  63.     Caption = '&Audio as'
  64.   end
  65.   object Label7: TLabel
  66.     Left = 200
  67.     Top = 202
  68.     Width = 37
  69.     Height = 13
  70.     Caption = 'CD&G as'
  71.   end
  72.   object Bevel3: TBevel
  73.     Left = 8
  74.     Top = 56
  75.     Width = 177
  76.     Height = 121
  77.     Shape = bsFrame
  78.   end
  79.   object Label9: TLabel
  80.     Left = 16
  81.     Top = 50
  82.     Width = 105
  83.     Height = 13
  84.     Caption = 'Track naming scheme'
  85.   end
  86.   object Label10: TLabel
  87.     Left = 15
  88.     Top = 88
  89.     Width = 83
  90.     Height = 13
  91.     Caption = '?n - track number'
  92.   end
  93.   object Label11: TLabel
  94.     Left = 15
  95.     Top = 104
  96.     Width = 76
  97.     Height = 13
  98.     Caption = '?m - track mode'
  99.   end
  100.   object Label12: TLabel
  101.     Left = 104
  102.     Top = 88
  103.     Width = 70
  104.     Height = 13
  105.     Caption = '?s - sector size'
  106.   end
  107.   object Label13: TLabel
  108.     Left = 104
  109.     Top = 104
  110.     Width = 74
  111.     Height = 13
  112.     Caption = '?i - image name'
  113.   end
  114.   object Label14: TLabel
  115.     Left = 15
  116.     Top = 120
  117.     Width = 151
  118.     Height = 13
  119.     Caption = '?e - default track type extension'
  120.   end
  121.   object Bevel2: TBevel
  122.     Left = 192
  123.     Top = 240
  124.     Width = 169
  125.     Height = 81
  126.     Shape = bsFrame
  127.   end
  128.   object Label8: TLabel
  129.     Left = 200
  130.     Top = 234
  131.     Width = 60
  132.     Height = 13
  133.     Caption = 'If error found'
  134.   end
  135.   object ExtractBtn: TButton
  136.     Left = 59
  137.     Top = 331
  138.     Width = 75
  139.     Height = 25
  140.     Caption = 'Extract'
  141.     Default = True
  142.     TabOrder = 14
  143.     OnClick = ExtractBtnClick
  144.   end
  145.   object CancelBtn: TButton
  146.     Left = 243
  147.     Top = 331
  148.     Width = 75
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 15
  154.   end
  155.   object PathEdit: TEdit
  156.     Left = 8
  157.     Top = 24
  158.     Width = 329
  159.     Height = 21
  160.     TabOrder = 0
  161.   end
  162.   object BrowseBt: TButton
  163.     Left = 344
  164.     Top = 24
  165.     Width = 17
  166.     Height = 22
  167.     Caption = '...'
  168.     TabOrder = 1
  169.     OnClick = BrowseBtClick
  170.   end
  171.   object Mode1As: TComboBox
  172.     Left = 254
  173.     Top = 68
  174.     Width = 99
  175.     Height = 21
  176.     Style = csDropDownList
  177.     Enabled = False
  178.     ItemHeight = 13
  179.     TabOrder = 7
  180.     Items.Strings = (
  181.       'Mode1/2352'
  182.       'Mode1/2048'
  183.       'Mode2/2352'
  184.       'Mode2/2336'
  185.       'VirtualCD file'
  186.       'Virtual Drive file')
  187.   end
  188.   object Mode2As: TComboBox
  189.     Left = 254
  190.     Top = 100
  191.     Width = 99
  192.     Height = 21
  193.     Style = csDropDownList
  194.     Enabled = False
  195.     ItemHeight = 13
  196.     TabOrder = 8
  197.     OnChange = Mode2AsChange
  198.     Items.Strings = (
  199.       'Mode2/2352'
  200.       'Mode2/2336'
  201.       'Mode1/2352'
  202.       'Mode1/2048'
  203.       'VirtualCD file'
  204.       'Virtual Drive file')
  205.   end
  206.   object CDIAs: TComboBox
  207.     Left = 254
  208.     Top = 132
  209.     Width = 99
  210.     Height = 21
  211.     Style = csDropDownList
  212.     Enabled = False
  213.     ItemHeight = 13
  214.     TabOrder = 9
  215.     Items.Strings = (
  216.       'CDI/2352'
  217.       'CDI/2336')
  218.   end
  219.   object AudioAs: TComboBox
  220.     Left = 254
  221.     Top = 164
  222.     Width = 99
  223.     Height = 21
  224.     Style = csDropDownList
  225.     Enabled = False
  226.     ItemHeight = 13
  227.     TabOrder = 10
  228.     Items.Strings = (
  229.       'Audio/2352'
  230.       'Wave file')
  231.   end
  232.   object CDGAs: TComboBox
  233.     Left = 254
  234.     Top = 196
  235.     Width = 99
  236.     Height = 21
  237.     Style = csDropDownList
  238.     Enabled = False
  239.     ItemHeight = 13
  240.     TabOrder = 11
  241.     Items.Strings = (
  242.       'CDG/2448'
  243.       'Audio/2352'
  244.       'Wave file')
  245.   end
  246.   object SchemeEdit: TEdit
  247.     Left = 16
  248.     Top = 64
  249.     Width = 161
  250.     Height = 21
  251.     TabOrder = 2
  252.   end
  253.   object DefaultEBt: TButton
  254.     Left = 40
  255.     Top = 144
  256.     Width = 113
  257.     Height = 25
  258.     Caption = 'Default extensions...'
  259.     TabOrder = 3
  260.     OnClick = DefaultEBtClick
  261.   end
  262.   object Ordering: TRadioGroup
  263.     Left = 8
  264.     Top = 179
  265.     Width = 177
  266.     Height = 54
  267.     Caption = 'Sector numbers'
  268.     Enabled = False
  269.     ItemIndex = 0
  270.     Items.Strings = (
  271.       'Start &numbering from:'
  272.       '&Use numbers of source track')
  273.     TabOrder = 4
  274.     OnClick = OrderingClick
  275.   end
  276.   object Options: TRadioGroup
  277.     Left = 8
  278.     Top = 235
  279.     Width = 177
  280.     Height = 86
  281.     Caption = 'Options'
  282.     ItemIndex = 2
  283.     Items.Strings = (
  284.       '&Overwrite all existing files'
  285.       '&Skip all existing files'
  286.       '&Prompt for action if file exists'
  287.       'S&top extraction if file exists')
  288.     TabOrder = 6
  289.   end
  290.   object StartSector: TMaskEdit
  291.     Left = 136
  292.     Top = 190
  293.     Width = 44
  294.     Height = 21
  295.     AutoSize = False
  296.     Enabled = False
  297.     EditMask = '999999;0; '
  298.     MaxLength = 6
  299.     TabOrder = 5
  300.     Text = '150'
  301.   end
  302.   object Keep: TCheckBox
  303.     Left = 201
  304.     Top = 300
  305.     Width = 136
  306.     Height = 17
  307.     Caption = '&Keep broken files'
  308.     Checked = True
  309.     State = cbChecked
  310.     TabOrder = 13
  311.   end
  312.   object Panel1: TPanel
  313.     Left = 194
  314.     Top = 248
  315.     Width = 157
  316.     Height = 52
  317.     BevelOuter = bvNone
  318.     TabOrder = 12
  319.     object error1: TRadioButton
  320.       Left = 6
  321.       Top = 0
  322.       Width = 105
  323.       Height = 17
  324.       Caption = 'Stop extraction'
  325.       Enabled = False
  326.       TabOrder = 0
  327.     end
  328.     object error2: TRadioButton
  329.       Left = 6
  330.       Top = 17
  331.       Width = 147
  332.       Height = 17
  333.       Caption = 'Replace with empty sector'
  334.       Enabled = False
  335.       TabOrder = 1
  336.     end
  337.     object error3: TRadioButton
  338.       Left = 6
  339.       Top = 34
  340.       Width = 137
  341.       Height = 17
  342.       Caption = 'Ignore'
  343.       Enabled = False
  344.       TabOrder = 2
  345.     end
  346.   end
  347. end
  348.