object frmTabPageInfo: TfrmTabPageInfo Left = 348 Top = 245 ActiveControl = edPageName BorderStyle = bsDialog Caption = 'Tab Page Information' ClientHeight = 152 ClientWidth = 294 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 6 Top = 7 Width = 283 Height = 106 Shape = bsFrame end object Label1: TLabel Left = 22 Top = 14 Width = 67 Height = 19 Caption = '&Tab Name:' FocusControl = edPageName end object Label2: TLabel Left = 10 Top = 62 Width = 80 Height = 16 Caption = 'Help &Context:' FocusControl = edPageContext end object Label3: TLabel Left = 59 Top = 39 Width = 29 Height = 12 Caption = '&Hint:' FocusControl = edPageContext end object edPageName: TEdit Left = 93 Top = 13 Width = 188 Height = 16 TabOrder = 0 end object edPageContext: TEdit Left = 93 Top = 61 Width = 188 Height = 17 TabOrder = 2 end object btnOk: TBitBtn Left = 16 Top = 122 Width = 63 Height = 25 TabOrder = 4 OnClick = OKClick Kind = bkOK Margin = 2 Spacing = -1 end object btnCancel: TBitBtn Left = 109 Top = 122 Width = 78 Height = 25 TabOrder = 5 Kind = bkCancel Margin = 2 Spacing = -1 end object btnHelp: TBitBtn Left = 215 Top = 121 Width = 63 Height = 25 TabOrder = 6 OnClick = btnHelpClick Kind = bkHelp Margin = 2 Spacing = -1 end object edPageHint: TEdit Left = 93 Top = 37 Width = 188 Height = 16 TabOrder = 1 end object cbPageEnabled: TCheckBox Left = 92 Top = 89 Width = 98 Height = 14 Caption = 'Page &Enabled' TabOrder = 3 end end