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

  1. object frmGlobalSearchReplace: TfrmGlobalSearchReplace
  2.   Left = 298
  3.   Top = 217
  4.   BorderStyle = bsDialog
  5.   Caption = 'Global Search and Replace'
  6.   ClientHeight = 340
  7.   ClientWidth = 521
  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.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 192
  24.     Top = 16
  25.     Width = 49
  26.     Height = 13
  27.     Caption = 'Find what:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 192
  31.     Top = 95
  32.     Width = 65
  33.     Height = 13
  34.     Caption = 'Replace with:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 16
  39.     Width = 62
  40.     Height = 13
  41.     Caption = 'Search Field:'
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 192
  45.     Top = 192
  46.     Width = 270
  47.     Height = 57
  48.   end
  49.   object Label5: TLabel
  50.     Left = 192
  51.     Top = 176
  52.     Width = 36
  53.     Height = 13
  54.     Caption = 'Options'
  55.   end
  56.   object Label4: TLabel
  57.     Left = 8
  58.     Top = 176
  59.     Width = 71
  60.     Height = 13
  61.     Caption = 'Limit search to:'
  62.   end
  63.   object memFind: TMemo
  64.     Left = 192
  65.     Top = 32
  66.     Width = 319
  67.     Height = 57
  68.     ScrollBars = ssVertical
  69.     TabOrder = 1
  70.   end
  71.   object memReplace: TMemo
  72.     Left = 192
  73.     Top = 111
  74.     Width = 319
  75.     Height = 57
  76.     ScrollBars = ssVertical
  77.     TabOrder = 2
  78.   end
  79.   object btnReplace: TButton
  80.     Left = 94
  81.     Top = 269
  82.     Width = 127
  83.     Height = 25
  84.     Caption = '&Replace'
  85.     TabOrder = 7
  86.     OnClick = btnReplaceClick
  87.   end
  88.   object rgSelect: TwwRadioGroup
  89.     Left = 15
  90.     Top = 192
  91.     Width = 162
  92.     Height = 69
  93.     ItemIndex = 0
  94.     Frame.Enabled = True
  95.     ShowGroupCaption = False
  96.     Ctl3D = False
  97.     Items.Strings = (
  98.       'Selected Records'
  99.       'Current Folder'
  100.       'Current Folder + Subfolders'
  101.       'All User Folders')
  102.     ParentCtl3D = False
  103.     TabOrder = 3
  104.   end
  105.   object lbFields: TListBox
  106.     Left = 8
  107.     Top = 32
  108.     Width = 177
  109.     Height = 137
  110.     ItemHeight = 13
  111.     Items.Strings = (
  112.       'Ad HTML'
  113.       'Auction Type'
  114.       'Buy It Now'
  115.       'Category'
  116.       'Category2'
  117.       'Duration'
  118.       'Gallery Options'
  119.       'Gallery URL'
  120.       'Include In Proximity Search'
  121.       'Location'
  122.       'Lot Size'
  123.       'Minimum Bid'
  124.       'Package Handling Fee'
  125.       'Payment Instructions'
  126.       'PayPal Email Address'
  127.       'Picture URL'
  128.       'Quantity'
  129.       'Reserve'
  130.       'Seller ZipCode'
  131.       'Shipping Calculated: eBay US'
  132.       'Shipping Calculated: eBay MO'
  133.       'Shipping Flat: eBay US'
  134.       'Shipping Flat: eBay UK'
  135.       'Shipping Flat: eBay AU'
  136.       'Shipping Flat: eBay CA'
  137.       'Shipping Flat: eBay MO'
  138.       'Sub Title'
  139.       'Title'
  140.       'User Defined Text 01'
  141.       'User Defined Text 02'
  142.       'User Defined Text 03'
  143.       'User Defined Text 04'
  144.       'User Defined Text 05'
  145.       'User Defined Text 06'
  146.       'User Defined Text 07'
  147.       'User Defined Text 08'
  148.       'User Defined Text 09'
  149.       'User Defined Text 10'
  150.       'User Defined Memo 01'
  151.       'User Defined Memo 02'
  152.       'User Defined Memo 03'
  153.       'User Defined Memo 04'
  154.       'User Description'
  155.       'UserID'
  156.       'WeightMajor'
  157.       'WeightMinor'
  158.       'Zip')
  159.     TabOrder = 0
  160.     OnClick = lbFieldsClick
  161.   end
  162.   object cbReplaceAll: TCheckBox
  163.     Left = 200
  164.     Top = 197
  165.     Width = 217
  166.     Height = 17
  167.     Caption = 'Replace entire contents of selected field'
  168.     TabOrder = 4
  169.     OnClick = cbReplaceAllClick
  170.   end
  171.   object btnClose: TButton
  172.     Left = 286
  173.     Top = 269
  174.     Width = 127
  175.     Height = 25
  176.     Caption = '&Close'
  177.     TabOrder = 8
  178.     OnClick = btnCloseClick
  179.   end
  180.   object cbCaseSensitive: TCheckBox
  181.     Left = 200
  182.     Top = 213
  183.     Width = 97
  184.     Height = 17
  185.     Caption = 'Case sensitive'
  186.     TabOrder = 5
  187.   end
  188.   object cbIncludeDoNotEdit: TCheckBox
  189.     Left = 200
  190.     Top = 231
  191.     Width = 238
  192.     Height = 17
  193.     Caption = 'Include "Do Not Edit" records'
  194.     TabOrder = 6
  195.   end
  196.   object Panel1: TPanel
  197.     Left = 0
  198.     Top = 299
  199.     Width = 521
  200.     Height = 41
  201.     Align = alBottom
  202.     BevelOuter = bvNone
  203.     BorderStyle = bsSingle
  204.     Ctl3D = False
  205.     ParentCtl3D = False
  206.     TabOrder = 9
  207.     object Label6: TLabel
  208.       Left = 2
  209.       Top = 20
  210.       Width = 90
  211.       Height = 13
  212.       Caption = 'Records searched:'
  213.     end
  214.     object Label7: TLabel
  215.       Left = 202
  216.       Top = 20
  217.       Width = 85
  218.       Height = 13
  219.       Caption = 'Records modified:'
  220.     end
  221.     object ProgressBar1: TProgressBar
  222.       Left = 0
  223.       Top = 0
  224.       Width = 519
  225.       Height = 17
  226.       Align = alTop
  227.       Min = 0
  228.       Max = 100
  229.       TabOrder = 0
  230.     end
  231.     object edtNumSearched: TEdit
  232.       Left = 97
  233.       Top = 20
  234.       Width = 49
  235.       Height = 14
  236.       TabStop = False
  237.       BevelInner = bvNone
  238.       BorderStyle = bsNone
  239.       Color = clBtnFace
  240.       ReadOnly = True
  241.       TabOrder = 1
  242.     end
  243.     object edtNumReplaced: TEdit
  244.       Left = 290
  245.       Top = 20
  246.       Width = 49
  247.       Height = 14
  248.       TabStop = False
  249.       BorderStyle = bsNone
  250.       Color = clBtnFace
  251.       ReadOnly = True
  252.       TabOrder = 2
  253.     end
  254.   end
  255.   object pnlGallery: TPanel
  256.     Left = 192
  257.     Top = 33
  258.     Width = 319
  259.     Height = 137
  260.     BevelOuter = bvLowered
  261.     Ctl3D = True
  262.     ParentCtl3D = False
  263.     TabOrder = 10
  264.     Visible = False
  265.     object Gallery: TCheckBox
  266.       Left = 6
  267.       Top = 45
  268.       Width = 97
  269.       Height = 17
  270.       Caption = 'Gallery'
  271.       TabOrder = 0
  272.       OnClick = GalleryClick
  273.     end
  274.     object GalleryFeatured: TCheckBox
  275.       Left = 6
  276.       Top = 69
  277.       Width = 97
  278.       Height = 17
  279.       Caption = 'Gallery Featured'
  280.       TabOrder = 1
  281.       OnClick = GalleryFeaturedClick
  282.     end
  283.   end
  284.   object pnlShippingFlat: TPanel
  285.     Left = 192
  286.     Top = 32
  287.     Width = 319
  288.     Height = 137
  289.     BevelOuter = bvLowered
  290.     TabOrder = 11
  291.     Visible = False
  292.     object Label21: TLabel
  293.       Left = 8
  294.       Top = 55
  295.       Width = 80
  296.       Height = 13
  297.       Caption = 'Shipping Service'
  298.     end
  299.     object Label47: TLabel
  300.       Left = 181
  301.       Top = 111
  302.       Width = 6
  303.       Height = 13
  304.       Caption = '$'
  305.     end
  306.     object Label46: TLabel
  307.       Left = 181
  308.       Top = 93
  309.       Width = 6
  310.       Height = 13
  311.       Caption = '$'
  312.     end
  313.     object Label45: TLabel
  314.       Left = 181
  315.       Top = 75
  316.       Width = 6
  317.       Height = 13
  318.       Caption = '$'
  319.     end
  320.     object Label20: TLabel
  321.       Left = 185
  322.       Top = 55
  323.       Width = 41
  324.       Height = 13
  325.       Caption = 'Shipping'
  326.     end
  327.     object lblEachAdditionalItem: TLabel
  328.       Left = 243
  329.       Top = 55
  330.       Width = 72
  331.       Height = 13
  332.       Caption = 'Each Addl Item'
  333.     end
  334.     object lblShippingServiceAdditionalCost3: TLabel
  335.       Left = 243
  336.       Top = 111
  337.       Width = 12
  338.       Height = 13
  339.       Caption = '+$'
  340.     end
  341.     object lblShippingServiceAdditionalCost2: TLabel
  342.       Left = 243
  343.       Top = 93
  344.       Width = 12
  345.       Height = 13
  346.       Caption = '+$'
  347.     end
  348.     object lblShippingServiceAdditionalCost1: TLabel
  349.       Left = 243
  350.       Top = 75
  351.       Width = 12
  352.       Height = 13
  353.       Caption = '+$'
  354.     end
  355.     object Label8: TLabel
  356.       Left = 7
  357.       Top = 8
  358.       Width = 229
  359.       Height = 13
  360.       Caption = 'This function will replace ALL of the fields below.'
  361.     end
  362.     object Label9: TLabel
  363.       Left = 8
  364.       Top = 25
  365.       Width = 207
  366.       Height = 13
  367.       Caption = '(Blank entries will replace existing contents.)'
  368.     end
  369.     object ShippingServiceFlat1: TwwDBComboBox
  370.       Left = 3
  371.       Top = 75
  372.       Width = 174
  373.       Height = 21
  374.       HelpType = htKeyword
  375.       HelpKeyword = 'ShippingService'
  376.       ShowButton = True
  377.       Style = csDropDown
  378.       MapList = True
  379.       AllowClearKey = False
  380.       DropDownCount = 12
  381.       DropDownWidth = 150
  382.       ItemHeight = 0
  383.       Items.Strings = (
  384.         'UPS Ground'#9'3'
  385.         'UPS 3rd Day'#9'4'
  386.         'UPS 2nd Day'#9'5'
  387.         'UPS Next Day'#9'6'
  388.         'USPS Priority'#9'7'
  389.         'USPS Parcel'#9'8'
  390.         'USPS Media'#9'9'
  391.         'USPS First Class'#9'10'
  392.         'USPS Express Mail'#9'11'
  393.         'Standard Delivery'#9'1'
  394.         'Expedited Delivery'#9'2'
  395.         'Other'#9'14')
  396.       Sorted = False
  397.       TabOrder = 0
  398.       UnboundDataType = wwDefault
  399.     end
  400.     object ShippingServiceFlat2: TwwDBComboBox
  401.       Left = 3
  402.       Top = 93
  403.       Width = 174
  404.       Height = 21
  405.       HelpType = htKeyword
  406.       HelpKeyword = 'ShippingService'
  407.       ShowButton = True
  408.       Style = csDropDown
  409.       MapList = True
  410.       AllowClearKey = False
  411.       DropDownCount = 12
  412.       DropDownWidth = 150
  413.       ItemHeight = 0
  414.       Items.Strings = (
  415.         'UPS Ground'#9'3'
  416.         'UPS 3rd Day'#9'4'
  417.         'UPS 2nd Day'#9'5'
  418.         'UPS Next Day'#9'6'
  419.         'USPS Priority'#9'7'
  420.         'USPS Parcel'#9'8'
  421.         'USPS Media'#9'9'
  422.         'USPS First Class'#9'10'
  423.         'USPS Express Mail'#9'11'
  424.         'Standard Delivery'#9'1'
  425.         'Expedited Delivery'#9'2'
  426.         'Other'#9'14')
  427.       Sorted = False
  428.       TabOrder = 3
  429.       UnboundDataType = wwDefault
  430.     end
  431.     object ShippingServiceFlat3: TwwDBComboBox
  432.       Left = 3
  433.       Top = 111
  434.       Width = 174
  435.       Height = 21
  436.       HelpType = htKeyword
  437.       HelpKeyword = 'ShippingService'
  438.       ShowButton = True
  439.       Style = csDropDown
  440.       MapList = True
  441.       AllowClearKey = False
  442.       DropDownCount = 12
  443.       DropDownWidth = 150
  444.       ItemHeight = 0
  445.       Items.Strings = (
  446.         'UPS Ground'#9'3'
  447.         'UPS 3rd Day'#9'4'
  448.         'UPS 2nd Day'#9'5'
  449.         'UPS Next Day'#9'6'
  450.         'USPS Priority'#9'7'
  451.         'USPS Parcel'#9'8'
  452.         'USPS Media'#9'9'
  453.         'USPS First Class'#9'10'
  454.         'USPS Express Mail'#9'11'
  455.         'Standard Delivery'#9'1'
  456.         'Expedited Delivery'#9'2'
  457.         'Other'#9'14')
  458.       Sorted = False
  459.       TabOrder = 6
  460.       UnboundDataType = wwDefault
  461.     end
  462.     object ShippingServiceCost3: TwwDBEdit
  463.       Left = 191
  464.       Top = 111
  465.       Width = 43
  466.       Height = 19
  467.       HelpType = htKeyword
  468.       HelpKeyword = 'ShippingServiceCost'
  469.       Ctl3D = False
  470.       EditAlignment = eaRightAlignEditing
  471.       ParentCtl3D = False
  472.       TabOrder = 7
  473.       UnboundDataType = wwDefault
  474.       UnboundAlignment = taRightJustify
  475.       WantReturns = False
  476.       WordWrap = False
  477.       OnExit = ShippingServiceCost3Exit
  478.     end
  479.     object ShippingServiceCost2: TwwDBEdit
  480.       Left = 191
  481.       Top = 93
  482.       Width = 43
  483.       Height = 19
  484.       HelpType = htKeyword
  485.       HelpKeyword = 'ShippingServiceCost'
  486.       Ctl3D = False
  487.       EditAlignment = eaRightAlignEditing
  488.       ParentCtl3D = False
  489.       TabOrder = 4
  490.       UnboundDataType = wwDefault
  491.       UnboundAlignment = taRightJustify
  492.       WantReturns = False
  493.       WordWrap = False
  494.       OnExit = ShippingServiceCost2Exit
  495.     end
  496.     object ShippingServiceCost1: TwwDBEdit
  497.       Left = 191
  498.       Top = 75
  499.       Width = 43
  500.       Height = 19
  501.       HelpType = htKeyword
  502.       HelpKeyword = 'ShippingServiceCost'
  503.       Ctl3D = False
  504.       EditAlignment = eaRightAlignEditing
  505.       ParentCtl3D = False
  506.       TabOrder = 1
  507.       UnboundDataType = wwDefault
  508.       UnboundAlignment = taRightJustify
  509.       WantReturns = False
  510.       WordWrap = False
  511.       OnExit = ShippingServiceCost1Exit
  512.     end
  513.     object ShippingServiceAdditionalCost1: TwwDBEdit
  514.       Left = 262
  515.       Top = 75
  516.       Width = 43
  517.       Height = 19
  518.       HelpType = htKeyword
  519.       HelpKeyword = 'ShippingServiceAdditionalCost'
  520.       Ctl3D = False
  521.       EditAlignment = eaRightAlignEditing
  522.       ParentCtl3D = False
  523.       TabOrder = 2
  524.       UnboundDataType = wwDefault
  525.       WantReturns = False
  526.       WordWrap = False
  527.       OnExit = ShippingServiceAdditionalCost1Exit
  528.     end
  529.     object ShippingServiceAdditionalCost2: TwwDBEdit
  530.       Left = 262
  531.       Top = 93
  532.       Width = 43
  533.       Height = 19
  534.       HelpType = htKeyword
  535.       HelpKeyword = 'ShippingServiceAdditionalCost'
  536.       Ctl3D = False
  537.       EditAlignment = eaRightAlignEditing
  538.       ParentCtl3D = False
  539.       TabOrder = 5
  540.       UnboundDataType = wwDefault
  541.       WantReturns = False
  542.       WordWrap = False
  543.       OnExit = ShippingServiceAdditionalCost2Exit
  544.     end
  545.     object ShippingServiceAdditionalCost3: TwwDBEdit
  546.       Left = 262
  547.       Top = 111
  548.       Width = 43
  549.       Height = 19
  550.       HelpType = htKeyword
  551.       HelpKeyword = 'ShippingServiceAdditionalCost'
  552.       Ctl3D = False
  553.       EditAlignment = eaRightAlignEditing
  554.       ParentCtl3D = False
  555.       TabOrder = 8
  556.       UnboundDataType = wwDefault
  557.       WantReturns = False
  558.       WordWrap = False
  559.       OnExit = ShippingServiceAdditionalCost3Exit
  560.     end
  561.   end
  562.   object pnlShippingCalc: TPanel
  563.     Left = 191
  564.     Top = 32
  565.     Width = 319
  566.     Height = 137
  567.     BevelOuter = bvLowered
  568.     TabOrder = 12
  569.     Visible = False
  570.     object Label40: TLabel
  571.       Left = 3
  572.       Top = 8
  573.       Width = 67
  574.       Height = 13
  575.       Caption = 'Package size:'
  576.     end
  577.     object lblLength: TLabel
  578.       Left = 112
  579.       Top = 119
  580.       Width = 21
  581.       Height = 13
  582.       Caption = 'in. X'
  583.       Visible = False
  584.     end
  585.     object lblWidth: TLabel
  586.       Left = 171
  587.       Top = 119
  588.       Width = 21
  589.       Height = 13
  590.       Caption = 'in. X'
  591.       Visible = False
  592.     end
  593.     object lblDepth: TLabel
  594.       Left = 229
  595.       Top = 121
  596.       Width = 11
  597.       Height = 13
  598.       Caption = 'in.'
  599.       Visible = False
  600.     end
  601.     object Label41: TLabel
  602.       Left = 3
  603.       Top = 62
  604.       Width = 69
  605.       Height = 13
  606.       Caption = 'Shipping Serv.'
  607.     end
  608.     object lblDimensions: TLabel
  609.       Left = 3
  610.       Top = 117
  611.       Width = 57
  612.       Height = 13
  613.       Caption = 'Dimensions:'
  614.       Visible = False
  615.     end
  616.     object Label42: TLabel
  617.       Left = 3
  618.       Top = 43
  619.       Width = 69
  620.       Height = 13
  621.       Caption = 'Seller zip code'
  622.     end
  623.     object Label43: TLabel
  624.       Left = 3
  625.       Top = 25
  626.       Width = 69
  627.       Height = 13
  628.       Caption = 'Pkg && hndl fee'
  629.     end
  630.     object lblDimensions2: TLabel
  631.       Left = 245
  632.       Top = 120
  633.       Width = 65
  634.       Height = 13
  635.       Caption = '(UPS Air only)'
  636.     end
  637.     object ShippingPackage: TwwDBComboBox
  638.       Tag = 11
  639.       Left = 79
  640.       Top = 4
  641.       Width = 196
  642.       Height = 19
  643.       HelpType = htKeyword
  644.       HelpKeyword = 'ShippingPackage'
  645.       ShowButton = True
  646.       Style = csDropDown
  647.       MapList = True
  648.       AllowClearKey = False
  649.       Ctl3D = False
  650.       DropDownCount = 8
  651.       ItemHeight = 0
  652.       Items.Strings = (
  653.         'None'#9'0'
  654.         'Letter'#9'1'
  655.         'Large envelope'#9'2'
  656.         'USPS flat rate envelope'#9'3'
  657.         'Package/thick envelope'#9'4'
  658.         'USPS large package/oversize 1'#9'5'
  659.         'Very large package/oversize 2'#9'6'
  660.         'UPS Letter'#9'7')
  661.       ParentCtl3D = False
  662.       Sorted = False
  663.       TabOrder = 0
  664.       UnboundDataType = wwDefault
  665.       OnChange = ShippingPackageChange
  666.     end
  667.     object PackageLength: TwwDBEdit
  668.       Tag = 11
  669.       Left = 79
  670.       Top = 115
  671.       Width = 33
  672.       Height = 19
  673.       HelpType = htKeyword
  674.       HelpKeyword = 'PackageLength'
  675.       Ctl3D = False
  676.       ParentCtl3D = False
  677.       TabOrder = 6
  678.       UnboundDataType = wwDefault
  679.       Visible = False
  680.       WantReturns = False
  681.       WordWrap = False
  682.     end
  683.     object PackageWidth: TwwDBEdit
  684.       Tag = 11
  685.       Left = 136
  686.       Top = 115
  687.       Width = 33
  688.       Height = 19
  689.       HelpType = htKeyword
  690.       HelpKeyword = 'PackageWidth'
  691.       Ctl3D = False
  692.       ParentCtl3D = False
  693.       TabOrder = 7
  694.       UnboundDataType = wwDefault
  695.       Visible = False
  696.       WantReturns = False
  697.       WordWrap = False
  698.     end
  699.     object PackageDepth: TwwDBEdit
  700.       Tag = 11
  701.       Left = 194
  702.       Top = 115
  703.       Width = 33
  704.       Height = 19
  705.       HelpType = htKeyword
  706.       HelpKeyword = 'PackageDepth'
  707.       Ctl3D = False
  708.       ParentCtl3D = False
  709.       TabOrder = 8
  710.       UnboundDataType = wwDefault
  711.       Visible = False
  712.       WantReturns = False
  713.       WordWrap = False
  714.     end
  715.     object ShippingService1: TwwDBComboBox
  716.       Left = 79
  717.       Top = 58
  718.       Width = 108
  719.       Height = 19
  720.       HelpType = htKeyword
  721.       HelpKeyword = 'ShippingService'
  722.       ShowButton = True
  723.       Style = csDropDown
  724.       MapList = True
  725.       AllowClearKey = False
  726.       Ctl3D = False
  727.       DropDownCount = 12
  728.       ItemHeight = 0
  729.       Items.Strings = (
  730.         'UPS Ground'#9'3'
  731.         'UPS 3rd Day'#9'4'
  732.         'UPS 2nd Day'#9'5'
  733.         'UPS Next Day'#9'6'
  734.         'USPS Priority'#9'7'
  735.         'USPS Parcel'#9'8'
  736.         'USPS Media'#9'9'
  737.         'USPS First Class'#9'10'
  738.         'USPS Express Mail'#9'11')
  739.       ParentCtl3D = False
  740.       Sorted = False
  741.       TabOrder = 3
  742.       UnboundDataType = wwDefault
  743.       OnChange = ShippingService1Change
  744.     end
  745.     object ShippingService2: TwwDBComboBox
  746.       Left = 79
  747.       Top = 76
  748.       Width = 108
  749.       Height = 19
  750.       HelpType = htKeyword
  751.       HelpKeyword = 'ShippingService'
  752.       ShowButton = True
  753.       Style = csDropDown
  754.       MapList = True
  755.       AllowClearKey = False
  756.       Ctl3D = False
  757.       DropDownCount = 12
  758.       ItemHeight = 0
  759.       Items.Strings = (
  760.         'UPS Ground'#9'3'
  761.         'UPS 3rd Day'#9'4'
  762.         'UPS 2nd Day'#9'5'
  763.         'UPS Next Day'#9'6'
  764.         'USPS Priority'#9'7'
  765.         'USPS Parcel'#9'8'
  766.         'USPS Media'#9'9'
  767.         'USPS First Class'#9'10'
  768.         'USPS Express Mail'#9'11'
  769.         'Standard Delivery'#9'1'
  770.         'Expedited Delivery'#9'2'
  771.         'Other'#9'14')
  772.       ParentCtl3D = False
  773.       Sorted = False
  774.       TabOrder = 4
  775.       UnboundDataType = wwDefault
  776.       OnChange = ShippingService2Change
  777.     end
  778.     object ShippingService3: TwwDBComboBox
  779.       Left = 79
  780.       Top = 94
  781.       Width = 108
  782.       Height = 19
  783.       HelpType = htKeyword
  784.       HelpKeyword = 'ShippingService'
  785.       ShowButton = True
  786.       Style = csDropDown
  787.       MapList = True
  788.       AllowClearKey = False
  789.       Ctl3D = False
  790.       DropDownCount = 12
  791.       ItemHeight = 0
  792.       Items.Strings = (
  793.         'UPS Ground'#9'3'
  794.         'UPS 3rd Day'#9'4'
  795.         'UPS 2nd Day'#9'5'
  796.         'UPS Next Day'#9'6'
  797.         'USPS Priority'#9'7'
  798.         'USPS Parcel'#9'8'
  799.         'USPS Media'#9'9'
  800.         'USPS First Class'#9'10'
  801.         'USPS Express Mail'#9'11'
  802.         'Standard Delivery'#9'1'
  803.         'Expedited Delivery'#9'2'
  804.         'Other'#9'14')
  805.       ParentCtl3D = False
  806.       Sorted = False
  807.       TabOrder = 5
  808.       UnboundDataType = wwDefault
  809.       OnChange = ShippingService3Change
  810.     end
  811.     object PackagingHandlingCosts: TwwDBEdit
  812.       Tag = 11
  813.       Left = 79
  814.       Top = 22
  815.       Width = 65
  816.       Height = 19
  817.       HelpType = htKeyword
  818.       HelpKeyword = 'PackagingHandlingCosts'
  819.       Ctl3D = False
  820.       EditAlignment = eaRightAlignEditing
  821.       ParentCtl3D = False
  822.       TabOrder = 1
  823.       UnboundDataType = wwDefault
  824.       WantReturns = False
  825.       WordWrap = False
  826.       OnExit = PackagingHandlingCostsExit
  827.     end
  828.     object ShipFromZipCode: TwwDBEdit
  829.       Tag = 11
  830.       Left = 79
  831.       Top = 40
  832.       Width = 65
  833.       Height = 19
  834.       HelpType = htKeyword
  835.       HelpKeyword = 'ShipFromZipCode'
  836.       Ctl3D = False
  837.       ParentCtl3D = False
  838.       TabOrder = 2
  839.       UnboundDataType = wwDefault
  840.       WantReturns = False
  841.       WordWrap = False
  842.     end
  843.   end
  844.   object edtAuctionID: TEdit
  845.     Left = 472
  846.     Top = 184
  847.     Width = 33
  848.     Height = 21
  849.     Color = clRed
  850.     TabOrder = 13
  851.     Visible = False
  852.   end
  853.   object pnlCheckBox: TPanel
  854.     Left = 191
  855.     Top = 32
  856.     Width = 319
  857.     Height = 137
  858.     BevelOuter = bvLowered
  859.     TabOrder = 14
  860.     Visible = False
  861.     object rgCheckbox: TRadioGroup
  862.       Left = 16
  863.       Top = 32
  864.       Width = 129
  865.       Height = 65
  866.       ItemIndex = 0
  867.       Items.Strings = (
  868.         'Clear checkbox'
  869.         'Set checkbox')
  870.       TabOrder = 0
  871.     end
  872.   end
  873.   object edtSQL: TEdit
  874.     Left = 472
  875.     Top = 208
  876.     Width = 33
  877.     Height = 21
  878.     Color = clRed
  879.     TabOrder = 15
  880.     Visible = False
  881.   end
  882.   object pnlAuctionType: TPanel
  883.     Left = 192
  884.     Top = 32
  885.     Width = 321
  886.     Height = 137
  887.     BevelOuter = bvLowered
  888.     TabOrder = 16
  889.     Visible = False
  890.     object Type_PT: TwwRadioGroup
  891.       Tag = 3
  892.       Left = 15
  893.       Top = 19
  894.       Width = 161
  895.       Height = 86
  896.       HelpType = htKeyword
  897.       HelpKeyword = 'Type'
  898.       ItemIndex = 0
  899.       Caption = 'Auction Type'
  900.       Ctl3D = False
  901.       Items.Strings = (
  902.         'Auction'
  903.         'Dutch auction'
  904.         'Fixed price item ("BIN only")'
  905.         'Stores fixed price auction')
  906.       ParentCtl3D = False
  907.       TabOrder = 0
  908.       Values.Strings = (
  909.         '1'
  910.         '2'
  911.         '9'
  912.         '7')
  913.     end
  914.   end
  915. end
  916.