home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TAUTOOBJECTEXPERT / TAUTOOBJECTEXPERT.txt
Text File  |  1997-01-16  |  2KB  |  122 lines

  1. object AutoObjectExpert: TAutoObjectExpert
  2.   Left = 237
  3.   Top = 102
  4.   ActiveControl = NewClassName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Automation Object Wizard'
  7.   ClientHeight = 173
  8.   ClientWidth = 369
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 353
  21.     Height = 122
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 20
  26.     Top = 23
  27.     Width = 93
  28.     Height = 16
  29.     Caption = '&Class Name:'
  30.     FocusControl = NewClassName
  31.   end
  32.   object Label2: TLabel
  33.     Left = 20
  34.     Top = 50
  35.     Width = 93
  36.     Height = 16
  37.     Caption = '&OLE Class Name:'
  38.     FocusControl = OleClassName
  39.   end
  40.   object Label3: TLabel
  41.     Left = 20
  42.     Top = 78
  43.     Width = 93
  44.     Height = 16
  45.     Caption = '&Description:'
  46.     FocusControl = Description
  47.   end
  48.   object Label4: TLabel
  49.     Left = 20
  50.     Top = 104
  51.     Width = 93
  52.     Height = 16
  53.     Caption = '&Instancing:'
  54.     FocusControl = Instancing
  55.   end
  56.   object NewClassName: TEdit
  57.     Left = 120
  58.     Top = 18
  59.     Width = 145
  60.     Height = 24
  61.     TabOrder = 0
  62.     OnChange = NewClassNameChange
  63.   end
  64.   object OKButton: TButton
  65.     Left = 128
  66.     Top = 140
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 4
  73.     OnClick = OKButtonClick
  74.   end
  75.   object CancelButton: TButton
  76.     Left = 207
  77.     Top = 140
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 5
  84.   end
  85.   object HelpButton: TButton
  86.     Left = 287
  87.     Top = 140
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Help'
  91.     TabOrder = 6
  92.     OnClick = HelpButtonClick
  93.   end
  94.   object OleClassName: TEdit
  95.     Left = 120
  96.     Top = 45
  97.     Width = 145
  98.     Height = 24
  99.     TabOrder = 1
  100.   end
  101.   object Description: TEdit
  102.     Left = 120
  103.     Top = 72
  104.     Width = 225
  105.     Height = 24
  106.     TabOrder = 2
  107.   end
  108.   object Instancing: TComboBox
  109.     Left = 120
  110.     Top = 99
  111.     Width = 145
  112.     Height = 21
  113.     Style = csDropDownList
  114.     ItemHeight = 13
  115.     Items.Strings = (
  116.       'Internal'
  117.       'Single Instance'
  118.       'Multiple Instance')
  119.     TabOrder = 3
  120.   end
  121. end
  122.