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

  1. object fmZoomCustDetails: TfmZoomCustDetails
  2.   Left = 219
  3.   Top = 104
  4.   Width = 559
  5.   Height = 447
  6.   HelpContext = 105
  7.   Caption = 'Customer Transaction Details'
  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.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 377
  22.     Width = 551
  23.     Height = 43
  24.     Align = alBottom
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object BtnDEDist: TButton
  29.       Left = 4
  30.       Top = 8
  31.       Width = 75
  32.       Height = 30
  33.       Hint = 'Zoom-in to transaction double entry distribution'
  34.       Caption = '&Distribution'
  35.       ParentShowHint = False
  36.       ShowHint = True
  37.       TabOrder = 0
  38.       OnClick = BtnDEDistClick
  39.     end
  40.     object BtnPayAlloc: TButton
  41.       Left = 82
  42.       Top = 8
  43.       Width = 75
  44.       Height = 30
  45.       Hint = 'View the transaction'#39's payment allocations'
  46.       Caption = '&Payment'
  47.       ParentShowHint = False
  48.       ShowHint = True
  49.       TabOrder = 1
  50.       OnClick = BtnPayAllocClick
  51.     end
  52.     object BtnDoc: TButton
  53.       Left = 160
  54.       Top = 8
  55.       Width = 75
  56.       Height = 30
  57.       Hint = 'View transaction'#39's original document'
  58.       Caption = 'D&ocument'
  59.       ParentShowHint = False
  60.       ShowHint = True
  61.       TabOrder = 2
  62.       OnClick = BtnDocClick
  63.     end
  64.     object BtnQuery: TButton
  65.       Left = 316
  66.       Top = 8
  67.       Width = 75
  68.       Height = 30
  69.       Hint = 'View transaction'#39's query notes'
  70.       Caption = '&Query'
  71.       ParentShowHint = False
  72.       ShowHint = True
  73.       TabOrder = 3
  74.       OnClick = BtnQueryClick
  75.     end
  76.     object BtnClose: TButton
  77.       Left = 394
  78.       Top = 8
  79.       Width = 75
  80.       Height = 30
  81.       Caption = '&Close'
  82.       ParentShowHint = False
  83.       ShowHint = True
  84.       TabOrder = 4
  85.       OnClick = BtnCloseClick
  86.     end
  87.     object BtnVAT: TButton
  88.       Left = 238
  89.       Top = 8
  90.       Width = 75
  91.       Height = 30
  92.       Hint = 'Zoom-in to transaction'#39's VAT breakdown'
  93.       Caption = '&VAT'
  94.       ParentShowHint = False
  95.       ShowHint = True
  96.       TabOrder = 5
  97.       OnClick = BtnVATClick
  98.     end
  99.     object btnHelp: TButton
  100.       Left = 472
  101.       Top = 8
  102.       Width = 75
  103.       Height = 30
  104.       Caption = '&Help'
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       TabOrder = 6
  108.       OnClick = btnHelpClick
  109.     end
  110.   end
  111.   object Panel2: TPanel
  112.     Left = 0
  113.     Top = 0
  114.     Width = 551
  115.     Height = 377
  116.     Align = alClient
  117.     BevelInner = bvRaised
  118.     BevelOuter = bvLowered
  119.     TabOrder = 1
  120.     object Label1: TLabel
  121.       Left = 16
  122.       Top = 44
  123.       Width = 99
  124.       Height = 16
  125.       Caption = 'Transaction Type'
  126.     end
  127.     object Label2: TLabel
  128.       Left = 16
  129.       Top = 16
  130.       Width = 91
  131.       Height = 16
  132.       Caption = 'Transaction No.'
  133.     end
  134.     object lblCustRef: TLabel
  135.       Left = 16
  136.       Top = 72
  137.       Width = 83
  138.       Height = 16
  139.       Caption = 'Customer Ref.'
  140.     end
  141.     object lblCustName: TLabel
  142.       Left = 16
  143.       Top = 100
  144.       Width = 94
  145.       Height = 16
  146.       Caption = 'Customer Name'
  147.     end
  148.     object Label5: TLabel
  149.       Left = 16
  150.       Top = 128
  151.       Width = 27
  152.       Height = 16
  153.       Caption = 'Date'
  154.     end
  155.     object Label6: TLabel
  156.       Left = 16
  157.       Top = 156
  158.       Width = 58
  159.       Height = 16
  160.       Caption = 'Reference'
  161.     end
  162.     object Label7: TLabel
  163.       Left = 16
  164.       Top = 184
  165.       Width = 40
  166.       Height = 16
  167.       Caption = 'Details'
  168.     end
  169.     object Label8: TLabel
  170.       Left = 16
  171.       Top = 212
  172.       Width = 69
  173.       Height = 16
  174.       Caption = 'Net Amount'
  175.     end
  176.     object Label9: TLabel
  177.       Left = 16
  178.       Top = 240
  179.       Width = 74
  180.       Height = 16
  181.       Caption = 'VAT Amount'
  182.     end
  183.     object Label10: TLabel
  184.       Left = 16
  185.       Top = 268
  186.       Width = 77
  187.       Height = 16
  188.       Caption = 'Total Amount'
  189.     end
  190.     object Label11: TLabel
  191.       Left = 16
  192.       Top = 296
  193.       Width = 75
  194.       Height = 16
  195.       Caption = 'Amount Paid'
  196.     end
  197.     object Label12: TLabel
  198.       Left = 16
  199.       Top = 324
  200.       Width = 123
  201.       Height = 16
  202.       Caption = 'Amount Outstanding '
  203.     end
  204.     object Label13: TLabel
  205.       Left = 16
  206.       Top = 352
  207.       Width = 92
  208.       Height = 16
  209.       Caption = 'Payment Terms'
  210.     end
  211.     object Label14: TLabel
  212.       Left = 226
  213.       Top = 348
  214.       Width = 30
  215.       Height = 16
  216.       Caption = 'Days'
  217.     end
  218.     object lbQuery: TLabel
  219.       Left = 465
  220.       Top = 8
  221.       Width = 71
  222.       Height = 20
  223.       Caption = 'On Query'
  224.       Color = clRed
  225.       Font.Charset = DEFAULT_CHARSET
  226.       Font.Color = clWhite
  227.       Font.Height = -17
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = []
  230.       ParentColor = False
  231.       ParentFont = False
  232.       Visible = False
  233.     end
  234.     object wwDBEdit1: TwwDBEdit
  235.       Left = 182
  236.       Top = 8
  237.       Width = 100
  238.       Height = 24
  239.       DataField = 'TRANSNO'
  240.       DataSource = dsTrans
  241.       ParentColor = True
  242.       ReadOnly = True
  243.       TabOrder = 0
  244.       UnboundDataType = wwDefault
  245.       WantReturns = False
  246.       WordWrap = False
  247.     end
  248.     object wwDBEdit2: TwwDBEdit
  249.       Left = 182
  250.       Top = 36
  251.       Width = 120
  252.       Height = 24
  253.       DataField = 'TRANSTYPE'
  254.       DataSource = dsTrans
  255.       ParentColor = True
  256.       ReadOnly = True
  257.       TabOrder = 1
  258.       UnboundDataType = wwDefault
  259.       WantReturns = False
  260.       WordWrap = False
  261.     end
  262.     object wwDBEdit3: TwwDBEdit
  263.       Left = 182
  264.       Top = 64
  265.       Width = 120
  266.       Height = 24
  267.       DataField = 'ACCREF'
  268.       DataSource = dsTrans
  269.       ParentColor = True
  270.       ReadOnly = True
  271.       TabOrder = 2
  272.       UnboundDataType = wwDefault
  273.       WantReturns = False
  274.       WordWrap = False
  275.     end
  276.     object ipdbeName: TwwDBEdit
  277.       Left = 182
  278.       Top = 92
  279.       Width = 250
  280.       Height = 24
  281.       DataSource = dsTrans
  282.       ParentColor = True
  283.       ReadOnly = True
  284.       TabOrder = 3
  285.       UnboundDataType = wwDefault
  286.       WantReturns = False
  287.       WordWrap = False
  288.     end
  289.     object wwDBEdit5: TwwDBEdit
  290.       Left = 182
  291.       Top = 120
  292.       Width = 100
  293.       Height = 24
  294.       DataField = 'TRANSDATE'
  295.       DataSource = dsTrans
  296.       ParentColor = True
  297.       ReadOnly = True
  298.       TabOrder = 4
  299.       UnboundDataType = wwDefault
  300.       WantReturns = False
  301.       WordWrap = False
  302.     end
  303.     object wwDBEdit6: TwwDBEdit
  304.       Left = 182
  305.       Top = 148
  306.       Width = 120
  307.       Height = 24
  308.       DataField = 'INVREF'
  309.       DataSource = dsTrans
  310.       ParentColor = True
  311.       ReadOnly = True
  312.       TabOrder = 5
  313.       UnboundDataType = wwDefault
  314.       WantReturns = False
  315.       WordWrap = False
  316.     end
  317.     object wwDBEdit7: TwwDBEdit
  318.       Left = 182
  319.       Top = 176
  320.       Width = 250
  321.       Height = 24
  322.       DataField = 'DETAILS'
  323.       DataSource = dsTrans
  324.       ParentColor = True
  325.       ReadOnly = True
  326.       TabOrder = 6
  327.       UnboundDataType = wwDefault
  328.       WantReturns = False
  329.       WordWrap = False
  330.     end
  331.     object wwDBEdit8: TwwDBEdit
  332.       Left = 182
  333.       Top = 204
  334.       Width = 100
  335.       Height = 24
  336.       DataField = 'NETVALUE'
  337.       DataSource = dsTrans
  338.       ParentColor = True
  339.       ReadOnly = True
  340.       TabOrder = 7
  341.       UnboundDataType = wwDefault
  342.       WantReturns = False
  343.       WordWrap = False
  344.     end
  345.     object wwDBEdit9: TwwDBEdit
  346.       Left = 182
  347.       Top = 232
  348.       Width = 100
  349.       Height = 24
  350.       DataField = 'VATVALUE'
  351.       DataSource = dsTrans
  352.       ParentColor = True
  353.       ReadOnly = True
  354.       TabOrder = 8
  355.       UnboundDataType = wwDefault
  356.       WantReturns = False
  357.       WordWrap = False
  358.     end
  359.     object wwDBEdit10: TwwDBEdit
  360.       Left = 182
  361.       Top = 260
  362.       Width = 100
  363.       Height = 24
  364.       DataField = 'TOTAL'
  365.       DataSource = dsTrans
  366.       ParentColor = True
  367.       ReadOnly = True
  368.       TabOrder = 9
  369.       UnboundDataType = wwDefault
  370.       WantReturns = False
  371.       WordWrap = False
  372.     end
  373.     object wwDBEdit11: TwwDBEdit
  374.       Left = 182
  375.       Top = 288
  376.       Width = 100
  377.       Height = 24
  378.       DataField = 'PAYMENT'
  379.       DataSource = dsTrans
  380.       ParentColor = True
  381.       ReadOnly = True
  382.       TabOrder = 10
  383.       UnboundDataType = wwDefault
  384.       WantReturns = False
  385.       WordWrap = False
  386.     end
  387.     object wwDBEdit13: TwwDBEdit
  388.       Left = 182
  389.       Top = 344
  390.       Width = 40
  391.       Height = 24
  392.       DataField = 'TERMS'
  393.       DataSource = dsTrans
  394.       ParentColor = True
  395.       ReadOnly = True
  396.       TabOrder = 11
  397.       UnboundDataType = wwDefault
  398.       WantReturns = False
  399.       WordWrap = False
  400.     end
  401.     object CEAmOut: TCurrencyEdit
  402.       Left = 182
  403.       Top = 316
  404.       Width = 100
  405.       Height = 24
  406.       AutoSize = False
  407.       DisplayFormat = '0.00'
  408.       ParentColor = True
  409.       TabOrder = 12
  410.     end
  411.   end
  412.   object dsTrans: TwwDataSource
  413.     DataSet = taTrans
  414.     Left = 486
  415.     Top = 142
  416.   end
  417.   object taTrans: TwwTable
  418.     DatabaseName = 'EmpireBuilder'
  419.     IndexName = 'TRANSNO'
  420.     TableName = 'Trans.DBF'
  421.     SyncSQLByRange = False
  422.     NarrowSearch = False
  423.     ValidateWithMask = True
  424.     Left = 486
  425.     Top = 114
  426.     object taTransACCREF: TStringField
  427.       FieldName = 'ACCREF'
  428.       Size = 10
  429.     end
  430.     object taTransCUSTNAME: TStringField
  431.       FieldName = 'CUSTNAME'
  432.       LookupDataSet = DM1.taCustomer
  433.       LookupKeyFields = 'ACCREF'
  434.       LookupResultField = 'NAME'
  435.       KeyFields = 'ACCREF'
  436.       Size = 30
  437.       Lookup = True
  438.     end
  439.     object taTransTRANSNO: TFloatField
  440.       FieldName = 'TRANSNO'
  441.     end
  442.     object taTransTRANSTYPE: TStringField
  443.       FieldName = 'TRANSTYPE'
  444.       Size = 8
  445.     end
  446.     object taTransTRANSDATE: TDateField
  447.       FieldName = 'TRANSDATE'
  448.     end
  449.     object taTransINVREF: TStringField
  450.       FieldName = 'INVREF'
  451.       Size = 10
  452.     end
  453.     object taTransDETAILS: TStringField
  454.       FieldName = 'DETAILS'
  455.       Size = 30
  456.     end
  457.     object taTransNETVALUE: TFloatField
  458.       FieldName = 'NETVALUE'
  459.       DisplayFormat = '0.00'
  460.     end
  461.     object taTransVATVALUE: TFloatField
  462.       FieldName = 'VATVALUE'
  463.       DisplayFormat = '0.00'
  464.     end
  465.     object taTransTOTAL: TFloatField
  466.       FieldName = 'TOTAL'
  467.       DisplayFormat = '0.00'
  468.     end
  469.     object taTransPAYMENT: TFloatField
  470.       FieldName = 'PAYMENT'
  471.       DisplayFormat = '0.00'
  472.     end
  473.     object taTransBALANCE: TFloatField
  474.       FieldName = 'BALANCE'
  475.     end
  476.     object taTransQUERY: TBooleanField
  477.       FieldName = 'QUERY'
  478.     end
  479.     object taTransMODULE: TStringField
  480.       FieldName = 'MODULE'
  481.       Size = 1
  482.     end
  483.     object taTransQUERYMEMO: TMemoField
  484.       FieldName = 'QUERYMEMO'
  485.       BlobType = ftMemo
  486.       Size = 1
  487.     end
  488.     object taTransTRANLINK: TFloatField
  489.       FieldName = 'TRANLINK'
  490.     end
  491.     object taTransTERMS: TSmallintField
  492.       FieldName = 'TERMS'
  493.     end
  494.     object taTransSUPPNAME: TStringField
  495.       FieldName = 'SUPPNAME'
  496.       LookupDataSet = DM1.taSupplier
  497.       LookupKeyFields = 'ACCREF'
  498.       LookupResultField = 'NAME'
  499.       KeyFields = 'ACCREF'
  500.       Size = 40
  501.       Lookup = True
  502.     end
  503.   end
  504.   object Sizer1: TSizer
  505.     Enabled = True
  506.     ExceptionAction = eaIgnoreControl
  507.     GridColumnSizing = gcSizeAllColumns
  508.     GridRowSizing = grSizeByDefaults
  509.     MinimumSize = True
  510.     NavigateOnEnter = False
  511.     OverrideParentFont = True
  512.     PerformAssertions = True
  513.     ShowAssertionFailures = False
  514.     StretchFonts = True
  515.     StretchImages = True
  516.     StretchOnResize = True
  517.     ThreadProcessing = False
  518.     Left = 490
  519.     Top = 167
  520.     ScreenWidth = (
  521.       800)
  522.     ScreenHeight = (
  523.       600)
  524.     OriginalFormWidth = (
  525.       559)
  526.     OriginalFormHeight = (
  527.       447)
  528.     OriginalFormLeft = (
  529.       219)
  530.     OriginalFormTop = (
  531.       104)
  532.     OriginalFormPPI = (
  533.       120)
  534.     OriginalClientWidth = (
  535.       551)
  536.     OriginalClientHeight = (
  537.       420)
  538.   end
  539. end
  540.