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

  1. object fmPayments: TfmPayments
  2.   Left = 64
  3.   Top = 108
  4.   HelpContext = 189
  5.   AutoScroll = False
  6.   Caption = 'Payments'
  7.   ClientHeight = 432
  8.   ClientWidth = 698
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDeactivate = FormDeactivate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Panel3: TPanel
  27.     Left = 0
  28.     Top = 49
  29.     Width = 698
  30.     Height = 161
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object Bevel3: TBevel
  34.       Left = 544
  35.       Top = 4
  36.       Width = 149
  37.       Height = 149
  38.       Shape = bsFrame
  39.     end
  40.     object Bevel2: TBevel
  41.       Left = 4
  42.       Top = 4
  43.       Width = 209
  44.       Height = 149
  45.       Shape = bsFrame
  46.     end
  47.     object Bevel1: TBevel
  48.       Left = 216
  49.       Top = 4
  50.       Width = 325
  51.       Height = 149
  52.       Shape = bsFrame
  53.     end
  54.     object Label1: TLabel
  55.       Left = 8
  56.       Top = 16
  57.       Width = 87
  58.       Height = 16
  59.       Caption = 'Bank/Cash Ref'
  60.     end
  61.     object lbCustRef: TLabel
  62.       Left = 8
  63.       Top = 44
  64.       Width = 79
  65.       Height = 16
  66.       Caption = 'Customer Ref'
  67.     end
  68.     object Label3: TLabel
  69.       Left = 8
  70.       Top = 72
  71.       Width = 83
  72.       Height = 16
  73.       Caption = 'Payment Date'
  74.     end
  75.     object Label4: TLabel
  76.       Left = 8
  77.       Top = 100
  78.       Width = 75
  79.       Height = 16
  80.       Caption = 'Payment Ref'
  81.     end
  82.     object Label5: TLabel
  83.       Left = 220
  84.       Top = 16
  85.       Width = 102
  86.       Height = 16
  87.       Caption = 'Bank/Cash Name'
  88.     end
  89.     object lbCustName: TLabel
  90.       Left = 220
  91.       Top = 44
  92.       Width = 94
  93.       Height = 16
  94.       Caption = 'Customer Name'
  95.     end
  96.     object Label7: TLabel
  97.       Left = 220
  98.       Top = 100
  99.       Width = 101
  100.       Height = 16
  101.       Caption = 'Payment Amount'
  102.     end
  103.     object Label8: TLabel
  104.       Left = 220
  105.       Top = 72
  106.       Width = 103
  107.       Height = 16
  108.       Caption = 'Payment Balance'
  109.     end
  110.     object Label10: TLabel
  111.       Left = 552
  112.       Top = 15
  113.       Width = 47
  114.       Height = 16
  115.       Caption = 'Balance'
  116.     end
  117.     object Label11: TLabel
  118.       Left = 552
  119.       Top = 37
  120.       Width = 42
  121.       Height = 16
  122.       Caption = 'Current'
  123.     end
  124.     object Label12: TLabel
  125.       Left = 552
  126.       Top = 60
  127.       Width = 48
  128.       Height = 16
  129.       Caption = '30 Days'
  130.     end
  131.     object Label14: TLabel
  132.       Left = 552
  133.       Top = 105
  134.       Width = 48
  135.       Height = 16
  136.       Caption = '90 Days'
  137.     end
  138.     object Label13: TLabel
  139.       Left = 552
  140.       Top = 82
  141.       Width = 48
  142.       Height = 16
  143.       Caption = '60 Days'
  144.     end
  145.     object Label15: TLabel
  146.       Left = 552
  147.       Top = 127
  148.       Width = 31
  149.       Height = 16
  150.       Caption = 'Older'
  151.     end
  152.     object Label2: TLabel
  153.       Left = 220
  154.       Top = 127
  155.       Width = 51
  156.       Height = 16
  157.       Caption = 'Discount'
  158.     end
  159.     object EPayRef: TEdit
  160.       Left = 102
  161.       Top = 96
  162.       Width = 107
  163.       Height = 24
  164.       HelpContext = 178
  165.       TabOrder = 3
  166.     end
  167.     object ECustName: TEdit
  168.       Left = 332
  169.       Top = 40
  170.       Width = 205
  171.       Height = 24
  172.       TabStop = False
  173.       Ctl3D = True
  174.       ParentColor = True
  175.       ParentCtl3D = False
  176.       ReadOnly = True
  177.       TabOrder = 5
  178.     end
  179.     object DBEPaymentBal: TCurrencyEdit
  180.       Left = 332
  181.       Top = 68
  182.       Width = 80
  183.       Height = 22
  184.       HelpContext = 193
  185.       TabStop = False
  186.       AutoSize = False
  187.       Ctl3D = True
  188.       DisplayFormat = '0.00;-0.00'
  189.       Font.Charset = ANSI_CHARSET
  190.       Font.Color = clWindowText
  191.       Font.Height = -13
  192.       Font.Name = 'Arial'
  193.       Font.Style = []
  194.       ParentColor = True
  195.       ParentCtl3D = False
  196.       ParentFont = False
  197.       ReadOnly = True
  198.       TabOrder = 6
  199.       OnChange = DBEPaymentBalChange
  200.     end
  201.     object DBEPaymentAmount: TRxCalcEdit
  202.       Left = 332
  203.       Top = 96
  204.       Width = 100
  205.       Height = 24
  206.       HelpContext = 192
  207.       AutoSize = False
  208.       ClickKey = 16451
  209.       DisplayFormat = '0.00'
  210.       NumGlyphs = 2
  211.       TabOrder = 4
  212.       OnEnter = DBEPaymentAmountEnter
  213.       OnExit = DBEPaymentAmountExit
  214.     end
  215.     object CETotalDiscount: TCurrencyEdit
  216.       Left = 332
  217.       Top = 126
  218.       Width = 80
  219.       Height = 22
  220.       HelpContext = 194
  221.       TabStop = False
  222.       AutoSize = False
  223.       Ctl3D = True
  224.       DisplayFormat = '0.00'
  225.       ParentColor = True
  226.       ParentCtl3D = False
  227.       ReadOnly = True
  228.       TabOrder = 7
  229.     end
  230.     object DBCBBankCashAcc: TwwDBLookupCombo
  231.       Left = 102
  232.       Top = 12
  233.       Width = 107
  234.       Height = 24
  235.       HelpContext = 190
  236.       DropDownAlignment = taLeftJustify
  237.       Selected.Strings = (
  238.         'NOMACC'#9'10'#9'Bank Ref.'
  239.         'NOMNAME'#9'30'#9'Name')
  240.       LookupTable = taCashBank
  241.       LookupField = 'NOMACC'
  242.       Options = [loColLines, loTitles]
  243.       TabOrder = 0
  244.       AutoDropDown = False
  245.       ShowButton = True
  246.       AllowClearKey = False
  247.     end
  248.     object EBankName: TwwDBEdit
  249.       Left = 332
  250.       Top = 12
  251.       Width = 205
  252.       Height = 24
  253.       TabStop = False
  254.       Ctl3D = True
  255.       DataField = 'NOMNAME'
  256.       DataSource = dsCashBank
  257.       ParentColor = True
  258.       ParentCtl3D = False
  259.       ReadOnly = True
  260.       TabOrder = 8
  261.       UnboundDataType = wwDefault
  262.       WantReturns = False
  263.       WordWrap = False
  264.     end
  265.     object DBCDlgDate: TDateEdit
  266.       Left = 102
  267.       Top = 68
  268.       Width = 100
  269.       Height = 24
  270.       HelpContext = 180
  271.       ClickKey = 16452
  272.       NumGlyphs = 2
  273.       CalendarStyle = csDialog
  274.       YearDigits = dyFour
  275.       TabOrder = 2
  276.       OnButtonClick = DBCDlgDateButtonClick
  277.       OnEnter = DBCDlgDateEnter
  278.       OnExit = DBCDlgDateExit
  279.     end
  280.     object DBCDlgCustRef: TComboEdit
  281.       Left = 102
  282.       Top = 40
  283.       Width = 107
  284.       Height = 24
  285.       HelpContext = 191
  286.       CharCase = ecUpperCase
  287.       ClickKey = 16467
  288.       ButtonWidth = 24
  289.       NumGlyphs = 1
  290.       TabOrder = 1
  291.       OnButtonClick = DBCDlgCustRefButtonClick
  292.       OnEnter = DBCDlgCustRefEnter
  293.       OnExit = DBCDlgCustRefExit
  294.     end
  295.     object DBEBalance: TCurrencyEdit
  296.       Left = 606
  297.       Top = 12
  298.       Width = 80
  299.       Height = 22
  300.       TabStop = False
  301.       AutoSize = False
  302.       DisplayFormat = '0.00'
  303.       ParentColor = True
  304.       ReadOnly = True
  305.       TabOrder = 9
  306.     end
  307.     object DBECurrent: TCurrencyEdit
  308.       Left = 606
  309.       Top = 34
  310.       Width = 80
  311.       Height = 22
  312.       TabStop = False
  313.       AutoSize = False
  314.       DisplayFormat = '0.00'
  315.       ParentColor = True
  316.       ReadOnly = True
  317.       TabOrder = 10
  318.     end
  319.     object DBE30Days: TCurrencyEdit
  320.       Left = 606
  321.       Top = 57
  322.       Width = 80
  323.       Height = 22
  324.       TabStop = False
  325.       AutoSize = False
  326.       DisplayFormat = '0.00'
  327.       ParentColor = True
  328.       ReadOnly = True
  329.       TabOrder = 11
  330.     end
  331.     object DBE60Days: TCurrencyEdit
  332.       Left = 606
  333.       Top = 79
  334.       Width = 80
  335.       Height = 22
  336.       TabStop = False
  337.       AutoSize = False
  338.       DisplayFormat = '0.00'
  339.       ParentColor = True
  340.       ReadOnly = True
  341.       TabOrder = 12
  342.     end
  343.     object DBE90Days: TCurrencyEdit
  344.       Left = 606
  345.       Top = 102
  346.       Width = 80
  347.       Height = 22
  348.       TabStop = False
  349.       AutoSize = False
  350.       DisplayFormat = '0.00'
  351.       ParentColor = True
  352.       ReadOnly = True
  353.       TabOrder = 13
  354.     end
  355.     object DBEOlder: TCurrencyEdit
  356.       Left = 606
  357.       Top = 124
  358.       Width = 80
  359.       Height = 22
  360.       TabStop = False
  361.       AutoSize = False
  362.       DisplayFormat = '0.00'
  363.       ParentColor = True
  364.       ReadOnly = True
  365.       TabOrder = 14
  366.     end
  367.   end
  368.   object Panel5: TPanel
  369.     Left = 0
  370.     Top = 210
  371.     Width = 698
  372.     Height = 222
  373.     Align = alClient
  374.     Caption = 'Panel5'
  375.     TabOrder = 1
  376.     object wwDBGrid1: TwwDBGrid
  377.       Left = 1
  378.       Top = 1
  379.       Width = 696
  380.       Height = 220
  381.       Selected.Strings = (
  382.         'TRANSTYPE'#9'12'#9'Type'#9'T'
  383.         'TRANSDATE'#9'10'#9'Date'#9'T'
  384.         'INVREF'#9'10'#9'Trans~Reference'#9'T'
  385.         'DETAILS'#9'29'#9'Details'#9'T'
  386.         'TOTAL'#9'10'#9'Total'#9'T'
  387.         'PAYMENT'#9'10'#9'Payment'#9'No'
  388.         'Balance'#9'10'#9'Balance'#9'Yes')
  389.       TitleColor = clBtnFace
  390.       FixedCols = 0
  391.       ShowHorzScrollBar = True
  392.       EditControlOptions = [ecoSearchOwnerForm, ecoDisableDateTimePicker]
  393.       Align = alClient
  394.       Ctl3D = True
  395.       DataSource = dsTempPayment
  396.       KeyOptions = [dgEnterToTab]
  397.       Options = [dgEditing, dgTitles, dgIndicator, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  398.       ParentCtl3D = False
  399.       PopupMenu = RCLinePopup
  400.       TabOrder = 0
  401.       TitleAlignment = taCenter
  402.       TitleFont.Charset = ANSI_CHARSET
  403.       TitleFont.Color = clWindowText
  404.       TitleFont.Height = -13
  405.       TitleFont.Name = 'Arial'
  406.       TitleFont.Style = []
  407.       TitleLines = 2
  408.       TitleButtons = True
  409.       UseTFields = False
  410.       OnCalcCellColors = wwDBGrid1CalcCellColors
  411.       OnCalcTitleAttributes = wwDBGrid1CalcTitleAttributes
  412.       OnEnter = wwDBGrid1Enter
  413.       OnExit = wwDBGrid1Exit
  414.       OnKeyDown = wwDBGrid1KeyDown
  415.       IndicatorColor = icBlack
  416.       OnTopRowChanged = wwDBGrid1TopRowChanged
  417.     end
  418.   end
  419.   object SpeedBar: TSpeedBar
  420.     Left = 0
  421.     Top = 0
  422.     Width = 698
  423.     Height = 49
  424.     Font.Charset = ANSI_CHARSET
  425.     Font.Color = clWindowText
  426.     Font.Height = -12
  427.     Font.Name = 'MS Sans Serif'
  428.     Font.Style = []
  429.     Options = [sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  430.     BtnOffsetHorz = 3
  431.     BtnOffsetVert = 3
  432.     BtnWidth = 75
  433.     BtnHeight = 43
  434.     TabOrder = 2
  435.     InternalVer = 1
  436.     object SpeedbarSection1: TSpeedbarSection
  437.       Caption = 'Payment'
  438.     end
  439.     object BtnSave: TSpeedItem
  440.       BtnCaption = '&Save'
  441.       Caption = 'Save the payment'
  442.       Enabled = False
  443.       Hint = 'Save the payment|'
  444.       Spacing = 1
  445.       Left = 3
  446.       Top = 3
  447.       Visible = True
  448.       OnClick = BtnSaveClick
  449.       SectionName = 'Payment'
  450.     end
  451.     object BtnAbandon: TSpeedItem
  452.       BtnCaption = '&Abandon'
  453.       Caption = 'Abandon the payment'
  454.       Enabled = False
  455.       Hint = 'Abandon the payment|'
  456.       Spacing = 1
  457.       Left = 78
  458.       Top = 3
  459.       Visible = True
  460.       OnClick = BtnAbandonClick
  461.       SectionName = 'Payment'
  462.     end
  463.     object BtnFull: TSpeedItem
  464.       BtnCaption = '&Full'
  465.       Caption = 'Fully pay this transaction'
  466.       Enabled = False
  467.       Hint = 'Fully pay this transaction'
  468.       Spacing = 1
  469.       Left = 153
  470.       Top = 3
  471.       Visible = True
  472.       OnClick = BtnFullClick
  473.       SectionName = 'Payment'
  474.     end
  475.     object BtnDiscount: TSpeedItem
  476.       BtnCaption = '&Discount'
  477.       Caption = 'Discount an amount on this transaction'
  478.       Enabled = False
  479.       Hint = 'Discount an amount on this transaction'
  480.       Spacing = 1
  481.       Left = 228
  482.       Top = 3
  483.       Visible = True
  484.       OnClick = BtnDiscountClick
  485.       SectionName = 'Payment'
  486.     end
  487.     object BtnUndo: TSpeedItem
  488.       BtnCaption = '&Undo'
  489.       Caption = 'Undo the allocation on this transaction'
  490.       Enabled = False
  491.       Hint = 'Undo the allocation on this transaction'
  492.       Spacing = 1
  493.       Left = 303
  494.       Top = 3
  495.       Visible = True
  496.       OnClick = BtnUndoClick
  497.       SectionName = 'Payment'
  498.     end
  499.     object BtnAuto: TSpeedItem
  500.       BtnCaption = 'Au&to'
  501.       Caption = 'Allocate payment automatically'
  502.       Enabled = False
  503.       Hint = 'Allocate payment automatically'
  504.       Spacing = 1
  505.       Left = 378
  506.       Top = 3
  507.       Visible = True
  508.       OnClick = BtnAutoClick
  509.       SectionName = 'Payment'
  510.     end
  511.     object BtnUndoAll: TSpeedItem
  512.       BtnCaption = 'U&ndo All'
  513.       Caption = 'Undo allocations for all transactions|'
  514.       Enabled = False
  515.       Hint = 'Undo refunds on all transactions|'
  516.       Spacing = 1
  517.       Left = 453
  518.       Top = 3
  519.       Visible = True
  520.       OnClick = BtnUndoAllClick
  521.       SectionName = 'Payment'
  522.     end
  523.     object BtnCheque: TSpeedItem
  524.       BtnCaption = 'Che&que'
  525.       Caption = 'Write Cheque'
  526.       Hint = 'Write Cheque|'
  527.       Spacing = 1
  528.       Left = 528
  529.       Top = 3
  530.       OnClick = BtnChequeClick
  531.       SectionName = 'Payment'
  532.     end
  533.     object BtnClose: TSpeedItem
  534.       BtnCaption = '&Close'
  535.       Caption = 'Close this window'
  536.       Spacing = 1
  537.       Left = 603
  538.       Top = 3
  539.       Visible = True
  540.       OnClick = BtnCloseClick
  541.       SectionName = 'Payment'
  542.     end
  543.     object btnHelp: TSpeedItem
  544.       BtnCaption = '&Help'
  545.       Caption = 'Full help on this window'
  546.       Glyph.Data = {
  547.         F6000000424DF600000000000000760000002800000010000000100000000100
  548.         0400000000008000000000000000000000001000000010000000000000000000
  549.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  550.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  551.         888888888E6648888888888888E6688888888888888888888888888888446888
  552.         8888888886664888888888888E664888888888888E6664888888888888E66648
  553.         88888888888E6664888888844888E6664888886664888E66488888E666444666
  554.         4888888E6666666668888888EE6666668888888888EEEEE88888}
  555.       Spacing = 1
  556.       Left = 528
  557.       Top = 3
  558.       Visible = True
  559.       OnClick = btnHelpClick
  560.       SectionName = 'Payment'
  561.     end
  562.   end
  563.   object dsTempPayment: TwwDataSource
  564.     DataSet = taTempPayment
  565.     OnStateChange = dsTempPaymentStateChange
  566.     Left = 172
  567.     Top = 315
  568.   end
  569.   object taTempPayment: TwwTable
  570.     BeforeScroll = taTempPaymentBeforeScroll
  571.     AfterScroll = taTempPaymentAfterScroll
  572.     OnCalcFields = taTempPaymentCalcFields
  573.     SyncSQLByRange = True
  574.     NarrowSearch = False
  575.     ValidateWithMask = True
  576.     Left = 176
  577.     Top = 251
  578.     object taTempPaymentTRANSNO: TFloatField
  579.       FieldName = 'TRANSNO'
  580.       Visible = False
  581.     end
  582.     object taTempPaymentTRANSTYPE: TStringField
  583.       DisplayLabel = 'Type'
  584.       DisplayWidth = 12
  585.       FieldName = 'TRANSTYPE'
  586.       Size = 8
  587.     end
  588.     object taTempPaymentTRANSDATE: TDateField
  589.       FieldName = 'TRANSDATE'
  590.     end
  591.     object taTempPaymentINVREF: TStringField
  592.       DisplayLabel = 'Invoice~Reference'
  593.       DisplayWidth = 12
  594.       FieldName = 'INVREF'
  595.       Size = 10
  596.     end
  597.     object taTempPaymentDETAILS: TStringField
  598.       DisplayLabel = 'Details'
  599.       DisplayWidth = 28
  600.       FieldName = 'DETAILS'
  601.       Size = 30
  602.     end
  603.     object taTempPaymentTOTAL: TFloatField
  604.       DisplayLabel = 'Total'
  605.       DisplayWidth = 10
  606.       FieldName = 'TOTAL'
  607.       DisplayFormat = '0.00'
  608.     end
  609.     object taTempPaymentPAYMENT: TFloatField
  610.       DisplayLabel = 'Payment'
  611.       DisplayWidth = 10
  612.       FieldName = 'PAYMENT'
  613.       DisplayFormat = '0.00'
  614.     end
  615.     object taTempPaymentDISCOUNT: TFloatField
  616.       FieldName = 'DISCOUNT'
  617.       Visible = False
  618.       DisplayFormat = '0.00'
  619.     end
  620.     object taTempPaymentONQUERY: TBooleanField
  621.       FieldName = 'ONQUERY'
  622.       Visible = False
  623.     end
  624.     object taTempPaymentTERMS: TFloatField
  625.       FieldName = 'TERMS'
  626.     end
  627.     object taTempPaymentBalance: TFloatField
  628.       DisplayWidth = 10
  629.       FieldName = 'Balance'
  630.       DisplayFormat = '0.00'
  631.       Calculated = True
  632.     end
  633.   end
  634.   object taInsertTrans: TwwTable
  635.     AfterInsert = taInsertTransAfterInsert
  636.     AfterPost = taInsertTransAfterPost
  637.     DatabaseName = 'EmpireBuilder'
  638.     TableName = 'Trans.DBF'
  639.     SyncSQLByRange = True
  640.     NarrowSearch = False
  641.     ValidateWithMask = True
  642.     Left = 613
  643.     Top = 254
  644.     object taInsertTransTRANSNO: TFloatField
  645.       FieldName = 'TRANSNO'
  646.     end
  647.     object taInsertTransACCREF: TStringField
  648.       FieldName = 'ACCREF'
  649.       Size = 10
  650.     end
  651.     object taInsertTransTRANSTYPE: TStringField
  652.       FieldName = 'TRANSTYPE'
  653.       Size = 8
  654.     end
  655.     object taInsertTransTRANSDATE: TDateField
  656.       FieldName = 'TRANSDATE'
  657.     end
  658.     object taInsertTransINVREF: TStringField
  659.       FieldName = 'INVREF'
  660.       Size = 10
  661.     end
  662.     object taInsertTransDETAILS: TStringField
  663.       FieldName = 'DETAILS'
  664.       Size = 30
  665.     end
  666.     object taInsertTransNETVALUE: TFloatField
  667.       FieldName = 'NETVALUE'
  668.     end
  669.     object taInsertTransVATVALUE: TFloatField
  670.       FieldName = 'VATVALUE'
  671.     end
  672.     object taInsertTransTOTAL: TFloatField
  673.       FieldName = 'TOTAL'
  674.     end
  675.     object taInsertTransPAYMENT: TFloatField
  676.       FieldName = 'PAYMENT'
  677.     end
  678.     object taInsertTransBALANCE: TFloatField
  679.       FieldName = 'BALANCE'
  680.     end
  681.     object taInsertTransQUERY: TBooleanField
  682.       FieldName = 'QUERY'
  683.     end
  684.     object taInsertTransMODULE: TStringField
  685.       FieldName = 'MODULE'
  686.       Size = 1
  687.     end
  688.     object taInsertTransQUERYMEMO: TMemoField
  689.       FieldName = 'QUERYMEMO'
  690.       BlobType = ftMemo
  691.       Size = 1
  692.     end
  693.     object taInsertTransTRANLINK: TFloatField
  694.       FieldName = 'TRANLINK'
  695.     end
  696.     object taInsertTransTERMS: TSmallintField
  697.       FieldName = 'TERMS'
  698.     end
  699.   end
  700.   object taCashBank: TwwTable
  701.     SyncSQLByRange = True
  702.     NarrowSearch = False
  703.     ValidateWithMask = True
  704.     Left = 32
  705.     Top = 254
  706.   end
  707.   object dsCashBank: TwwDataSource
  708.     DataSet = taCashBank
  709.     Left = 28
  710.     Top = 314
  711.   end
  712.   object Sizer1: TSizer
  713.     Enabled = True
  714.     ExceptionAction = eaIgnoreControl
  715.     GridColumnSizing = gcSizeAllColumns
  716.     GridRowSizing = grSizeByDefaults
  717.     MinimumSize = True
  718.     NavigateOnEnter = True
  719.     OverrideParentFont = True
  720.     PerformAssertions = True
  721.     ShowAssertionFailures = False
  722.     StretchFonts = True
  723.     StretchImages = True
  724.     StretchOnResize = True
  725.     ThreadProcessing = True
  726.     Left = 480
  727.     Top = 137
  728.     ScreenWidth = (
  729.       800)
  730.     ScreenHeight = (
  731.       600)
  732.     OriginalFormWidth = (
  733.       706)
  734.     OriginalFormHeight = (
  735.       459)
  736.     OriginalFormLeft = (
  737.       64)
  738.     OriginalFormTop = (
  739.       108)
  740.     OriginalFormPPI = (
  741.       120)
  742.     OriginalClientWidth = (
  743.       698)
  744.     OriginalClientHeight = (
  745.       432)
  746.   end
  747.   object RCLinePopup: TRxPopupMenu
  748.     OnPopup = RCLinePopupPopup
  749.     Style = msOwnerDraw
  750.     ShowCheckMarks = False
  751.     OnGetItemParams = RCLinePopupGetItemParams
  752.     Left = 613
  753.     Top = 308
  754.     object pmSave: TMenuItem
  755.       Caption = 'Save'
  756.       OnClick = BtnSaveClick
  757.     end
  758.     object pmAbandon: TMenuItem
  759.       Caption = 'Abandon'
  760.       OnClick = BtnAbandonClick
  761.     end
  762.     object N1: TMenuItem
  763.       Caption = '-'
  764.     end
  765.     object pmFull: TMenuItem
  766.       Caption = 'Full'
  767.       OnClick = BtnFullClick
  768.     end
  769.     object pmDiscount: TMenuItem
  770.       Caption = 'Discount'
  771.       OnClick = BtnDiscountClick
  772.     end
  773.     object pmUndo: TMenuItem
  774.       Caption = 'Undo'
  775.       OnClick = BtnUndoClick
  776.     end
  777.     object pmAuto: TMenuItem
  778.       Caption = 'Auto'
  779.       OnClick = BtnAutoClick
  780.     end
  781.     object pmUndoAll: TMenuItem
  782.       Caption = 'Undo All'
  783.       OnClick = BtnUndoAllClick
  784.     end
  785.     object N3: TMenuItem
  786.       Caption = '-'
  787.     end
  788.     object pmChangeGridColour: TMenuItem
  789.       Caption = 'Change Grid Colour'
  790.       OnClick = pmChangeGridColourClick
  791.     end
  792.   end
  793.   object qyTempTrans: TwwQuery
  794.     DatabaseName = 'EmpireBuilder'
  795.     RequestLive = True
  796.     SQL.Strings = (
  797.       'SELECT Trans.TRANSNO, Trans.ACCREF, Trans.TRANSTYPE,'
  798.       '         Trans.TRANSDATE, Trans.INVREF, Trans.DETAILS,'
  799.       '         Trans.NETVALUE, Trans.VATVALUE, Trans.TOTAL,'
  800.       '         Trans.PAYMENT, Trans.BALANCE, Trans.QUERY,'
  801.       '         Trans."MODULE", Trans.QUERYMEMO, Trans.TRANLINK'
  802.       '    FROM Trans'
  803.       '   WHERE (((Trans.ACCREF =:Accref)'
  804.       '     AND (Trans.TRANSTYPE <> '#39'DISCOUNT'#39')'
  805.       '     AND (Trans.PAYMENT < Trans.TOTAL)'
  806.       '     AND (Trans."MODULE" =:Module)))')
  807.     Params.Data = {
  808.       01000200064163637265660001020030000000064D6F64756C65000102003000
  809.       0000}
  810.     ValidateWithMask = True
  811.     Left = 496
  812.     Top = 254
  813.     object qyTempTransTRANSNO: TFloatField
  814.       FieldName = 'TRANSNO'
  815.       Origin = '"Trans.DBF".TRANSNO'
  816.     end
  817.     object qyTempTransACCREF: TStringField
  818.       FieldName = 'ACCREF'
  819.       Origin = '"Trans.DBF".ACCREF'
  820.       Size = 10
  821.     end
  822.     object qyTempTransTRANSTYPE: TStringField
  823.       FieldName = 'TRANSTYPE'
  824.       Origin = '"Trans.DBF".TRANSTYPE'
  825.       Size = 8
  826.     end
  827.     object qyTempTransTRANSDATE: TDateField
  828.       FieldName = 'TRANSDATE'
  829.       Origin = '"Trans.DBF".TRANSDATE'
  830.     end
  831.     object qyTempTransINVREF: TStringField
  832.       FieldName = 'INVREF'
  833.       Origin = '"Trans.DBF".INVREF'
  834.       Size = 10
  835.     end
  836.     object qyTempTransDETAILS: TStringField
  837.       FieldName = 'DETAILS'
  838.       Origin = '"Trans.DBF".DETAILS'
  839.       Size = 30
  840.     end
  841.     object qyTempTransNETVALUE: TFloatField
  842.       FieldName = 'NETVALUE'
  843.       Origin = '"Trans.DBF".NETVALUE'
  844.     end
  845.     object qyTempTransVATVALUE: TFloatField
  846.       FieldName = 'VATVALUE'
  847.       Origin = '"Trans.DBF".VATVALUE'
  848.     end
  849.     object qyTempTransTOTAL: TFloatField
  850.       FieldName = 'TOTAL'
  851.       Origin = '"Trans.DBF".TOTAL'
  852.     end
  853.     object qyTempTransPAYMENT: TFloatField
  854.       FieldName = 'PAYMENT'
  855.       Origin = '"Trans.DBF".PAYMENT'
  856.     end
  857.     object qyTempTransBALANCE: TFloatField
  858.       FieldName = 'BALANCE'
  859.       Origin = '"Trans.DBF".BALANCE'
  860.     end
  861.     object qyTempTransQUERY: TBooleanField
  862.       FieldName = 'QUERY'
  863.       Origin = '"Trans.DBF".QUERY'
  864.     end
  865.     object qyTempTransMODULE: TStringField
  866.       FieldName = 'MODULE'
  867.       Origin = '"Trans.DBF".MODULE'
  868.       Size = 1
  869.     end
  870.     object qyTempTransQUERYMEMO: TMemoField
  871.       FieldName = 'QUERYMEMO'
  872.       Origin = '"Trans.DBF".QUERYMEMO'
  873.       BlobType = ftMemo
  874.       Size = 1
  875.     end
  876.     object qyTempTransTRANLINK: TFloatField
  877.       FieldName = 'TRANLINK'
  878.       Origin = '"Trans.DBF".TRANLINK'
  879.     end
  880.   end
  881. end
  882.