object ComponentExpert: TComponentExpert Left = 237 Top = 102 ActiveControl = NewClassName BorderStyle = bsDialog Caption = 'Component Wizard' ClientHeight = 142 ClientWidth = 369 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 353 Height = 94 Shape = bsFrame end object Label1: TLabel Left = 20 Top = 23 Width = 59 Height = 13 Caption = '&Class Name:' FocusControl = NewClassName end object Label2: TLabel Left = 20 Top = 50 Width = 68 Height = 13 Caption = '&Ancestor type:' FocusControl = ClassList end object Label3: TLabel Left = 20 Top = 78 Width = 64 Height = 13 Caption = '&Palette Page:' FocusControl = PageNames end object PageNames: TComboBox Left = 120 Top = 72 Width = 225 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'Samples' end object NewClassName: TEdit Left = 120 Top = 18 Width = 201 Height = 21 TabOrder = 0 end object ClassList: TComboBox Left = 120 Top = 45 Width = 225 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 1 end object OKButton: TButton Left = 128 Top = 112 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = OKButtonClick end object CancelButton: TButton Left = 207 Top = 112 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object HelpButton: TButton Left = 287 Top = 112 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpButtonClick end end