object AutoObjectExpert: TAutoObjectExpert Left = 237 Top = 108 ActiveControl = NewClassName BorderStyle = bsDialog Caption = '���Ұ��� ��޼ު�� ���ް��' ClientHeight = 130 ClientWidth = 369 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 8 Width = 353 Height = 81 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 23 Width = 59 Height = 13 Caption = '�׽��(&C):' FocusControl = NewClassName end object Label4: TLabel Left = 18 Top = 56 Width = 52 Height = 13 Caption = '�ݽ�ݽ�̐���(&I):' FocusControl = Instancing end object NewClassName: TEdit Left = 88 Top = 18 Width = 265 Height = 21 TabOrder = 0 end object OKButton: TButton Left = 128 Top = 100 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 207 Top = 100 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object HelpButton: TButton Left = 287 Top = 100 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 4 OnClick = HelpButtonClick end object Instancing: TComboBox Left = 116 Top = 51 Width = 237 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Internal' 'Single Instance' 'Multiple Instance') TabOrder = 1 end end