object PageInfoDlg: TPageInfoDlg Left = 271 Top = 174 ActiveControl = edPageName BorderStyle = bsDialog ClientHeight = 109 ClientWidth = 321 ParentFont = True PixelsPerInch = 96 Position = poScreenCenter TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 8 Width = 305 Height = 61 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 16 Width = 68 Height = 13 Caption = '�߰�ޖ�(&P):' FocusControl = edPageName end object Label2: TLabel Left = 12 Top = 40 Width = 77 Height = 13 Caption = '���� ��÷��(&X):' FocusControl = edPageContext end object edPageName: TEdit Left = 102 Top = 16 Width = 207 Height = 20 TabOrder = 0 end object edPageContext: TEdit Left = 102 Top = 40 Width = 207 Height = 20 TabOrder = 1 end object BitBtn1: TButton Left = 63 Top = 76 Width = 78 Height = 27 Caption = 'OK(&O)' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKClick end object BitBtn2: TButton Left = 149 Top = 76 Width = 78 Height = 27 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object BitBtn3: TButton Left = 235 Top = 76 Width = 78 Height = 27 Caption = '����(&H)' TabOrder = 4 OnClick = BitBtn3Click end end