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

  1. object fmZoomPay: TfmZoomPay
  2.   Left = 276
  3.   Top = 133
  4.   HelpContext = 110
  5.   ActiveControl = BtnClose
  6.   AutoScroll = False
  7.   Caption = 'Payment Allocations'
  8.   ClientHeight = 308
  9.   ClientWidth = 383
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Panel2: TPanel
  24.     Left = 0
  25.     Top = 263
  26.     Width = 383
  27.     Height = 45
  28.     Align = alBottom
  29.     BevelInner = bvRaised
  30.     BevelOuter = bvLowered
  31.     TabOrder = 0
  32.     object BtnClose: TButton
  33.       Left = 88
  34.       Top = 8
  35.       Width = 75
  36.       Height = 30
  37.       Caption = '&Close'
  38.       ParentShowHint = False
  39.       ShowHint = True
  40.       TabOrder = 0
  41.       OnClick = BtnCloseClick
  42.     end
  43.     object BtnDetails: TButton
  44.       Left = 8
  45.       Top = 8
  46.       Width = 75
  47.       Height = 30
  48.       Hint = 'View the details of the selected transactions'
  49.       Caption = '&Details'
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       TabOrder = 1
  53.       OnClick = BtnDetailsClick
  54.     end
  55.     object btnHelp: TButton
  56.       Left = 300
  57.       Top = 8
  58.       Width = 75
  59.       Height = 30
  60.       Caption = '&Help'
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 2
  64.       OnClick = btnHelpClick
  65.     end
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 0
  69.     Top = 69
  70.     Width = 383
  71.     Height = 194
  72.     Align = alClient
  73.     BevelInner = bvRaised
  74.     BevelOuter = bvLowered
  75.     Caption = 'Panel1'
  76.     TabOrder = 1
  77.     object dbgPADist: TwwDBGrid
  78.       Left = 2
  79.       Top = 2
  80.       Width = 379
  81.       Height = 190
  82.       Selected.Strings = (
  83.         'TRANSTYPE'#9'15'#9'Transaction'
  84.         'DATE'#9'10'#9'Date'
  85.         'REF'#9'10'#9'Reference'
  86.         'PAID'#9'10'#9'Payment')
  87.       TitleColor = clBtnFace
  88.       FixedCols = 0
  89.       ShowHorzScrollBar = True
  90.       Align = alClient
  91.       DataSource = dsAPTemp
  92.       Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap, dgShowFooter, dgFooter3DCells]
  93.       ReadOnly = True
  94.       TabOrder = 0
  95.       TitleAlignment = taLeftJustify
  96.       TitleFont.Charset = ANSI_CHARSET
  97.       TitleFont.Color = clWindowText
  98.       TitleFont.Height = -13
  99.       TitleFont.Name = 'Arial'
  100.       TitleFont.Style = []
  101.       TitleLines = 1
  102.       TitleButtons = False
  103.       OnCalcCellColors = dbgPADistCalcCellColors
  104.       OnCalcTitleAttributes = dbgPADistCalcTitleAttributes
  105.       IndicatorColor = icBlack
  106.       OnTopRowChanged = dbgPADistTopRowChanged
  107.       FooterCellColor = clYellow
  108.       FooterHeight = 25
  109.     end
  110.   end
  111.   object Panel3: TPanel
  112.     Left = 0
  113.     Top = 0
  114.     Width = 383
  115.     Height = 69
  116.     Align = alTop
  117.     BevelInner = bvRaised
  118.     BevelOuter = bvLowered
  119.     TabOrder = 2
  120.     object lblRef: TLabel
  121.       Left = 8
  122.       Top = 12
  123.       Width = 58
  124.       Height = 16
  125.       Caption = 'Reference'
  126.     end
  127.     object Label2: TLabel
  128.       Left = 8
  129.       Top = 40
  130.       Width = 27
  131.       Height = 16
  132.       Caption = 'Date'
  133.     end
  134.     object Label3: TLabel
  135.       Left = 188
  136.       Top = 12
  137.       Width = 64
  138.       Height = 16
  139.       Caption = 'Trans Total'
  140.     end
  141.     object Label4: TLabel
  142.       Left = 188
  143.       Top = 40
  144.       Width = 70
  145.       Height = 16
  146.       Caption = 'Outstanding'
  147.     end
  148.     object dbeRef: TwwDBEdit
  149.       Left = 80
  150.       Top = 8
  151.       Width = 101
  152.       Height = 24
  153.       DataField = 'INVREF'
  154.       DataSource = dsTrans
  155.       ParentColor = True
  156.       ReadOnly = True
  157.       TabOrder = 0
  158.       UnboundDataType = wwDefault
  159.       WantReturns = False
  160.       WordWrap = False
  161.     end
  162.     object dbeDate: TwwDBEdit
  163.       Left = 80
  164.       Top = 36
  165.       Width = 101
  166.       Height = 24
  167.       DataField = 'TRANSDATE'
  168.       DataSource = dsTrans
  169.       ParentColor = True
  170.       ReadOnly = True
  171.       TabOrder = 1
  172.       UnboundDataType = wwDefault
  173.       WantReturns = False
  174.       WordWrap = False
  175.     end
  176.     object dbeTotal: TwwDBEdit
  177.       Left = 275
  178.       Top = 8
  179.       Width = 100
  180.       Height = 24
  181.       DataField = 'TOTAL'
  182.       DataSource = dsTrans
  183.       ParentColor = True
  184.       ReadOnly = True
  185.       TabOrder = 2
  186.       UnboundDataType = wwDefault
  187.       WantReturns = False
  188.       WordWrap = False
  189.     end
  190.     object CEOutstanding: TCurrencyEdit
  191.       Left = 275
  192.       Top = 36
  193.       Width = 100
  194.       Height = 24
  195.       AutoSize = False
  196.       DisplayFormat = '0.00'
  197.       ParentColor = True
  198.       ReadOnly = True
  199.       TabOrder = 3
  200.     end
  201.   end
  202.   object dsAllocPay: TwwDataSource
  203.     Left = 8
  204.     Top = 160
  205.   end
  206.   object taAllocPay: TwwTable
  207.     DatabaseName = 'EmpireBuilder'
  208.     IndexName = 'INVTRANSNO'
  209.     TableName = 'AllocPay.DBF'
  210.     SyncSQLByRange = False
  211.     NarrowSearch = False
  212.     ValidateWithMask = True
  213.     Left = 168
  214.     Top = 144
  215.     object taAllocPayACCREF: TStringField
  216.       FieldName = 'ACCREF'
  217.       Size = 10
  218.     end
  219.     object taAllocPayINVTRANSNO: TFloatField
  220.       FieldName = 'INVTRANSNO'
  221.     end
  222.     object taAllocPayPAYTRANSNO: TFloatField
  223.       FieldName = 'PAYTRANSNO'
  224.     end
  225.     object taAllocPayPAYMENT: TFloatField
  226.       FieldName = 'PAYMENT'
  227.     end
  228.   end
  229.   object dsAPTemp: TwwDataSource
  230.     DataSet = taAPTemp
  231.     Left = 56
  232.     Top = 188
  233.   end
  234.   object taAPTemp: TwwTable
  235.     SyncSQLByRange = False
  236.     NarrowSearch = False
  237.     ValidateWithMask = True
  238.     Left = 88
  239.     Top = 128
  240.     object taAPTempTRANSTYPE: TStringField
  241.       DisplayLabel = 'Transaction'
  242.       DisplayWidth = 15
  243.       FieldName = 'TRANSTYPE'
  244.       Size = 15
  245.     end
  246.     object taAPTempDATE: TDateField
  247.       DisplayLabel = 'Date'
  248.       DisplayWidth = 10
  249.       FieldName = 'DATE'
  250.     end
  251.     object taAPTempREF: TStringField
  252.       DisplayLabel = 'Reference'
  253.       DisplayWidth = 10
  254.       FieldName = 'REF'
  255.       Size = 10
  256.     end
  257.     object taAPTempPAID: TFloatField
  258.       DisplayLabel = 'Payment'
  259.       DisplayWidth = 10
  260.       FieldName = 'PAID'
  261.       DisplayFormat = '0.00'
  262.     end
  263.     object taAPTempNOMREF: TStringField
  264.       DisplayLabel = 'Bank/Cash'
  265.       DisplayWidth = 10
  266.       FieldName = 'NOMREF'
  267.       Visible = False
  268.       Size = 10
  269.     end
  270.     object taAPTempTRANSNO: TFloatField
  271.       DisplayWidth = 10
  272.       FieldName = 'TRANSNO'
  273.       Visible = False
  274.     end
  275.   end
  276.   object taTrans: TwwTable
  277.     DatabaseName = 'EmpireBuilder'
  278.     IndexName = 'TRANSNO'
  279.     TableName = 'Trans.DBF'
  280.     SyncSQLByRange = False
  281.     NarrowSearch = False
  282.     ValidateWithMask = True
  283.     Left = 168
  284.     Top = 188
  285.     object taTransTRANSNO: TFloatField
  286.       FieldName = 'TRANSNO'
  287.     end
  288.     object taTransACCREF: TStringField
  289.       FieldName = 'ACCREF'
  290.       Size = 10
  291.     end
  292.     object taTransTRANSTYPE: TStringField
  293.       FieldName = 'TRANSTYPE'
  294.       Size = 8
  295.     end
  296.     object taTransTRANSDATE: TDateField
  297.       FieldName = 'TRANSDATE'
  298.     end
  299.     object taTransINVREF: TStringField
  300.       FieldName = 'INVREF'
  301.       Size = 10
  302.     end
  303.     object taTransDETAILS: TStringField
  304.       FieldName = 'DETAILS'
  305.       Size = 30
  306.     end
  307.     object taTransNETVALUE: TFloatField
  308.       FieldName = 'NETVALUE'
  309.     end
  310.     object taTransVATVALUE: TFloatField
  311.       FieldName = 'VATVALUE'
  312.     end
  313.     object taTransTOTAL: TFloatField
  314.       FieldName = 'TOTAL'
  315.       DisplayFormat = '0.00'
  316.     end
  317.     object taTransPAYMENT: TFloatField
  318.       FieldName = 'PAYMENT'
  319.     end
  320.     object taTransBALANCE: TFloatField
  321.       FieldName = 'BALANCE'
  322.     end
  323.     object taTransQUERY: TBooleanField
  324.       FieldName = 'QUERY'
  325.     end
  326.     object taTransMODULE: TStringField
  327.       FieldName = 'MODULE'
  328.       Size = 1
  329.     end
  330.     object taTransQUERYMEMO: TMemoField
  331.       FieldName = 'QUERYMEMO'
  332.       BlobType = ftMemo
  333.       Size = 1
  334.     end
  335.     object taTransTRANLINK: TFloatField
  336.       FieldName = 'TRANLINK'
  337.     end
  338.     object taTransTERMS: TSmallintField
  339.       FieldName = 'TERMS'
  340.     end
  341.   end
  342.   object dsTrans: TwwDataSource
  343.     DataSet = taTrans
  344.     Left = 100
  345.     Top = 188
  346.   end
  347.   object Sizer1: TSizer
  348.     Enabled = True
  349.     ExceptionAction = eaIgnoreControl
  350.     GridColumnSizing = gcSizeAllColumns
  351.     GridRowSizing = grSizeByDefaults
  352.     MinimumSize = True
  353.     NavigateOnEnter = True
  354.     OverrideParentFont = True
  355.     PerformAssertions = True
  356.     ShowAssertionFailures = False
  357.     StretchFonts = True
  358.     StretchImages = True
  359.     StretchOnResize = True
  360.     ThreadProcessing = False
  361.     Left = 12
  362.     Top = 104
  363.     ScreenWidth = (
  364.       800)
  365.     ScreenHeight = (
  366.       600)
  367.     OriginalFormWidth = (
  368.       391)
  369.     OriginalFormHeight = (
  370.       335)
  371.     OriginalFormLeft = (
  372.       276)
  373.     OriginalFormTop = (
  374.       133)
  375.     OriginalFormPPI = (
  376.       120)
  377.     OriginalClientWidth = (
  378.       383)
  379.     OriginalClientHeight = (
  380.       308)
  381.   end
  382. end
  383.