inherited ComponentExpert2: TComponentExpert2 Left = 100 Top = 259 Caption = 'ComponentExpert2' ClientHeight = 183 PixelsPerInch = 96 TextHeight = 12 inherited Bevel1: TBevel Height = 167 end object Label2: TLabel [1] Left = 16 Top = 21 Width = 72 Height = 13 Caption = '��ʸ׽(&A):' FocusControl = ClassList end object Label1: TLabel [2] Left = 16 Top = 52 Width = 64 Height = 13 Caption = '�׽��(&C):' FocusControl = NewClassName end object Label3: TLabel [3] Left = 17 Top = 83 Width = 68 Height = 15 Caption = '��گ� �߰�ޖ�(&P):' FocusControl = PageNames end object Label5: TLabel [4] Left = 16 Top = 114 Width = 72 Height = 13 Caption = '�Ư� ̧�ٖ�(&U):' FocusControl = EditFileName end object Label4: TLabel [5] Left = 16 Top = 145 Width = 65 Height = 13 Caption = '�����߽(&S):' FocusControl = EditSearchPath end inherited OKButton: TButton ModalResult = 0 TabOrder = 6 OnClick = OKButtonClick end inherited CancelButton: TButton TabOrder = 7 end inherited HelpButton: TButton TabOrder = 8 OnClick = HelpButtonClick end object ClassList: TComboBox Left = 110 Top = 18 Width = 240 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 0 OnChange = ClassListChange OnClick = ClassListClick end object NewClassName: TEdit Left = 110 Top = 49 Width = 240 Height = 21 TabOrder = 1 OnChange = NewClassNameChange end object PageNames: TComboBox Left = 110 Top = 80 Width = 150 Height = 21 ItemHeight = 13 TabOrder = 2 Text = 'Samples' end object EditFileName: TEdit Left = 110 Top = 111 Width = 214 Height = 21 TabOrder = 3 OnChange = EditChange end object BrowseButton: TButton Left = 330 Top = 110 Width = 20 Height = 23 Caption = '...' TabOrder = 4 OnClick = BrowseButtonClick end object EditSearchPath: TEdit Left = 110 Top = 142 Width = 240 Height = 21 TabOrder = 5 OnChange = EditChange end object UnitNameDialog: TSaveDialog DefaultExt = 'pas' Filter = 'Delphi �Ư� (*.pas)|*.pas|���ׂĂ�̧�� (*.*)|*.*' Title = '�Ư� ̧�ٖ�' Left = 24 Top = 160 end end