object frmNewPage: TfrmNewPage Left = 263 Top = 207 HelpContext = 1 BorderStyle = bsDialog Caption = 'New Page' ClientHeight = 194 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 40 Width = 153 Height = 117 Shape = bsFrame IsControl = True end object lblNewPage: TLabel Left = 14 Top = 108 Width = 140 Height = 41 AutoSize = False Caption = 'Create a new blank page.' WordWrap = True end object lblNewPageMain: TLabel Left = 8 Top = 8 Width = 297 Height = 29 AutoSize = False Caption = 'Select one of the options from the list on the right and click O' + 'K.' WordWrap = True end object epimgOpen: TEPImage Left = 72 Top = 72 Width = 32 Height = 32 ParentColor = False Picture.Data = {} Transparent = True end object epimgWizard: TEPImage Left = 72 Top = 72 Width = 32 Height = 36 ParentColor = False Picture.Data = {} Transparent = True end object epimgBlank: TEPImage Left = 72 Top = 72 Width = 32 Height = 36 ParentColor = False Picture.Data = {} Transparent = True end object lbNewPage: TListBox Left = 172 Top = 40 Width = 137 Height = 117 ItemHeight = 13 Items.Strings = ( 'New Blank Page' 'Home Page Wizard' 'Open Existing Page') TabOrder = 0 OnClick = lbNewPageClick OnDblClick = lbNewPageDblClick end object bbtnOK: TBitBtn Left = 148 Top = 164 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 end object bbtnCancel: TBitBtn Left = 232 Top = 164 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 end end