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

  1. object FrameDetailCA: TFrameDetailCA
  2.   Left = 0
  3.   Top = 0
  4.   Width = 527
  5.   Height = 608
  6.   PopupMenu = PopupMenu1
  7.   TabOrder = 0
  8.   OnEnter = FrameEnter
  9.   object ScrollBox2: TScrollBox
  10.     Left = 0
  11.     Top = 0
  12.     Width = 527
  13.     Height = 608
  14.     HorzScrollBar.Visible = False
  15.     VertScrollBar.Tracking = True
  16.     Align = alClient
  17.     TabOrder = 0
  18.     object Label1: TLabel
  19.       Left = 38
  20.       Top = 5
  21.       Width = 23
  22.       Height = 13
  23.       Caption = 'Title:'
  24.     end
  25.     object Label13: TLabel
  26.       Left = 7
  27.       Top = 49
  28.       Width = 56
  29.       Height = 13
  30.       Caption = 'User Descr:'
  31.     end
  32.     object Label23: TLabel
  33.       Left = 13
  34.       Top = 201
  35.       Width = 45
  36.       Height = 13
  37.       Caption = 'Currency:'
  38.     end
  39.     object imgFlag: TImage
  40.       Left = 2
  41.       Top = 2
  42.       Width = 39
  43.       Height = 21
  44.       Picture.Data = {<image000.bmp>}
  45.     end
  46.     object Label35: TLabel
  47.       Left = 13
  48.       Top = 219
  49.       Width = 131
  50.       Height = 13
  51.       Caption = 'eBay Scheduled Post Date:'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clRed
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object Label25: TLabel
  60.       Left = 23
  61.       Top = 30
  62.       Width = 38
  63.       Height = 13
  64.       Caption = 'Subtitle:'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clRed
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.     end
  72.     object gbPayment: TGroupBox
  73.       Left = 6
  74.       Top = 897
  75.       Width = 488
  76.       Height = 118
  77.       Caption = 'Payment Options'
  78.       Ctl3D = False
  79.       ParentCtl3D = False
  80.       TabOrder = 14
  81.       object MOCashiers: TCheckBox
  82.         Tag = 3
  83.         Left = 7
  84.         Top = 55
  85.         Width = 169
  86.         Height = 17
  87.         HelpType = htKeyword
  88.         HelpKeyword = 'MOCashiers'
  89.         Caption = 'Money order/cashier'#39's cheque'
  90.         TabOrder = 1
  91.         OnClick = MOCashiersClick
  92.       end
  93.       object PersonalCheck: TCheckBox
  94.         Tag = 3
  95.         Left = 7
  96.         Top = 72
  97.         Width = 121
  98.         Height = 17
  99.         HelpType = htKeyword
  100.         HelpKeyword = 'PersonalCheck'
  101.         Caption = 'Personal cheque'
  102.         TabOrder = 2
  103.         OnClick = PersonalCheckClick
  104.       end
  105.       object PaymentSeeDescription: TCheckBox
  106.         Tag = 3
  107.         Left = 7
  108.         Top = 88
  109.         Width = 145
  110.         Height = 17
  111.         HelpType = htKeyword
  112.         HelpKeyword = 'PaymentSeeDescription'
  113.         Caption = 'See item description'
  114.         TabOrder = 3
  115.         OnClick = PaymentSeeDescriptionClick
  116.       end
  117.       object GroupBox1: TGroupBox
  118.         Left = 181
  119.         Top = 40
  120.         Width = 136
  121.         Height = 70
  122.         Caption = 'Merchant Credit Cards'
  123.         TabOrder = 5
  124.         object VisaMaster: TCheckBox
  125.           Tag = 3
  126.           Left = 16
  127.           Top = 48
  128.           Width = 113
  129.           Height = 17
  130.           HelpType = htKeyword
  131.           HelpKeyword = 'VisaMaster'
  132.           Caption = 'Visa/Master Card'
  133.           TabOrder = 1
  134.           OnClick = VisaMasterClick
  135.         end
  136.         object AmEx: TCheckBox
  137.           Tag = 3
  138.           Left = 16
  139.           Top = 16
  140.           Width = 113
  141.           Height = 17
  142.           HelpType = htKeyword
  143.           HelpKeyword = 'AmEx'
  144.           Caption = 'American Express'
  145.           TabOrder = 0
  146.           OnClick = AmExClick
  147.         end
  148.       end
  149.       object PayPalEmailAddress: TwwDBEdit
  150.         Tag = 3
  151.         Left = 105
  152.         Top = 14
  153.         Width = 216
  154.         Height = 19
  155.         HelpType = htKeyword
  156.         HelpKeyword = 'PayPalEmailAddress'
  157.         Ctl3D = False
  158.         ParentCtl3D = False
  159.         TabOrder = 4
  160.         UnboundDataType = wwDefault
  161.         WantReturns = False
  162.         WordWrap = False
  163.         OnChange = PayPalEmailAddressChange
  164.       end
  165.       object PayPalAccepted: TCheckBox
  166.         Tag = 3
  167.         Left = 7
  168.         Top = 16
  169.         Width = 97
  170.         Height = 17
  171.         HelpType = htKeyword
  172.         HelpKeyword = 'PayPalAccepted'
  173.         Caption = 'Pay Pal send to:'
  174.         TabOrder = 0
  175.         OnClick = PayPalAcceptedClick
  176.       end
  177.     end
  178.     object gbDisplayOptions: TGroupBox
  179.       Left = 7
  180.       Top = 358
  181.       Width = 485
  182.       Height = 149
  183.       Caption = 'Display Options'
  184.       Ctl3D = False
  185.       ParentCtl3D = False
  186.       TabOrder = 10
  187.       object Label18: TLabel
  188.         Left = 9
  189.         Top = 119
  190.         Width = 61
  191.         Height = 13
  192.         Caption = 'Picture URL:'
  193.       end
  194.       object Label33: TLabel
  195.         Left = 9
  196.         Top = 97
  197.         Width = 40
  198.         Height = 13
  199.         Caption = 'Counter:'
  200.       end
  201.       object Label55: TLabel
  202.         Left = 25
  203.         Top = 17
  204.         Width = 21
  205.         Height = 13
  206.         Caption = 'Bold'
  207.         Font.Charset = DEFAULT_CHARSET
  208.         Font.Color = clRed
  209.         Font.Height = -11
  210.         Font.Name = 'MS Sans Serif'
  211.         Font.Style = []
  212.         ParentFont = False
  213.       end
  214.       object Label54: TLabel
  215.         Left = 25
  216.         Top = 33
  217.         Width = 31
  218.         Height = 13
  219.         Caption = 'Border'
  220.         Font.Charset = DEFAULT_CHARSET
  221.         Font.Color = clRed
  222.         Font.Height = -11
  223.         Font.Name = 'MS Sans Serif'
  224.         Font.Style = []
  225.         ParentFont = False
  226.       end
  227.       object Label53: TLabel
  228.         Left = 25
  229.         Top = 49
  230.         Width = 41
  231.         Height = 13
  232.         Caption = 'Highlight'
  233.         Font.Charset = DEFAULT_CHARSET
  234.         Font.Color = clRed
  235.         Font.Height = -11
  236.         Font.Name = 'MS Sans Serif'
  237.         Font.Style = []
  238.         ParentFont = False
  239.       end
  240.       object Label52: TLabel
  241.         Left = 25
  242.         Top = 65
  243.         Width = 68
  244.         Height = 13
  245.         Caption = 'Featured Plus!'
  246.         Font.Charset = DEFAULT_CHARSET
  247.         Font.Color = clRed
  248.         Font.Height = -11
  249.         Font.Name = 'MS Sans Serif'
  250.         Font.Style = []
  251.         ParentFont = False
  252.       end
  253.       object Label51: TLabel
  254.         Left = 25
  255.         Top = 81
  256.         Width = 101
  257.         Height = 13
  258.         Caption = 'Home Page Featured'
  259.         Font.Charset = DEFAULT_CHARSET
  260.         Font.Color = clRed
  261.         Font.Height = -11
  262.         Font.Name = 'MS Sans Serif'
  263.         Font.Style = []
  264.         ParentFont = False
  265.       end
  266.       object Label56: TLabel
  267.         Left = 125
  268.         Top = 17
  269.         Width = 60
  270.         Height = 13
  271.         Caption = 'Show as Gift'
  272.         Font.Charset = DEFAULT_CHARSET
  273.         Font.Color = clRed
  274.         Font.Height = -11
  275.         Font.Name = 'MS Sans Serif'
  276.         Font.Style = []
  277.         ParentFont = False
  278.       end
  279.       object BoldTitle: TCheckBox
  280.         Tag = 3
  281.         Left = 8
  282.         Top = 15
  283.         Width = 17
  284.         Height = 17
  285.         HelpType = htKeyword
  286.         HelpKeyword = 'BoldTitle'
  287.         Font.Charset = DEFAULT_CHARSET
  288.         Font.Color = clRed
  289.         Font.Height = -11
  290.         Font.Name = 'MS Sans Serif'
  291.         Font.Style = []
  292.         ParentFont = False
  293.         TabOrder = 0
  294.         OnClick = BoldTitleClick
  295.       end
  296.       object Highlight: TCheckBox
  297.         Tag = 3
  298.         Left = 8
  299.         Top = 47
  300.         Width = 17
  301.         Height = 17
  302.         HelpType = htKeyword
  303.         HelpKeyword = 'Highlight'
  304.         Font.Charset = DEFAULT_CHARSET
  305.         Font.Color = clRed
  306.         Font.Height = -11
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = []
  309.         ParentFont = False
  310.         TabOrder = 2
  311.         OnClick = HighlightClick
  312.       end
  313.       object Featured: TCheckBox
  314.         Tag = 3
  315.         Left = 8
  316.         Top = 63
  317.         Width = 17
  318.         Height = 17
  319.         HelpType = htKeyword
  320.         HelpKeyword = 'Featured'
  321.         Font.Charset = DEFAULT_CHARSET
  322.         Font.Color = clRed
  323.         Font.Height = -11
  324.         Font.Name = 'MS Sans Serif'
  325.         Font.Style = []
  326.         ParentFont = False
  327.         TabOrder = 3
  328.         OnClick = FeaturedClick
  329.       end
  330.       object SuperFeatured: TCheckBox
  331.         Tag = 3
  332.         Left = 8
  333.         Top = 79
  334.         Width = 17
  335.         Height = 17
  336.         HelpType = htKeyword
  337.         HelpKeyword = 'SuperFeatured'
  338.         Font.Charset = DEFAULT_CHARSET
  339.         Font.Color = clRed
  340.         Font.Height = -11
  341.         Font.Name = 'MS Sans Serif'
  342.         Font.Style = []
  343.         ParentFont = False
  344.         TabOrder = 4
  345.         OnClick = SuperFeaturedClick
  346.       end
  347.       object GiftIcon: TCheckBox
  348.         Tag = 3
  349.         Left = 108
  350.         Top = 16
  351.         Width = 17
  352.         Height = 17
  353.         HelpType = htKeyword
  354.         HelpKeyword = 'GiftIcon'
  355.         Font.Charset = DEFAULT_CHARSET
  356.         Font.Color = clRed
  357.         Font.Height = -11
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = []
  360.         ParentFont = False
  361.         TabOrder = 5
  362.         OnClick = GiftIconClick
  363.       end
  364.       object GiftWrap: TCheckBox
  365.         Tag = 3
  366.         Left = 124
  367.         Top = 32
  368.         Width = 129
  369.         Height = 17
  370.         HelpType = htKeyword
  371.         HelpKeyword = 'GiftWrap'
  372.         Caption = 'Gift Wrap/ Gift Card'
  373.         Enabled = False
  374.         TabOrder = 6
  375.         OnClick = GiftWrapClick
  376.       end
  377.       object GiftExpressShipping: TCheckBox
  378.         Tag = 3
  379.         Left = 124
  380.         Top = 48
  381.         Width = 121
  382.         Height = 17
  383.         HelpType = htKeyword
  384.         HelpKeyword = 'GiftExpressShipping'
  385.         Caption = 'Express Shipping'
  386.         Enabled = False
  387.         TabOrder = 7
  388.         OnClick = GiftExpressShippingClick
  389.       end
  390.       object GiftShipToRecipient: TCheckBox
  391.         Tag = 3
  392.         Left = 124
  393.         Top = 64
  394.         Width = 129
  395.         Height = 17
  396.         HelpType = htKeyword
  397.         HelpKeyword = 'GiftShipToRecipient'
  398.         Caption = 'Ship to gift recipient'
  399.         Enabled = False
  400.         TabOrder = 8
  401.         OnClick = GiftShipToRecipientClick
  402.       end
  403.       object pnlGallery: TPanel
  404.         Left = 240
  405.         Top = 11
  406.         Width = 241
  407.         Height = 104
  408.         BevelOuter = bvNone
  409.         BorderWidth = 1
  410.         Ctl3D = False
  411.         ParentCtl3D = False
  412.         TabOrder = 9
  413.         object Shape1: TShape
  414.           Left = -1
  415.           Top = -4
  416.           Width = 112
  417.           Height = 104
  418.           Brush.Color = clBtnShadow
  419.           Pen.Style = psClear
  420.         end
  421.         object Shape2: TShape
  422.           Left = 0
  423.           Top = 0
  424.           Width = 241
  425.           Height = 49
  426.           Brush.Color = clBtnShadow
  427.           Pen.Style = psClear
  428.         end
  429.         object Label10: TLabel
  430.           Left = 5
  431.           Top = 26
  432.           Width = 60
  433.           Height = 13
  434.           Caption = 'Gallery URL:'
  435.           Color = clBtnShadow
  436.           ParentColor = False
  437.         end
  438.         object Image1: TImage
  439.           Left = 5
  440.           Top = 43
  441.           Width = 100
  442.           Height = 55
  443.           Center = True
  444.           Proportional = True
  445.         end
  446.         object imgPictureURL: TImage
  447.           Left = 117
  448.           Top = 48
  449.           Width = 100
  450.           Height = 54
  451.           Center = True
  452.           Proportional = True
  453.         end
  454.         object Label50: TLabel
  455.           Left = 27
  456.           Top = 5
  457.           Width = 32
  458.           Height = 13
  459.           Caption = 'Gallery'
  460.           Color = clBtnShadow
  461.           Font.Charset = DEFAULT_CHARSET
  462.           Font.Color = clRed
  463.           Font.Height = -11
  464.           Font.Name = 'MS Sans Serif'
  465.           Font.Style = []
  466.           ParentColor = False
  467.           ParentFont = False
  468.         end
  469.         object Label49: TLabel
  470.           Left = 114
  471.           Top = 5
  472.           Width = 94
  473.           Height = 13
  474.           Caption = 'Gallery Featured'
  475.           Color = clBtnShadow
  476.           Font.Charset = DEFAULT_CHARSET
  477.           Font.Color = clRed
  478.           Font.Height = -11
  479.           Font.Name = 'MS Sans Serif'
  480.           Font.Style = [fsBold]
  481.           ParentColor = False
  482.           ParentFont = False
  483.         end
  484.         object GalleryURL: TwwDBEdit
  485.           Tag = 7
  486.           Left = 68
  487.           Top = 25
  488.           Width = 148
  489.           Height = 19
  490.           HelpType = htKeyword
  491.           HelpKeyword = 'GalleryURL'
  492.           Ctl3D = False
  493.           MaxLength = 255
  494.           ParentCtl3D = False
  495.           ParentShowHint = False
  496.           ShowHint = True
  497.           TabOrder = 3
  498.           UnboundDataType = wwDefault
  499.           WantReturns = False
  500.           WordWrap = False
  501.           OnChange = GalleryURLChange
  502.           OnExit = GalleryURLExit
  503.         end
  504.         object GalleryFeatured: TCheckBox
  505.           Tag = 3
  506.           Left = 95
  507.           Top = 3
  508.           Width = 17
  509.           Height = 17
  510.           HelpType = htKeyword
  511.           HelpKeyword = 'GalleryFeatured'
  512.           Color = clBtnShadow
  513.           Font.Charset = DEFAULT_CHARSET
  514.           Font.Color = clRed
  515.           Font.Height = -11
  516.           Font.Name = 'MS Sans Serif'
  517.           Font.Style = [fsBold]
  518.           ParentColor = False
  519.           ParentFont = False
  520.           TabOrder = 1
  521.           OnClick = GalleryFeaturedClick
  522.         end
  523.         object btnGalleryPicture: TButton
  524.           Left = 219
  525.           Top = 25
  526.           Width = 19
  527.           Height = 19
  528.           Caption = '...'
  529.           TabOrder = 2
  530.           OnClick = btnGalleryPictureClick
  531.         end
  532.         object Gallery: TCheckBox
  533.           Tag = 3
  534.           Left = 8
  535.           Top = 3
  536.           Width = 17
  537.           Height = 17
  538.           HelpType = htKeyword
  539.           HelpKeyword = 'Gallery'
  540.           Color = clBtnShadow
  541.           Font.Charset = DEFAULT_CHARSET
  542.           Font.Color = clRed
  543.           Font.Height = -11
  544.           Font.Name = 'MS Sans Serif'
  545.           Font.Style = []
  546.           ParentColor = False
  547.           ParentFont = False
  548.           TabOrder = 0
  549.           OnClick = GalleryClick
  550.         end
  551.       end
  552.       object PictureURL: TwwDBEdit
  553.         Tag = 7
  554.         Left = 76
  555.         Top = 119
  556.         Width = 381
  557.         Height = 19
  558.         HelpType = htKeyword
  559.         HelpKeyword = 'PictureURL'
  560.         Ctl3D = False
  561.         MaxLength = 1024
  562.         ParentCtl3D = False
  563.         ParentShowHint = False
  564.         ShowHint = True
  565.         TabOrder = 11
  566.         UnboundDataType = wwDefault
  567.         WantReturns = False
  568.         WordWrap = False
  569.         OnChange = PictureURLChange
  570.         OnExit = PictureURLExit
  571.       end
  572.       object Counter: TwwDBComboBox
  573.         Tag = 3
  574.         Left = 76
  575.         Top = 97
  576.         Width = 158
  577.         Height = 19
  578.         HelpType = htKeyword
  579.         HelpKeyword = 'Counter'
  580.         ShowButton = True
  581.         Style = csDropDownList
  582.         MapList = True
  583.         AllowClearKey = True
  584.         DropDownCount = 8
  585.         ItemHeight = 0
  586.         Items.Strings = (
  587.           'No hit counter'#9'0'
  588.           'Honesty style counter'#9'1'
  589.           'Green LED'#9'2')
  590.         Sorted = False
  591.         TabOrder = 10
  592.         UnboundDataType = wwDefault
  593.         OnChange = CounterChange
  594.       end
  595.       object btnPictureURL: TButton
  596.         Left = 458
  597.         Top = 119
  598.         Width = 19
  599.         Height = 19
  600.         Caption = '...'
  601.         TabOrder = 12
  602.         OnClick = btnPictureURLClick
  603.       end
  604.       object Border: TCheckBox
  605.         Tag = 3
  606.         Left = 8
  607.         Top = 31
  608.         Width = 17
  609.         Height = 17
  610.         HelpType = htKeyword
  611.         HelpKeyword = 'Border'
  612.         Font.Charset = DEFAULT_CHARSET
  613.         Font.Color = clRed
  614.         Font.Height = -11
  615.         Font.Name = 'MS Sans Serif'
  616.         Font.Style = []
  617.         ParentFont = False
  618.         TabOrder = 1
  619.         OnClick = BorderClick
  620.       end
  621.     end
  622.     object Title: TwwDBEdit
  623.       Tag = 23
  624.       Left = 66
  625.       Top = 4
  626.       Width = 423
  627.       Height = 19
  628.       HelpType = htKeyword
  629.       HelpKeyword = 'Title'
  630.       Ctl3D = False
  631.       MaxLength = 55
  632.       ParentCtl3D = False
  633.       TabOrder = 0
  634.       UnboundDataType = wwDefault
  635.       WantReturns = False
  636.       WordWrap = False
  637.       OnChange = TitleChange
  638.     end
  639.     object Type_PT: TwwRadioGroup
  640.       Tag = 3
  641.       Left = 7
  642.       Top = 113
  643.       Width = 161
  644.       Height = 80
  645.       HelpType = htKeyword
  646.       HelpKeyword = 'Type'
  647.       ItemIndex = 0
  648.       Caption = 'Auction Type'
  649.       Ctl3D = False
  650.       Items.Strings = (
  651.         'Auction'
  652.         'Dutch auction'
  653.         'Fixed price item ("BIN only")'
  654.         'Stores inventory format')
  655.       ParentCtl3D = False
  656.       TabOrder = 4
  657.       Values.Strings = (
  658.         '1'
  659.         '2'
  660.         '9'
  661.         '7')
  662.       OnChange = Type_PTChange
  663.       OnExit = Type_PTExit
  664.     end
  665.     object gbLocation: TGroupBox
  666.       Left = 306
  667.       Top = 113
  668.       Width = 183
  669.       Height = 115
  670.       Caption = 'Item Location'
  671.       Ctl3D = False
  672.       ParentCtl3D = False
  673.       TabOrder = 7
  674.       object Label17: TLabel
  675.         Left = 4
  676.         Top = 34
  677.         Width = 39
  678.         Height = 13
  679.         Caption = 'Country:'
  680.       end
  681.       object Label16: TLabel
  682.         Left = 4
  683.         Top = 52
  684.         Width = 37
  685.         Height = 13
  686.         Caption = 'Region:'
  687.       end
  688.       object Label14: TLabel
  689.         Left = 4
  690.         Top = 16
  691.         Width = 44
  692.         Height = 13
  693.         Caption = 'Location:'
  694.       end
  695.       object Country: TwwDBLookupCombo
  696.         Tag = 19
  697.         Left = 59
  698.         Top = 34
  699.         Width = 111
  700.         Height = 19
  701.         HelpType = htKeyword
  702.         HelpKeyword = 'Country'
  703.         Ctl3D = False
  704.         DropDownAlignment = taLeftJustify
  705.         Selected.Strings = (
  706.           'Country'#9'30'#9'Country'#9'F')
  707.         LookupTable = tblCountry
  708.         LookupField = 'Abbr'
  709.         Style = csDropDownList
  710.         ParentCtl3D = False
  711.         TabOrder = 1
  712.         AutoDropDown = True
  713.         ShowButton = True
  714.         AllowClearKey = False
  715.         ShowMatchText = True
  716.         OnChange = CountryChange
  717.         OnNotInList = CountryNotInList
  718.       end
  719.       object Region: TwwDBLookupCombo
  720.         Tag = 19
  721.         Left = 59
  722.         Top = 52
  723.         Width = 111
  724.         Height = 19
  725.         HelpType = htKeyword
  726.         HelpKeyword = 'Region'
  727.         Ctl3D = False
  728.         DropDownAlignment = taLeftJustify
  729.         Selected.Strings = (
  730.           'RegionName'#9'30'#9'RegionName'#9'F')
  731.         LookupTable = qryRegions
  732.         LookupField = 'RegionID'
  733.         Style = csDropDownList
  734.         ParentCtl3D = False
  735.         TabOrder = 2
  736.         AutoDropDown = True
  737.         ShowButton = True
  738.         AllowClearKey = False
  739.         ShowMatchText = True
  740.         OnChange = RegionChange
  741.         OnNotInList = RegionNotInList
  742.       end
  743.       object Location: TwwDBEdit
  744.         Tag = 23
  745.         Left = 59
  746.         Top = 16
  747.         Width = 111
  748.         Height = 19
  749.         HelpType = htKeyword
  750.         HelpKeyword = 'Location'
  751.         Ctl3D = False
  752.         MaxLength = 45
  753.         ParentCtl3D = False
  754.         TabOrder = 0
  755.         UnboundDataType = wwDefault
  756.         WantReturns = False
  757.         WordWrap = False
  758.         OnChange = LocationChange
  759.       end
  760.     end
  761.     object edtUserDescr: TEdit
  762.       Left = 66
  763.       Top = 49
  764.       Width = 423
  765.       Height = 19
  766.       Color = clMoneyGreen
  767.       Ctl3D = False
  768.       MaxLength = 150
  769.       ParentCtl3D = False
  770.       TabOrder = 2
  771.       OnChange = edtUserDescrChange
  772.     end
  773.     object pnlPrices: TPanel
  774.       Left = 172
  775.       Top = 118
  776.       Width = 132
  777.       Height = 110
  778.       BevelOuter = bvNone
  779.       BorderWidth = 1
  780.       BorderStyle = bsSingle
  781.       Ctl3D = False
  782.       ParentCtl3D = False
  783.       TabOrder = 6
  784.       object Label7: TLabel
  785.         Left = 10
  786.         Top = 2
  787.         Width = 42
  788.         Height = 13
  789.         Caption = 'Quantity:'
  790.       end
  791.       object Label8: TLabel
  792.         Left = 10
  793.         Top = 20
  794.         Width = 43
  795.         Height = 13
  796.         Caption = 'Duration:'
  797.       end
  798.       object Label5: TLabel
  799.         Left = 10
  800.         Top = 38
  801.         Width = 38
  802.         Height = 13
  803.         Caption = 'Min Bid:'
  804.       end
  805.       object Label6: TLabel
  806.         Left = 10
  807.         Top = 56
  808.         Width = 43
  809.         Height = 13
  810.         Caption = 'Reserve:'
  811.         Font.Charset = DEFAULT_CHARSET
  812.         Font.Color = clRed
  813.         Font.Height = -11
  814.         Font.Name = 'MS Sans Serif'
  815.         Font.Style = []
  816.         ParentFont = False
  817.       end
  818.       object Label3: TLabel
  819.         Left = 10
  820.         Top = 74
  821.         Width = 52
  822.         Height = 13
  823.         Caption = 'Buy It Now'
  824.         Font.Charset = DEFAULT_CHARSET
  825.         Font.Color = clRed
  826.         Font.Height = -11
  827.         Font.Name = 'MS Sans Serif'
  828.         Font.Style = []
  829.         ParentFont = False
  830.       end
  831.       object Private_PT: TCheckBox
  832.         Tag = 3
  833.         Left = 10
  834.         Top = 95
  835.         Width = 97
  836.         Height = 11
  837.         HelpType = htKeyword
  838.         HelpKeyword = 'Private'
  839.         Alignment = taLeftJustify
  840.         Caption = 'Private Auction'
  841.         Ctl3D = False
  842.         ParentCtl3D = False
  843.         TabOrder = 5
  844.       end
  845.       object Duration: TwwDBComboBox
  846.         Tag = 19
  847.         Left = 66
  848.         Top = 20
  849.         Width = 57
  850.         Height = 19
  851.         HelpType = htKeyword
  852.         HelpKeyword = 'Duration'
  853.         ShowButton = True
  854.         Style = csDropDownList
  855.         MapList = False
  856.         AllowClearKey = False
  857.         Ctl3D = False
  858.         DropDownCount = 8
  859.         ItemHeight = 0
  860.         Items.Strings = (
  861.           '3'
  862.           '5'
  863.           '7'
  864.           '10'
  865.           'GTC')
  866.         ItemIndex = 2
  867.         ParentCtl3D = False
  868.         Sorted = False
  869.         TabOrder = 1
  870.         UnboundDataType = wwDefault
  871.         OnChange = DurationChange
  872.       end
  873.       object Quantity: TwwDBEdit
  874.         Tag = 19
  875.         Left = 66
  876.         Top = 2
  877.         Width = 57
  878.         Height = 19
  879.         HelpType = htKeyword
  880.         HelpKeyword = 'Quantity'
  881.         Ctl3D = False
  882.         EditAlignment = eaRightAlignEditing
  883.         ParentCtl3D = False
  884.         TabOrder = 0
  885.         UnboundDataType = wwDefault
  886.         WantReturns = False
  887.         WordWrap = False
  888.         OnChange = QuantityChange
  889.         OnExit = QuantityExit
  890.       end
  891.       object MinimumBid: TwwDBEdit
  892.         Tag = 19
  893.         Left = 66
  894.         Top = 38
  895.         Width = 57
  896.         Height = 19
  897.         HelpType = htKeyword
  898.         HelpKeyword = 'MinimumBid'
  899.         Ctl3D = False
  900.         EditAlignment = eaRightAlignEditing
  901.         ParentCtl3D = False
  902.         TabOrder = 2
  903.         UnboundDataType = wwDefault
  904.         UnboundAlignment = taRightJustify
  905.         WantReturns = False
  906.         WordWrap = False
  907.         OnChange = MinimumBidChange
  908.         OnExit = MinimumBidExit
  909.       end
  910.       object ReservePrice: TwwDBEdit
  911.         Tag = 11
  912.         Left = 66
  913.         Top = 56
  914.         Width = 57
  915.         Height = 19
  916.         HelpType = htKeyword
  917.         HelpKeyword = 'ReservePrice'
  918.         Ctl3D = False
  919.         EditAlignment = eaRightAlignEditing
  920.         ParentCtl3D = False
  921.         TabOrder = 3
  922.         UnboundDataType = wwDefault
  923.         WantReturns = False
  924.         WordWrap = False
  925.         OnChange = ReservePriceChange
  926.         OnExit = ReservePriceExit
  927.       end
  928.       object BuyItNowPrice: TwwDBEdit
  929.         Tag = 11
  930.         Left = 66
  931.         Top = 74
  932.         Width = 57
  933.         Height = 19
  934.         HelpType = htKeyword
  935.         HelpKeyword = 'BuyItNowPrice'
  936.         Ctl3D = False
  937.         EditAlignment = eaRightAlignEditing
  938.         ParentCtl3D = False
  939.         TabOrder = 4
  940.         UnboundDataType = wwDefault
  941.         UnboundAlignment = taRightJustify
  942.         WantReturns = False
  943.         WordWrap = False
  944.         OnChange = BuyItNowPriceChange
  945.         OnExit = BuyItNowPriceExit
  946.       end
  947.     end
  948.     object pnlPTSpecific: TPanel
  949.       Left = 172
  950.       Top = 227
  951.       Width = 317
  952.       Height = 62
  953.       BevelOuter = bvNone
  954.       BorderWidth = 1
  955.       BorderStyle = bsSingle
  956.       Ctl3D = False
  957.       ParentCtl3D = False
  958.       TabOrder = 8
  959.       object Label26: TLabel
  960.         Left = 2
  961.         Top = 6
  962.         Width = 48
  963.         Height = 13
  964.         Caption = 'Stock No:'
  965.       end
  966.       object Label11: TLabel
  967.         Left = 3
  968.         Top = 42
  969.         Width = 24
  970.         Height = 13
  971.         Caption = 'Cost:'
  972.       end
  973.       object Label24: TLabel
  974.         Left = 3
  975.         Top = 24
  976.         Width = 53
  977.         Height = 13
  978.         Caption = 'Consign Id:'
  979.       end
  980.       object StockNo: TwwDBEdit
  981.         Left = 58
  982.         Top = 4
  983.         Width = 254
  984.         Height = 19
  985.         HelpType = htKeyword
  986.         Color = clMoneyGreen
  987.         Ctl3D = False
  988.         ParentCtl3D = False
  989.         TabOrder = 0
  990.         UnboundDataType = wwDefault
  991.         WantReturns = False
  992.         WordWrap = False
  993.         OnChange = StockNoChange
  994.       end
  995.       object Cost: TwwDBEdit
  996.         Left = 58
  997.         Top = 40
  998.         Width = 57
  999.         Height = 19
  1000.         Color = clMoneyGreen
  1001.         Ctl3D = False
  1002.         EditAlignment = eaRightAlignEditing
  1003.         ParentCtl3D = False
  1004.         TabOrder = 2
  1005.         UnboundDataType = wwDefault
  1006.         WantReturns = False
  1007.         WordWrap = False
  1008.         OnChange = CostChange
  1009.       end
  1010.       object edtConsignId: TwwDBEdit
  1011.         Left = 58
  1012.         Top = 22
  1013.         Width = 254
  1014.         Height = 19
  1015.         Color = clMoneyGreen
  1016.         MaxLength = 50
  1017.         ParentShowHint = False
  1018.         ShowHint = True
  1019.         TabOrder = 1
  1020.         UnboundDataType = wwDefault
  1021.         WantReturns = False
  1022.         WordWrap = False
  1023.         OnChange = edtConsignIdChange
  1024.       end
  1025.       object chkStockFlag: TCheckBox
  1026.         Left = 122
  1027.         Top = 44
  1028.         Width = 175
  1029.         Height = 17
  1030.         Hint = 'Keep pictures on server after auction ends.'
  1031.         Alignment = taLeftJustify
  1032.         Caption = 'Keep pix on server after auction:'
  1033.         ParentShowHint = False
  1034.         ShowHint = True
  1035.         TabOrder = 3
  1036.         OnClick = chkStockFlagClick
  1037.       end
  1038.     end
  1039.     object pnlShippingCosts: TPanel
  1040.       Left = 7
  1041.       Top = 658
  1042.       Width = 485
  1043.       Height = 234
  1044.       BevelOuter = bvNone
  1045.       BorderWidth = 1
  1046.       BorderStyle = bsSingle
  1047.       Ctl3D = False
  1048.       ParentCtl3D = False
  1049.       TabOrder = 13
  1050.       object Label15: TLabel
  1051.         Left = 7
  1052.         Top = 3
  1053.         Width = 102
  1054.         Height = 13
  1055.         Caption = 'Shipping Rate Details'
  1056.       end
  1057.       object Label22: TLabel
  1058.         Left = 4
  1059.         Top = 98
  1060.         Width = 132
  1061.         Height = 13
  1062.         Caption = 'Shipping Insurance per Item'
  1063.         WordWrap = True
  1064.       end
  1065.       object Label12: TLabel
  1066.         Left = 8
  1067.         Top = 160
  1068.         Width = 181
  1069.         Height = 13
  1070.         Caption = 'Payment instructions and return policy:'
  1071.       end
  1072.       object Label19: TLabel
  1073.         Left = 374
  1074.         Top = 122
  1075.         Width = 37
  1076.         Height = 13
  1077.         Caption = 'Weight:'
  1078.       end
  1079.       object Label27: TLabel
  1080.         Left = 374
  1081.         Top = 98
  1082.         Width = 50
  1083.         Height = 13
  1084.         Caption = 'Insure For:'
  1085.       end
  1086.       object InsuranceFee: TwwDBEdit
  1087.         Tag = 11
  1088.         Left = 141
  1089.         Top = 98
  1090.         Width = 65
  1091.         Height = 19
  1092.         HelpType = htKeyword
  1093.         HelpKeyword = 'InsuranceFee'
  1094.         Ctl3D = False
  1095.         EditAlignment = eaRightAlignEditing
  1096.         Enabled = False
  1097.         ParentCtl3D = False
  1098.         TabOrder = 1
  1099.         UnboundDataType = wwDefault
  1100.         UnboundAlignment = taRightJustify
  1101.         WantReturns = False
  1102.         WordWrap = False
  1103.         OnChange = InsuranceFeeChange
  1104.         OnExit = InsuranceFeeExit
  1105.       end
  1106.       object InsuranceOption: TwwDBComboBox
  1107.         Tag = 11
  1108.         Left = 235
  1109.         Top = 98
  1110.         Width = 128
  1111.         Height = 19
  1112.         HelpType = htKeyword
  1113.         HelpKeyword = 'InsuranceOption'
  1114.         ShowButton = True
  1115.         Style = csDropDownList
  1116.         MapList = True
  1117.         AllowClearKey = False
  1118.         Ctl3D = False
  1119.         DropDownCount = 8
  1120.         Enabled = False
  1121.         ItemHeight = 0
  1122.         Items.Strings = (
  1123.           'Insurance not offered.'#9'0'
  1124.           'Insurance optional.'#9'1'
  1125.           'Insurance required.'#9'2'
  1126.           'Insurance included in Shipping and Handling costs.'#9'3')
  1127.         ItemIndex = 0
  1128.         ParentCtl3D = False
  1129.         Sorted = False
  1130.         TabOrder = 2
  1131.         UnboundDataType = wwDefault
  1132.         OnChange = InsuranceOptionChange
  1133.       end
  1134.       object CheckoutInstructions: TMemo
  1135.         Tag = 7
  1136.         Left = 16
  1137.         Top = 176
  1138.         Width = 436
  1139.         Height = 51
  1140.         HelpType = htKeyword
  1141.         HelpKeyword = 'CheckoutInstructions'
  1142.         MaxLength = 500
  1143.         ScrollBars = ssVertical
  1144.         TabOrder = 3
  1145.         OnChange = CheckoutInstructionsChange
  1146.       end
  1147.       object edtWeight: TwwDBEdit
  1148.         Left = 429
  1149.         Top = 122
  1150.         Width = 51
  1151.         Height = 19
  1152.         Color = clMoneyGreen
  1153.         TabOrder = 5
  1154.         UnboundDataType = wwDefault
  1155.         UnboundAlignment = taRightJustify
  1156.         WantReturns = False
  1157.         WordWrap = False
  1158.         OnChange = edtWeightChange
  1159.       end
  1160.       object edtInsureFor: TwwDBEdit
  1161.         Left = 429
  1162.         Top = 98
  1163.         Width = 51
  1164.         Height = 19
  1165.         Color = clMoneyGreen
  1166.         EditAlignment = eaRightAlignEditing
  1167.         TabOrder = 4
  1168.         UnboundDataType = wwDefault
  1169.         WantReturns = False
  1170.         WordWrap = False
  1171.         OnChange = edtInsureForChange
  1172.       end
  1173.       object pcCosts: TcxPageControl
  1174.         Left = 8
  1175.         Top = 16
  1176.         Width = 473
  1177.         Height = 81
  1178.         ActivePage = tabFlat
  1179.         TabOrder = 0
  1180.         ClientRectBottom = 81
  1181.         ClientRectRight = 473
  1182.         ClientRectTop = 0
  1183.         object tabFlat: TcxTabSheet
  1184.           Caption = 'tabFlat'
  1185.           ImageIndex = 0
  1186.           TabVisible = False
  1187.           object Label20: TLabel
  1188.             Left = 221
  1189.             Top = 3
  1190.             Width = 89
  1191.             Height = 13
  1192.             Caption = 'Shipping, Handling'
  1193.           end
  1194.           object lblEachAdditionalItem: TLabel
  1195.             Left = 327
  1196.             Top = 3
  1197.             Width = 97
  1198.             Height = 13
  1199.             Caption = 'Each Additional Item'
  1200.           end
  1201.           object Label45: TLabel
  1202.             Left = 224
  1203.             Top = 23
  1204.             Width = 6
  1205.             Height = 13
  1206.             Caption = '$'
  1207.           end
  1208.           object Label46: TLabel
  1209.             Left = 224
  1210.             Top = 41
  1211.             Width = 6
  1212.             Height = 13
  1213.             Caption = '$'
  1214.           end
  1215.           object Label47: TLabel
  1216.             Left = 224
  1217.             Top = 59
  1218.             Width = 6
  1219.             Height = 13
  1220.             Caption = '$'
  1221.           end
  1222.           object lblShippingServiceAdditionalCost1: TLabel
  1223.             Left = 321
  1224.             Top = 23
  1225.             Width = 12
  1226.             Height = 13
  1227.             Caption = '+$'
  1228.           end
  1229.           object lblShippingServiceAdditionalCost2: TLabel
  1230.             Left = 321
  1231.             Top = 41
  1232.             Width = 12
  1233.             Height = 13
  1234.             Caption = '+$'
  1235.           end
  1236.           object lblShippingServiceAdditionalCost3: TLabel
  1237.             Left = 321
  1238.             Top = 59
  1239.             Width = 12
  1240.             Height = 13
  1241.             Caption = '+$'
  1242.           end
  1243.           object Label21: TLabel
  1244.             Left = 16
  1245.             Top = 3
  1246.             Width = 80
  1247.             Height = 13
  1248.             Caption = 'Shipping Service'
  1249.           end
  1250.           object ShippingServiceCost1: TwwDBEdit
  1251.             Left = 234
  1252.             Top = 23
  1253.             Width = 65
  1254.             Height = 19
  1255.             HelpType = htKeyword
  1256.             HelpKeyword = 'ShippingServiceCost'
  1257.             Ctl3D = False
  1258.             EditAlignment = eaRightAlignEditing
  1259.             Enabled = False
  1260.             ParentCtl3D = False
  1261.             TabOrder = 1
  1262.             UnboundDataType = wwDefault
  1263.             UnboundAlignment = taRightJustify
  1264.             WantReturns = False
  1265.             WordWrap = False
  1266.             OnChange = ShippingServiceCost1Change
  1267.             OnExit = ShippingServiceCost1Exit
  1268.           end
  1269.           object ShippingServiceAdditionalCost1: TwwDBEdit
  1270.             Left = 342
  1271.             Top = 23
  1272.             Width = 65
  1273.             Height = 19
  1274.             HelpType = htKeyword
  1275.             HelpKeyword = 'ShippingServiceAdditionalCost'
  1276.             Ctl3D = False
  1277.             EditAlignment = eaRightAlignEditing
  1278.             Enabled = False
  1279.             ParentCtl3D = False
  1280.             TabOrder = 2
  1281.             UnboundDataType = wwDefault
  1282.             WantReturns = False
  1283.             WordWrap = False
  1284.             OnChange = ShippingServiceAdditionalCost1Change
  1285.             OnExit = ShippingServiceAdditionalCost1Exit
  1286.           end
  1287.           object ShippingServiceCost2: TwwDBEdit
  1288.             Left = 234
  1289.             Top = 41
  1290.             Width = 65
  1291.             Height = 19
  1292.             HelpType = htKeyword
  1293.             HelpKeyword = 'ShippingServiceCost'
  1294.             Ctl3D = False
  1295.             EditAlignment = eaRightAlignEditing
  1296.             Enabled = False
  1297.             ParentCtl3D = False
  1298.             TabOrder = 4
  1299.             UnboundDataType = wwDefault
  1300.             UnboundAlignment = taRightJustify
  1301.             WantReturns = False
  1302.             WordWrap = False
  1303.             OnChange = ShippingServiceCost2Change
  1304.             OnExit = ShippingServiceCost2Exit
  1305.           end
  1306.           object ShippingServiceCost3: TwwDBEdit
  1307.             Left = 234
  1308.             Top = 59
  1309.             Width = 65
  1310.             Height = 19
  1311.             HelpType = htKeyword
  1312.             HelpKeyword = 'ShippingServiceCost'
  1313.             Ctl3D = False
  1314.             EditAlignment = eaRightAlignEditing
  1315.             Enabled = False
  1316.             ParentCtl3D = False
  1317.             TabOrder = 7
  1318.             UnboundDataType = wwDefault
  1319.             UnboundAlignment = taRightJustify
  1320.             WantReturns = False
  1321.             WordWrap = False
  1322.             OnChange = ShippingServiceCost3Change
  1323.             OnExit = ShippingServiceCost3Exit
  1324.           end
  1325.           object ShippingServiceAdditionalCost2: TwwDBEdit
  1326.             Left = 342
  1327.             Top = 41
  1328.             Width = 65
  1329.             Height = 19
  1330.             HelpType = htKeyword
  1331.             HelpKeyword = 'ShippingServiceAdditionalCost'
  1332.             Ctl3D = False
  1333.             EditAlignment = eaRightAlignEditing
  1334.             Enabled = False
  1335.             ParentCtl3D = False
  1336.             TabOrder = 5
  1337.             UnboundDataType = wwDefault
  1338.             WantReturns = False
  1339.             WordWrap = False
  1340.             OnChange = ShippingServiceAdditionalCost2Change
  1341.             OnExit = ShippingServiceAdditionalCost2Exit
  1342.           end
  1343.           object ShippingServiceAdditionalCost3: TwwDBEdit
  1344.             Left = 342
  1345.             Top = 59
  1346.             Width = 65
  1347.             Height = 19
  1348.             HelpType = htKeyword
  1349.             HelpKeyword = 'ShippingServiceAdditionalCost'
  1350.             Ctl3D = False
  1351.             EditAlignment = eaRightAlignEditing
  1352.             Enabled = False
  1353.             ParentCtl3D = False
  1354.             TabOrder = 8
  1355.             UnboundDataType = wwDefault
  1356.             WantReturns = False
  1357.             WordWrap = False
  1358.             OnChange = ShippingServiceAdditionalCost3Change
  1359.             OnExit = ShippingServiceAdditionalCost3Exit
  1360.           end
  1361.           object ShippingServiceFlat1: TwwDBComboBox
  1362.             Left = 11
  1363.             Top = 23
  1364.             Width = 190
  1365.             Height = 19
  1366.             HelpType = htKeyword
  1367.             HelpKeyword = 'ShippingService'
  1368.             ShowButton = True
  1369.             Style = csDropDownList
  1370.             MapList = True
  1371.             AllowClearKey = True
  1372.             DropDownCount = 12
  1373.             Enabled = False
  1374.             ItemHeight = 0
  1375.             Items.Strings = (
  1376.               'Standard Delivery'#9'201'
  1377.               'Expedited Delivery'#9'202'
  1378.               'Canada Post Lettermail'#9'203'
  1379.               'Canada Post Regular Parcel'#9'204'
  1380.               'Canada Post Expedited Parcel'#9'205'
  1381.               'Canada Post Xpresspost'#9'206'
  1382.               'Canada Post Priority Courier'#9'207')
  1383.             Sorted = False
  1384.             TabOrder = 0
  1385.             UnboundDataType = wwDefault
  1386.             OnChange = ShippingServiceFlat1Change
  1387.           end
  1388.           object ShippingServiceFlat2: TwwDBComboBox
  1389.             Left = 11
  1390.             Top = 41
  1391.             Width = 190
  1392.             Height = 19
  1393.             HelpType = htKeyword
  1394.             HelpKeyword = 'ShippingService'
  1395.             ShowButton = True
  1396.             Style = csDropDownList
  1397.             MapList = True
  1398.             AllowClearKey = True
  1399.             DropDownCount = 12
  1400.             Enabled = False
  1401.             ItemHeight = 0
  1402.             Items.Strings = (
  1403.               'Standard Delivery'#9'201'
  1404.               'Expedited Delivery'#9'202'
  1405.               'Canada Post Lettermail'#9'203'
  1406.               'Canada Post Regular Parcel'#9'204'
  1407.               'Canada Post Expedited Parcel'#9'205'
  1408.               'Canada Post Xpresspost'#9'206'
  1409.               'Canada Post Priority Courier'#9'207')
  1410.             Sorted = False
  1411.             TabOrder = 3
  1412.             UnboundDataType = wwDefault
  1413.             OnChange = ShippingServiceFlat2Change
  1414.           end
  1415.           object ShippingServiceFlat3: TwwDBComboBox
  1416.             Left = 11
  1417.             Top = 59
  1418.             Width = 190
  1419.             Height = 19
  1420.             HelpType = htKeyword
  1421.             HelpKeyword = 'ShippingService'
  1422.             ShowButton = True
  1423.             Style = csDropDownList
  1424.             MapList = True
  1425.             AllowClearKey = True
  1426.             DropDownCount = 12
  1427.             Enabled = False
  1428.             ItemHeight = 0
  1429.             Items.Strings = (
  1430.               'Standard Delivery'#9'201'
  1431.               'Expedited Delivery'#9'202'
  1432.               'Canada Post Lettermail'#9'203'
  1433.               'Canada Post Regular Parcel'#9'204'
  1434.               'Canada Post Expedited Parcel'#9'205'
  1435.               'Canada Post Xpresspost'#9'206'
  1436.               'Canada Post Priority Courier'#9'207')
  1437.             Sorted = False
  1438.             TabOrder = 6
  1439.             UnboundDataType = wwDefault
  1440.             OnChange = ShippingServiceFlat3Change
  1441.           end
  1442.         end
  1443.       end
  1444.     end
  1445.     object pnlShipToLocations: TPanel
  1446.       Left = 239
  1447.       Top = 506
  1448.       Width = 253
  1449.       Height = 153
  1450.       BevelOuter = bvNone
  1451.       BorderStyle = bsSingle
  1452.       Ctl3D = False
  1453.       ParentCtl3D = False
  1454.       TabOrder = 12
  1455.       OnExit = pnlShipToLocationsExit
  1456.       object Label4: TLabel
  1457.         Left = 3
  1458.         Top = 0
  1459.         Width = 86
  1460.         Height = 13
  1461.         Caption = 'Ship To Locations'
  1462.       end
  1463.       object ShippingOption: TwwRadioGroup
  1464.         Tag = 3
  1465.         Left = 8
  1466.         Top = 13
  1467.         Width = 241
  1468.         Height = 56
  1469.         HelpType = htKeyword
  1470.         HelpKeyword = 'ShippingOption'
  1471.         ItemIndex = 0
  1472.         ShowBorder = False
  1473.         NoSpacing = True
  1474.         Caption = 'Ship to Locations'
  1475.         Ctl3D = False
  1476.         Items.Strings = (
  1477.           'Canada Only'
  1478.           'Internationally'
  1479.           'Will arrange for local pickup only (no shipping)'
  1480.           'Canada and Regions below')
  1481.         ParentCtl3D = False
  1482.         TabOrder = 0
  1483.         Values.Strings = (
  1484.           'SiteOnly'
  1485.           'WorldWide'
  1486.           'WillNotShip'
  1487.           'SitePlusRegions')
  1488.         OnChange = ShippingOptionChange
  1489.       end
  1490.       object ShipToNorthAmerica: TCheckBox
  1491.         Tag = 11
  1492.         Left = 24
  1493.         Top = 72
  1494.         Width = 89
  1495.         Height = 17
  1496.         HelpType = htKeyword
  1497.         HelpKeyword = 'ShipToNorthAmerica'
  1498.         Caption = 'United States'
  1499.         Enabled = False
  1500.         TabOrder = 1
  1501.         OnClick = ShipToNorthAmericaClick
  1502.       end
  1503.       object ShipToEurope: TCheckBox
  1504.         Tag = 11
  1505.         Left = 24
  1506.         Top = 88
  1507.         Width = 97
  1508.         Height = 17
  1509.         HelpType = htKeyword
  1510.         HelpKeyword = 'ShipToEurope'
  1511.         Caption = 'Europe'
  1512.         Enabled = False
  1513.         TabOrder = 2
  1514.         OnClick = ShipToEuropeClick
  1515.       end
  1516.       object ShipToMiddleEast: TCheckBox
  1517.         Tag = 11
  1518.         Left = 24
  1519.         Top = 104
  1520.         Width = 97
  1521.         Height = 17
  1522.         HelpType = htKeyword
  1523.         HelpKeyword = 'ShipToMiddleEast'
  1524.         Caption = 'Middle East'
  1525.         Enabled = False
  1526.         TabOrder = 3
  1527.         OnClick = ShipToMiddleEastClick
  1528.       end
  1529.       object ShipToAsia: TCheckBox
  1530.         Tag = 11
  1531.         Left = 24
  1532.         Top = 120
  1533.         Width = 97
  1534.         Height = 17
  1535.         HelpType = htKeyword
  1536.         HelpKeyword = 'ShipToAsia'
  1537.         Caption = 'Asia'
  1538.         Enabled = False
  1539.         TabOrder = 4
  1540.         OnClick = ShipToAsiaClick
  1541.       end
  1542.       object ShipToSouthAmerica: TCheckBox
  1543.         Tag = 11
  1544.         Left = 24
  1545.         Top = 136
  1546.         Width = 97
  1547.         Height = 17
  1548.         HelpType = htKeyword
  1549.         HelpKeyword = 'ShipToSouthAmerica'
  1550.         Caption = 'South America'
  1551.         Enabled = False
  1552.         TabOrder = 5
  1553.         OnClick = ShipToSouthAmericaClick
  1554.       end
  1555.       object ShipToAfrica: TCheckBox
  1556.         Tag = 11
  1557.         Left = 113
  1558.         Top = 72
  1559.         Width = 97
  1560.         Height = 17
  1561.         HelpType = htKeyword
  1562.         HelpKeyword = 'ShipToAfrica'
  1563.         Caption = 'Africa'
  1564.         Enabled = False
  1565.         TabOrder = 6
  1566.         OnClick = ShipToAfricaClick
  1567.       end
  1568.       object ShipToLatinAmerica: TCheckBox
  1569.         Tag = 11
  1570.         Left = 113
  1571.         Top = 88
  1572.         Width = 113
  1573.         Height = 17
  1574.         HelpType = htKeyword
  1575.         HelpKeyword = 'ShipToLatinAmerica'
  1576.         Caption = 'Mexico && Cent. Am.'
  1577.         Enabled = False
  1578.         TabOrder = 7
  1579.         OnClick = ShipToLatinAmericaClick
  1580.       end
  1581.       object ShipToOceania: TCheckBox
  1582.         Tag = 11
  1583.         Left = 113
  1584.         Top = 104
  1585.         Width = 97
  1586.         Height = 17
  1587.         HelpType = htKeyword
  1588.         HelpKeyword = 'ShipToOceania'
  1589.         Caption = 'Australasia'
  1590.         Enabled = False
  1591.         TabOrder = 8
  1592.         OnClick = ShipToOceaniaClick
  1593.       end
  1594.       object ShipToCaribbean: TCheckBox
  1595.         Tag = 11
  1596.         Left = 113
  1597.         Top = 120
  1598.         Width = 97
  1599.         Height = 17
  1600.         HelpType = htKeyword
  1601.         HelpKeyword = 'ShipToCaribbean'
  1602.         Caption = 'Caribbean'
  1603.         Enabled = False
  1604.         TabOrder = 9
  1605.         OnClick = ShipToCaribbeanClick
  1606.       end
  1607.     end
  1608.     object pnlShippingOptions: TPanel
  1609.       Left = 7
  1610.       Top = 506
  1611.       Width = 233
  1612.       Height = 153
  1613.       BevelOuter = bvNone
  1614.       BorderStyle = bsSingle
  1615.       Ctl3D = False
  1616.       ParentCtl3D = False
  1617.       TabOrder = 11
  1618.       object Label9: TLabel
  1619.         Left = 3
  1620.         Top = 1
  1621.         Width = 70
  1622.         Height = 13
  1623.         Caption = 'Shipping Costs'
  1624.       end
  1625.       object CheckoutDetailsSpecified: TCheckBox
  1626.         Tag = 3
  1627.         Left = 24
  1628.         Top = 19
  1629.         Width = 201
  1630.         Height = 17
  1631.         HelpType = htKeyword
  1632.         HelpKeyword = 'CheckoutDetailsSpecified'
  1633.         Caption = 'Yes, I'#39'm specifying shipping costs'
  1634.         TabOrder = 0
  1635.         OnClick = CheckoutDetailsSpecifiedClick
  1636.       end
  1637.       object ShippingType: TwwRadioGroup
  1638.         Tag = 43
  1639.         Left = 16
  1640.         Top = 43
  1641.         Width = 185
  1642.         Height = 57
  1643.         HelpType = htKeyword
  1644.         HelpKeyword = 'ShippingType'
  1645.         ItemIndex = 0
  1646.         Caption = 'ShippingType'
  1647.         Enabled = False
  1648.         Items.Strings = (
  1649.           'Flat shipping rates'
  1650.           'Calculated shipping rates')
  1651.         TabOrder = 1
  1652.         Values.Strings = (
  1653.           '1'
  1654.           '2')
  1655.         Visible = False
  1656.       end
  1657.     end
  1658.     object pnlStatus: TPanel
  1659.       Left = 4
  1660.       Top = 72
  1661.       Width = 485
  1662.       Height = 40
  1663.       BevelOuter = bvNone
  1664.       Ctl3D = False
  1665.       ParentCtl3D = False
  1666.       TabOrder = 3
  1667.       object Label32: TLabel
  1668.         Left = 4
  1669.         Top = 2
  1670.         Width = 57
  1671.         Height = 13
  1672.         Caption = 'Post Status:'
  1673.       end
  1674.       object Label31: TLabel
  1675.         Left = 326
  1676.         Top = 2
  1677.         Width = 43
  1678.         Height = 13
  1679.         Caption = 'Modified:'
  1680.       end
  1681.       object Label30: TLabel
  1682.         Left = 326
  1683.         Top = 20
  1684.         Width = 36
  1685.         Height = 13
  1686.         Caption = 'End Dt:'
  1687.       end
  1688.       object Label28: TLabel
  1689.         Left = 4
  1690.         Top = 21
  1691.         Width = 34
  1692.         Height = 13
  1693.         Caption = 'UserId:'
  1694.       end
  1695.       object Label29: TLabel
  1696.         Left = 166
  1697.         Top = 20
  1698.         Width = 39
  1699.         Height = 13
  1700.         Caption = 'Start Dt:'
  1701.       end
  1702.       object Label34: TLabel
  1703.         Left = 215
  1704.         Top = 2
  1705.         Width = 30
  1706.         Height = 13
  1707.         Caption = 'Item#:'
  1708.       end
  1709.       object Label36: TLabel
  1710.         Left = 132
  1711.         Top = 2
  1712.         Width = 27
  1713.         Height = 13
  1714.         Caption = 'AdID:'
  1715.         Font.Charset = DEFAULT_CHARSET
  1716.         Font.Color = clWindowText
  1717.         Font.Height = -11
  1718.         Font.Name = 'MS Sans Serif'
  1719.         Font.Style = []
  1720.         ParentFont = False
  1721.       end
  1722.       object edtModified: TEdit
  1723.         Left = 374
  1724.         Top = 2
  1725.         Width = 109
  1726.         Height = 19
  1727.         TabStop = False
  1728.         BorderStyle = bsNone
  1729.         Color = clBtnFace
  1730.         Ctl3D = False
  1731.         Font.Charset = DEFAULT_CHARSET
  1732.         Font.Color = clBlue
  1733.         Font.Height = -11
  1734.         Font.Name = 'MS Sans Serif'
  1735.         Font.Style = []
  1736.         ParentCtl3D = False
  1737.         ParentFont = False
  1738.         ReadOnly = True
  1739.         TabOrder = 1
  1740.         Text = 'edtModified'
  1741.       end
  1742.       object edtEndDate: TEdit
  1743.         Left = 374
  1744.         Top = 20
  1745.         Width = 109
  1746.         Height = 19
  1747.         TabStop = False
  1748.         BorderStyle = bsNone
  1749.         Color = clBtnFace
  1750.         Ctl3D = False
  1751.         Font.Charset = DEFAULT_CHARSET
  1752.         Font.Color = clBlue
  1753.         Font.Height = -11
  1754.         Font.Name = 'MS Sans Serif'
  1755.         Font.Style = []
  1756.         ParentCtl3D = False
  1757.         ParentFont = False
  1758.         ReadOnly = True
  1759.         TabOrder = 3
  1760.         Text = 'edtEndDate'
  1761.       end
  1762.       object dbcbUserID: TwwDBLookupCombo
  1763.         Tag = 16
  1764.         Left = 63
  1765.         Top = 21
  1766.         Width = 97
  1767.         Height = 19
  1768.         HelpType = htKeyword
  1769.         HelpKeyword = 'UserId'
  1770.         Ctl3D = False
  1771.         DropDownAlignment = taLeftJustify
  1772.         LookupTable = qryAuctionUser
  1773.         LookupField = 'AuctionUserID'
  1774.         ParentCtl3D = False
  1775.         TabOrder = 0
  1776.         AutoDropDown = True
  1777.         ShowButton = True
  1778.         AllowClearKey = False
  1779.         ShowMatchText = True
  1780.         OnChange = dbcbUserIDChange
  1781.         OnNotInList = dbcbUserIDNotInList
  1782.       end
  1783.       object edtPostStatus: TEdit
  1784.         Left = 62
  1785.         Top = 2
  1786.         Width = 53
  1787.         Height = 19
  1788.         TabStop = False
  1789.         BorderStyle = bsNone
  1790.         Color = clBtnFace
  1791.         Ctl3D = False
  1792.         Font.Charset = DEFAULT_CHARSET
  1793.         Font.Color = clRed
  1794.         Font.Height = -11
  1795.         Font.Name = 'MS Sans Serif'
  1796.         Font.Style = [fsBold]
  1797.         ParentCtl3D = False
  1798.         ParentFont = False
  1799.         ReadOnly = True
  1800.         TabOrder = 4
  1801.         Text = 'edtPostStatus'
  1802.       end
  1803.       object edtStartDate: TEdit
  1804.         Left = 211
  1805.         Top = 20
  1806.         Width = 109
  1807.         Height = 19
  1808.         TabStop = False
  1809.         BorderStyle = bsNone
  1810.         Color = clBtnFace
  1811.         Ctl3D = False
  1812.         Font.Charset = DEFAULT_CHARSET
  1813.         Font.Color = clBlue
  1814.         Font.Height = -11
  1815.         Font.Name = 'MS Sans Serif'
  1816.         Font.Style = []
  1817.         ParentCtl3D = False
  1818.         ParentFont = False
  1819.         ReadOnly = True
  1820.         TabOrder = 2
  1821.         Text = 'edtStartDate'
  1822.       end
  1823.       object edtEbayItemID: TEdit
  1824.         Left = 250
  1825.         Top = 2
  1826.         Width = 70
  1827.         Height = 19
  1828.         TabStop = False
  1829.         BorderStyle = bsNone
  1830.         Color = clBtnFace
  1831.         Font.Charset = DEFAULT_CHARSET
  1832.         Font.Color = clBlue
  1833.         Font.Height = -11
  1834.         Font.Name = 'MS Sans Serif'
  1835.         Font.Style = []
  1836.         ParentFont = False
  1837.         PopupMenu = PopupMenu1
  1838.         ReadOnly = True
  1839.         TabOrder = 5
  1840.         Text = 'edtEbayItemID'
  1841.       end
  1842.       object edtAdID: TwwDBEdit
  1843.         Left = 162
  1844.         Top = 1
  1845.         Width = 41
  1846.         Height = 19
  1847.         TabStop = False
  1848.         BorderStyle = bsNone
  1849.         Color = clBtnFace
  1850.         Font.Charset = DEFAULT_CHARSET
  1851.         Font.Color = clBlue
  1852.         Font.Height = -11
  1853.         Font.Name = 'MS Sans Serif'
  1854.         Font.Style = []
  1855.         ParentFont = False
  1856.         ReadOnly = True
  1857.         TabOrder = 6
  1858.         UnboundDataType = wwDefault
  1859.         UnboundAlignment = taRightJustify
  1860.         WantReturns = False
  1861.         WordWrap = False
  1862.       end
  1863.     end
  1864.     object pnlCategory: TPanel
  1865.       Left = 6
  1866.       Top = 291
  1867.       Width = 484
  1868.       Height = 66
  1869.       BevelOuter = bvNone
  1870.       Ctl3D = False
  1871.       ParentCtl3D = False
  1872.       TabOrder = 9
  1873.       object Label2: TLabel
  1874.         Left = 133
  1875.         Top = 44
  1876.         Width = 73
  1877.         Height = 13
  1878.         Caption = 'Store Category:'
  1879.       end
  1880.       object edtCategory1: TEdit
  1881.         Left = 131
  1882.         Top = 1
  1883.         Width = 353
  1884.         Height = 19
  1885.         TabStop = False
  1886.         Color = clBtnFace
  1887.         Ctl3D = False
  1888.         ParentCtl3D = False
  1889.         ReadOnly = True
  1890.         TabOrder = 4
  1891.       end
  1892.       object btnCategory: TButton
  1893.         Left = 0
  1894.         Top = 1
  1895.         Width = 56
  1896.         Height = 19
  1897.         Caption = 'Category'
  1898.         TabOrder = 0
  1899.         OnClick = btnCategoryClick
  1900.       end
  1901.       object btnCategory2: TButton
  1902.         Left = 0
  1903.         Top = 21
  1904.         Width = 56
  1905.         Height = 19
  1906.         Caption = 'Category2'
  1907.         TabOrder = 2
  1908.         OnClick = btnCategory2Click
  1909.       end
  1910.       object Category2: TEdit
  1911.         Tag = 3
  1912.         Left = 60
  1913.         Top = 21
  1914.         Width = 65
  1915.         Height = 19
  1916.         HelpType = htKeyword
  1917.         HelpKeyword = 'Category2'
  1918.         Ctl3D = False
  1919.         Font.Charset = DEFAULT_CHARSET
  1920.         Font.Color = clRed
  1921.         Font.Height = -11
  1922.         Font.Name = 'MS Sans Serif'
  1923.         Font.Style = []
  1924.         ParentCtl3D = False
  1925.         ParentFont = False
  1926.         TabOrder = 3
  1927.         OnChange = Category2Change
  1928.         OnEnter = Category2Enter
  1929.         OnExit = Category2Exit
  1930.       end
  1931.       object Category: TEdit
  1932.         Tag = 19
  1933.         Left = 60
  1934.         Top = 1
  1935.         Width = 65
  1936.         Height = 19
  1937.         HelpType = htKeyword
  1938.         HelpKeyword = 'Category'
  1939.         Ctl3D = False
  1940.         ParentCtl3D = False
  1941.         TabOrder = 1
  1942.         OnChange = CategoryChange
  1943.         OnEnter = CategoryEnter
  1944.         OnExit = CategoryExit
  1945.       end
  1946.       object edtCategory2: TEdit
  1947.         Left = 131
  1948.         Top = 21
  1949.         Width = 353
  1950.         Height = 19
  1951.         TabStop = False
  1952.         Color = clBtnFace
  1953.         Ctl3D = False
  1954.         ParentCtl3D = False
  1955.         ReadOnly = True
  1956.         TabOrder = 5
  1957.       end
  1958.       object btnItemSpecifics: TButton
  1959.         Left = 0
  1960.         Top = 42
  1961.         Width = 125
  1962.         Height = 17
  1963.         Caption = 'Item Specifics'
  1964.         Enabled = False
  1965.         TabOrder = 6
  1966.         OnClick = btnItemSpecificsClick
  1967.       end
  1968.       object StoreCategory: TwwDBLookupCombo
  1969.         Tag = 3
  1970.         Left = 211
  1971.         Top = 44
  1972.         Width = 180
  1973.         Height = 19
  1974.         HelpType = htKeyword
  1975.         HelpKeyword = 'StoreCategory'
  1976.         DropDownAlignment = taLeftJustify
  1977.         Selected.Strings = (
  1978.           'StoreCategoryDescr'#9'30'#9'StoreCategoryDescr'#9'F')
  1979.         LookupTable = qryStoreCategory
  1980.         LookupField = 'StoreCategory'
  1981.         Style = csDropDownList
  1982.         DropDownCount = 21
  1983.         TabOrder = 7
  1984.         AutoDropDown = False
  1985.         ShowButton = True
  1986.         AllowClearKey = True
  1987.         OnChange = StoreCategoryChange
  1988.         OnNotInList = StoreCategoryNotInList
  1989.       end
  1990.     end
  1991.     object Currency: TwwDBComboBox
  1992.       Tag = 3
  1993.       Left = 70
  1994.       Top = 199
  1995.       Width = 90
  1996.       Height = 19
  1997.       HelpType = htKeyword
  1998.       HelpKeyword = 'Currency'
  1999.       ShowButton = True
  2000.       Style = csDropDownList
  2001.       MapList = True
  2002.       AllowClearKey = False
  2003.       Ctl3D = False
  2004.       DropDownCount = 8
  2005.       ItemHeight = 0
  2006.       Items.Strings = (
  2007.         'C $'#9'2'
  2008.         'US $'#9'1')
  2009.       ParentCtl3D = False
  2010.       Sorted = False
  2011.       TabOrder = 5
  2012.       UnboundDataType = wwDefault
  2013.       OnChange = CurrencyChange
  2014.     end
  2015.     object dtpSchedule: TwwDBDateTimePicker
  2016.       Left = 13
  2017.       Top = 235
  2018.       Width = 147
  2019.       Height = 21
  2020.       Hint = 'incurs a fee from eBay'
  2021.       CalendarAttributes.Font.Charset = DEFAULT_CHARSET
  2022.       CalendarAttributes.Font.Color = clWindowText
  2023.       CalendarAttributes.Font.Height = -11
  2024.       CalendarAttributes.Font.Name = 'MS Sans Serif'
  2025.       CalendarAttributes.Font.Style = []
  2026.       CalendarAttributes.PopupYearOptions.YearsPerColumn = 2
  2027.       CalendarAttributes.PopupYearOptions.NumberColumns = 1
  2028.       CalendarAttributes.PopupYearOptions.StartYear = 2003
  2029.       Epoch = 1950
  2030.       Interval.RoundMinutes = True
  2031.       ShowButton = True
  2032.       TabOrder = 20
  2033.       DisplayFormat = 'ddddd hh:nn ampm'
  2034.       OnChange = dtpScheduleChange
  2035.     end
  2036.     object edtCat1CSID: TEdit
  2037.       Left = 373
  2038.       Top = 209
  2039.       Width = 9
  2040.       Height = 19
  2041.       Color = clRed
  2042.       Ctl3D = False
  2043.       ParentCtl3D = False
  2044.       TabOrder = 21
  2045.       Visible = False
  2046.     end
  2047.     object edtCat2CSID: TEdit
  2048.       Left = 381
  2049.       Top = 209
  2050.       Width = 9
  2051.       Height = 19
  2052.       Color = clRed
  2053.       Ctl3D = False
  2054.       ParentCtl3D = False
  2055.       TabOrder = 22
  2056.       Visible = False
  2057.     end
  2058.     object edtSiteId: TEdit
  2059.       Left = 389
  2060.       Top = 209
  2061.       Width = 17
  2062.       Height = 19
  2063.       Color = clRed
  2064.       Ctl3D = False
  2065.       ParentCtl3D = False
  2066.       TabOrder = 19
  2067.       Text = '2'
  2068.       Visible = False
  2069.     end
  2070.     object edtAuctionID: TEdit
  2071.       Left = 405
  2072.       Top = 209
  2073.       Width = 17
  2074.       Height = 19
  2075.       Color = clRed
  2076.       Ctl3D = False
  2077.       ParentCtl3D = False
  2078.       TabOrder = 18
  2079.       Text = '2'
  2080.       Visible = False
  2081.     end
  2082.     object dbmAttrXML: TDBMemo
  2083.       Left = 421
  2084.       Top = 209
  2085.       Width = 17
  2086.       Height = 19
  2087.       Color = clRed
  2088.       Ctl3D = False
  2089.       Font.Charset = DEFAULT_CHARSET
  2090.       Font.Color = clWindowText
  2091.       Font.Height = -11
  2092.       Font.Name = 'MS Sans Serif'
  2093.       Font.Style = []
  2094.       ParentCtl3D = False
  2095.       ParentFont = False
  2096.       TabOrder = 16
  2097.       Visible = False
  2098.       WordWrap = False
  2099.     end
  2100.     object dbmXML: TDBMemo
  2101.       Left = 437
  2102.       Top = 209
  2103.       Width = 17
  2104.       Height = 19
  2105.       Color = clRed
  2106.       Ctl3D = False
  2107.       ParentCtl3D = False
  2108.       TabOrder = 15
  2109.       Visible = False
  2110.       WordWrap = False
  2111.     end
  2112.     object edtOldCategory: TEdit
  2113.       Left = 461
  2114.       Top = 209
  2115.       Width = 9
  2116.       Height = 19
  2117.       Color = clRed
  2118.       Ctl3D = False
  2119.       ParentCtl3D = False
  2120.       TabOrder = 17
  2121.       Visible = False
  2122.     end
  2123.     object SubtitleText: TwwDBEdit
  2124.       Tag = 7
  2125.       Left = 66
  2126.       Top = 27
  2127.       Width = 423
  2128.       Height = 19
  2129.       HelpType = htKeyword
  2130.       HelpKeyword = 'SubtitleText'
  2131.       Ctl3D = False
  2132.       MaxLength = 55
  2133.       ParentCtl3D = False
  2134.       TabOrder = 1
  2135.       UnboundDataType = wwDefault
  2136.       WantReturns = False
  2137.       WordWrap = False
  2138.       OnChange = TitleChange
  2139.     end
  2140.   end
  2141.   object tblCountry: TAdsTable
  2142.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2143.     IndexDefs = <
  2144.       item
  2145.         Name = 'COUNTRY'
  2146.         Fields = 'CODE'
  2147.         Options = [ixUnique]
  2148.       end
  2149.       item
  2150.         Name = 'ABBR'
  2151.         Fields = 'ABBR'
  2152.       end
  2153.       item
  2154.         Name = 'CODECOUNTRY'
  2155.         Fields = 'CODE;COUNTRY;ABBR'
  2156.       end>
  2157.     IndexName = 'CODECOUNTRY'
  2158.     StoreActive = True
  2159.     Version = '6.2 (ACE 6.20)'
  2160.     AdsConnection = frmPosterMain.AdsConnection1
  2161.     FieldDefs = <
  2162.       item
  2163.         Name = 'Country'
  2164.         DataType = ftString
  2165.         Size = 50
  2166.       end
  2167.       item
  2168.         Name = 'Code'
  2169.         DataType = ftInteger
  2170.       end
  2171.       item
  2172.         Name = 'Abbr'
  2173.         DataType = ftString
  2174.         Size = 2
  2175.       end>
  2176.     StoreDefs = True
  2177.     TableName = 'EbayCountry'
  2178.     Left = 435
  2179.     Top = 295
  2180.   end
  2181.   object qryRegions: TAdsQuery
  2182.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2183.     StoreActive = True
  2184.     Version = '6.2 (ACE 6.20)'
  2185.     ReadAllColumns = False
  2186.     SQL.Strings = (
  2187.       'SELECT RegionName, RegionID FROM EbayRegions'
  2188.       'WHERE AuctionID = 2'
  2189.       'ORDER BY MajorSort, RegionName')
  2190.     Left = 321
  2191.     Top = 297
  2192.     ParamData = <>
  2193.     object qryRegionsRegionName: TStringField
  2194.       DisplayWidth = 30
  2195.       FieldName = 'RegionName'
  2196.       Size = 50
  2197.     end
  2198.     object qryRegionsRegionID: TIntegerField
  2199.       DisplayWidth = 10
  2200.       FieldName = 'RegionID'
  2201.       Visible = False
  2202.     end
  2203.   end
  2204.   object qryCategory: TAdsQuery
  2205.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2206.     StoreActive = True
  2207.     Version = '6.2 (ACE 6.20)'
  2208.     ReadAllColumns = False
  2209.     SQL.Strings = (
  2210.       'SELECT DISTINCT A.FullName,B.SiteId,B.CSId'
  2211.       'From EbayCategories A LEFT JOIN'
  2212.       
  2213.         'EbayCategory2CS B ON (A.SiteId = B.SiteId and A.CategoryId = B.C' +
  2214.         'ategoryId)'
  2215.       'WHERE A.CategoryId = :pCategoryId'
  2216.       'AND A.SiteId = :pSiteId')
  2217.     Left = 355
  2218.     Top = 297
  2219.     ParamData = <
  2220.       item
  2221.         DataType = ftUnknown
  2222.         Name = 'pCategoryId'
  2223.         ParamType = ptUnknown
  2224.       end
  2225.       item
  2226.         DataType = ftUnknown
  2227.         Name = 'pSiteId'
  2228.         ParamType = ptUnknown
  2229.       end>
  2230.   end
  2231.   object qryAuction: TAdsQuery
  2232.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2233.     StoreActive = True
  2234.     Version = '6.2 (ACE 6.20)'
  2235.     ReadAllColumns = False
  2236.     SQL.Strings = (
  2237.       'SELECT A.*,B.CurrencyName,B.CurrencySymbol'
  2238.       
  2239.         'FROM Auction A INNER JOIN EbayCurrency B ON A.CurrencyId = B.Cur' +
  2240.         'rencyId'
  2241.       'WHERE AuctionID = 2')
  2242.     Left = 393
  2243.     Top = 297
  2244.     ParamData = <>
  2245.   end
  2246.   object PopupMenu1: TPopupMenu
  2247.     OnPopup = PopupMenu1Popup
  2248.     Left = 296
  2249.     Top = 274
  2250.     object Undo1: TMenuItem
  2251.     end
  2252.     object Cut1: TMenuItem
  2253.     end
  2254.     object Copy1: TMenuItem
  2255.     end
  2256.     object Paste1: TMenuItem
  2257.     end
  2258.     object N3: TMenuItem
  2259.       Caption = '-'
  2260.     end
  2261.     object Title1: TMenuItem
  2262.       Caption = 'Title'
  2263.       OnClick = Title1Click
  2264.     end
  2265.     object Category1: TMenuItem
  2266.       Caption = 'Category'
  2267.       OnClick = Category1Click
  2268.     end
  2269.     object AuctionType1: TMenuItem
  2270.       Caption = 'Auction Type'
  2271.       OnClick = AuctionType1Click
  2272.     end
  2273.     object Quantity1: TMenuItem
  2274.       Caption = 'Qty,Duration,MinBid...'
  2275.       OnClick = Quantity1Click
  2276.     end
  2277.     object Location1: TMenuItem
  2278.       Caption = 'Location'
  2279.       OnClick = Location1Click
  2280.     end
  2281.     object CostStockNoConsign1: TMenuItem
  2282.       Caption = 'StockNo, Consign, Cost'
  2283.       OnClick = CostStockNoConsign1Click
  2284.     end
  2285.     object DisplayOptions1: TMenuItem
  2286.       Caption = 'Display Options'
  2287.       OnClick = DisplayOptions1Click
  2288.     end
  2289.     object N1: TMenuItem
  2290.       Caption = '-'
  2291.     end
  2292.     object ShippingOptions1: TMenuItem
  2293.       Caption = 'Shipping Options'
  2294.       OnClick = ShippingOptions1Click
  2295.     end
  2296.     object ShipToLocations1: TMenuItem
  2297.       Caption = 'Ship To Locations'
  2298.       OnClick = ShipToLocations1Click
  2299.     end
  2300.     object ShippingCosts1: TMenuItem
  2301.       Caption = 'Shipping Costs'
  2302.       OnClick = ShippingCosts1Click
  2303.     end
  2304.     object N2: TMenuItem
  2305.       Caption = '-'
  2306.     end
  2307.     object Payments1: TMenuItem
  2308.       Caption = 'Payment'
  2309.       OnClick = Payments1Click
  2310.     end
  2311.   end
  2312.   object qryAuctionUser: TAdsQuery
  2313.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2314.     IndexName = 'AUCTIONIDUSERID'
  2315.     StoreActive = True
  2316.     Version = '6.2 (ACE 6.20)'
  2317.     ReadAllColumns = False
  2318.     RequestLive = True
  2319.     SQL.Strings = (
  2320.       'SELECT *'
  2321.       'FROM AuctionUser'
  2322.       'WHERE AuctionId = 0')
  2323.     Left = 232
  2324.     Top = 295
  2325.     ParamData = <>
  2326.   end
  2327.   object qryStoreCategory: TAdsQuery
  2328.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2329.     StoreActive = True
  2330.     Version = '6.2 (ACE 6.20)'
  2331.     ReadAllColumns = False
  2332.     SQL.Strings = (
  2333.       'Select *'
  2334.       'FROM EbayStoreCategory'
  2335.       'WHERE AuctionId = 2'
  2336.       'ORDER BY StoreCategory')
  2337.     Left = 273
  2338.     Top = 296
  2339.     ParamData = <>
  2340.   end
  2341. end
  2342.