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

  1. object ComponentExpert: TComponentExpert
  2.   Left = 237
  3.   Top = 102
  4.   ActiveControl = NewClassName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Component Wizard'
  7.   ClientHeight = 142
  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 = 94
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 20
  26.     Top = 23
  27.     Width = 59
  28.     Height = 13
  29.     Caption = '&Class Name:'
  30.     FocusControl = NewClassName
  31.   end
  32.   object Label2: TLabel
  33.     Left = 20
  34.     Top = 50
  35.     Width = 68
  36.     Height = 13
  37.     Caption = '&Ancestor type:'
  38.     FocusControl = ClassList
  39.   end
  40.   object Label3: TLabel
  41.     Left = 20
  42.     Top = 78
  43.     Width = 64
  44.     Height = 13
  45.     Caption = '&Palette Page:'
  46.     FocusControl = PageNames
  47.   end
  48.   object PageNames: TComboBox
  49.     Left = 120
  50.     Top = 72
  51.     Width = 225
  52.     Height = 21
  53.     ItemHeight = 13
  54.     TabOrder = 2
  55.     Text = 'Samples'
  56.   end
  57.   object NewClassName: TEdit
  58.     Left = 120
  59.     Top = 18
  60.     Width = 201
  61.     Height = 21
  62.     TabOrder = 0
  63.   end
  64.   object ClassList: TComboBox
  65.     Left = 120
  66.     Top = 45
  67.     Width = 225
  68.     Height = 21
  69.     ItemHeight = 13
  70.     Sorted = True
  71.     TabOrder = 1
  72.   end
  73.   object OKButton: TButton
  74.     Left = 128
  75.     Top = 112
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 3
  82.     OnClick = OKButtonClick
  83.   end
  84.   object CancelButton: TButton
  85.     Left = 207
  86.     Top = 112
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 4
  93.   end
  94.   object HelpButton: TButton
  95.     Left = 287
  96.     Top = 112
  97.     Width = 75
  98.     Height = 25
  99.     Caption = '&Help'
  100.     TabOrder = 5
  101.     OnClick = HelpButtonClick
  102.   end
  103. end
  104.