home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TCOMOBJECTEXPERT / TCOMOBJECTEXPERT.txt
Text File  |  1998-06-16  |  1KB  |  79 lines

  1. inherited ComObjectExpert: TComObjectExpert
  2.   ClientHeight = 272
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited Bevel1: TBevel
  6.     Height = 177
  7.   end
  8.   inherited Lblinstancing: TLabel
  9.     Top = 54
  10.   end
  11.   object LblIntf: TLabel [3]
  12.     Left = 18
  13.     Top = 112
  14.     Width = 63
  15.     Height = 26
  16.     Caption = 'Implemented Inter&faces:'
  17.     FocusControl = ImplIntfs
  18.     WordWrap = True
  19.   end
  20.   object LblDesc: TLabel [5]
  21.     Left = 18
  22.     Top = 151
  23.     Width = 56
  24.     Height = 13
  25.     Caption = '&Description:'
  26.     FocusControl = Description
  27.     WordWrap = True
  28.   end
  29.   inherited NewClassName: TEdit
  30.     OnChange = NewClassNameChange
  31.   end
  32.   inherited OKButton: TButton
  33.     Top = 240
  34.     TabOrder = 6
  35.   end
  36.   inherited CancelButton: TButton
  37.     Top = 240
  38.     TabOrder = 7
  39.   end
  40.   inherited HelpButton: TButton
  41.     Top = 240
  42.     TabOrder = 8
  43.   end
  44.   inherited Instancing: TComboBox
  45.     Top = 50
  46.   end
  47.   object ImplIntfs: TEdit [11]
  48.     Left = 112
  49.     Top = 115
  50.     Width = 241
  51.     Height = 21
  52.     TabOrder = 3
  53.   end
  54.   object Description: TEdit
  55.     Left = 112
  56.     Top = 147
  57.     Width = 241
  58.     Height = 21
  59.     TabOrder = 4
  60.   end
  61.   object GroupBox1: TGroupBox
  62.     Left = 8
  63.     Top = 192
  64.     Width = 353
  65.     Height = 41
  66.     Caption = 'Options:'
  67.     TabOrder = 5
  68.     object cbIncludeTypeLib: TCheckBox
  69.       Left = 8
  70.       Top = 16
  71.       Width = 121
  72.       Height = 17
  73.       Caption = 'Include Type &Library'
  74.       TabOrder = 0
  75.       OnClick = cbIncludeTypeLibClick
  76.     end
  77.   end
  78. end
  79.