home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMBATCHSUMMARY / TFRMBATCHSUMMARY.txt < prev   
Encoding:
Text File  |  2004-09-23  |  19.2 KB  |  913 lines

  1. object frmBatchSummary: TfrmBatchSummary
  2.   Left = 568
  3.   Top = 471
  4.   BorderStyle = bsDialog
  5.   Caption = 'Batch Summary'
  6.   ClientHeight = 221
  7.   ClientWidth = 429
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 14
  24.     Top = 7
  25.     Width = 45
  26.     Height = 13
  27.     Cursor = crHandPoint
  28.     Caption = 'Batch ID:'
  29.     OnClick = Label1Click
  30.   end
  31.   object Label2: TLabel
  32.     Left = 14
  33.     Top = 56
  34.     Width = 36
  35.     Height = 13
  36.     Caption = 'Auction'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 142
  40.     Top = 56
  41.     Width = 33
  42.     Height = 13
  43.     Caption = 'Posted'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 197
  47.     Top = 45
  48.     Width = 33
  49.     Height = 13
  50.     Caption = 'Posted'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 256
  54.     Top = 56
  55.     Width = 27
  56.     Height = 13
  57.     Caption = 'Errors'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 307
  61.     Top = 56
  62.     Width = 30
  63.     Height = 13
  64.     Caption = 'Total'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label7: TLabel
  73.     Left = 195
  74.     Top = 56
  75.     Width = 40
  76.     Height = 13
  77.     Caption = 'No Fees'
  78.   end
  79.   object imgPosted: TImage
  80.     Left = 149
  81.     Top = 29
  82.     Width = 18
  83.     Height = 19
  84.     Cursor = crHandPoint
  85.     Picture.Data = {<image000.ico>}
  86.     OnClick = imgPostedClick
  87.   end
  88.   object imgPostNoFee: TImage
  89.     Left = 210
  90.     Top = 29
  91.     Width = 15
  92.     Height = 19
  93.     Cursor = crHandPoint
  94.     Picture.Data = {<image001.ico>}
  95.     OnClick = imgPostNoFeeClick
  96.   end
  97.   object imgError: TImage
  98.     Left = 260
  99.     Top = 29
  100.     Width = 19
  101.     Height = 20
  102.     Cursor = crHandPoint
  103.     Picture.Data = {<image002.ico>}
  104.     OnClick = imgErrorClick
  105.   end
  106.   object Label8: TLabel
  107.     Left = 221
  108.     Top = 163
  109.     Width = 71
  110.     Height = 13
  111.     Caption = 'Batch Total:'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clWindowText
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.   end
  119.   object Label9: TLabel
  120.     Left = 41
  121.     Top = 167
  122.     Width = 148
  123.     Height = 13
  124.     Caption = 'Click grid to filter records.'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.   end
  132.   object Label10: TLabel
  133.     Left = 353
  134.     Top = 54
  135.     Width = 61
  136.     Height = 13
  137.     Caption = 'Total Fees'
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = [fsBold]
  143.     ParentFont = False
  144.   end
  145.   object dbcbBatchID: TwwDBLookupCombo
  146.     Left = 63
  147.     Top = 6
  148.     Width = 170
  149.     Height = 19
  150.     Ctl3D = False
  151.     DropDownAlignment = taLeftJustify
  152.     LookupTable = qryBatchID
  153.     LookupField = 'BatchID'
  154.     ParentCtl3D = False
  155.     TabOrder = 0
  156.     AutoDropDown = False
  157.     ShowButton = True
  158.     AllowClearKey = False
  159.     OnChange = dbcbBatchIDChange
  160.   end
  161.   object edtAuction1: TEdit
  162.     Left = 12
  163.     Top = 71
  164.     Width = 121
  165.     Height = 19
  166.     Cursor = crNo
  167.     TabStop = False
  168.     Ctl3D = False
  169.     ParentCtl3D = False
  170.     ReadOnly = True
  171.     TabOrder = 1
  172.     OnClick = edtAuction1Click
  173.   end
  174.   object edtAuction2: TEdit
  175.     Left = 12
  176.     Top = 89
  177.     Width = 121
  178.     Height = 19
  179.     Cursor = crNo
  180.     TabStop = False
  181.     Ctl3D = False
  182.     ParentCtl3D = False
  183.     ReadOnly = True
  184.     TabOrder = 2
  185.     OnClick = edtAuction2Click
  186.   end
  187.   object edtAuction3: TEdit
  188.     Left = 12
  189.     Top = 107
  190.     Width = 121
  191.     Height = 19
  192.     Cursor = crNo
  193.     TabStop = False
  194.     Ctl3D = False
  195.     ParentCtl3D = False
  196.     ReadOnly = True
  197.     TabOrder = 3
  198.     OnClick = edtAuction3Click
  199.   end
  200.   object edtAuction4: TEdit
  201.     Left = 12
  202.     Top = 125
  203.     Width = 121
  204.     Height = 19
  205.     Cursor = crNo
  206.     TabStop = False
  207.     Ctl3D = False
  208.     ParentCtl3D = False
  209.     ReadOnly = True
  210.     TabOrder = 4
  211.     OnClick = edtAuction4Click
  212.   end
  213.   object edtPosted1: TwwDBEdit
  214.     Left = 132
  215.     Top = 71
  216.     Width = 56
  217.     Height = 19
  218.     Cursor = crNo
  219.     TabStop = False
  220.     Ctl3D = False
  221.     EditAlignment = eaRightAlignEditing
  222.     ParentCtl3D = False
  223.     ReadOnly = True
  224.     TabOrder = 5
  225.     UnboundDataType = wwDefault
  226.     UnboundAlignment = taRightJustify
  227.     WantReturns = False
  228.     WordWrap = False
  229.     OnClick = edtPosted1Click
  230.   end
  231.   object edtPostNoFee1: TwwDBEdit
  232.     Left = 187
  233.     Top = 71
  234.     Width = 56
  235.     Height = 19
  236.     Cursor = crNo
  237.     TabStop = False
  238.     Ctl3D = False
  239.     EditAlignment = eaRightAlignEditing
  240.     ParentCtl3D = False
  241.     ReadOnly = True
  242.     TabOrder = 6
  243.     UnboundDataType = wwDefault
  244.     UnboundAlignment = taRightJustify
  245.     WantReturns = False
  246.     WordWrap = False
  247.     OnClick = edtPostNoFee1Click
  248.   end
  249.   object edtErrors1: TwwDBEdit
  250.     Left = 242
  251.     Top = 71
  252.     Width = 56
  253.     Height = 19
  254.     Cursor = crNo
  255.     TabStop = False
  256.     Ctl3D = False
  257.     EditAlignment = eaRightAlignEditing
  258.     ParentCtl3D = False
  259.     ReadOnly = True
  260.     TabOrder = 7
  261.     UnboundDataType = wwDefault
  262.     UnboundAlignment = taRightJustify
  263.     WantReturns = False
  264.     WordWrap = False
  265.     OnClick = edtErrors1Click
  266.   end
  267.   object edtTotal1: TwwDBEdit
  268.     Left = 297
  269.     Top = 71
  270.     Width = 56
  271.     Height = 19
  272.     Cursor = crNo
  273.     TabStop = False
  274.     Ctl3D = False
  275.     EditAlignment = eaRightAlignEditing
  276.     Enabled = False
  277.     Font.Charset = DEFAULT_CHARSET
  278.     Font.Color = clWindowText
  279.     Font.Height = -11
  280.     Font.Name = 'MS Sans Serif'
  281.     Font.Style = [fsBold]
  282.     ParentCtl3D = False
  283.     ParentFont = False
  284.     ReadOnly = True
  285.     TabOrder = 8
  286.     UnboundDataType = wwDefault
  287.     UnboundAlignment = taRightJustify
  288.     WantReturns = False
  289.     WordWrap = False
  290.   end
  291.   object edtPosted2: TwwDBEdit
  292.     Left = 132
  293.     Top = 89
  294.     Width = 56
  295.     Height = 19
  296.     Cursor = crNo
  297.     TabStop = False
  298.     Ctl3D = False
  299.     EditAlignment = eaRightAlignEditing
  300.     ParentCtl3D = False
  301.     ReadOnly = True
  302.     TabOrder = 9
  303.     UnboundDataType = wwDefault
  304.     UnboundAlignment = taRightJustify
  305.     WantReturns = False
  306.     WordWrap = False
  307.     OnClick = edtPosted2Click
  308.   end
  309.   object edtPostNoFee2: TwwDBEdit
  310.     Left = 187
  311.     Top = 89
  312.     Width = 56
  313.     Height = 19
  314.     Cursor = crNo
  315.     TabStop = False
  316.     Ctl3D = False
  317.     EditAlignment = eaRightAlignEditing
  318.     ParentCtl3D = False
  319.     ReadOnly = True
  320.     TabOrder = 10
  321.     UnboundDataType = wwDefault
  322.     UnboundAlignment = taRightJustify
  323.     WantReturns = False
  324.     WordWrap = False
  325.     OnClick = edtPostNoFee2Click
  326.   end
  327.   object edtErrors2: TwwDBEdit
  328.     Left = 242
  329.     Top = 89
  330.     Width = 56
  331.     Height = 19
  332.     Cursor = crNo
  333.     TabStop = False
  334.     Ctl3D = False
  335.     EditAlignment = eaRightAlignEditing
  336.     ParentCtl3D = False
  337.     ReadOnly = True
  338.     TabOrder = 11
  339.     UnboundDataType = wwDefault
  340.     UnboundAlignment = taRightJustify
  341.     WantReturns = False
  342.     WordWrap = False
  343.     OnClick = edtErrors2Click
  344.   end
  345.   object edtTotal2: TwwDBEdit
  346.     Left = 297
  347.     Top = 89
  348.     Width = 56
  349.     Height = 19
  350.     Cursor = crNo
  351.     TabStop = False
  352.     Ctl3D = False
  353.     EditAlignment = eaRightAlignEditing
  354.     Enabled = False
  355.     Font.Charset = DEFAULT_CHARSET
  356.     Font.Color = clWindowText
  357.     Font.Height = -11
  358.     Font.Name = 'MS Sans Serif'
  359.     Font.Style = [fsBold]
  360.     ParentCtl3D = False
  361.     ParentFont = False
  362.     ReadOnly = True
  363.     TabOrder = 12
  364.     UnboundDataType = wwDefault
  365.     UnboundAlignment = taRightJustify
  366.     WantReturns = False
  367.     WordWrap = False
  368.   end
  369.   object edtPosted3: TwwDBEdit
  370.     Left = 132
  371.     Top = 107
  372.     Width = 56
  373.     Height = 19
  374.     Cursor = crNo
  375.     TabStop = False
  376.     Ctl3D = False
  377.     EditAlignment = eaRightAlignEditing
  378.     ParentCtl3D = False
  379.     ReadOnly = True
  380.     TabOrder = 13
  381.     UnboundDataType = wwDefault
  382.     UnboundAlignment = taRightJustify
  383.     WantReturns = False
  384.     WordWrap = False
  385.     OnClick = edtPosted3Click
  386.   end
  387.   object edtPostNoFee3: TwwDBEdit
  388.     Left = 187
  389.     Top = 107
  390.     Width = 56
  391.     Height = 19
  392.     Cursor = crNo
  393.     TabStop = False
  394.     Ctl3D = False
  395.     EditAlignment = eaRightAlignEditing
  396.     ParentCtl3D = False
  397.     ReadOnly = True
  398.     TabOrder = 14
  399.     UnboundDataType = wwDefault
  400.     UnboundAlignment = taRightJustify
  401.     WantReturns = False
  402.     WordWrap = False
  403.     OnClick = edtPostNoFee3Click
  404.   end
  405.   object edtErrors3: TwwDBEdit
  406.     Left = 242
  407.     Top = 107
  408.     Width = 56
  409.     Height = 19
  410.     Cursor = crNo
  411.     TabStop = False
  412.     Ctl3D = False
  413.     EditAlignment = eaRightAlignEditing
  414.     ParentCtl3D = False
  415.     ReadOnly = True
  416.     TabOrder = 15
  417.     UnboundDataType = wwDefault
  418.     UnboundAlignment = taRightJustify
  419.     WantReturns = False
  420.     WordWrap = False
  421.     OnClick = edtErrors3Click
  422.   end
  423.   object edtTotal3: TwwDBEdit
  424.     Left = 297
  425.     Top = 107
  426.     Width = 56
  427.     Height = 19
  428.     Cursor = crNo
  429.     TabStop = False
  430.     Ctl3D = False
  431.     EditAlignment = eaRightAlignEditing
  432.     Enabled = False
  433.     Font.Charset = DEFAULT_CHARSET
  434.     Font.Color = clWindowText
  435.     Font.Height = -11
  436.     Font.Name = 'MS Sans Serif'
  437.     Font.Style = [fsBold]
  438.     ParentCtl3D = False
  439.     ParentFont = False
  440.     ReadOnly = True
  441.     TabOrder = 16
  442.     UnboundDataType = wwDefault
  443.     UnboundAlignment = taRightJustify
  444.     WantReturns = False
  445.     WordWrap = False
  446.   end
  447.   object edtPosted4: TwwDBEdit
  448.     Left = 132
  449.     Top = 125
  450.     Width = 56
  451.     Height = 19
  452.     Cursor = crNo
  453.     TabStop = False
  454.     Ctl3D = False
  455.     EditAlignment = eaRightAlignEditing
  456.     ParentCtl3D = False
  457.     ReadOnly = True
  458.     TabOrder = 17
  459.     UnboundDataType = wwDefault
  460.     UnboundAlignment = taRightJustify
  461.     WantReturns = False
  462.     WordWrap = False
  463.     OnClick = edtPosted4Click
  464.   end
  465.   object edtPostNoFee4: TwwDBEdit
  466.     Left = 187
  467.     Top = 125
  468.     Width = 56
  469.     Height = 19
  470.     Cursor = crNo
  471.     TabStop = False
  472.     Ctl3D = False
  473.     EditAlignment = eaRightAlignEditing
  474.     ParentCtl3D = False
  475.     ReadOnly = True
  476.     TabOrder = 18
  477.     UnboundDataType = wwDefault
  478.     UnboundAlignment = taRightJustify
  479.     WantReturns = False
  480.     WordWrap = False
  481.     OnClick = edtPostNoFee4Click
  482.   end
  483.   object edtErrors4: TwwDBEdit
  484.     Left = 242
  485.     Top = 125
  486.     Width = 56
  487.     Height = 19
  488.     Cursor = crNo
  489.     TabStop = False
  490.     Ctl3D = False
  491.     EditAlignment = eaRightAlignEditing
  492.     ParentCtl3D = False
  493.     ReadOnly = True
  494.     TabOrder = 19
  495.     UnboundDataType = wwDefault
  496.     UnboundAlignment = taRightJustify
  497.     WantReturns = False
  498.     WordWrap = False
  499.     OnClick = edtErrors4Click
  500.   end
  501.   object edtTotal4: TwwDBEdit
  502.     Left = 297
  503.     Top = 125
  504.     Width = 56
  505.     Height = 19
  506.     Cursor = crNo
  507.     TabStop = False
  508.     Ctl3D = False
  509.     EditAlignment = eaRightAlignEditing
  510.     Enabled = False
  511.     Font.Charset = DEFAULT_CHARSET
  512.     Font.Color = clWindowText
  513.     Font.Height = -11
  514.     Font.Name = 'MS Sans Serif'
  515.     Font.Style = [fsBold]
  516.     ParentCtl3D = False
  517.     ParentFont = False
  518.     ReadOnly = True
  519.     TabOrder = 20
  520.     UnboundDataType = wwDefault
  521.     UnboundAlignment = taRightJustify
  522.     WantReturns = False
  523.     WordWrap = False
  524.   end
  525.   object edtAuctionID1: TEdit
  526.     Left = 2
  527.     Top = 71
  528.     Width = 11
  529.     Height = 19
  530.     TabStop = False
  531.     Color = clRed
  532.     Ctl3D = False
  533.     ParentCtl3D = False
  534.     TabOrder = 21
  535.     Text = 'edtAuctionID1'
  536.     Visible = False
  537.   end
  538.   object edtAuctionID2: TEdit
  539.     Left = 2
  540.     Top = 89
  541.     Width = 11
  542.     Height = 19
  543.     TabStop = False
  544.     Color = clRed
  545.     Ctl3D = False
  546.     ParentCtl3D = False
  547.     TabOrder = 22
  548.     Text = 'edtAuctionID2'
  549.     Visible = False
  550.   end
  551.   object edtAuctionID3: TEdit
  552.     Left = 2
  553.     Top = 107
  554.     Width = 11
  555.     Height = 19
  556.     TabStop = False
  557.     Color = clRed
  558.     Ctl3D = False
  559.     ParentCtl3D = False
  560.     TabOrder = 23
  561.     Text = 'edtAuctionID3'
  562.     Visible = False
  563.   end
  564.   object edtAuctionID4: TEdit
  565.     Left = 2
  566.     Top = 125
  567.     Width = 11
  568.     Height = 19
  569.     TabStop = False
  570.     Color = clRed
  571.     Ctl3D = False
  572.     ParentCtl3D = False
  573.     TabOrder = 24
  574.     Text = 'edtAuctionID4'
  575.     Visible = False
  576.   end
  577.   object edtGrandTotal: TwwDBEdit
  578.     Left = 297
  579.     Top = 159
  580.     Width = 56
  581.     Height = 19
  582.     Cursor = crNo
  583.     TabStop = False
  584.     Ctl3D = False
  585.     EditAlignment = eaRightAlignEditing
  586.     Enabled = False
  587.     Font.Charset = DEFAULT_CHARSET
  588.     Font.Color = clWindowText
  589.     Font.Height = -11
  590.     Font.Name = 'MS Sans Serif'
  591.     Font.Style = [fsBold]
  592.     ParentCtl3D = False
  593.     ParentFont = False
  594.     ReadOnly = True
  595.     TabOrder = 25
  596.     UnboundDataType = wwDefault
  597.     UnboundAlignment = taRightJustify
  598.     WantReturns = False
  599.     WordWrap = False
  600.   end
  601.   object btnPost: TButton
  602.     Left = 34
  603.     Top = 190
  604.     Width = 83
  605.     Height = 25
  606.     Caption = '&Re-Post Batch'
  607.     TabOrder = 26
  608.     OnClick = btnPostClick
  609.   end
  610.   object btnVerify: TButton
  611.     Left = 122
  612.     Top = 190
  613.     Width = 83
  614.     Height = 25
  615.     Caption = '&Verify Batch'
  616.     TabOrder = 27
  617.     OnClick = btnVerifyClick
  618.   end
  619.   object btnClose: TButton
  620.     Left = 298
  621.     Top = 190
  622.     Width = 83
  623.     Height = 25
  624.     Caption = '&Close'
  625.     TabOrder = 28
  626.     OnClick = btnCloseClick
  627.   end
  628.   object edtBatchID: TEdit
  629.     Left = 241
  630.     Top = 4
  631.     Width = 34
  632.     Height = 19
  633.     Color = clRed
  634.     Ctl3D = False
  635.     ParentCtl3D = False
  636.     TabOrder = 29
  637.     Visible = False
  638.   end
  639.   object edtFees1: TwwDBEdit
  640.     Left = 352
  641.     Top = 71
  642.     Width = 68
  643.     Height = 19
  644.     Cursor = crNo
  645.     TabStop = False
  646.     Ctl3D = False
  647.     EditAlignment = eaRightAlignEditing
  648.     Enabled = False
  649.     Font.Charset = DEFAULT_CHARSET
  650.     Font.Color = clRed
  651.     Font.Height = -11
  652.     Font.Name = 'MS Sans Serif'
  653.     Font.Style = [fsBold]
  654.     ParentCtl3D = False
  655.     ParentFont = False
  656.     ReadOnly = True
  657.     TabOrder = 30
  658.     UnboundDataType = wwDefault
  659.     UnboundAlignment = taRightJustify
  660.     WantReturns = False
  661.     WordWrap = False
  662.   end
  663.   object edtFees4: TwwDBEdit
  664.     Left = 352
  665.     Top = 125
  666.     Width = 68
  667.     Height = 19
  668.     Cursor = crNo
  669.     TabStop = False
  670.     Ctl3D = False
  671.     EditAlignment = eaRightAlignEditing
  672.     Enabled = False
  673.     Font.Charset = DEFAULT_CHARSET
  674.     Font.Color = clRed
  675.     Font.Height = -11
  676.     Font.Name = 'MS Sans Serif'
  677.     Font.Style = [fsBold]
  678.     ParentCtl3D = False
  679.     ParentFont = False
  680.     ReadOnly = True
  681.     TabOrder = 31
  682.     UnboundDataType = wwDefault
  683.     UnboundAlignment = taRightJustify
  684.     WantReturns = False
  685.     WordWrap = False
  686.   end
  687.   object edtFees3: TwwDBEdit
  688.     Left = 352
  689.     Top = 107
  690.     Width = 68
  691.     Height = 19
  692.     Cursor = crNo
  693.     TabStop = False
  694.     Ctl3D = False
  695.     EditAlignment = eaRightAlignEditing
  696.     Enabled = False
  697.     Font.Charset = DEFAULT_CHARSET
  698.     Font.Color = clRed
  699.     Font.Height = -11
  700.     Font.Name = 'MS Sans Serif'
  701.     Font.Style = [fsBold]
  702.     ParentCtl3D = False
  703.     ParentFont = False
  704.     ReadOnly = True
  705.     TabOrder = 32
  706.     UnboundDataType = wwDefault
  707.     UnboundAlignment = taRightJustify
  708.     WantReturns = False
  709.     WordWrap = False
  710.   end
  711.   object edtFees2: TwwDBEdit
  712.     Left = 352
  713.     Top = 89
  714.     Width = 68
  715.     Height = 19
  716.     Cursor = crNo
  717.     TabStop = False
  718.     Ctl3D = False
  719.     EditAlignment = eaRightAlignEditing
  720.     Enabled = False
  721.     Font.Charset = DEFAULT_CHARSET
  722.     Font.Color = clRed
  723.     Font.Height = -11
  724.     Font.Name = 'MS Sans Serif'
  725.     Font.Style = [fsBold]
  726.     ParentCtl3D = False
  727.     ParentFont = False
  728.     ReadOnly = True
  729.     TabOrder = 33
  730.     UnboundDataType = wwDefault
  731.     UnboundAlignment = taRightJustify
  732.     WantReturns = False
  733.     WordWrap = False
  734.   end
  735.   object edtAuction5: TEdit
  736.     Left = 12
  737.     Top = 141
  738.     Width = 121
  739.     Height = 19
  740.     Cursor = crNo
  741.     TabStop = False
  742.     Ctl3D = False
  743.     ParentCtl3D = False
  744.     ReadOnly = True
  745.     TabOrder = 34
  746.     OnClick = edtAuction4Click
  747.   end
  748.   object edtPosted5: TwwDBEdit
  749.     Left = 132
  750.     Top = 141
  751.     Width = 56
  752.     Height = 19
  753.     Cursor = crNo
  754.     TabStop = False
  755.     Ctl3D = False
  756.     EditAlignment = eaRightAlignEditing
  757.     ParentCtl3D = False
  758.     ReadOnly = True
  759.     TabOrder = 35
  760.     UnboundDataType = wwDefault
  761.     UnboundAlignment = taRightJustify
  762.     WantReturns = False
  763.     WordWrap = False
  764.     OnClick = edtPosted4Click
  765.   end
  766.   object edtPostNoFee5: TwwDBEdit
  767.     Left = 187
  768.     Top = 141
  769.     Width = 56
  770.     Height = 19
  771.     Cursor = crNo
  772.     TabStop = False
  773.     Ctl3D = False
  774.     EditAlignment = eaRightAlignEditing
  775.     ParentCtl3D = False
  776.     ReadOnly = True
  777.     TabOrder = 36
  778.     UnboundDataType = wwDefault
  779.     UnboundAlignment = taRightJustify
  780.     WantReturns = False
  781.     WordWrap = False
  782.     OnClick = edtPostNoFee4Click
  783.   end
  784.   object edtErrors5: TwwDBEdit
  785.     Left = 242
  786.     Top = 141
  787.     Width = 56
  788.     Height = 19
  789.     Cursor = crNo
  790.     TabStop = False
  791.     Ctl3D = False
  792.     EditAlignment = eaRightAlignEditing
  793.     ParentCtl3D = False
  794.     ReadOnly = True
  795.     TabOrder = 37
  796.     UnboundDataType = wwDefault
  797.     UnboundAlignment = taRightJustify
  798.     WantReturns = False
  799.     WordWrap = False
  800.     OnClick = edtErrors4Click
  801.   end
  802.   object edtTotal5: TwwDBEdit
  803.     Left = 297
  804.     Top = 141
  805.     Width = 56
  806.     Height = 19
  807.     Cursor = crNo
  808.     TabStop = False
  809.     Ctl3D = False
  810.     EditAlignment = eaRightAlignEditing
  811.     Enabled = False
  812.     Font.Charset = DEFAULT_CHARSET
  813.     Font.Color = clWindowText
  814.     Font.Height = -11
  815.     Font.Name = 'MS Sans Serif'
  816.     Font.Style = [fsBold]
  817.     ParentCtl3D = False
  818.     ParentFont = False
  819.     ReadOnly = True
  820.     TabOrder = 38
  821.     UnboundDataType = wwDefault
  822.     UnboundAlignment = taRightJustify
  823.     WantReturns = False
  824.     WordWrap = False
  825.   end
  826.   object edtAuctionID5: TEdit
  827.     Left = 2
  828.     Top = 141
  829.     Width = 11
  830.     Height = 19
  831.     TabStop = False
  832.     Color = clRed
  833.     Ctl3D = False
  834.     ParentCtl3D = False
  835.     TabOrder = 39
  836.     Text = 'edtAuctionID4'
  837.     Visible = False
  838.   end
  839.   object edtFees5: TwwDBEdit
  840.     Left = 352
  841.     Top = 141
  842.     Width = 68
  843.     Height = 19
  844.     Cursor = crNo
  845.     TabStop = False
  846.     Ctl3D = False
  847.     EditAlignment = eaRightAlignEditing
  848.     Enabled = False
  849.     Font.Charset = DEFAULT_CHARSET
  850.     Font.Color = clRed
  851.     Font.Height = -11
  852.     Font.Name = 'MS Sans Serif'
  853.     Font.Style = [fsBold]
  854.     ParentCtl3D = False
  855.     ParentFont = False
  856.     ReadOnly = True
  857.     TabOrder = 40
  858.     UnboundDataType = wwDefault
  859.     UnboundAlignment = taRightJustify
  860.     WantReturns = False
  861.     WordWrap = False
  862.   end
  863.   object qryBatchID: TAdsQuery
  864.     StoreActive = True
  865.     Version = '6.2 (ACE 6.20)'
  866.     ReadAllColumns = False
  867.     SQL.Strings = (
  868.       'SELECT BatchID'
  869.       'FROM Ads'
  870.       'WHERE BatchID is not null'
  871.       'GROUP BY BatchID'
  872.       'ORDER BY BatchID desc')
  873.     Left = 60
  874.     Top = 32
  875.     ParamData = <>
  876.     object qryBatchIDBatchID: TStringField
  877.       FieldName = 'BatchID'
  878.     end
  879.   end
  880.   object qryBatchSummary: TAdsQuery
  881.     StoreActive = True
  882.     Version = '6.2 (ACE 6.20)'
  883.     ReadAllColumns = False
  884.     SQL.Strings = (
  885.       'SELECT A.BatchID,A.AuctionID,B.AuctionName,'
  886.       'A.PostStatus,A.IconIndex,Count(*) RecCount,'
  887.       'SUM(A.ListingFee) Fees'
  888.       'FROM Ads A INNER JOIN Auction B ON A.AuctionID = B.AuctionID'
  889.       'WHERE A.BatchID = :pBatchID'
  890.       
  891.         'GROUP BY A.BatchID,A.AuctionID,B.AuctionName,A.PostStatus,A.Icon' +
  892.         'Index')
  893.     Left = 320
  894.     Top = 5
  895.     ParamData = <
  896.       item
  897.         DataType = ftUnknown
  898.         Name = 'pBatchID'
  899.         ParamType = ptUnknown
  900.       end>
  901.   end
  902.   object dsBatchID: TDataSource
  903.     DataSet = qryBatchID
  904.     Left = 10
  905.     Top = 29
  906.   end
  907.   object dsBatchSummary: TDataSource
  908.     DataSet = qryBatchSummary
  909.     Left = 285
  910.     Top = 4
  911.   end
  912. end
  913.