inherited PackageCompExpertPage: TPackageCompExpertPage Width = 447 Height = 183 Caption = 'New Component' OnShow = PageShow object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 167 Shape = bsFrame end object Label2: TLabel Left = 16 Top = 21 Width = 68 Height = 13 Caption = '&Ancestor type:' FocusControl = ClassList end object Label1: TLabel Left = 16 Top = 52 Width = 59 Height = 13 Caption = '&Class Name:' FocusControl = NewClassName end object Label3: TLabel Left = 17 Top = 83 Width = 64 Height = 13 Caption = '&Palette Page:' FocusControl = PageNames end object Label5: TLabel Left = 16 Top = 114 Width = 67 Height = 13 Caption = '&Unit file name:' FocusControl = EditFileName end object Label4: TLabel Left = 16 Top = 145 Width = 61 Height = 13 Caption = '&Search path:' FocusControl = EditSearchPath end object ClassList: TComboBox Left = 88 Top = 18 Width = 209 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 0 OnChange = ClassListChange OnClick = ClassListClick end object NewClassName: TEdit Left = 88 Top = 49 Width = 209 Height = 21 TabOrder = 1 OnChange = NewClassNameChange end object PageNames: TComboBox Left = 88 Top = 80 Width = 150 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'Samples' end object EditFileName: TEdit Left = 88 Top = 111 Width = 235 Height = 21 TabOrder = 3 OnChange = EditChange end object EditSearchPath: TEdit Left = 88 Top = 142 Width = 259 Height = 21 TabOrder = 4 end object BrowseButton: TButton Left = 328 Top = 110 Width = 19 Height = 23 Caption = '...' TabOrder = 5 OnClick = BrowseButtonClick end object UnitNameDialog: TSaveDialog DefaultExt = 'pas' Filter = 'Delphi unit (*.pas)|*.pas|Any file (*.*)|*.*' Title = 'Unit file name' Left = 24 Top = 160 end end