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 / TFIELDSDLG / TFIELDSDLG.txt
Text File  |  2001-03-01  |  2KB  |  110 lines

  1. object FieldsDlg: TFieldsDlg
  2.   Left = 381
  3.   Top = 229
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select fields to rebuild'
  7.   ClientHeight = 150
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 233
  19.     Height = 97
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 2
  25.     Width = 61
  26.     Height = 13
  27.     Caption = 'Sector Fields'
  28.   end
  29.   object OKBtn: TButton
  30.     Left = 11
  31.     Top = 115
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 6
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 163
  41.     Top = 115
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 7
  48.   end
  49.   object FieldSync: TCheckBox
  50.     Left = 16
  51.     Top = 24
  52.     Width = 105
  53.     Height = 17
  54.     Caption = 'Sync'
  55.     Checked = True
  56.     State = cbChecked
  57.     TabOrder = 0
  58.   end
  59.   object FieldHeader: TCheckBox
  60.     Left = 16
  61.     Top = 48
  62.     Width = 105
  63.     Height = 17
  64.     Caption = 'Header'
  65.     Checked = True
  66.     State = cbChecked
  67.     TabOrder = 1
  68.   end
  69.   object FieldSHeader: TCheckBox
  70.     Left = 16
  71.     Top = 72
  72.     Width = 105
  73.     Height = 17
  74.     Caption = 'Sub Header'
  75.     Checked = True
  76.     State = cbChecked
  77.     TabOrder = 2
  78.   end
  79.   object FieldInter: TCheckBox
  80.     Left = 128
  81.     Top = 24
  82.     Width = 105
  83.     Height = 17
  84.     Caption = 'Intermediate'
  85.     Checked = True
  86.     State = cbChecked
  87.     TabOrder = 3
  88.   end
  89.   object FieldEDC: TCheckBox
  90.     Left = 128
  91.     Top = 48
  92.     Width = 105
  93.     Height = 17
  94.     Caption = 'EDC'
  95.     Checked = True
  96.     State = cbChecked
  97.     TabOrder = 4
  98.   end
  99.   object FieldECC: TCheckBox
  100.     Left = 128
  101.     Top = 72
  102.     Width = 105
  103.     Height = 17
  104.     Caption = 'ECCP and ECCQ'
  105.     Checked = True
  106.     State = cbChecked
  107.     TabOrder = 5
  108.   end
  109. end
  110.