object PageInfoDlg: TPageInfoDlg Left = 271 Top = 174 ActiveControl = edPageName BorderStyle = bsDialog ClientHeight = 109 ClientWidth = 321 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 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 = '&Page name:' FocusControl = edPageName end object Label2: TLabel Left = 12 Top = 40 Width = 77 Height = 13 Caption = 'Help conte&xt:' FocusControl = edPageContext end object edPageName: TEdit Left = 94 Top = 16 Width = 213 Height = 20 TabOrder = 0 end object edPageContext: TEdit Left = 94 Top = 40 Width = 213 Height = 20 TabOrder = 1 end object BitBtn1: TButton Left = 63 Top = 76 Width = 78 Height = 27 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKClick end object BitBtn2: TButton Left = 149 Top = 76 Width = 78 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object BitBtn3: TButton Left = 235 Top = 76 Width = 78 Height = 27 Caption = '&Help' TabOrder = 4 OnClick = BitBtn3Click end end