home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / cdmage / CDmage1-02-1B5.exe / CDmage.exe / 0 / RCDATA / TSAVEASDLG / TSAVEASDLG.txt
Text File  |  2001-07-26  |  3KB  |  145 lines

  1. object SaveAsDlg: TSaveAsDlg
  2.   Left = 324
  3.   Top = 237
  4.   ActiveControl = OKButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save options'
  8.   ClientHeight = 185
  9.   ClientWidth = 304
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 289
  20.     Height = 49
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 2
  26.     Width = 69
  27.     Height = 13
  28.     Caption = 'Convert tracks'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 176
  32.     Top = 27
  33.     Width = 9
  34.     Height = 13
  35.     Caption = 'to'
  36.   end
  37.   object Bevel2: TBevel
  38.     Left = 8
  39.     Top = 96
  40.     Width = 177
  41.     Height = 81
  42.     Shape = bsFrame
  43.   end
  44.   object Label8: TLabel
  45.     Left = 16
  46.     Top = 90
  47.     Width = 139
  48.     Height = 13
  49.     Caption = 'If unconvertable sector found'
  50.   end
  51.   object OKButton: TButton
  52.     Left = 208
  53.     Top = 80
  54.     Width = 73
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 5
  59.     OnClick = OKButtonClick
  60.   end
  61.   object CancelButton: TButton
  62.     Left = 208
  63.     Top = 136
  64.     Width = 73
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 6
  70.   end
  71.   object FirstSession: TCheckBox
  72.     Left = 16
  73.     Top = 64
  74.     Width = 161
  75.     Height = 17
  76.     Caption = 'Save first session only'
  77.     Checked = True
  78.     Enabled = False
  79.     State = cbChecked
  80.     TabOrder = 2
  81.   end
  82.   object SourceType: TComboBox
  83.     Left = 16
  84.     Top = 24
  85.     Width = 153
  86.     Height = 21
  87.     Style = csDropDownList
  88.     ItemHeight = 13
  89.     TabOrder = 0
  90.     OnChange = SourceTypeChange
  91.   end
  92.   object DestType: TComboBox
  93.     Left = 192
  94.     Top = 24
  95.     Width = 97
  96.     Height = 21
  97.     Style = csDropDownList
  98.     ItemHeight = 13
  99.     TabOrder = 1
  100.     OnChange = DestTypeChange
  101.   end
  102.   object Keep: TCheckBox
  103.     Left = 17
  104.     Top = 156
  105.     Width = 160
  106.     Height = 17
  107.     Caption = '&Keep broken files'
  108.     Checked = True
  109.     State = cbChecked
  110.     TabOrder = 4
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 10
  114.     Top = 104
  115.     Width = 167
  116.     Height = 52
  117.     BevelOuter = bvNone
  118.     TabOrder = 3
  119.     object error1: TRadioButton
  120.       Left = 6
  121.       Top = 0
  122.       Width = 163
  123.       Height = 17
  124.       Caption = 'Stop extraction'
  125.       TabOrder = 0
  126.     end
  127.     object error2: TRadioButton
  128.       Left = 6
  129.       Top = 17
  130.       Width = 163
  131.       Height = 17
  132.       Caption = 'Replace with empty sector'
  133.       TabOrder = 1
  134.     end
  135.     object error3: TRadioButton
  136.       Left = 6
  137.       Top = 34
  138.       Width = 163
  139.       Height = 17
  140.       Caption = 'Ignore'
  141.       TabOrder = 2
  142.     end
  143.   end
  144. end
  145.