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

  1. object fmPrintTrans: TfmPrintTrans
  2.   Left = 227
  3.   Top = 131
  4.   Width = 409
  5.   Height = 388
  6.   Caption = 'Print Transactions'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object pnlCust: TPanel
  21.     Left = 0
  22.     Top = 69
  23.     Width = 401
  24.     Height = 69
  25.     Align = alTop
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 1
  29.     object lblStartCust: TLabel
  30.       Left = 12
  31.       Top = 12
  32.       Width = 115
  33.       Height = 16
  34.       Caption = 'Start Customer Ref.'
  35.     end
  36.     object lblFinCust: TLabel
  37.       Left = 12
  38.       Top = 44
  39.       Width = 122
  40.       Height = 16
  41.       Caption = 'Finish Customer Ref.'
  42.     end
  43.     object rxcbeStartCust: TComboEdit
  44.       Left = 182
  45.       Top = 5
  46.       Width = 120
  47.       Height = 24
  48.       Hint = 'Press F1 for help'
  49.       HelpContext = 451
  50.       CharCase = ecUpperCase
  51.       ButtonWidth = 24
  52.       MaxLength = 10
  53.       NumGlyphs = 1
  54.       ParentShowHint = False
  55.       ShowHint = True
  56.       TabOrder = 0
  57.       OnButtonClick = rxcbeStartCustButtonClick
  58.       OnEnter = rxcbeStartCustEnter
  59.       OnExit = rxcbeStartCustExit
  60.     end
  61.     object rxcbeFinCust: TComboEdit
  62.       Left = 182
  63.       Top = 37
  64.       Width = 120
  65.       Height = 24
  66.       Hint = 'Press F1 for help'
  67.       HelpContext = 452
  68.       CharCase = ecUpperCase
  69.       ButtonWidth = 24
  70.       MaxLength = 10
  71.       NumGlyphs = 1
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       TabOrder = 1
  75.       OnButtonClick = rxcbeFinCustButtonClick
  76.       OnEnter = rxcbeFinCustEnter
  77.       OnExit = rxcbeFinCustExit
  78.     end
  79.   end
  80.   object pnlDate: TPanel
  81.     Left = 0
  82.     Top = 138
  83.     Width = 401
  84.     Height = 69
  85.     Align = alTop
  86.     BevelInner = bvRaised
  87.     BevelOuter = bvLowered
  88.     TabOrder = 2
  89.     object lblStartDate: TLabel
  90.       Left = 12
  91.       Top = 12
  92.       Width = 59
  93.       Height = 16
  94.       Caption = 'Start Date'
  95.     end
  96.     object lblFinDate: TLabel
  97.       Left = 12
  98.       Top = 44
  99.       Width = 66
  100.       Height = 16
  101.       Caption = 'Finish Date'
  102.     end
  103.     object rxdcbeStartDate: TDateEdit
  104.       Left = 182
  105.       Top = 4
  106.       Width = 100
  107.       Height = 24
  108.       Hint = 'Press F1 for help'
  109.       HelpContext = 453
  110.       NumGlyphs = 2
  111.       ParentShowHint = False
  112.       ShowHint = True
  113.       CalendarStyle = csDialog
  114.       Weekends = [Sun, Sat]
  115.       YearDigits = dyFour
  116.       TabOrder = 0
  117.     end
  118.     object rxdcbeFinDate: TDateEdit
  119.       Left = 182
  120.       Top = 36
  121.       Width = 100
  122.       Height = 24
  123.       Hint = 'Press F1 for help'
  124.       HelpContext = 454
  125.       NumGlyphs = 2
  126.       ParentShowHint = False
  127.       ShowHint = True
  128.       CalendarStyle = csDialog
  129.       Weekends = [Sun, Sat]
  130.       YearDigits = dyFour
  131.       TabOrder = 1
  132.     end
  133.   end
  134.   object pnlButtons: TPanel
  135.     Left = 0
  136.     Top = 318
  137.     Width = 401
  138.     Height = 43
  139.     Align = alBottom
  140.     BevelInner = bvRaised
  141.     BevelOuter = bvLowered
  142.     TabOrder = 5
  143.     object btnPrint: TButton
  144.       Left = 8
  145.       Top = 8
  146.       Width = 75
  147.       Height = 30
  148.       Hint = 'Print specified transaction documents'
  149.       Caption = '&Print'
  150.       ParentShowHint = False
  151.       ShowHint = True
  152.       TabOrder = 0
  153.       OnClick = btnPrintClick
  154.     end
  155.     object btnCancel: TButton
  156.       Left = 242
  157.       Top = 8
  158.       Width = 75
  159.       Height = 30
  160.       Caption = '&Cancel'
  161.       ParentShowHint = False
  162.       ShowHint = True
  163.       TabOrder = 3
  164.       OnClick = btnCancelClick
  165.     end
  166.     object BtnPreview: TButton
  167.       Left = 86
  168.       Top = 8
  169.       Width = 75
  170.       Height = 30
  171.       Hint = 'Preview a document on screen'
  172.       Caption = 'P&review'
  173.       ParentShowHint = False
  174.       ShowHint = False
  175.       TabOrder = 1
  176.       OnClick = BtnPreviewClick
  177.     end
  178.     object BtnEmail: TButton
  179.       Left = 164
  180.       Top = 8
  181.       Width = 75
  182.       Height = 30
  183.       Hint = 'Email a document'
  184.       Caption = '&Email'
  185.       ParentShowHint = False
  186.       ShowHint = True
  187.       TabOrder = 2
  188.       OnClick = BtnEmailClick
  189.     end
  190.     object btnHelp: TButton
  191.       Left = 320
  192.       Top = 8
  193.       Width = 75
  194.       Height = 30
  195.       Caption = '&Help'
  196.       ParentShowHint = False
  197.       ShowHint = True
  198.       TabOrder = 4
  199.       OnClick = btnHelpClick
  200.     end
  201.   end
  202.   object pnlInvNo: TPanel
  203.     Left = 0
  204.     Top = 0
  205.     Width = 401
  206.     Height = 69
  207.     Align = alTop
  208.     BevelInner = bvRaised
  209.     BevelOuter = bvLowered
  210.     TabOrder = 0
  211.     object lblStartNo: TLabel
  212.       Left = 12
  213.       Top = 12
  214.       Width = 116
  215.       Height = 16
  216.       Caption = 'Start Tranaction No.'
  217.     end
  218.     object lblFinNo: TLabel
  219.       Left = 12
  220.       Top = 44
  221.       Width = 130
  222.       Height = 16
  223.       Caption = 'Finish Transaction No.'
  224.     end
  225.     object rxcbeStartNo: TComboEdit
  226.       Left = 182
  227.       Top = 5
  228.       Width = 100
  229.       Height = 24
  230.       Hint = 'Press F1 for help'
  231.       HelpContext = 449
  232.       CharCase = ecUpperCase
  233.       ButtonWidth = 24
  234.       MaxLength = 10
  235.       NumGlyphs = 1
  236.       ParentShowHint = False
  237.       ShowHint = True
  238.       TabOrder = 0
  239.       OnButtonClick = rxcbeStartNoButtonClick
  240.       OnEnter = rxcbeStartNoEnter
  241.       OnExit = rxcbeStartNoExit
  242.     end
  243.     object rxcbeFinNo: TComboEdit
  244.       Left = 182
  245.       Top = 37
  246.       Width = 100
  247.       Height = 24
  248.       Hint = 'Press F1 for help'
  249.       HelpContext = 450
  250.       CharCase = ecUpperCase
  251.       ButtonWidth = 24
  252.       MaxLength = 10
  253.       NumGlyphs = 1
  254.       ParentShowHint = False
  255.       ShowHint = True
  256.       TabOrder = 1
  257.       OnButtonClick = rxcbeFinNoButtonClick
  258.       OnEnter = rxcbeFinNoEnter
  259.       OnExit = rxcbeFinNoExit
  260.     end
  261.   end
  262.   object pnlThisTrans: TPanel
  263.     Left = 0
  264.     Top = 207
  265.     Width = 401
  266.     Height = 62
  267.     Align = alTop
  268.     BevelInner = bvRaised
  269.     BevelOuter = bvLowered
  270.     TabOrder = 3
  271.     object cbCurrent: TCheckBox
  272.       Left = 12
  273.       Top = 8
  274.       Width = 184
  275.       Height = 17
  276.       Hint = 'Press F1 for help'
  277.       HelpContext = 455
  278.       Alignment = taLeftJustify
  279.       Caption = 'Current Transaction Only'
  280.       ParentShowHint = False
  281.       ShowHint = True
  282.       TabOrder = 0
  283.       OnClick = cbCurrentClick
  284.     end
  285.     object cbIgnore: TCheckBox
  286.       Left = 12
  287.       Top = 36
  288.       Width = 184
  289.       Height = 17
  290.       Hint = 'Press F1 for help'
  291.       HelpContext = 456
  292.       Alignment = taLeftJustify
  293.       Caption = 'Ignore Printed Trans.'
  294.       ParentShowHint = False
  295.       ShowHint = True
  296.       State = cbChecked
  297.       TabOrder = 1
  298.     end
  299.   end
  300.   object pnlDoc: TPanel
  301.     Left = 0
  302.     Top = 269
  303.     Width = 401
  304.     Height = 49
  305.     Align = alClient
  306.     BevelInner = bvRaised
  307.     BevelOuter = bvLowered
  308.     TabOrder = 4
  309.     object Label1: TLabel
  310.       Left = 16
  311.       Top = 16
  312.       Width = 102
  313.       Height = 16
  314.       Caption = 'Document Layout'
  315.     end
  316.     object cbDocName: TComboBox
  317.       Left = 183
  318.       Top = 12
  319.       Width = 208
  320.       Height = 24
  321.       Hint = 'Press F1 for help'
  322.       HelpContext = 457
  323.       ItemHeight = 16
  324.       ParentShowHint = False
  325.       ShowHint = True
  326.       TabOrder = 0
  327.     end
  328.   end
  329.   object ipdsUDD: TwwDataSource
  330.     DataSet = iptblUDD
  331.     Left = 320
  332.     Top = 4
  333.   end
  334.   object iptblUDD: TwwTable
  335.     DatabaseName = 'MainEB'
  336.     TableName = 'Udd.DBF'
  337.     SyncSQLByRange = False
  338.     NarrowSearch = False
  339.     ValidateWithMask = True
  340.     Left = 320
  341.     Top = 36
  342.     object iptblUDDDOC_TYPE: TSmallintField
  343.       FieldName = 'DOC_TYPE'
  344.     end
  345.     object iptblUDDITEM_NAME: TStringField
  346.       FieldName = 'ITEM_NAME'
  347.       Size = 30
  348.     end
  349.     object iptblUDDITEM_OWNER: TStringField
  350.       FieldName = 'ITEM_OWNER'
  351.       Size = 6
  352.     end
  353.     object iptblUDDCAN_OPEN: TBooleanField
  354.       FieldName = 'CAN_OPEN'
  355.     end
  356.     object iptblUDDCAN_SAVE: TBooleanField
  357.       FieldName = 'CAN_SAVE'
  358.     end
  359.     object iptblUDDCAN_DELETE: TBooleanField
  360.       FieldName = 'CAN_DELETE'
  361.     end
  362.     object iptblUDDCREATED_DT: TStringField
  363.       FieldName = 'CREATED_DT'
  364.       Size = 15
  365.     end
  366.     object iptblUDDCREATED_BY: TStringField
  367.       FieldName = 'CREATED_BY'
  368.       Size = 6
  369.     end
  370.     object iptblUDDUPDATED_DT: TStringField
  371.       FieldName = 'UPDATED_DT'
  372.       Size = 15
  373.     end
  374.     object iptblUDDUPDATED_BY: TStringField
  375.       FieldName = 'UPDATED_BY'
  376.       Size = 6
  377.     end
  378.     object iptblUDDREP_NAME: TStringField
  379.       FieldName = 'REP_NAME'
  380.       Size = 40
  381.     end
  382.   end
  383.   object Sizer1: TSizer
  384.     Enabled = True
  385.     ExceptionAction = eaIgnoreControl
  386.     GridColumnSizing = gcSizeAllColumns
  387.     GridRowSizing = grSizeByDefaults
  388.     MinimumSize = True
  389.     NavigateOnEnter = True
  390.     OverrideParentFont = True
  391.     PerformAssertions = True
  392.     ShowAssertionFailures = False
  393.     StretchFonts = True
  394.     StretchImages = True
  395.     StretchOnResize = True
  396.     ThreadProcessing = False
  397.     Left = 320
  398.     Top = 76
  399.     ScreenWidth = (
  400.       800)
  401.     ScreenHeight = (
  402.       600)
  403.     OriginalFormWidth = (
  404.       409)
  405.     OriginalFormHeight = (
  406.       388)
  407.     OriginalFormLeft = (
  408.       227)
  409.     OriginalFormTop = (
  410.       131)
  411.     OriginalFormPPI = (
  412.       120)
  413.     OriginalClientWidth = (
  414.       401)
  415.     OriginalClientHeight = (
  416.       361)
  417.   end
  418.   object taMainInvoice: TwwQuery
  419.     DatabaseName = 'EmpireBuilder'
  420.     SQL.Strings = (
  421.       'select * from invoice'
  422.       'where (INVNO >= :STINVNO) and (INVNO <= :FININVNO) and'
  423.       '            ((ACREF >= :STACC) and (ACREF <= :FINACC) or'
  424.       '           (ACREF = '#39#39')) and (INVDATE >= :STADATE) and'
  425.       '           (INVDATE <= :FINDATE)'
  426.       '           ')
  427.     Params.Data = {
  428.       01000600075354494E564E4F000304000000000000000846494E494E564E4F00
  429.       0608000000000000000000000005535441434300010200300000000646494E41
  430.       434300010200300000000753544144415445000B080000002C845D40CB420000
  431.       0746494E44415445000B080000002C845D40CB420000}
  432.     ValidateWithMask = True
  433.     Left = 320
  434.     Top = 118
  435.     object taMainInvoiceINVNO: TFloatField
  436.       FieldName = 'INVNO'
  437.       Origin = '"invoice.DBF".INVNO'
  438.     end
  439.     object taMainInvoiceINVTYPE: TStringField
  440.       FieldName = 'INVTYPE'
  441.       Origin = '"invoice.DBF".INVTYPE'
  442.       Size = 11
  443.     end
  444.     object taMainInvoicePAYTYPE: TStringField
  445.       FieldName = 'PAYTYPE'
  446.       Origin = '"invoice.DBF".PAYTYPE'
  447.       Size = 8
  448.     end
  449.     object taMainInvoiceBANK: TStringField
  450.       FieldName = 'BANK'
  451.       Origin = '"invoice.DBF".BANK'
  452.       Size = 10
  453.     end
  454.     object taMainInvoicePAYAMOUNT: TFloatField
  455.       FieldName = 'PAYAMOUNT'
  456.       Origin = '"invoice.DBF".PAYAMOUNT'
  457.     end
  458.     object taMainInvoiceINVDATE: TDateField
  459.       FieldName = 'INVDATE'
  460.       Origin = '"invoice.DBF".INVDATE'
  461.     end
  462.     object taMainInvoiceACREF: TStringField
  463.       FieldName = 'ACREF'
  464.       Origin = '"invoice.DBF".ACREF'
  465.       Size = 10
  466.     end
  467.     object taMainInvoiceNAME: TStringField
  468.       FieldName = 'NAME'
  469.       Origin = '"invoice.DBF".NAME'
  470.       Size = 30
  471.     end
  472.     object taMainInvoiceADDRESS1: TStringField
  473.       FieldName = 'ADDRESS1'
  474.       Origin = '"invoice.DBF".ADDRESS1'
  475.       Size = 30
  476.     end
  477.     object taMainInvoiceADDRESS2: TStringField
  478.       FieldName = 'ADDRESS2'
  479.       Origin = '"invoice.DBF".ADDRESS2'
  480.       Size = 30
  481.     end
  482.     object taMainInvoiceADDRESS3: TStringField
  483.       FieldName = 'ADDRESS3'
  484.       Origin = '"invoice.DBF".ADDRESS3'
  485.       Size = 30
  486.     end
  487.     object taMainInvoiceADDRESS4: TStringField
  488.       FieldName = 'ADDRESS4'
  489.       Origin = '"invoice.DBF".ADDRESS4'
  490.       Size = 30
  491.     end
  492.     object taMainInvoiceTELNO: TStringField
  493.       FieldName = 'TELNO'
  494.       Origin = '"invoice.DBF".TELNO'
  495.       Size = 15
  496.     end
  497.     object taMainInvoiceDELNAME: TStringField
  498.       FieldName = 'DELNAME'
  499.       Origin = '"invoice.DBF".DELNAME'
  500.       Size = 30
  501.     end
  502.     object taMainInvoiceDELADD1: TStringField
  503.       FieldName = 'DELADD1'
  504.       Origin = '"invoice.DBF".DELADD1'
  505.       Size = 30
  506.     end
  507.     object taMainInvoiceDELADD2: TStringField
  508.       FieldName = 'DELADD2'
  509.       Origin = '"invoice.DBF".DELADD2'
  510.       Size = 30
  511.     end
  512.     object taMainInvoiceDELADD3: TStringField
  513.       FieldName = 'DELADD3'
  514.       Origin = '"invoice.DBF".DELADD3'
  515.       Size = 30
  516.     end
  517.     object taMainInvoiceDELADD4: TStringField
  518.       FieldName = 'DELADD4'
  519.       Origin = '"invoice.DBF".DELADD4'
  520.       Size = 30
  521.     end
  522.     object taMainInvoiceDELTELNO: TStringField
  523.       FieldName = 'DELTELNO'
  524.       Origin = '"invoice.DBF".DELTELNO'
  525.       Size = 15
  526.     end
  527.     object taMainInvoiceCORDER: TStringField
  528.       FieldName = 'CORDER'
  529.       Origin = '"invoice.DBF".CORDER'
  530.       Size = 15
  531.     end
  532.     object taMainInvoiceNOTES: TMemoField
  533.       FieldName = 'NOTES'
  534.       Origin = '"invoice.DBF".NOTES'
  535.       BlobType = ftMemo
  536.       Size = 1
  537.     end
  538.     object taMainInvoiceSETTDAYS: TSmallintField
  539.       FieldName = 'SETTDAYS'
  540.       Origin = '"invoice.DBF".SETTDAYS'
  541.     end
  542.     object taMainInvoiceSETTDISC: TFloatField
  543.       FieldName = 'SETTDISC'
  544.       Origin = '"invoice.DBF".SETTDISC'
  545.     end
  546.     object taMainInvoiceITEMSNETT: TFloatField
  547.       FieldName = 'ITEMSNETT'
  548.       Origin = '"invoice.DBF".ITEMSNETT'
  549.     end
  550.     object taMainInvoiceITEMSDISC: TFloatField
  551.       FieldName = 'ITEMSDISC'
  552.       Origin = '"invoice.DBF".ITEMSDISC'
  553.     end
  554.     object taMainInvoiceITEMSSUB: TFloatField
  555.       FieldName = 'ITEMSSUB'
  556.       Origin = '"invoice.DBF".ITEMSSUB'
  557.     end
  558.     object taMainInvoiceITEMSTAX: TFloatField
  559.       FieldName = 'ITEMSTAX'
  560.       Origin = '"invoice.DBF".ITEMSTAX'
  561.     end
  562.     object taMainInvoiceITEMSTOTAL: TFloatField
  563.       FieldName = 'ITEMSTOTAL'
  564.       Origin = '"invoice.DBF".ITEMSTOTAL'
  565.     end
  566.     object taMainInvoiceCARRIAGE: TFloatField
  567.       FieldName = 'CARRIAGE'
  568.       Origin = '"invoice.DBF".CARRIAGE'
  569.     end
  570.     object taMainInvoiceCARTAXCODE: TStringField
  571.       FieldName = 'CARTAXCODE'
  572.       Origin = '"invoice.DBF".CARTAXCODE'
  573.       Size = 1
  574.     end
  575.     object taMainInvoiceCARTAX: TFloatField
  576.       FieldName = 'CARTAX'
  577.       Origin = '"invoice.DBF".CARTAX'
  578.     end
  579.     object taMainInvoiceCARNOMINAL: TStringField
  580.       FieldName = 'CARNOMINAL'
  581.       Origin = '"invoice.DBF".CARNOMINAL'
  582.       Size = 10
  583.     end
  584.     object taMainInvoiceCARGROSS: TFloatField
  585.       FieldName = 'CARGROSS'
  586.       Origin = '"invoice.DBF".CARGROSS'
  587.     end
  588.     object taMainInvoiceTOTALNETT: TFloatField
  589.       FieldName = 'TOTALNETT'
  590.       Origin = '"invoice.DBF".TOTALNETT'
  591.     end
  592.     object taMainInvoiceTOTALDISC: TFloatField
  593.       FieldName = 'TOTALDISC'
  594.       Origin = '"invoice.DBF".TOTALDISC'
  595.     end
  596.     object taMainInvoiceTOTALSUB: TFloatField
  597.       FieldName = 'TOTALSUB'
  598.       Origin = '"invoice.DBF".TOTALSUB'
  599.     end
  600.     object taMainInvoiceTOTALTAX: TFloatField
  601.       FieldName = 'TOTALTAX'
  602.       Origin = '"invoice.DBF".TOTALTAX'
  603.     end
  604.     object taMainInvoiceINVTOTAL: TFloatField
  605.       FieldName = 'INVTOTAL'
  606.       Origin = '"invoice.DBF".INVTOTAL'
  607.     end
  608.     object taMainInvoiceSDTOPAY: TFloatField
  609.       FieldName = 'SDTOPAY'
  610.       Origin = '"invoice.DBF".SDTOPAY'
  611.     end
  612.     object taMainInvoicePOSTED: TBooleanField
  613.       FieldName = 'POSTED'
  614.       Origin = '"invoice.DBF".POSTED'
  615.     end
  616.     object taMainInvoicePRINTED: TBooleanField
  617.       FieldName = 'PRINTED'
  618.       Origin = '"invoice.DBF".PRINTED'
  619.     end
  620.     object taMainInvoicePROFIT: TFloatField
  621.       FieldName = 'PROFIT'
  622.       Origin = '"invoice.DBF".PROFIT'
  623.     end
  624.     object taMainInvoiceMARGIN: TFloatField
  625.       FieldName = 'MARGIN'
  626.       Origin = '"invoice.DBF".MARGIN'
  627.     end
  628.     object taMainInvoiceTAG1: TBooleanField
  629.       FieldName = 'TAG1'
  630.       Origin = '"invoice.DBF".TAG1'
  631.     end
  632.     object taMainInvoiceINVFORM: TStringField
  633.       FieldName = 'INVFORM'
  634.       Origin = '"invoice.DBF".INVFORM'
  635.       Size = 1
  636.     end
  637.     object taMainInvoiceTRANSNO: TFloatField
  638.       FieldName = 'TRANSNO'
  639.       Origin = '"invoice.DBF".TRANSNO'
  640.     end
  641.   end
  642.   object pdTrans: TPrintDialog
  643.     Left = 310
  644.     Top = 168
  645.   end
  646. end
  647.