home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMPOSTPREPAYACC / TFMPOSTPREPAYACC.txt
Text File  |  1999-06-21  |  2KB  |  112 lines

  1. object fmPostPrepayAcc: TfmPostPrepayAcc
  2.   Left = 294
  3.   Top = 150
  4.   Width = 392
  5.   Height = 214
  6.   HelpContext = 727
  7.   Caption = 'Post Prepayments and Accruals'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object pnlMessage: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 384
  22.     Height = 93
  23.     Align = alTop
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object lblMessage: TLabel
  28.       Left = 10
  29.       Top = 10
  30.       Width = 361
  31.       Height = 64
  32.       Alignment = taCenter
  33.       Caption = 
  34.         'This option will post all Prepayment and Accruals to '#13#10'your acco' +
  35.         'unts for the current month.'#13#10'This will include posting journals ' +
  36.         'for the monthly'#13#10'instalments and also reverse journals if requir' +
  37.         'ed. '
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.   end
  46.   object pnlButtons: TPanel
  47.     Left = 0
  48.     Top = 147
  49.     Width = 384
  50.     Height = 40
  51.     Align = alBottom
  52.     BevelInner = bvRaised
  53.     BevelOuter = bvLowered
  54.     TabOrder = 1
  55.     object btnTransfer: TButton
  56.       Left = 5
  57.       Top = 5
  58.       Width = 75
  59.       Height = 30
  60.       Caption = '&Post'
  61.       TabOrder = 0
  62.       OnClick = btnTransferClick
  63.     end
  64.     object btnClose: TButton
  65.       Left = 85
  66.       Top = 5
  67.       Width = 75
  68.       Height = 30
  69.       Caption = '&Close'
  70.       TabOrder = 1
  71.       OnClick = btnCloseClick
  72.     end
  73.     object btnHelp: TButton
  74.       Left = 305
  75.       Top = 5
  76.       Width = 75
  77.       Height = 30
  78.       Caption = '&Help'
  79.       TabOrder = 2
  80.       OnClick = btnHelpClick
  81.     end
  82.   end
  83.   object pnlPeriod: TPanel
  84.     Left = 0
  85.     Top = 93
  86.     Width = 384
  87.     Height = 54
  88.     Align = alClient
  89.     BevelInner = bvRaised
  90.     BevelOuter = bvLowered
  91.     TabOrder = 2
  92.     object lblPeriod: TLabel
  93.       Left = 45
  94.       Top = 20
  95.       Width = 103
  96.       Height = 16
  97.       Caption = 'Transaction Date'
  98.     end
  99.     object TransDate: TDateEdit
  100.       Left = 201
  101.       Top = 16
  102.       Width = 121
  103.       Height = 24
  104.       ClickKey = 16452
  105.       NumGlyphs = 2
  106.       CalendarStyle = csDialog
  107.       Weekends = [Sun, Sat]
  108.       TabOrder = 0
  109.     end
  110.   end
  111. end
  112.