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

  1. object fmOpenFinPer: TfmOpenFinPer
  2.   Left = 226
  3.   Top = 168
  4.   Width = 405
  5.   Height = 201
  6.   HelpContext = 723
  7.   Caption = 'Open New Financial Period'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object pnlMessage: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 397
  21.     Height = 91
  22.     Align = alTop
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object lblMessage: TLabel
  27.       Left = 20
  28.       Top = 10
  29.       Width = 349
  30.       Height = 64
  31.       Alignment = taCenter
  32.       Caption = 
  33.         'This operation will open a new financial period for you'#13#10' to ent' +
  34.         'er transactions into and write all balance sheet '#13#10'items forward' +
  35.         ' into the new period.  It is not '#13#10'neccessary for you to close p' +
  36.         'revious period first.  '
  37.       Font.Charset = ANSI_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -13
  40.       Font.Name = 'Arial'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.   end
  45.   object pnlNewPer: TPanel
  46.     Left = 0
  47.     Top = 91
  48.     Width = 397
  49.     Height = 42
  50.     Align = alClient
  51.     BevelInner = bvRaised
  52.     BevelOuter = bvLowered
  53.     TabOrder = 1
  54.     object lblPeriod: TLabel
  55.       Left = 60
  56.       Top = 15
  57.       Width = 122
  58.       Height = 16
  59.       Caption = 'New Financial Period'
  60.     end
  61.     object lblNewPeriod: TLabel
  62.       Left = 225
  63.       Top = 15
  64.       Width = 4
  65.       Height = 18
  66.       Font.Charset = ANSI_CHARSET
  67.       Font.Color = clWindowText
  68.       Font.Height = -15
  69.       Font.Name = 'Arial'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.     end
  73.   end
  74.   object pnlButtons: TPanel
  75.     Left = 0
  76.     Top = 133
  77.     Width = 397
  78.     Height = 41
  79.     Align = alBottom
  80.     BevelInner = bvRaised
  81.     BevelOuter = bvLowered
  82.     TabOrder = 2
  83.     object btnOpen: TButton
  84.       Left = 10
  85.       Top = 5
  86.       Width = 75
  87.       Height = 30
  88.       Caption = '&Open'
  89.       TabOrder = 0
  90.       OnClick = btnOpenClick
  91.     end
  92.     object btnCancel: TButton
  93.       Left = 90
  94.       Top = 5
  95.       Width = 75
  96.       Height = 30
  97.       Caption = '&Cancel'
  98.       TabOrder = 1
  99.       OnClick = btnCancelClick
  100.     end
  101.     object btnHelp: TButton
  102.       Left = 315
  103.       Top = 5
  104.       Width = 75
  105.       Height = 30
  106.       Caption = '&Help'
  107.       TabOrder = 2
  108.       OnClick = btnHelpClick
  109.     end
  110.   end
  111. end
  112.