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

  1. object fmVATZoom: TfmVATZoom
  2.   Left = 172
  3.   Top = 120
  4.   Width = 596
  5.   Height = 401
  6.   HelpContext = 339
  7.   Caption = 'VAT Drill Down'
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Scaled = False
  14.   Visible = True
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 329
  22.     Width = 588
  23.     Height = 45
  24.     Align = alBottom
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object BtnZoom: TButton
  29.       Left = 7
  30.       Top = 8
  31.       Width = 75
  32.       Height = 30
  33.       Caption = '&Zoom In'
  34.       ParentShowHint = False
  35.       ShowHint = True
  36.       TabOrder = 0
  37.       OnClick = BtnZoomClick
  38.     end
  39.     object BtnClose: TButton
  40.       Left = 88
  41.       Top = 8
  42.       Width = 75
  43.       Height = 30
  44.       Caption = '&Close'
  45.       ParentShowHint = False
  46.       ShowHint = True
  47.       TabOrder = 1
  48.       OnClick = BtnCloseClick
  49.     end
  50.     object btnHelp: TButton
  51.       Left = 505
  52.       Top = 8
  53.       Width = 75
  54.       Height = 30
  55.       Caption = '&Help'
  56.       ParentShowHint = False
  57.       ShowHint = True
  58.       TabOrder = 2
  59.       OnClick = btnHelpClick
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 0
  64.     Top = 41
  65.     Width = 588
  66.     Height = 288
  67.     Align = alClient
  68.     BevelInner = bvRaised
  69.     BevelOuter = bvLowered
  70.     TabOrder = 1
  71.     object SGZoomIn: TStringGrid
  72.       Left = 2
  73.       Top = 2
  74.       Width = 584
  75.       Height = 284
  76.       Align = alClient
  77.       RowCount = 11
  78.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected]
  79.       TabOrder = 0
  80.       OnDblClick = BtnZoomClick
  81.     end
  82.   end
  83.   object Panel3: TPanel
  84.     Left = 0
  85.     Top = 0
  86.     Width = 588
  87.     Height = 41
  88.     Align = alTop
  89.     BevelInner = bvRaised
  90.     BevelOuter = bvLowered
  91.     TabOrder = 2
  92.     object Label1: TLabel
  93.       Left = 16
  94.       Top = 12
  95.       Width = 55
  96.       Height = 16
  97.       Caption = 'Box Total'
  98.     end
  99.     object CEBoxTotal: TCurrencyEdit
  100.       Left = 92
  101.       Top = 8
  102.       Width = 109
  103.       Height = 24
  104.       AutoSize = False
  105.       DisplayFormat = '0.00'
  106.       ParentColor = True
  107.       TabOrder = 0
  108.     end
  109.   end
  110.   object dsVATTrans: TwwDataSource
  111.     DataSet = taVATTrans
  112.     Left = 524
  113.     Top = 56
  114.   end
  115.   object taVATTrans: TwwTable
  116.     OnCalcFields = taVATTransCalcFields
  117.     ControlType.Strings = (
  118.       'RECONCILE;CheckBox;True;False')
  119.     SyncSQLByRange = True
  120.     NarrowSearch = False
  121.     ValidateWithMask = True
  122.     Left = 552
  123.     Top = 56
  124.     object taVATTransLTRANSTYPE: TStringField
  125.       DisplayLabel = 'Transaction Type'
  126.       DisplayWidth = 25
  127.       FieldName = 'LTRANSTYPE'
  128.       Size = 25
  129.       Calculated = True
  130.     end
  131.     object taVATTransTRANSDATE: TDateField
  132.       DisplayLabel = 'Date'
  133.       DisplayWidth = 10
  134.       FieldName = 'TRANSDATE'
  135.     end
  136.     object taVATTransINVREF: TStringField
  137.       DisplayLabel = 'Reference'
  138.       DisplayWidth = 10
  139.       FieldName = 'INVREF'
  140.       Size = 10
  141.     end
  142.     object taVATTransDETAILS: TStringField
  143.       DisplayLabel = 'Details'
  144.       DisplayWidth = 30
  145.       FieldName = 'DETAILS'
  146.       Size = 30
  147.     end
  148.     object taVATTransNETVALUE: TFloatField
  149.       DisplayLabel = 'Net Value'
  150.       DisplayWidth = 10
  151.       FieldName = 'NETVALUE'
  152.       DisplayFormat = '0.00'
  153.     end
  154.     object taVATTransVATVALUE: TFloatField
  155.       DisplayLabel = 'VAT Value'
  156.       DisplayWidth = 10
  157.       FieldName = 'VATVALUE'
  158.       DisplayFormat = '0.00'
  159.     end
  160.     object taVATTransRECONCILE: TBooleanField
  161.       DisplayLabel = 'Rec'
  162.       DisplayWidth = 5
  163.       FieldName = 'RECONCILE'
  164.     end
  165.     object taVATTransVALUE: TFloatField
  166.       DisplayLabel = 'Value'
  167.       DisplayWidth = 10
  168.       FieldName = 'VALUE'
  169.       Visible = False
  170.       DisplayFormat = '0.00'
  171.     end
  172.     object taVATTransTTRANSNO: TFloatField
  173.       DisplayWidth = 10
  174.       FieldName = 'TTRANSNO'
  175.       Visible = False
  176.     end
  177.     object taVATTransTRANSNO: TFloatField
  178.       DisplayWidth = 10
  179.       FieldName = 'TRANSNO'
  180.       Visible = False
  181.     end
  182.     object taVATTransTRANSTYPE: TStringField
  183.       DisplayWidth = 8
  184.       FieldName = 'TRANSTYPE'
  185.       Visible = False
  186.       Size = 8
  187.     end
  188.     object taVATTransNOMREF: TStringField
  189.       DisplayWidth = 10
  190.       FieldName = 'NOMREF'
  191.       Visible = False
  192.       Size = 10
  193.     end
  194.     object taVATTransMODULE: TStringField
  195.       DisplayWidth = 1
  196.       FieldName = 'MODULE'
  197.       Visible = False
  198.       Size = 1
  199.     end
  200.     object taVATTransVATCODE: TStringField
  201.       DisplayLabel = 'VAT Code'
  202.       FieldName = 'VATCODE'
  203.       Visible = False
  204.       Size = 1
  205.     end
  206.   end
  207.   object Sizer1: TSizer
  208.     Enabled = True
  209.     ExceptionAction = eaIgnoreControl
  210.     GridColumnSizing = gcSizeAllColumns
  211.     GridRowSizing = grSizeByDefaults
  212.     MinimumSize = True
  213.     NavigateOnEnter = False
  214.     OverrideParentFont = True
  215.     PerformAssertions = True
  216.     ShowAssertionFailures = False
  217.     StretchFonts = True
  218.     StretchImages = True
  219.     StretchOnResize = True
  220.     ThreadProcessing = False
  221.     Left = 488
  222.     Top = 57
  223.     ScreenWidth = (
  224.       800)
  225.     ScreenHeight = (
  226.       600)
  227.     OriginalFormWidth = (
  228.       596)
  229.     OriginalFormHeight = (
  230.       401)
  231.     OriginalFormLeft = (
  232.       172)
  233.     OriginalFormTop = (
  234.       120)
  235.     OriginalFormPPI = (
  236.       120)
  237.     OriginalClientWidth = (
  238.       588)
  239.     OriginalClientHeight = (
  240.       374)
  241.   end
  242. end
  243.