home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / EDITPAD.ZIP / EditPad.exe / 0 / RCDATA / THEADERSFORM / THEADERSFORM.txt
Text File  |  1997-01-04  |  2KB  |  123 lines

  1. object HeadersForm: THeadersForm
  2.   Left = 235
  3.   Top = 423
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Headers And Footers'
  7.   ClientHeight = 203
  8.   ClientWidth = 383
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 7
  18.     Top = 14
  19.     Width = 38
  20.     Height = 13
  21.     Caption = 'Header:'
  22.     FocusControl = EditHeader
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 70
  27.     Width = 295
  28.     Height = 8
  29.     Shape = bsTopLine
  30.   end
  31.   object Label2: TLabel
  32.     Left = 7
  33.     Top = 84
  34.     Width = 33
  35.     Height = 13
  36.     Caption = 'Footer:'
  37.     FocusControl = EditFooter
  38.   end
  39.   object Bevel2: TBevel
  40.     Left = 0
  41.     Top = 140
  42.     Width = 295
  43.     Height = 8
  44.     Shape = bsTopLine
  45.   end
  46.   object Bevel3: TBevel
  47.     Left = 294
  48.     Top = 0
  49.     Width = 8
  50.     Height = 204
  51.     Shape = bsLeftLine
  52.   end
  53.   object EditHeader: TEdit
  54.     Left = 49
  55.     Top = 7
  56.     Width = 239
  57.     Height = 21
  58.     TabOrder = 0
  59.   end
  60.   object GroupHeaderAlign: TRadioGroup
  61.     Left = 49
  62.     Top = 28
  63.     Width = 239
  64.     Height = 36
  65.     Caption = ' Align '
  66.     Columns = 3
  67.     Items.Strings = (
  68.       'Left'
  69.       'Center'
  70.       'Right')
  71.     TabOrder = 1
  72.   end
  73.   object EditFooter: TEdit
  74.     Left = 49
  75.     Top = 77
  76.     Width = 239
  77.     Height = 21
  78.     TabOrder = 2
  79.   end
  80.   object GroupFooterAlign: TRadioGroup
  81.     Left = 49
  82.     Top = 98
  83.     Width = 239
  84.     Height = 36
  85.     Caption = ' Align '
  86.     Columns = 3
  87.     Items.Strings = (
  88.       'Left'
  89.       'Center'
  90.       'Right')
  91.     TabOrder = 3
  92.   end
  93.   object Memo1: TMemo
  94.     Left = 7
  95.     Top = 147
  96.     Width = 281
  97.     Height = 57
  98.     BorderStyle = bsNone
  99.     Lines.Strings = (
  100.       '{$PAGE}'#9'-> Page number'
  101.       '{$DATE}'#9'-> Current date'
  102.       '{$TIME}'#9'-> Current time'
  103.       '{$TITLE}'#9'-> Filename of the text')
  104.     TabOrder = 4
  105.   end
  106.   object BitBtn1: TBitBtn
  107.     Left = 301
  108.     Top = 7
  109.     Width = 75
  110.     Height = 25
  111.     TabOrder = 5
  112.     Kind = bkOK
  113.   end
  114.   object BitBtn2: TBitBtn
  115.     Left = 301
  116.     Top = 42
  117.     Width = 75
  118.     Height = 25
  119.     TabOrder = 6
  120.     Kind = bkCancel
  121.   end
  122. end
  123.