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 / TIMPORTDLG / TIMPORTDLG.txt
Text File  |  2001-07-26  |  2KB  |  121 lines

  1. object ImportDlg: TImportDlg
  2.   Left = 366
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import sectors'
  7.   ClientHeight = 178
  8.   ClientWidth = 242
  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 = 225
  19.     Height = 129
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 40
  24.     Top = 67
  25.     Width = 34
  26.     Height = 13
  27.     Caption = 'Sector:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 40
  31.     Top = 91
  32.     Width = 31
  33.     Height = 13
  34.     Caption = 'Count:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 1
  39.     Width = 66
  40.     Height = 13
  41.     Caption = 'Import options'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 136
  45.     Top = 91
  46.     Width = 92
  47.     Height = 13
  48.     Caption = '0 = import until EOF'
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 11
  52.     Top = 147
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     TabOrder = 1
  58.     OnClick = OKBtnClick
  59.   end
  60.   object CancelBtn: TButton
  61.     Left = 155
  62.     Top = 147
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object SStart: TMaskEdit
  71.     Left = 80
  72.     Top = 64
  73.     Width = 49
  74.     Height = 21
  75.     Enabled = False
  76.     EditMask = '!999999;1; '
  77.     MaxLength = 6
  78.     TabOrder = 0
  79.     Text = '      '
  80.   end
  81.   object SCount: TMaskEdit
  82.     Left = 80
  83.     Top = 88
  84.     Width = 49
  85.     Height = 21
  86.     Enabled = False
  87.     EditMask = '!999999;1; '
  88.     MaxLength = 6
  89.     TabOrder = 3
  90.     Text = '      '
  91.   end
  92.   object ToLog: TRadioButton
  93.     Left = 24
  94.     Top = 24
  95.     Width = 193
  96.     Height = 17
  97.     Caption = 'Import to the sectors in the Error Log'
  98.     Checked = True
  99.     TabOrder = 4
  100.     TabStop = True
  101.     OnClick = ToClick
  102.   end
  103.   object ToSec: TRadioButton
  104.     Left = 24
  105.     Top = 40
  106.     Width = 193
  107.     Height = 17
  108.     Caption = 'Import to the specified sector'
  109.     TabOrder = 5
  110.     OnClick = ToClick
  111.   end
  112.   object DataOnly: TCheckBox
  113.     Left = 40
  114.     Top = 112
  115.     Width = 185
  116.     Height = 17
  117.     Caption = 'Import to the data field only'
  118.     TabOrder = 6
  119.   end
  120. end
  121.