object PalEditDlg: TPalEditDlg Left = 262 Top = 185 ActiveControl = NameEdit BorderStyle = bsDialog ClientHeight = 94 ClientWidth = 291 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 273 Height = 41 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 22 Width = 57 Height = 13 Caption = '&Page name:' FocusControl = NameEdit end object NameEdit: TEdit Left = 89 Top = 18 Width = 180 Height = 21 TabOrder = 0 end object OKButton: TButton Left = 46 Top = 59 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkBtnClick end object CancelButton: TButton Left = 126 Top = 59 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object HelpButton: TButton Left = 206 Top = 59 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end end