object fmPostPrepayAcc: TfmPostPrepayAcc Left = 294 Top = 150 Width = 392 Height = 214 HelpContext = 727 Caption = 'Post Prepayments and Accruals' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object pnlMessage: TPanel Left = 0 Top = 0 Width = 384 Height = 93 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object lblMessage: TLabel Left = 10 Top = 10 Width = 361 Height = 64 Alignment = taCenter Caption = 'This option will post all Prepayment and Accruals to '#13#10'your acco' + 'unts for the current month.'#13#10'This will include posting journals ' + 'for the monthly'#13#10'instalments and also reverse journals if requir' + 'ed. ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object pnlButtons: TPanel Left = 0 Top = 147 Width = 384 Height = 40 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object btnTransfer: TButton Left = 5 Top = 5 Width = 75 Height = 30 Caption = '&Post' TabOrder = 0 OnClick = btnTransferClick end object btnClose: TButton Left = 85 Top = 5 Width = 75 Height = 30 Caption = '&Close' TabOrder = 1 OnClick = btnCloseClick end object btnHelp: TButton Left = 305 Top = 5 Width = 75 Height = 30 Caption = '&Help' TabOrder = 2 OnClick = btnHelpClick end end object pnlPeriod: TPanel Left = 0 Top = 93 Width = 384 Height = 54 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object lblPeriod: TLabel Left = 45 Top = 20 Width = 103 Height = 16 Caption = 'Transaction Date' end object TransDate: TDateEdit Left = 201 Top = 16 Width = 121 Height = 24 ClickKey = 16452 NumGlyphs = 2 CalendarStyle = csDialog Weekends = [Sun, Sat] TabOrder = 0 end end end