home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / PROIDE50.BPL / 0 / RCDATA / TCOMOBJECTEXPERT / TCOMOBJECTEXPERT.txt
Encoding:
Text File  |  1999-08-11  |  2.6 KB  |  117 lines

  1. inherited ComObjectExpert: TComObjectExpert
  2.   Left = 206
  3.   Top = 278
  4.   ClientHeight = 272
  5.   ClientWidth = 369
  6.   ShowHint = True
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Bevel1: TBevel
  10.     Height = 177
  11.   end
  12.   inherited Lblinstancing: TLabel
  13.     Top = 54
  14.   end
  15.   object LblIntf: TLabel [3]
  16.     Left = 18
  17.     Top = 112
  18.     Width = 63
  19.     Height = 26
  20.     Caption = 'Implemented Inter&faces:'
  21.     Enabled = False
  22.     FocusControl = ImplIntfs
  23.     WordWrap = True
  24.   end
  25.   object LblDesc: TLabel [5]
  26.     Left = 18
  27.     Top = 151
  28.     Width = 56
  29.     Height = 13
  30.     Caption = '&Description:'
  31.     FocusControl = Description
  32.     WordWrap = True
  33.   end
  34.   inherited NewClassName: TEdit
  35.     Hint = 'Name of the object (COM Class) your server will expose'
  36.     OnChange = NewClassNameChange
  37.   end
  38.   inherited OKButton: TButton
  39.     Top = 240
  40.     TabOrder = 6
  41.   end
  42.   inherited CancelButton: TButton
  43.     Top = 240
  44.     TabOrder = 7
  45.   end
  46.   inherited HelpButton: TButton
  47.     Top = 240
  48.     TabOrder = 8
  49.   end
  50.   inherited Instancing: TComboBox
  51.     Top = 50
  52.   end
  53.   object ImplIntfs: TEdit [11]
  54.     Left = 112
  55.     Top = 115
  56.     Width = 241
  57.     Height = 21
  58.     Hint = 
  59.       'Interface(s) implemented by the CoClass. If you include a typeli' +
  60.       'brary, IDE generates a new default interface for your object'
  61.     Enabled = False
  62.     TabOrder = 3
  63.   end
  64.   object Description: TEdit
  65.     Left = 112
  66.     Top = 147
  67.     Width = 241
  68.     Height = 21
  69.     Hint = 
  70.       'String describing your CoClass; used when registering the object' +
  71.       '.'
  72.     TabOrder = 4
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 8
  76.     Top = 192
  77.     Width = 353
  78.     Height = 41
  79.     Caption = ' Options '
  80.     TabOrder = 5
  81.     object cbIncludeTypeLib: TCheckBox
  82.       Left = 8
  83.       Top = 16
  84.       Width = 121
  85.       Height = 17
  86.       Hint = 
  87.         'IDE creates a new interface for your CoClass - otherwise, you mu' +
  88.         'st provide the definition of the implemented interface(s)'
  89.       Caption = 'Include Type &Library'
  90.       Checked = True
  91.       State = cbChecked
  92.       TabOrder = 0
  93.       OnClick = cbIncludeTypeLibClick
  94.     end
  95.     object cbGenEvents: TCheckBox
  96.       Left = 496
  97.       Top = 192
  98.       Width = 289
  99.       Height = 25
  100.       Caption = 'Generate &Event support code'
  101.       Enabled = False
  102.       TabOrder = 1
  103.     end
  104.     object cbMarkIntfOleAutomation: TCheckBox
  105.       Left = 168
  106.       Top = 16
  107.       Width = 177
  108.       Height = 17
  109.       Hint = 'Allows TypeLibrary Marshalling, especially for InProc servers'
  110.       Caption = 'Mark interface &Oleautomation'
  111.       Checked = True
  112.       State = cbChecked
  113.       TabOrder = 2
  114.     end
  115.   end
  116. end
  117.