object fmOpenFinPer: TfmOpenFinPer Left = 226 Top = 168 Width = 405 Height = 201 HelpContext = 723 Caption = 'Open New Financial Period' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object pnlMessage: TPanel Left = 0 Top = 0 Width = 397 Height = 91 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object lblMessage: TLabel Left = 20 Top = 10 Width = 349 Height = 64 Alignment = taCenter Caption = 'This operation will open a new financial period for you'#13#10' to ent' + 'er transactions into and write all balance sheet '#13#10'items forward' + ' into the new period. It is not '#13#10'neccessary for you to close p' + 'revious period first. ' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object pnlNewPer: TPanel Left = 0 Top = 91 Width = 397 Height = 42 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object lblPeriod: TLabel Left = 60 Top = 15 Width = 122 Height = 16 Caption = 'New Financial Period' end object lblNewPeriod: TLabel Left = 225 Top = 15 Width = 4 Height = 18 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object pnlButtons: TPanel Left = 0 Top = 133 Width = 397 Height = 41 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object btnOpen: TButton Left = 10 Top = 5 Width = 75 Height = 30 Caption = '&Open' TabOrder = 0 OnClick = btnOpenClick end object btnCancel: TButton Left = 90 Top = 5 Width = 75 Height = 30 Caption = '&Cancel' TabOrder = 1 OnClick = btnCancelClick end object btnHelp: TButton Left = 315 Top = 5 Width = 75 Height = 30 Caption = '&Help' TabOrder = 2 OnClick = btnHelpClick end end end