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

  1. object ScanDlg: TScanDlg
  2.   Left = 340
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Scan for corruption'
  7.   ClientHeight = 184
  8.   ClientWidth = 218
  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 = 201
  19.     Height = 129
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 2
  25.     Width = 64
  26.     Height = 13
  27.     Caption = 'What to scan'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 32
  31.     Top = 106
  32.     Width = 20
  33.     Height = 13
  34.     Caption = 'from'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 128
  38.     Top = 106
  39.     Width = 9
  40.     Height = 13
  41.     Caption = 'to'
  42.   end
  43.   object OKBtn: TButton
  44.     Left = 11
  45.     Top = 147
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Scan'
  49.     Default = True
  50.     TabOrder = 0
  51.     OnClick = OKBtnClick
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 131
  55.     Top = 147
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 1
  62.   end
  63.   object Scan1: TRadioButton
  64.     Left = 16
  65.     Top = 24
  66.     Width = 185
  67.     Height = 17
  68.     Caption = 'All checkable tracks'
  69.     Checked = True
  70.     TabOrder = 2
  71.     TabStop = True
  72.     OnClick = ScanClick
  73.   end
  74.   object Scan2: TRadioButton
  75.     Left = 16
  76.     Top = 44
  77.     Width = 185
  78.     Height = 17
  79.     Caption = 'Selected tracks only'
  80.     TabOrder = 3
  81.     OnClick = ScanClick
  82.   end
  83.   object Scan4: TRadioButton
  84.     Left = 16
  85.     Top = 84
  86.     Width = 185
  87.     Height = 17
  88.     Caption = 'Sector range'
  89.     TabOrder = 4
  90.     OnClick = ScanClick
  91.   end
  92.   object MinS: TMaskEdit
  93.     Left = 64
  94.     Top = 104
  95.     Width = 49
  96.     Height = 21
  97.     EditMask = '!999999;1; '
  98.     MaxLength = 6
  99.     TabOrder = 5
  100.     Text = '      '
  101.   end
  102.   object MaxS: TMaskEdit
  103.     Left = 144
  104.     Top = 104
  105.     Width = 49
  106.     Height = 21
  107.     EditMask = '!999999;1; '
  108.     MaxLength = 6
  109.     TabOrder = 6
  110.     Text = '      '
  111.   end
  112.   object Scan3: TRadioButton
  113.     Left = 16
  114.     Top = 64
  115.     Width = 185
  116.     Height = 17
  117.     Caption = 'Current session tracks only'
  118.     TabOrder = 7
  119.     OnClick = ScanClick
  120.   end
  121. end
  122.