home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TFEXPFORM / TFEXPFORM.txt
Text File  |  1998-01-15  |  2KB  |  111 lines

  1. inherited fExpForm: TfExpForm
  2.   Left = 342
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Selection'
  6.   ClientHeight = 286
  7.   ClientWidth = 227
  8.   Position = poScreenCenter
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 19
  13.     Top = 9
  14.     Width = 170
  15.     Height = 26
  16.     Caption = 'Choose the objects to be exported'
  17.     WordWrap = True
  18.   end
  19.   object Bevel1: TBevel [1]
  20.     Left = 19
  21.     Top = 50
  22.     Width = 180
  23.     Height = 158
  24.     Shape = bsFrame
  25.   end
  26.   object cbNewKey: TCheckBox [2]
  27.     Left = 30
  28.     Top = 56
  29.     Width = 146
  30.     Height = 17
  31.     Caption = 'new key'
  32.     State = cbChecked
  33.     TabOrder = 0
  34.   end
  35.   object cbDeletedKey: TCheckBox [3]
  36.     Left = 30
  37.     Top = 76
  38.     Width = 146
  39.     Height = 17
  40.     Caption = 'deleted key'
  41.     State = cbChecked
  42.     TabOrder = 1
  43.   end
  44.   object cbAlteredKey: TCheckBox [4]
  45.     Left = 30
  46.     Top = 96
  47.     Width = 146
  48.     Height = 17
  49.     Caption = 'altered key'
  50.     State = cbChecked
  51.     TabOrder = 2
  52.   end
  53.   object cbNewValue: TCheckBox [5]
  54.     Left = 30
  55.     Top = 128
  56.     Width = 146
  57.     Height = 17
  58.     Caption = 'new value'
  59.     State = cbChecked
  60.     TabOrder = 3
  61.   end
  62.   object cbDeletedValue: TCheckBox [6]
  63.     Left = 30
  64.     Top = 146
  65.     Width = 146
  66.     Height = 17
  67.     Caption = 'deleted value'
  68.     State = cbChecked
  69.     TabOrder = 4
  70.   end
  71.   object cbValueOld: TCheckBox [7]
  72.     Left = 30
  73.     Top = 164
  74.     Width = 146
  75.     Height = 17
  76.     Caption = 'altered value (old)'
  77.     State = cbChecked
  78.     TabOrder = 5
  79.   end
  80.   object cbValueNew: TCheckBox [8]
  81.     Left = 30
  82.     Top = 182
  83.     Width = 146
  84.     Height = 17
  85.     Caption = 'altered value (new)'
  86.     State = cbChecked
  87.     TabOrder = 6
  88.   end
  89.   object Button1: TButton [9]
  90.     Left = 19
  91.     Top = 240
  92.     Width = 82
  93.     Height = 25
  94.     Caption = '&OK'
  95.     ModalResult = 1
  96.     TabOrder = 7
  97.   end
  98.   object Button2: TButton [10]
  99.     Left = 110
  100.     Top = 240
  101.     Width = 89
  102.     Height = 25
  103.     Caption = '&Cancel'
  104.     ModalResult = 2
  105.     TabOrder = 8
  106.   end
  107.   inherited MSOfficeCaption1: TMSOfficeCaption
  108.     CaptionText.Caption = 'Selection'
  109.   end
  110. end
  111.