object HeadersForm: THeadersForm Left = 235 Top = 423 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Headers And Footers' ClientHeight = 203 ClientWidth = 383 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 14 Width = 38 Height = 13 Caption = 'Header:' FocusControl = EditHeader end object Bevel1: TBevel Left = 0 Top = 70 Width = 295 Height = 8 Shape = bsTopLine end object Label2: TLabel Left = 7 Top = 84 Width = 33 Height = 13 Caption = 'Footer:' FocusControl = EditFooter end object Bevel2: TBevel Left = 0 Top = 140 Width = 295 Height = 8 Shape = bsTopLine end object Bevel3: TBevel Left = 294 Top = 0 Width = 8 Height = 204 Shape = bsLeftLine end object EditHeader: TEdit Left = 49 Top = 7 Width = 239 Height = 21 TabOrder = 0 end object GroupHeaderAlign: TRadioGroup Left = 49 Top = 28 Width = 239 Height = 36 Caption = ' Align ' Columns = 3 Items.Strings = ( 'Left' 'Center' 'Right') TabOrder = 1 end object EditFooter: TEdit Left = 49 Top = 77 Width = 239 Height = 21 TabOrder = 2 end object GroupFooterAlign: TRadioGroup Left = 49 Top = 98 Width = 239 Height = 36 Caption = ' Align ' Columns = 3 Items.Strings = ( 'Left' 'Center' 'Right') TabOrder = 3 end object Memo1: TMemo Left = 7 Top = 147 Width = 281 Height = 57 BorderStyle = bsNone Lines.Strings = ( '{$PAGE}'#9'-> Page number' '{$DATE}'#9'-> Current date' '{$TIME}'#9'-> Current time' '{$TITLE}'#9'-> Filename of the text') TabOrder = 4 end object BitBtn1: TBitBtn Left = 301 Top = 7 Width = 75 Height = 25 TabOrder = 5 Kind = bkOK end object BitBtn2: TBitBtn Left = 301 Top = 42 Width = 75 Height = 25 TabOrder = 6 Kind = bkCancel end end