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

  1. object fmRefund: TfmRefund
  2.   Left = 58
  3.   Top = 81
  4.   AutoScroll = False
  5.   Caption = 'Refund'
  6.   ClientHeight = 432
  7.   ClientWidth = 698
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poDefaultPosOnly
  15.   Scaled = False
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Panel3: TPanel
  24.     Left = 0
  25.     Top = 49
  26.     Width = 698
  27.     Height = 161
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object Bevel3: TBevel
  31.       Left = 544
  32.       Top = 4
  33.       Width = 149
  34.       Height = 149
  35.       Shape = bsFrame
  36.     end
  37.     object Bevel2: TBevel
  38.       Left = 4
  39.       Top = 4
  40.       Width = 209
  41.       Height = 149
  42.       Shape = bsFrame
  43.     end
  44.     object Bevel1: TBevel
  45.       Left = 216
  46.       Top = 4
  47.       Width = 325
  48.       Height = 149
  49.       Shape = bsFrame
  50.     end
  51.     object Label1: TLabel
  52.       Left = 8
  53.       Top = 16
  54.       Width = 87
  55.       Height = 16
  56.       Caption = 'Bank/Cash Ref'
  57.     end
  58.     object lbCustRef: TLabel
  59.       Left = 8
  60.       Top = 52
  61.       Width = 79
  62.       Height = 16
  63.       Caption = 'Customer Ref'
  64.     end
  65.     object Label3: TLabel
  66.       Left = 8
  67.       Top = 90
  68.       Width = 71
  69.       Height = 16
  70.       Caption = 'Refund Date'
  71.     end
  72.     object Label4: TLabel
  73.       Left = 8
  74.       Top = 128
  75.       Width = 63
  76.       Height = 16
  77.       Caption = 'Refund Ref'
  78.     end
  79.     object Label5: TLabel
  80.       Left = 220
  81.       Top = 16
  82.       Width = 102
  83.       Height = 16
  84.       Caption = 'Bank/Cash Name'
  85.     end
  86.     object lbCustName: TLabel
  87.       Left = 220
  88.       Top = 52
  89.       Width = 94
  90.       Height = 16
  91.       Caption = 'Customer Name'
  92.     end
  93.     object Label7: TLabel
  94.       Left = 220
  95.       Top = 128
  96.       Width = 89
  97.       Height = 16
  98.       Caption = 'Refund Amount'
  99.     end
  100.     object Label8: TLabel
  101.       Left = 220
  102.       Top = 90
  103.       Width = 91
  104.       Height = 16
  105.       Caption = 'Refund Balance'
  106.     end
  107.     object Label10: TLabel
  108.       Left = 552
  109.       Top = 11
  110.       Width = 47
  111.       Height = 16
  112.       Caption = 'Balance'
  113.     end
  114.     object Label11: TLabel
  115.       Left = 552
  116.       Top = 35
  117.       Width = 42
  118.       Height = 16
  119.       Caption = 'Current'
  120.     end
  121.     object Label12: TLabel
  122.       Left = 552
  123.       Top = 59
  124.       Width = 48
  125.       Height = 16
  126.       Caption = '30 Days'
  127.     end
  128.     object Label14: TLabel
  129.       Left = 552
  130.       Top = 107
  131.       Width = 48
  132.       Height = 16
  133.       Caption = '90 Days'
  134.     end
  135.     object Label13: TLabel
  136.       Left = 552
  137.       Top = 83
  138.       Width = 48
  139.       Height = 16
  140.       Caption = '60 Days'
  141.     end
  142.     object Label15: TLabel
  143.       Left = 552
  144.       Top = 131
  145.       Width = 31
  146.       Height = 16
  147.       Caption = 'Older'
  148.     end
  149.     object EPayRef: TEdit
  150.       Left = 100
  151.       Top = 124
  152.       Width = 109
  153.       Height = 24
  154.       HelpContext = 178
  155.       TabOrder = 3
  156.     end
  157.     object ECustName: TEdit
  158.       Left = 332
  159.       Top = 48
  160.       Width = 205
  161.       Height = 24
  162.       TabStop = False
  163.       Ctl3D = True
  164.       ParentColor = True
  165.       ParentCtl3D = False
  166.       ReadOnly = True
  167.       TabOrder = 5
  168.     end
  169.     object DBEPaymentBal: TCurrencyEdit
  170.       Left = 332
  171.       Top = 86
  172.       Width = 80
  173.       Height = 22
  174.       HelpContext = 489
  175.       TabStop = False
  176.       AutoSize = False
  177.       Ctl3D = True
  178.       DisplayFormat = '0.00;-0.00'
  179.       Font.Charset = ANSI_CHARSET
  180.       Font.Color = clWindowText
  181.       Font.Height = -13
  182.       Font.Name = 'Arial'
  183.       Font.Style = []
  184.       ParentColor = True
  185.       ParentCtl3D = False
  186.       ParentFont = False
  187.       ReadOnly = True
  188.       TabOrder = 6
  189.       OnChange = DBEPaymentBalChange
  190.     end
  191.     object DBEPaymentAmount: TRxCalcEdit
  192.       Left = 332
  193.       Top = 124
  194.       Width = 100
  195.       Height = 24
  196.       HelpContext = 205
  197.       AutoSize = False
  198.       ClickKey = 16451
  199.       DisplayFormat = '0.00'
  200.       NumGlyphs = 2
  201.       TabOrder = 4
  202.       OnEnter = DBEPaymentAmountEnter
  203.       OnExit = DBEPaymentAmountExit
  204.     end
  205.     object DBCBBankCashAcc: TwwDBLookupCombo
  206.       Left = 100
  207.       Top = 12
  208.       Width = 109
  209.       Height = 24
  210.       HelpContext = 203
  211.       DropDownAlignment = taLeftJustify
  212.       Selected.Strings = (
  213.         'NOMACC'#9'10'#9'Bank Ref.'
  214.         'NOMNAME'#9'30'#9'Name')
  215.       LookupTable = taCashBank
  216.       LookupField = 'NOMACC'
  217.       TabOrder = 0
  218.       AutoDropDown = False
  219.       ShowButton = True
  220.       AllowClearKey = False
  221.     end
  222.     object EBankName: TwwDBEdit
  223.       Left = 332
  224.       Top = 12
  225.       Width = 205
  226.       Height = 24
  227.       TabStop = False
  228.       Ctl3D = True
  229.       DataField = 'NOMNAME'
  230.       DataSource = dsCashBank
  231.       ParentColor = True
  232.       ParentCtl3D = False
  233.       ReadOnly = True
  234.       TabOrder = 7
  235.       UnboundDataType = wwDefault
  236.       WantReturns = False
  237.       WordWrap = False
  238.     end
  239.     object DBCDlgDate: TDateEdit
  240.       Left = 100
  241.       Top = 86
  242.       Width = 100
  243.       Height = 24
  244.       HelpContext = 180
  245.       ClickKey = 16452
  246.       NumGlyphs = 2
  247.       CalendarStyle = csDialog
  248.       YearDigits = dyFour
  249.       TabOrder = 2
  250.       OnButtonClick = DBCDlgDateButtonClick
  251.       OnEnter = DBCDlgDateEnter
  252.       OnExit = DBCDlgDateExit
  253.     end
  254.     object DBCDlgCustRef: TComboEdit
  255.       Left = 100
  256.       Top = 48
  257.       Width = 109
  258.       Height = 24
  259.       HelpContext = 204
  260.       CharCase = ecUpperCase
  261.       ClickKey = 16467
  262.       ButtonWidth = 24
  263.       NumGlyphs = 1
  264.       TabOrder = 1
  265.       OnButtonClick = DBCDlgCustRefButtonClick
  266.       OnEnter = DBCDlgCustRefEnter
  267.       OnExit = DBCDlgCustRefExit
  268.     end
  269.     object DBEBalance: TCurrencyEdit
  270.       Left = 606
  271.       Top = 12
  272.       Width = 80
  273.       Height = 22
  274.       TabStop = False
  275.       AutoSize = False
  276.       DisplayFormat = '0.00'
  277.       ParentColor = True
  278.       ReadOnly = True
  279.       TabOrder = 8
  280.     end
  281.     object DBECurrent: TCurrencyEdit
  282.       Left = 606
  283.       Top = 34
  284.       Width = 80
  285.       Height = 22
  286.       TabStop = False
  287.       AutoSize = False
  288.       DisplayFormat = '0.00'
  289.       ParentColor = True
  290.       ReadOnly = True
  291.       TabOrder = 9
  292.     end
  293.     object DBE30Days: TCurrencyEdit
  294.       Left = 606
  295.       Top = 57
  296.       Width = 80
  297.       Height = 22
  298.       TabStop = False
  299.       AutoSize = False
  300.       DisplayFormat = '0.00'
  301.       ParentColor = True
  302.       ReadOnly = True
  303.       TabOrder = 10
  304.     end
  305.     object DBE60Days: TCurrencyEdit
  306.       Left = 606
  307.       Top = 79
  308.       Width = 80
  309.       Height = 22
  310.       TabStop = False
  311.       AutoSize = False
  312.       DisplayFormat = '0.00'
  313.       ParentColor = True
  314.       ReadOnly = True
  315.       TabOrder = 11
  316.     end
  317.     object DBE90Days: TCurrencyEdit
  318.       Left = 606
  319.       Top = 102
  320.       Width = 80
  321.       Height = 22
  322.       TabStop = False
  323.       AutoSize = False
  324.       DisplayFormat = '0.00'
  325.       ParentColor = True
  326.       ReadOnly = True
  327.       TabOrder = 12
  328.     end
  329.     object DBEOlder: TCurrencyEdit
  330.       Left = 606
  331.       Top = 124
  332.       Width = 80
  333.       Height = 22
  334.       TabStop = False
  335.       AutoSize = False
  336.       DisplayFormat = '0.00'
  337.       ParentColor = True
  338.       ReadOnly = True
  339.       TabOrder = 13
  340.     end
  341.   end
  342.   object Panel5: TPanel
  343.     Left = 0
  344.     Top = 210
  345.     Width = 698
  346.     Height = 222
  347.     Align = alClient
  348.     Caption = 'Panel5'
  349.     TabOrder = 1
  350.     object wwDBGrid1: TwwDBGrid
  351.       Left = 1
  352.       Top = 1
  353.       Width = 696
  354.       Height = 220
  355.       Selected.Strings = (
  356.         'TRANSTYPE'#9'12'#9'Type'
  357.         'TRANSDATE'#9'10'#9'Date'#9'F'
  358.         'INVREF'#9'10'#9'Trans~Reference'#9'F'
  359.         'DETAILS'#9'27'#9'Details'#9'No'
  360.         'TOTAL'#9'10'#9'Total~Paid'#9'No'
  361.         'PAYMENT'#9'10'#9'Refund'#9'No'
  362.         'Balance'#9'10'#9'Balance'#9'Yes')
  363.       TitleColor = clBtnFace
  364.       FixedCols = 0
  365.       ShowHorzScrollBar = True
  366.       EditControlOptions = [ecoSearchOwnerForm, ecoDisableDateTimePicker]
  367.       Align = alClient
  368.       Ctl3D = True
  369.       DataSource = dsTempPayment
  370.       KeyOptions = [dgEnterToTab]
  371.       Options = [dgEditing, dgTitles, dgIndicator, dgTabs, dgConfirmDelete, dgCancelOnExit, dgWordWrap]
  372.       ParentCtl3D = False
  373.       TabOrder = 0
  374.       TitleAlignment = taCenter
  375.       TitleFont.Charset = ANSI_CHARSET
  376.       TitleFont.Color = clWindowText
  377.       TitleFont.Height = -13
  378.       TitleFont.Name = 'Arial'
  379.       TitleFont.Style = []
  380.       TitleLines = 2
  381.       TitleButtons = True
  382.       UseTFields = False
  383.       OnCalcCellColors = wwDBGrid1CalcCellColors
  384.       OnCalcTitleAttributes = wwDBGrid1CalcTitleAttributes
  385.       OnEnter = wwDBGrid1Enter
  386.       OnExit = wwDBGrid1Exit
  387.       OnKeyDown = wwDBGrid1KeyDown
  388.       IndicatorColor = icBlack
  389.       OnTopRowChanged = wwDBGrid1TopRowChanged
  390.     end
  391.   end
  392.   object SpeedBar: TSpeedBar
  393.     Left = 0
  394.     Top = 0
  395.     Width = 698
  396.     Height = 49
  397.     Font.Charset = ANSI_CHARSET
  398.     Font.Color = clWindowText
  399.     Font.Height = -12
  400.     Font.Name = 'MS Sans Serif'
  401.     Font.Style = []
  402.     Options = [sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  403.     BtnOffsetHorz = 3
  404.     BtnOffsetVert = 3
  405.     BtnWidth = 75
  406.     BtnHeight = 43
  407.     TabOrder = 2
  408.     InternalVer = 1
  409.     object SpeedbarSection1: TSpeedbarSection
  410.       Caption = 'Payment'
  411.     end
  412.     object BtnSave: TSpeedItem
  413.       BtnCaption = '&Save'
  414.       Caption = 'Save the refund'
  415.       Enabled = False
  416.       Hint = 'Save the refund|'
  417.       Spacing = 1
  418.       Left = 3
  419.       Top = 3
  420.       Visible = True
  421.       OnClick = BtnSaveClick
  422.       SectionName = 'Payment'
  423.     end
  424.     object BtnAbandon: TSpeedItem
  425.       BtnCaption = '&Abandon'
  426.       Caption = 'Abandon the refund'
  427.       Enabled = False
  428.       Hint = 'Abandon the refund|'
  429.       Spacing = 1
  430.       Left = 78
  431.       Top = 3
  432.       Visible = True
  433.       OnClick = BtnAbandonClick
  434.       SectionName = 'Payment'
  435.     end
  436.     object BtnFull: TSpeedItem
  437.       BtnCaption = '&Full'
  438.       Caption = 'Fully refund this transaction'
  439.       Enabled = False
  440.       Hint = 'Fully refund this transaction|'
  441.       Spacing = 1
  442.       Left = 153
  443.       Top = 3
  444.       Visible = True
  445.       OnClick = BtnFullClick
  446.       SectionName = 'Payment'
  447.     end
  448.     object BtnUndo: TSpeedItem
  449.       BtnCaption = '&Undo'
  450.       Caption = 'Undo the refund on this transaction'
  451.       Enabled = False
  452.       Hint = 'Undo the refund on this transaction|'
  453.       Spacing = 1
  454.       Left = 228
  455.       Top = 3
  456.       Visible = True
  457.       OnClick = BtnUndoClick
  458.       SectionName = 'Payment'
  459.     end
  460.     object BtnAuto: TSpeedItem
  461.       BtnCaption = 'Au&to'
  462.       Caption = 'Refund transactions automatically'
  463.       Enabled = False
  464.       Hint = 'Refund transactions automatically|'
  465.       Spacing = 1
  466.       Left = 303
  467.       Top = 3
  468.       Visible = True
  469.       OnClick = BtnAutoClick
  470.       SectionName = 'Payment'
  471.     end
  472.     object BtnUndoAll: TSpeedItem
  473.       BtnCaption = 'U&ndo All'
  474.       Caption = 'Undo refunds on all transactions'
  475.       Enabled = False
  476.       Hint = 'Undo refunds on all transactions|'
  477.       Spacing = 1
  478.       Left = 378
  479.       Top = 3
  480.       Visible = True
  481.       OnClick = BtnUndoAllClick
  482.       SectionName = 'Payment'
  483.     end
  484.     object BtnCheque: TSpeedItem
  485.       BtnCaption = 'Cheque'
  486.       Caption = 'Write Cheque'
  487.       Hint = 'Write Cheque|'
  488.       Spacing = 1
  489.       Left = 453
  490.       Top = 3
  491.       OnClick = BtnChequeClick
  492.       SectionName = 'Payment'
  493.     end
  494.     object BtnClose: TSpeedItem
  495.       BtnCaption = '&Close'
  496.       Caption = 'Close the refund window'
  497.       Hint = 'Close the refund window|'
  498.       Spacing = 1
  499.       Left = 528
  500.       Top = 3
  501.       Visible = True
  502.       OnClick = BtnCloseClick
  503.       SectionName = 'Payment'
  504.     end
  505.     object btnHelp: TSpeedItem
  506.       BtnCaption = '&Help'
  507.       Caption = 'View full help on this window'
  508.       Glyph.Data = {
  509.         F6000000424DF600000000000000760000002800000010000000100000000100
  510.         0400000000008000000000000000000000001000000010000000000000000000
  511.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  512.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  513.         888888888E6648888888888888E6688888888888888888888888888888446888
  514.         8888888886664888888888888E664888888888888E6664888888888888E66648
  515.         88888888888E6664888888844888E6664888886664888E66488888E666444666
  516.         4888888E6666666668888888EE6666668888888888EEEEE88888}
  517.       Hint = 'View full help on this window|'
  518.       Spacing = 1
  519.       Left = 453
  520.       Top = 3
  521.       Visible = True
  522.       OnClick = btnHelpClick
  523.       SectionName = 'Payment'
  524.     end
  525.   end
  526.   object dsTempPayment: TwwDataSource
  527.     DataSet = taTempPayment
  528.     Left = 148
  529.     Top = 335
  530.   end
  531.   object taTempPayment: TwwTable
  532.     BeforeScroll = taTempPaymentBeforeScroll
  533.     AfterScroll = taTempPaymentAfterScroll
  534.     OnCalcFields = taTempPaymentCalcFields
  535.     SyncSQLByRange = True
  536.     NarrowSearch = False
  537.     ValidateWithMask = True
  538.     Left = 142
  539.     Top = 271
  540.     object taTempPaymentTRANSNO: TFloatField
  541.       FieldName = 'TRANSNO'
  542.       Visible = False
  543.     end
  544.     object taTempPaymentTRANSTYPE: TStringField
  545.       DisplayLabel = 'Type'
  546.       DisplayWidth = 12
  547.       FieldName = 'TRANSTYPE'
  548.       Size = 8
  549.     end
  550.     object taTempPaymentTRANSDATE: TDateField
  551.       FieldName = 'TRANSDATE'
  552.     end
  553.     object taTempPaymentINVREF: TStringField
  554.       DisplayLabel = 'Invoice~Refrence'
  555.       DisplayWidth = 12
  556.       FieldName = 'INVREF'
  557.       Size = 10
  558.     end
  559.     object taTempPaymentDETAILS: TStringField
  560.       DisplayLabel = 'Details'
  561.       DisplayWidth = 28
  562.       FieldName = 'DETAILS'
  563.       Size = 30
  564.     end
  565.     object taTempPaymentTOTAL: TFloatField
  566.       DisplayLabel = 'Total'
  567.       DisplayWidth = 10
  568.       FieldName = 'TOTAL'
  569.       DisplayFormat = '0.00'
  570.     end
  571.     object taTempPaymentPAYMENT: TFloatField
  572.       DisplayLabel = 'Payment'
  573.       DisplayWidth = 10
  574.       FieldName = 'PAYMENT'
  575.       DisplayFormat = '0.00'
  576.     end
  577.     object taTempPaymentONQUERY: TBooleanField
  578.       FieldName = 'ONQUERY'
  579.       Visible = False
  580.     end
  581.     object taTempPaymentBalance: TFloatField
  582.       DisplayWidth = 10
  583.       FieldName = 'Balance'
  584.       DisplayFormat = '0.00'
  585.       Calculated = True
  586.     end
  587.   end
  588.   object taTempTrans: TwwTable
  589.     DatabaseName = 'EmpireBuilder'
  590.     IndexName = 'TRANSNO'
  591.     TableName = 'Trans.DBF'
  592.     SyncSQLByRange = True
  593.     NarrowSearch = False
  594.     ValidateWithMask = True
  595.     Left = 308
  596.     Top = 270
  597.     object taTempTransTRANSNO: TFloatField
  598.       FieldName = 'TRANSNO'
  599.     end
  600.     object taTempTransACCREF: TStringField
  601.       FieldName = 'ACCREF'
  602.       Size = 10
  603.     end
  604.     object taTempTransTRANSTYPE: TStringField
  605.       FieldName = 'TRANSTYPE'
  606.       Size = 8
  607.     end
  608.     object taTempTransTRANSDATE: TDateField
  609.       FieldName = 'TRANSDATE'
  610.     end
  611.     object taTempTransINVREF: TStringField
  612.       FieldName = 'INVREF'
  613.       Size = 10
  614.     end
  615.     object taTempTransDETAILS: TStringField
  616.       FieldName = 'DETAILS'
  617.       Size = 30
  618.     end
  619.     object taTempTransNETVALUE: TFloatField
  620.       DisplayLabel = 'Nett'
  621.       DisplayWidth = 10
  622.       FieldName = 'NETVALUE'
  623.       DisplayFormat = '0.00'
  624.       Precision = 2
  625.     end
  626.     object taTempTransVATVALUE: TFloatField
  627.       DisplayLabel = 'VAT'
  628.       DisplayWidth = 10
  629.       FieldName = 'VATVALUE'
  630.       DisplayFormat = '0.00'
  631.       Precision = 2
  632.     end
  633.     object taTempTransTOTAL: TFloatField
  634.       DisplayLabel = 'Total'
  635.       DisplayWidth = 10
  636.       FieldName = 'TOTAL'
  637.       DisplayFormat = '0.00'
  638.       Precision = 2
  639.     end
  640.     object taTempTransPAYMENT: TFloatField
  641.       FieldName = 'PAYMENT'
  642.     end
  643.     object taTempTransBALANCE: TFloatField
  644.       DisplayLabel = 'Balance'
  645.       DisplayWidth = 10
  646.       FieldName = 'BALANCE'
  647.       DisplayFormat = '0.00'
  648.       Precision = 2
  649.     end
  650.     object taTempTransQUERY: TBooleanField
  651.       FieldName = 'QUERY'
  652.     end
  653.     object taTempTransMODULE: TStringField
  654.       FieldName = 'MODULE'
  655.       Size = 1
  656.     end
  657.     object taTempTransQUERYMEMO: TMemoField
  658.       FieldName = 'QUERYMEMO'
  659.       BlobType = ftMemo
  660.       Size = 1
  661.     end
  662.     object taTempTransREFUND: TFloatField
  663.       FieldName = 'REFUND'
  664.     end
  665.   end
  666.   object taCashBank: TwwTable
  667.     SyncSQLByRange = True
  668.     NarrowSearch = False
  669.     ValidateWithMask = True
  670.     Left = 28
  671.     Top = 278
  672.   end
  673.   object dsCashBank: TwwDataSource
  674.     DataSet = taCashBank
  675.     Left = 28
  676.     Top = 342
  677.   end
  678.   object Sizer1: TSizer
  679.     Enabled = True
  680.     ExceptionAction = eaIgnoreControl
  681.     GridColumnSizing = gcSizeAllColumns
  682.     GridRowSizing = grSizeByDefaults
  683.     MinimumSize = True
  684.     NavigateOnEnter = True
  685.     OverrideParentFont = True
  686.     PerformAssertions = True
  687.     ShowAssertionFailures = False
  688.     StretchFonts = True
  689.     StretchImages = True
  690.     StretchOnResize = True
  691.     ThreadProcessing = True
  692.     Left = 496
  693.     Top = 157
  694.     ScreenWidth = (
  695.       800)
  696.     ScreenHeight = (
  697.       600)
  698.     OriginalFormWidth = (
  699.       706)
  700.     OriginalFormHeight = (
  701.       459)
  702.     OriginalFormLeft = (
  703.       58)
  704.     OriginalFormTop = (
  705.       81)
  706.     OriginalFormPPI = (
  707.       120)
  708.     OriginalClientWidth = (
  709.       698)
  710.     OriginalClientHeight = (
  711.       432)
  712.   end
  713. end
  714.