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

  1. object fmBudgetVar: TfmBudgetVar
  2.   Left = 253
  3.   Top = 113
  4.   Width = 420
  5.   Height = 196
  6.   ActiveControl = cbPer1
  7.   Caption = 'Budget Variance Report'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object pnlSelPer: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 412
  25.     Height = 86
  26.     Align = alTop
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 1
  30.     object lblPer1: TLabel
  31.       Left = 26
  32.       Top = 16
  33.       Width = 89
  34.       Height = 16
  35.       Caption = 'Select Period 1'
  36.     end
  37.     object lblPer2: TLabel
  38.       Left = 26
  39.       Top = 56
  40.       Width = 89
  41.       Height = 16
  42.       Caption = 'Select Period 2'
  43.     end
  44.     object cbPer1: TComboBox
  45.       Left = 160
  46.       Top = 12
  47.       Width = 194
  48.       Height = 24
  49.       Hint = 'Press F1 for help'
  50.       HelpContext = 501
  51.       ItemHeight = 16
  52.       Items.Strings = (
  53.         'This Month'
  54.         'This Year'
  55.         'Last Month'
  56.         'Last Year'
  57.         'Current Balances')
  58.       ParentShowHint = False
  59.       ShowHint = True
  60.       TabOrder = 0
  61.       Text = 'This Month'
  62.       OnChange = cbPer1Change
  63.     end
  64.     object rxcbePer1: TComboEdit
  65.       Left = 353
  66.       Top = 12
  67.       Width = 25
  68.       Height = 24
  69.       Hint = 'Select periods'
  70.       TabStop = False
  71.       NumGlyphs = 1
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       TabOrder = 1
  75.       Text = 'rxcbePer1'
  76.       OnButtonClick = rxcbePer1ButtonClick
  77.     end
  78.     object cbPer2: TComboBox
  79.       Left = 160
  80.       Top = 52
  81.       Width = 194
  82.       Height = 24
  83.       Hint = 'Press F1 for help'
  84.       HelpContext = 501
  85.       ItemHeight = 16
  86.       Items.Strings = (
  87.         'This Month'
  88.         'This Year'
  89.         'Last Month'
  90.         'Last Year'
  91.         'Current Balances'
  92.         'None')
  93.       ParentShowHint = False
  94.       ShowHint = True
  95.       TabOrder = 2
  96.       Text = 'This Year'
  97.       OnChange = cbPer3Change
  98.     end
  99.   end
  100.   object rxcbePer2: TComboEdit
  101.     Left = 353
  102.     Top = 52
  103.     Width = 25
  104.     Height = 24
  105.     Hint = 'Select periods'
  106.     TabStop = False
  107.     NumGlyphs = 1
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 0
  111.     Text = 'ComboEdit1'
  112.     OnButtonClick = rxcbePer2ButtonClick
  113.   end
  114.   object pnlDIA: TPanel
  115.     Left = 0
  116.     Top = 86
  117.     Width = 412
  118.     Height = 38
  119.     Align = alClient
  120.     BevelInner = bvRaised
  121.     BevelOuter = bvLowered
  122.     TabOrder = 2
  123.     object cbDIA: TCheckBox
  124.       Left = 26
  125.       Top = 12
  126.       Width = 193
  127.       Height = 17
  128.       Hint = 'Press F1 for help'
  129.       HelpContext = 500
  130.       Alignment = taLeftJustify
  131.       Caption = 'Display Individual Accounts'
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       TabOrder = 0
  135.     end
  136.   end
  137.   object Panel1: TPanel
  138.     Left = 0
  139.     Top = 124
  140.     Width = 412
  141.     Height = 45
  142.     Align = alBottom
  143.     BevelInner = bvRaised
  144.     BevelOuter = bvLowered
  145.     TabOrder = 3
  146.     object btnPrint: TButton
  147.       Left = 8
  148.       Top = 8
  149.       Width = 75
  150.       Height = 30
  151.       Hint = 'Print budget variance report'
  152.       Caption = '&Print'
  153.       ParentShowHint = False
  154.       ShowHint = True
  155.       TabOrder = 0
  156.       OnClick = btnPrintClick
  157.     end
  158.     object btnCancel: TButton
  159.       Left = 248
  160.       Top = 8
  161.       Width = 75
  162.       Height = 30
  163.       Caption = '&Cancel'
  164.       ParentShowHint = False
  165.       ShowHint = True
  166.       TabOrder = 3
  167.       OnClick = btnCancelClick
  168.     end
  169.     object BtnEmail: TButton
  170.       Left = 168
  171.       Top = 8
  172.       Width = 75
  173.       Height = 30
  174.       Hint = 'Email budget variance report'
  175.       Caption = '&Email'
  176.       ParentShowHint = False
  177.       ShowHint = True
  178.       TabOrder = 2
  179.       OnClick = BtnEmailClick
  180.     end
  181.     object BtnGraph: TButton
  182.       Left = 88
  183.       Top = 8
  184.       Width = 75
  185.       Height = 30
  186.       Hint = 'View budget variance graph'
  187.       Caption = '&Graph'
  188.       ParentShowHint = False
  189.       ShowHint = True
  190.       TabOrder = 1
  191.       OnClick = BtnGraphClick
  192.     end
  193.     object BtnHelp: TButton
  194.       Left = 328
  195.       Top = 8
  196.       Width = 75
  197.       Height = 30
  198.       Caption = '&Help'
  199.       ParentShowHint = False
  200.       ShowHint = True
  201.       TabOrder = 4
  202.       OnClick = BtnHelpClick
  203.     end
  204.   end
  205.   object taAccPer: TwwTable
  206.     Active = True
  207.     OnCalcFields = taAccPerCalcFields
  208.     DatabaseName = 'EmpireBuilder'
  209.     TableName = 'Accper.DBF'
  210.     SyncSQLByRange = False
  211.     NarrowSearch = False
  212.     ValidateWithMask = True
  213.     Left = 298
  214.     Top = 99
  215.     object taAccPerPERIOD: TDateField
  216.       FieldName = 'PERIOD'
  217.     end
  218.     object taAccPerMONTH: TSmallintField
  219.       FieldName = 'MONTH'
  220.     end
  221.     object taAccPerYEAR: TSmallintField
  222.       FieldName = 'YEAR'
  223.     end
  224.     object taAccPerPERIODNAME: TStringField
  225.       FieldName = 'PERIODNAME'
  226.       Size = 14
  227.       Calculated = True
  228.     end
  229.   end
  230.   object Sizer1: TSizer
  231.     Enabled = True
  232.     ExceptionAction = eaIgnoreControl
  233.     GridColumnSizing = gcSizeAllColumns
  234.     GridRowSizing = grSizeByDefaults
  235.     MinimumSize = True
  236.     NavigateOnEnter = True
  237.     OverrideParentFont = True
  238.     PerformAssertions = True
  239.     ShowAssertionFailures = False
  240.     StretchFonts = True
  241.     StretchImages = True
  242.     StretchOnResize = True
  243.     ThreadProcessing = False
  244.     Left = 358
  245.     Top = 100
  246.     ScreenWidth = (
  247.       800)
  248.     ScreenHeight = (
  249.       600)
  250.     OriginalFormWidth = (
  251.       420)
  252.     OriginalFormHeight = (
  253.       196)
  254.     OriginalFormLeft = (
  255.       253)
  256.     OriginalFormTop = (
  257.       113)
  258.     OriginalFormPPI = (
  259.       120)
  260.     OriginalClientWidth = (
  261.       412)
  262.     OriginalClientHeight = (
  263.       169)
  264.   end
  265.   object taBVTemp: TwwTable
  266.     SyncSQLByRange = False
  267.     NarrowSearch = False
  268.     ValidateWithMask = True
  269.     Left = 323
  270.     Top = 97
  271.     object taBVTempACREF: TStringField
  272.       FieldName = 'ACREF'
  273.       Size = 10
  274.     end
  275.     object taBVTempNAME: TStringField
  276.       FieldName = 'NAME'
  277.       Size = 30
  278.     end
  279.     object taBVTempTYPE: TStringField
  280.       FieldName = 'TYPE'
  281.       Size = 14
  282.     end
  283.     object taBVTempCATEGORY: TStringField
  284.       FieldName = 'CATEGORY'
  285.       Size = 15
  286.     end
  287.     object taBVTempGROUP: TStringField
  288.       FieldName = 'GROUP'
  289.       Size = 30
  290.     end
  291.     object taBVTempAGROUP: TStringField
  292.       FieldName = 'AGROUP'
  293.       Size = 30
  294.     end
  295.     object taBVTempBALPER1: TFloatField
  296.       FieldName = 'BALPER1'
  297.     end
  298.     object taBVTempBALPER2: TFloatField
  299.       FieldName = 'BALPER2'
  300.     end
  301.     object taBVTempBUDPER1: TFloatField
  302.       FieldName = 'BUDPER1'
  303.     end
  304.     object taBVTempRATPER1: TFloatField
  305.       FieldName = 'RATPER1'
  306.     end
  307.     object taBVTempBUDPER2: TFloatField
  308.       FieldName = 'BUDPER2'
  309.     end
  310.     object taBVTempRATPER2: TFloatField
  311.       FieldName = 'RATPER2'
  312.     end
  313.     object taBVTempVARPER1: TFloatField
  314.       FieldName = 'VARPER1'
  315.     end
  316.     object taBVTempVARPER2: TFloatField
  317.       FieldName = 'VARPER2'
  318.     end
  319.   end
  320. end
  321.