home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TAUTOOBJECTEXPERT / TAUTOOBJECTEXPERT.txt
Text File  |  1998-06-16  |  842b  |  43 lines

  1. inherited AutoObjectExpert: TAutoObjectExpert
  2.   Left = 193
  3.   Top = 316
  4.   Caption = 'Automation Object Wizard'
  5.   ClientHeight = 200
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Bevel1: TBevel
  9.     Height = 105
  10.   end
  11.   inherited OKButton: TButton
  12.     Top = 168
  13.     Anchors = [akRight, akBottom]
  14.     TabOrder = 4
  15.   end
  16.   inherited CancelButton: TButton
  17.     Top = 168
  18.     Anchors = [akRight, akBottom]
  19.     TabOrder = 5
  20.   end
  21.   inherited HelpButton: TButton
  22.     Top = 168
  23.     Anchors = [akRight, akBottom]
  24.     TabOrder = 6
  25.   end
  26.   object OptionsGB: TGroupBox
  27.     Left = 8
  28.     Top = 120
  29.     Width = 353
  30.     Height = 41
  31.     Caption = 'Options:'
  32.     TabOrder = 3
  33.     object EventsCB: TCheckBox
  34.       Left = 16
  35.       Top = 16
  36.       Width = 161
  37.       Height = 17
  38.       Caption = '&Generate event support code'
  39.       TabOrder = 0
  40.     end
  41.   end
  42. end
  43.