home *** CD-ROM | disk | FTP | other *** search
- object frmGlobalSearchReplace: TfrmGlobalSearchReplace
- Left = 298
- Top = 217
- BorderStyle = bsDialog
- Caption = 'Global Search and Replace'
- ClientHeight = 340
- ClientWidth = 521
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 192
- Top = 16
- Width = 49
- Height = 13
- Caption = 'Find what:'
- end
- object Label2: TLabel
- Left = 192
- Top = 95
- Width = 65
- Height = 13
- Caption = 'Replace with:'
- end
- object Label3: TLabel
- Left = 8
- Top = 16
- Width = 62
- Height = 13
- Caption = 'Search Field:'
- end
- object Bevel1: TBevel
- Left = 192
- Top = 192
- Width = 270
- Height = 57
- end
- object Label5: TLabel
- Left = 192
- Top = 176
- Width = 36
- Height = 13
- Caption = 'Options'
- end
- object Label4: TLabel
- Left = 8
- Top = 176
- Width = 71
- Height = 13
- Caption = 'Limit search to:'
- end
- object memFind: TMemo
- Left = 192
- Top = 32
- Width = 319
- Height = 57
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object memReplace: TMemo
- Left = 192
- Top = 111
- Width = 319
- Height = 57
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object btnReplace: TButton
- Left = 94
- Top = 269
- Width = 127
- Height = 25
- Caption = '&Replace'
- TabOrder = 7
- OnClick = btnReplaceClick
- end
- object rgSelect: TwwRadioGroup
- Left = 15
- Top = 192
- Width = 162
- Height = 69
- ItemIndex = 0
- Frame.Enabled = True
- ShowGroupCaption = False
- Ctl3D = False
- Items.Strings = (
- 'Selected Records'
- 'Current Folder'
- 'Current Folder + Subfolders'
- 'All User Folders')
- ParentCtl3D = False
- TabOrder = 3
- end
- object lbFields: TListBox
- Left = 8
- Top = 32
- Width = 177
- Height = 137
- ItemHeight = 13
- Items.Strings = (
- 'Ad HTML'
- 'Auction Type'
- 'Buy It Now'
- 'Category'
- 'Category2'
- 'Duration'
- 'Gallery Options'
- 'Gallery URL'
- 'Include In Proximity Search'
- 'Location'
- 'Lot Size'
- 'Minimum Bid'
- 'Package Handling Fee'
- 'Payment Instructions'
- 'PayPal Email Address'
- 'Picture URL'
- 'Quantity'
- 'Reserve'
- 'Seller ZipCode'
- 'Shipping Calculated: eBay US'
- 'Shipping Calculated: eBay MO'
- 'Shipping Flat: eBay US'
- 'Shipping Flat: eBay UK'
- 'Shipping Flat: eBay AU'
- 'Shipping Flat: eBay CA'
- 'Shipping Flat: eBay MO'
- 'Sub Title'
- 'Title'
- 'User Defined Text 01'
- 'User Defined Text 02'
- 'User Defined Text 03'
- 'User Defined Text 04'
- 'User Defined Text 05'
- 'User Defined Text 06'
- 'User Defined Text 07'
- 'User Defined Text 08'
- 'User Defined Text 09'
- 'User Defined Text 10'
- 'User Defined Memo 01'
- 'User Defined Memo 02'
- 'User Defined Memo 03'
- 'User Defined Memo 04'
- 'User Description'
- 'UserID'
- 'WeightMajor'
- 'WeightMinor'
- 'Zip')
- TabOrder = 0
- OnClick = lbFieldsClick
- end
- object cbReplaceAll: TCheckBox
- Left = 200
- Top = 197
- Width = 217
- Height = 17
- Caption = 'Replace entire contents of selected field'
- TabOrder = 4
- OnClick = cbReplaceAllClick
- end
- object btnClose: TButton
- Left = 286
- Top = 269
- Width = 127
- Height = 25
- Caption = '&Close'
- TabOrder = 8
- OnClick = btnCloseClick
- end
- object cbCaseSensitive: TCheckBox
- Left = 200
- Top = 213
- Width = 97
- Height = 17
- Caption = 'Case sensitive'
- TabOrder = 5
- end
- object cbIncludeDoNotEdit: TCheckBox
- Left = 200
- Top = 231
- Width = 238
- Height = 17
- Caption = 'Include "Do Not Edit" records'
- TabOrder = 6
- end
- object Panel1: TPanel
- Left = 0
- Top = 299
- Width = 521
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 9
- object Label6: TLabel
- Left = 2
- Top = 20
- Width = 90
- Height = 13
- Caption = 'Records searched:'
- end
- object Label7: TLabel
- Left = 202
- Top = 20
- Width = 85
- Height = 13
- Caption = 'Records modified:'
- end
- object ProgressBar1: TProgressBar
- Left = 0
- Top = 0
- Width = 519
- Height = 17
- Align = alTop
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object edtNumSearched: TEdit
- Left = 97
- Top = 20
- Width = 49
- Height = 14
- TabStop = False
- BevelInner = bvNone
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object edtNumReplaced: TEdit
- Left = 290
- Top = 20
- Width = 49
- Height = 14
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- end
- end
- object pnlGallery: TPanel
- Left = 192
- Top = 33
- Width = 319
- Height = 137
- BevelOuter = bvLowered
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 10
- Visible = False
- object Gallery: TCheckBox
- Left = 6
- Top = 45
- Width = 97
- Height = 17
- Caption = 'Gallery'
- TabOrder = 0
- OnClick = GalleryClick
- end
- object GalleryFeatured: TCheckBox
- Left = 6
- Top = 69
- Width = 97
- Height = 17
- Caption = 'Gallery Featured'
- TabOrder = 1
- OnClick = GalleryFeaturedClick
- end
- end
- object pnlShippingFlat: TPanel
- Left = 192
- Top = 32
- Width = 319
- Height = 137
- BevelOuter = bvLowered
- TabOrder = 11
- Visible = False
- object Label21: TLabel
- Left = 8
- Top = 55
- Width = 80
- Height = 13
- Caption = 'Shipping Service'
- end
- object Label47: TLabel
- Left = 181
- Top = 111
- Width = 6
- Height = 13
- Caption = '$'
- end
- object Label46: TLabel
- Left = 181
- Top = 93
- Width = 6
- Height = 13
- Caption = '$'
- end
- object Label45: TLabel
- Left = 181
- Top = 75
- Width = 6
- Height = 13
- Caption = '$'
- end
- object Label20: TLabel
- Left = 185
- Top = 55
- Width = 41
- Height = 13
- Caption = 'Shipping'
- end
- object lblEachAdditionalItem: TLabel
- Left = 243
- Top = 55
- Width = 72
- Height = 13
- Caption = 'Each Addl Item'
- end
- object lblShippingServiceAdditionalCost3: TLabel
- Left = 243
- Top = 111
- Width = 12
- Height = 13
- Caption = '+$'
- end
- object lblShippingServiceAdditionalCost2: TLabel
- Left = 243
- Top = 93
- Width = 12
- Height = 13
- Caption = '+$'
- end
- object lblShippingServiceAdditionalCost1: TLabel
- Left = 243
- Top = 75
- Width = 12
- Height = 13
- Caption = '+$'
- end
- object Label8: TLabel
- Left = 7
- Top = 8
- Width = 229
- Height = 13
- Caption = 'This function will replace ALL of the fields below.'
- end
- object Label9: TLabel
- Left = 8
- Top = 25
- Width = 207
- Height = 13
- Caption = '(Blank entries will replace existing contents.)'
- end
- object ShippingServiceFlat1: TwwDBComboBox
- Left = 3
- Top = 75
- Width = 174
- Height = 21
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- DropDownCount = 12
- DropDownWidth = 150
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11'
- 'Standard Delivery'#9'1'
- 'Expedited Delivery'#9'2'
- 'Other'#9'14')
- Sorted = False
- TabOrder = 0
- UnboundDataType = wwDefault
- end
- object ShippingServiceFlat2: TwwDBComboBox
- Left = 3
- Top = 93
- Width = 174
- Height = 21
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- DropDownCount = 12
- DropDownWidth = 150
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11'
- 'Standard Delivery'#9'1'
- 'Expedited Delivery'#9'2'
- 'Other'#9'14')
- Sorted = False
- TabOrder = 3
- UnboundDataType = wwDefault
- end
- object ShippingServiceFlat3: TwwDBComboBox
- Left = 3
- Top = 111
- Width = 174
- Height = 21
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- DropDownCount = 12
- DropDownWidth = 150
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11'
- 'Standard Delivery'#9'1'
- 'Expedited Delivery'#9'2'
- 'Other'#9'14')
- Sorted = False
- TabOrder = 6
- UnboundDataType = wwDefault
- end
- object ShippingServiceCost3: TwwDBEdit
- Left = 191
- Top = 111
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 7
- UnboundDataType = wwDefault
- UnboundAlignment = taRightJustify
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceCost3Exit
- end
- object ShippingServiceCost2: TwwDBEdit
- Left = 191
- Top = 93
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 4
- UnboundDataType = wwDefault
- UnboundAlignment = taRightJustify
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceCost2Exit
- end
- object ShippingServiceCost1: TwwDBEdit
- Left = 191
- Top = 75
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 1
- UnboundDataType = wwDefault
- UnboundAlignment = taRightJustify
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceCost1Exit
- end
- object ShippingServiceAdditionalCost1: TwwDBEdit
- Left = 262
- Top = 75
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceAdditionalCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 2
- UnboundDataType = wwDefault
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceAdditionalCost1Exit
- end
- object ShippingServiceAdditionalCost2: TwwDBEdit
- Left = 262
- Top = 93
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceAdditionalCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 5
- UnboundDataType = wwDefault
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceAdditionalCost2Exit
- end
- object ShippingServiceAdditionalCost3: TwwDBEdit
- Left = 262
- Top = 111
- Width = 43
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingServiceAdditionalCost'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 8
- UnboundDataType = wwDefault
- WantReturns = False
- WordWrap = False
- OnExit = ShippingServiceAdditionalCost3Exit
- end
- end
- object pnlShippingCalc: TPanel
- Left = 191
- Top = 32
- Width = 319
- Height = 137
- BevelOuter = bvLowered
- TabOrder = 12
- Visible = False
- object Label40: TLabel
- Left = 3
- Top = 8
- Width = 67
- Height = 13
- Caption = 'Package size:'
- end
- object lblLength: TLabel
- Left = 112
- Top = 119
- Width = 21
- Height = 13
- Caption = 'in. X'
- Visible = False
- end
- object lblWidth: TLabel
- Left = 171
- Top = 119
- Width = 21
- Height = 13
- Caption = 'in. X'
- Visible = False
- end
- object lblDepth: TLabel
- Left = 229
- Top = 121
- Width = 11
- Height = 13
- Caption = 'in.'
- Visible = False
- end
- object Label41: TLabel
- Left = 3
- Top = 62
- Width = 69
- Height = 13
- Caption = 'Shipping Serv.'
- end
- object lblDimensions: TLabel
- Left = 3
- Top = 117
- Width = 57
- Height = 13
- Caption = 'Dimensions:'
- Visible = False
- end
- object Label42: TLabel
- Left = 3
- Top = 43
- Width = 69
- Height = 13
- Caption = 'Seller zip code'
- end
- object Label43: TLabel
- Left = 3
- Top = 25
- Width = 69
- Height = 13
- Caption = 'Pkg && hndl fee'
- end
- object lblDimensions2: TLabel
- Left = 245
- Top = 120
- Width = 65
- Height = 13
- Caption = '(UPS Air only)'
- end
- object ShippingPackage: TwwDBComboBox
- Tag = 11
- Left = 79
- Top = 4
- Width = 196
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingPackage'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- Ctl3D = False
- DropDownCount = 8
- ItemHeight = 0
- Items.Strings = (
- 'None'#9'0'
- 'Letter'#9'1'
- 'Large envelope'#9'2'
- 'USPS flat rate envelope'#9'3'
- 'Package/thick envelope'#9'4'
- 'USPS large package/oversize 1'#9'5'
- 'Very large package/oversize 2'#9'6'
- 'UPS Letter'#9'7')
- ParentCtl3D = False
- Sorted = False
- TabOrder = 0
- UnboundDataType = wwDefault
- OnChange = ShippingPackageChange
- end
- object PackageLength: TwwDBEdit
- Tag = 11
- Left = 79
- Top = 115
- Width = 33
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'PackageLength'
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 6
- UnboundDataType = wwDefault
- Visible = False
- WantReturns = False
- WordWrap = False
- end
- object PackageWidth: TwwDBEdit
- Tag = 11
- Left = 136
- Top = 115
- Width = 33
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'PackageWidth'
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 7
- UnboundDataType = wwDefault
- Visible = False
- WantReturns = False
- WordWrap = False
- end
- object PackageDepth: TwwDBEdit
- Tag = 11
- Left = 194
- Top = 115
- Width = 33
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'PackageDepth'
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 8
- UnboundDataType = wwDefault
- Visible = False
- WantReturns = False
- WordWrap = False
- end
- object ShippingService1: TwwDBComboBox
- Left = 79
- Top = 58
- Width = 108
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- Ctl3D = False
- DropDownCount = 12
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11')
- ParentCtl3D = False
- Sorted = False
- TabOrder = 3
- UnboundDataType = wwDefault
- OnChange = ShippingService1Change
- end
- object ShippingService2: TwwDBComboBox
- Left = 79
- Top = 76
- Width = 108
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- Ctl3D = False
- DropDownCount = 12
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11'
- 'Standard Delivery'#9'1'
- 'Expedited Delivery'#9'2'
- 'Other'#9'14')
- ParentCtl3D = False
- Sorted = False
- TabOrder = 4
- UnboundDataType = wwDefault
- OnChange = ShippingService2Change
- end
- object ShippingService3: TwwDBComboBox
- Left = 79
- Top = 94
- Width = 108
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShippingService'
- ShowButton = True
- Style = csDropDown
- MapList = True
- AllowClearKey = False
- Ctl3D = False
- DropDownCount = 12
- ItemHeight = 0
- Items.Strings = (
- 'UPS Ground'#9'3'
- 'UPS 3rd Day'#9'4'
- 'UPS 2nd Day'#9'5'
- 'UPS Next Day'#9'6'
- 'USPS Priority'#9'7'
- 'USPS Parcel'#9'8'
- 'USPS Media'#9'9'
- 'USPS First Class'#9'10'
- 'USPS Express Mail'#9'11'
- 'Standard Delivery'#9'1'
- 'Expedited Delivery'#9'2'
- 'Other'#9'14')
- ParentCtl3D = False
- Sorted = False
- TabOrder = 5
- UnboundDataType = wwDefault
- OnChange = ShippingService3Change
- end
- object PackagingHandlingCosts: TwwDBEdit
- Tag = 11
- Left = 79
- Top = 22
- Width = 65
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'PackagingHandlingCosts'
- Ctl3D = False
- EditAlignment = eaRightAlignEditing
- ParentCtl3D = False
- TabOrder = 1
- UnboundDataType = wwDefault
- WantReturns = False
- WordWrap = False
- OnExit = PackagingHandlingCostsExit
- end
- object ShipFromZipCode: TwwDBEdit
- Tag = 11
- Left = 79
- Top = 40
- Width = 65
- Height = 19
- HelpType = htKeyword
- HelpKeyword = 'ShipFromZipCode'
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 2
- UnboundDataType = wwDefault
- WantReturns = False
- WordWrap = False
- end
- end
- object edtAuctionID: TEdit
- Left = 472
- Top = 184
- Width = 33
- Height = 21
- Color = clRed
- TabOrder = 13
- Visible = False
- end
- object pnlCheckBox: TPanel
- Left = 191
- Top = 32
- Width = 319
- Height = 137
- BevelOuter = bvLowered
- TabOrder = 14
- Visible = False
- object rgCheckbox: TRadioGroup
- Left = 16
- Top = 32
- Width = 129
- Height = 65
- ItemIndex = 0
- Items.Strings = (
- 'Clear checkbox'
- 'Set checkbox')
- TabOrder = 0
- end
- end
- object edtSQL: TEdit
- Left = 472
- Top = 208
- Width = 33
- Height = 21
- Color = clRed
- TabOrder = 15
- Visible = False
- end
- object pnlAuctionType: TPanel
- Left = 192
- Top = 32
- Width = 321
- Height = 137
- BevelOuter = bvLowered
- TabOrder = 16
- Visible = False
- object Type_PT: TwwRadioGroup
- Tag = 3
- Left = 15
- Top = 19
- Width = 161
- Height = 86
- HelpType = htKeyword
- HelpKeyword = 'Type'
- ItemIndex = 0
- Caption = 'Auction Type'
- Ctl3D = False
- Items.Strings = (
- 'Auction'
- 'Dutch auction'
- 'Fixed price item ("BIN only")'
- 'Stores fixed price auction')
- ParentCtl3D = False
- TabOrder = 0
- Values.Strings = (
- '1'
- '2'
- '9'
- '7')
- end
- end
- end
-