home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-09-23 | 87.6 KB | 2,351 lines |
- object frmOptions: TfrmOptions
- Left = 303
- Top = 232
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 400
- ClientWidth = 600
- 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
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pnlFTP: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 2
- object Label8: TLabel
- Left = 29
- Top = 141
- Width = 59
- Height = 13
- Caption = 'FTP User ID'
- FocusControl = dbeftpUserID
- end
- object Label9: TLabel
- Left = 29
- Top = 163
- Width = 69
- Height = 13
- Caption = 'FTP Password'
- FocusControl = dbeftpPassword
- end
- object Label10: TLabel
- Left = 29
- Top = 185
- Width = 85
- Height = 13
- Caption = 'Remote FTP Host'
- FocusControl = dbeftpURL
- end
- object Label11: TLabel
- Left = 29
- Top = 206
- Width = 42
- Height = 13
- Caption = 'FTP Port'
- FocusControl = dbeftpRemotePort
- end
- object Label14: TLabel
- Left = 29
- Top = 228
- Width = 54
- Height = 13
- Caption = 'Image URL'
- FocusControl = dbePictureURL
- end
- object Label15: TLabel
- Left = 29
- Top = 250
- Width = 76
- Height = 13
- Caption = 'Host Image DIR'
- FocusControl = dbeFTPFolder
- end
- object Label16: TLabel
- Left = 29
- Top = 272
- Width = 61
- Height = 13
- Caption = 'FTP Timeout'
- FocusControl = dbeFTPTimeout
- end
- object Label12: TLabel
- Left = 29
- Top = 5
- Width = 64
- Height = 26
- Caption = 'FTP Settings Template'
- Visible = False
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 0
- Top = 135
- Width = 409
- Height = 1
- Shape = bsTopLine
- end
- object Label38: TLabel
- Left = 31
- Top = 24
- Width = 60
- Height = 13
- Caption = 'Default FTP:'
- end
- object Label39: TLabel
- Left = 14
- Top = 61
- Width = 101
- Height = 13
- Caption = 'If file exists on server:'
- end
- object dbeftpUserID: TDBEdit
- Left = 125
- Top = 141
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'ftpUserID'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 1
- end
- object dbeftpPassword: TDBEdit
- Left = 125
- Top = 163
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'ftpPassword'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object dbeftpURL: TDBEdit
- Left = 125
- Top = 185
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'ftpURL'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 3
- end
- object dbeftpRemotePort: TDBEdit
- Left = 125
- Top = 206
- Width = 44
- Height = 19
- Ctl3D = False
- DataField = 'ftpRemotePort'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 4
- end
- object dbePictureURL: TDBEdit
- Left = 125
- Top = 228
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'PictureURL'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 5
- OnExit = dbePictureURLExit
- end
- object dbeFTPFolder: TDBEdit
- Left = 125
- Top = 250
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'FTPFolder'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 6
- OnExit = dbeFTPFolderExit
- end
- object dbeFTPTimeout: TDBEdit
- Left = 125
- Top = 272
- Width = 44
- Height = 19
- Ctl3D = False
- DataField = 'FTPTimeout'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 7
- end
- object dbchkDisablePASV: TDBCheckBox
- Left = 125
- Top = 300
- Width = 97
- Height = 17
- Caption = 'Disable PASV'
- Ctl3D = False
- DataField = 'DisablePASV'
- DataSource = dsFTPSettings
- ParentCtl3D = False
- TabOrder = 8
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- object btnTestFTP: TButton
- Left = 272
- Top = 324
- Width = 129
- Height = 25
- Caption = 'Test FTP Settings'
- TabOrder = 9
- OnClick = btnTestFTPClick
- end
- object dbcbProviderFTP: TwwDBLookupCombo
- Left = 125
- Top = 5
- Width = 185
- Height = 19
- Ctl3D = False
- DropDownAlignment = taLeftJustify
- Selected.Strings = (
- 'Provider'#9'50'#9'Provider'#9#9
- 'ftpImageURL'#9'255'#9'ftpImageURL'#9'F'#9
- 'ftpImageDIR'#9'255'#9'ftpImageDIR'#9'F'#9)
- LookupTable = qryProviderFTP
- LookupField = 'ProviderID'
- ParentCtl3D = False
- TabOrder = 0
- Visible = False
- AutoDropDown = False
- ShowButton = True
- AllowClearKey = False
- OnCloseUp = dbcbProviderFTPCloseUp
- end
- object dbcbDefaultFTPID: TwwDBLookupCombo
- Left = 125
- Top = 24
- Width = 185
- Height = 19
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- Ctl3D = False
- DropDownAlignment = taLeftJustify
- Selected.Strings = (
- 'ftpURL'#9'30'#9'ftpURL'#9'F'
- 'FTPFolder'#9'30'#9'FTPFolder'#9'F')
- DataField = 'DefaultFTPID'
- DataSource = dsUserSetting
- LookupTable = tblFTPSettings
- LookupField = 'FTPID'
- ParentCtl3D = False
- TabOrder = 10
- AutoDropDown = False
- ShowButton = True
- AllowClearKey = False
- end
- object rgFTPFileExists: TwwRadioGroup
- Left = 114
- Top = 46
- Width = 225
- Height = 61
- DataField = 'FTPFileExists'
- DataSource = dsUserSetting
- Items.Strings = (
- 'Prompt me for each file'
- 'Always replace server file with new file'
- 'Never overwrite server file.')
- TabOrder = 11
- Values.Strings = (
- '1'
- '2'
- '3')
- end
- object cxDBNavigator1: TcxDBNavigator
- Left = 8
- Top = 328
- Width = 198
- Height = 25
- Buttons.PriorPage.Visible = False
- Buttons.NextPage.Visible = False
- Buttons.Insert.Hint = 'Add new FTP record'
- Buttons.Delete.Hint = 'Delete FTP record'
- Buttons.Edit.Visible = False
- Buttons.SaveBookmark.Visible = False
- Buttons.GotoBookmark.Visible = False
- Buttons.Filter.Visible = False
- DataSource = dsFTPSettings
- LookAndFeel.Kind = lfFlat
- ParentShowHint = False
- ShowHint = True
- TabOrder = 12
- end
- object btnFTPHosting: TBitBtn
- Left = 125
- Top = 107
- Width = 129
- Height = 25
- Caption = 'Need an FTP Host?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 13
- OnClick = btnFTPHostingClick
- end
- end
- object pnlAuctionHouses: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 4
- object Label36: TLabel
- Left = 56
- Top = 96
- Width = 287
- Height = 13
- Caption = 'Select one of the Auction Houses for more options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object pnlInternet: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 1
- Visible = False
- object Label26: TLabel
- Left = 28
- Top = 50
- Width = 26
- Height = 13
- Caption = 'Proxy'
- FocusControl = dbeProxy
- end
- object Label27: TLabel
- Left = 28
- Top = 77
- Width = 59
- Height = 13
- Caption = 'Remote Port'
- FocusControl = dbeRemotePort
- end
- object Label28: TLabel
- Left = 28
- Top = 104
- Width = 75
- Height = 13
- Caption = 'Default Browser'
- FocusControl = dbeDefaultBrowser
- end
- object Label33: TLabel
- Left = 46
- Top = 13
- Width = 316
- Height = 13
- Caption = 'Note: First try connecting without setting the proxy field'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object dbeProxy: TDBEdit
- Left = 112
- Top = 50
- Width = 233
- Height = 19
- BevelEdges = []
- BevelInner = bvNone
- Ctl3D = False
- DataField = 'Proxy'
- DataSource = dsUserSetting
- ParentCtl3D = False
- TabOrder = 0
- end
- object dbeRemotePort: TDBEdit
- Left = 112
- Top = 77
- Width = 51
- Height = 19
- BevelEdges = []
- BevelInner = bvNone
- Ctl3D = False
- DataField = 'RemotePort'
- DataSource = dsUserSetting
- ParentCtl3D = False
- TabOrder = 1
- end
- object dbeDefaultBrowser: TDBEdit
- Left = 112
- Top = 104
- Width = 233
- Height = 19
- BevelEdges = []
- BevelInner = bvNone
- Ctl3D = False
- DataField = 'DefaultBrowser'
- DataSource = dsUserSetting
- ParentCtl3D = False
- TabOrder = 2
- end
- object btnTestInternet: TButton
- Left = 112
- Top = 144
- Width = 145
- Height = 25
- Caption = 'Test Internet Connection'
- TabOrder = 3
- Visible = False
- OnClick = btnTestInternetClick
- end
- end
- object pnlEbayUser: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 7
- object Label19: TLabel
- Left = 16
- Top = 9
- Width = 68
- Height = 13
- Caption = 'eBay User IDs'
- end
- object Label20: TLabel
- Left = 17
- Top = 31
- Width = 307
- Height = 13
- Caption =
- 'Use the "+" button at the bottom of the grid to enter new UserID' +
- 's'
- end
- object cxGrid1: TcxGrid
- Left = 14
- Top = 56
- Width = 387
- Height = 257
- BorderWidth = 1
- TabOrder = 0
- object cxGridDBTableView1: TcxGridDBTableView
- DataController.DataSource = dsAuctionUserEbay
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- NavigatorButtons.ConfirmDelete = False
- NavigatorButtons.First.Visible = False
- NavigatorButtons.PriorPage.Visible = False
- NavigatorButtons.NextPage.Visible = False
- NavigatorButtons.Last.Visible = False
- NavigatorButtons.Insert.Hint = 'Add new AuctionUserID'
- NavigatorButtons.Delete.Hint = 'Delete selected AuctionUserID'
- NavigatorButtons.Edit.Visible = False
- NavigatorButtons.SaveBookmark.Visible = False
- NavigatorButtons.GotoBookmark.Visible = False
- NavigatorButtons.Filter.Visible = False
- OptionsBehavior.FocusCellOnTab = True
- OptionsBehavior.FocusFirstCellOnNewRecord = True
- OptionsBehavior.GoToNextCellOnEnter = True
- OptionsBehavior.NavigatorHints = True
- OptionsBehavior.FocusCellOnCycle = True
- OptionsCustomize.ColumnFiltering = False
- OptionsView.Navigator = True
- OptionsView.GroupByBox = False
- OptionsView.Indicator = True
- object cxGridDBColumn1: TcxGridDBColumn
- SortOrder = soDescending
- Width = 179
- DataBinding.FieldName = 'AuctionUserID'
- end
- end
- object cxGridLevel1: TcxGridLevel
- GridView = cxGridDBTableView1
- end
- end
- object btnActivate: TButton
- Left = 288
- Top = 321
- Width = 83
- Height = 19
- Caption = 'Activate User'
- TabOrder = 1
- Visible = False
- OnClick = btnActivateClick
- end
- object btnRequestToken: TButton
- Left = 16
- Top = 320
- Width = 113
- Height = 25
- Caption = 'Request New Token'
- TabOrder = 2
- OnClick = btnRequestTokenClick
- end
- end
- object pnlOtherSettings: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 6
- object Label3: TLabel
- Left = 16
- Top = 16
- Width = 82
- Height = 13
- Caption = 'Other Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 24
- Top = 48
- Width = 75
- Height = 13
- Caption = 'Remove picture'
- end
- object Label5: TLabel
- Left = 168
- Top = 48
- Width = 110
- Height = 13
- Caption = 'days after auction ends'
- end
- object Label6: TLabel
- Left = 24
- Top = 160
- Width = 144
- Height = 13
- Caption = 'Check for latest updates every'
- Visible = False
- end
- object Label7: TLabel
- Left = 24
- Top = 185
- Width = 140
- Height = 13
- Caption = 'Run database compact every'
- Visible = False
- end
- object Label17: TLabel
- Left = 221
- Top = 160
- Width = 22
- Height = 13
- Caption = 'days'
- Visible = False
- end
- object Label18: TLabel
- Left = 221
- Top = 185
- Width = 22
- Height = 13
- Caption = 'days'
- Visible = False
- end
- object cbUsePTEditor: TDBCheckBox
- Left = 24
- Top = 89
- Width = 273
- Height = 17
- Caption = 'Use The Poster Toaster WYSIWYG HTML Editor'
- DataField = 'UsePTEditor'
- DataSource = dsUserSetting
- TabOrder = 2
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- object seDeletePixDays: TwwDBSpinEdit
- Left = 109
- Top = 44
- Width = 52
- Height = 21
- Increment = 1
- MaxValue = 999
- DataField = 'DeletePixDays'
- DataSource = dsUserSetting
- TabOrder = 0
- UnboundDataType = wwDefault
- end
- object DBCheckBox2: TDBCheckBox
- Left = 24
- Top = 67
- Width = 254
- Height = 17
- Caption = 'Keep pix on server after auction for all ads.'
- DataField = 'DefaultStockFlag'
- DataSource = dsUserSetting
- TabOrder = 1
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- object cbShowFeeSummary: TCheckBox
- Left = 24
- Top = 111
- Width = 233
- Height = 17
- Caption = 'Hide Fees Summary window after Verify'
- TabOrder = 3
- end
- object seLatestUpdates: TwwDBSpinEdit
- Left = 175
- Top = 156
- Width = 41
- Height = 21
- Increment = 1
- MaxValue = 30
- DataField = 'UpdateDays'
- DataSource = dsUserSetting
- TabOrder = 5
- UnboundDataType = wwDefault
- Visible = False
- end
- object seCompactDB: TwwDBSpinEdit
- Left = 175
- Top = 181
- Width = 41
- Height = 21
- Increment = 1
- MaxValue = 30
- DataField = 'MaintDays'
- DataSource = dsUserSetting
- TabOrder = 6
- UnboundDataType = wwDefault
- Visible = False
- end
- object cbHideGalleryURLPreview: TCheckBox
- Left = 24
- Top = 134
- Width = 288
- Height = 17
- Caption = 'Hide GalleryURL and PictureURL in Preview'
- TabOrder = 4
- end
- end
- object TreeView1: TTreeView
- Left = 0
- Top = 0
- Width = 169
- Height = 359
- Align = alLeft
- Images = ilOptions
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnChange = TreeView1Change
- Items.Data = {
- 04000000210000000100000001000000FFFFFFFFFFFFFFFF0000000000000000
- 08496E7465726E65741C0000000300000003000000FFFFFFFFFFFFFFFF000000
- 000000000003465450270000000500000005000000FFFFFFFFFFFFFFFF000000
- 00010000000E41756374696F6E20486F757365731D0000000600000006000000
- FFFFFFFFFFFFFFFF000000000500000004654261792000000007000000070000
- 00FFFFFFFFFFFFFFFF0000000000000000076542617920555324000000080000
- 0008000000FFFFFFFFFFFFFFFF00000000000000000B654261792043616E6164
- 61200000000900000009000000FFFFFFFFFFFFFFFF0000000000000000076542
- 617920554B270000000A0000000A000000FFFFFFFFFFFFFFFF00000000000000
- 000E65426179204175737472616C6961240000000C0000000C000000FFFFFFFF
- FFFFFFFF00000000000000000B65426179204D6F746F7273270000000D000000
- 0D000000FFFFFFFFFFFFFFFF00000000000000000E4F74686572205365747469
- 6E6773}
- end
- object pnlFooter: TPanel
- Left = 0
- Top = 359
- Width = 600
- Height = 41
- Align = alBottom
- TabOrder = 5
- object btnOK: TButton
- Left = 253
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 353
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnApply: TButton
- Left = 453
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Apply'
- TabOrder = 2
- OnClick = btnApplyClick
- end
- end
- object pnlEbay: TPanel
- Left = 169
- Top = 0
- Width = 431
- Height = 359
- Align = alClient
- TabOrder = 3
- object pcAuctionHouses: TcxPageControl
- Left = 1
- Top = 1
- Width = 429
- Height = 357
- ActivePage = TabAuctionInfo
- Align = alClient
- TabOrder = 0
- ClientRectBottom = 357
- ClientRectRight = 429
- ClientRectTop = 23
- object TabAuctionInfo: TcxTabSheet
- Caption = 'Auction Info'
- ImageIndex = 0
- object Label40: TLabel
- Left = 91
- Top = 40
- Width = 45
- Height = 13
- Caption = 'Currency:'
- end
- object Label32: TLabel
- Left = 69
- Top = 151
- Width = 67
- Height = 13
- Caption = 'Pay Pal Email:'
- FocusControl = dbePayPalEmail
- end
- object Label31: TLabel
- Left = 99
- Top = 106
- Width = 37
- Height = 13
- Caption = 'Region:'
- end
- object Label30: TLabel
- Left = 97
- Top = 84
- Width = 39
- Height = 13
- Caption = 'Country:'
- end
- object Label29: TLabel
- Left = 92
- Top = 62
- Width = 44
- Height = 13
- Caption = 'Location:'
- FocusControl = dbeLocation
- end
- object Label13: TLabel
- Left = 15
- Top = 129
- Width = 121
- Height = 13
- Caption = 'Default Item Picture URL:'
- FocusControl = dbeItemPictureURL
- end
- object Label1: TLabel
- Left = 64
- Top = 174
- Width = 73
- Height = 13
- Caption = 'Default UserID:'
- end
- object lblZip: TLabel
- Left = 119
- Top = 196
- Width = 18
- Height = 13
- Caption = 'Zip:'
- end
- object dbePayPalEmail: TDBEdit
- Left = 152
- Top = 148
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'PayPalEmail'
- DataSource = dsAuction
- ParentCtl3D = False
- TabOrder = 0
- end
- object dbeLocation: TDBEdit
- Left = 152
- Top = 59
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'Location'
- DataSource = dsAuction
- ParentCtl3D = False
- TabOrder = 1
- end
- object dbeItemPictureURL: TDBEdit
- Left = 152
- Top = 126
- Width = 233
- Height = 19
- Ctl3D = False
- DataField = 'ItemPictureURL'
- DataSource = dsAuction
- ParentCtl3D = False
- TabOrder = 2
- OnExit = dbeItemPictureURLExit
- end
- object DBCheckBox1: TDBCheckBox
- Left = 68
- Top = 20
- Width = 97
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Active Auction:'
- DataField = 'Active'
- DataSource = dsAuction
- TabOrder = 3
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- object dbcbCountry: TwwDBLookupCombo
- Left = 152
- Top = 81
- Width = 233
- Height = 19
- Ctl3D = False
- DropDownAlignment = taLeftJustify
- Selected.Strings = (
- 'Country'#9'40'#9'Country'#9'F')
- DataField = 'Country'
- DataSource = dsAuction
- LookupTable = tblEbayCountry
- LookupField = 'Abbr'
- Style = csDropDownList
- ParentCtl3D = False
- TabOrder = 4
- AutoDropDown = True
- ShowButton = True
- AllowClearKey = False
- OnChange = dbcbCountryChange
- OnNotInList = dbcbCountryNotInList
- end
- object CurrencySymbol: TDBEdit
- Left = 151
- Top = 40
- Width = 41
- Height = 19
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- DataField = 'CurrencySymbol'
- DataSource = dsEbayCurrency
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 5
- end
- object CurrencyName: TDBEdit
- Left = 199
- Top = 40
- Width = 121
- Height = 19
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- DataField = 'CurrencyName'
- DataSource = dsEbayCurrency
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 6
- end
- object cboRegion1: TwwDBLookupCombo
- Left = 152
- Top = 103
- Width = 233
- Height = 19
- Ctl3D = False
- DropDownAlignment = taLeftJustify
- Selected.Strings = (
- 'RegionState'#9'30'#9'RegionState'#9'F'#9)
- DataField = 'Region'
- DataSource = dsAuction
- LookupTable = qryRegions
- LookupField = 'RegionID'
- Style = csDropDownList
- ParentCtl3D = False
- TabOrder = 7
- AutoDropDown = True
- ShowButton = True
- UseTFields = False
- AllowClearKey = False
- OnExit = cboRegion1Exit
- OnNotInList = cboRegion1NotInList
- end
- object cboDefaultUserID: TwwDBLookupCombo
- Left = 152
- Top = 171
- Width = 233
- Height = 19
- Ctl3D = False
- DropDownAlignment = taLeftJustify
- Selected.Strings = (
- 'AuctionUserID'#9'18'#9'AuctionUserID'#9#9)
- DataField = 'DefaultUserID'
- DataSource = dsAuction
- LookupTable = qryAuctionUserEbay
- LookupField = 'AuctionUserID'
- ParentCtl3D = False
- TabOrder = 8
- AutoDropDown = False
- ShowButton = True
- AllowClearKey = False
- OnNotInList = cboDefaultUserIDNotInList
- end
- object AuctionName: TDBEdit
- Left = 9
- Top = 2
- Width = 210
- Height = 19
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- DataField = 'AuctionName'
- DataSource = dsAuction
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 9
- end
- object btnUserID: TButton
- Left = 152
- Top = 280
- Width = 105
- Height = 25
- Caption = 'Edit eBay &UserIDs'
- TabOrder = 10
- OnClick = btnUserIDClick
- end
- object dbeZip: TDBEdit
- Left = 152
- Top = 193
- Width = 121
- Height = 19
- Ctl3D = False
- DataField = 'Zip'
- DataSource = dsAuction
- ParentCtl3D = False
- TabOrder = 11
- end
- object cbIncludeInProximitySearch: TDBCheckBox
- Left = 12
- Top = 213
- Width = 153
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Include in proximity search:'
- Ctl3D = False
- DataField = 'IncludeInProximitySearch'
- DataSource = dsAuction
- ParentCtl3D = False
- TabOrder = 12
- ValueChecked = 'True'
- ValueUnchecked = 'False'
- end
- end
- object TabStoreCategories: TcxTabSheet
- Caption = 'Store Categories'
- ImageIndex = 1
- object Label2: TLabel
- Left = 16
- Top = 18
- Width = 378
- Height = 39
- Caption =
- 'Changing the store category descriptions in The Poster Toaster D' +
- 'OES NOT change them on eBay. These descriptions are for user cl' +
- 'arification only and are not transmitted to eBay.'
- WordWrap = True
- end
- object grdEbayStoreCategory: TcxGrid
- Left = 8
- Top = 80
- Width = 401
- Height = 233
- TabOrder = 0
- object ViewEbayStoreCategory: TcxGridDBTableView
- DataController.DataSource = dsEbayStoreCategory
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- NavigatorButtons.ConfirmDelete = False
- OptionsBehavior.FocusCellOnTab = True
- OptionsBehavior.GoToNextCellOnEnter = True
- OptionsBehavior.NavigatorHints = True
- OptionsCustomize.ColumnFiltering = False
- OptionsCustomize.ColumnSorting = False
- OptionsData.Deleting = False
- OptionsData.Inserting = False
- OptionsSelection.HideFocusRect = False
- OptionsSelection.InvertSelect = False
- OptionsView.ColumnAutoWidth = True
- OptionsView.GroupByBox = False
- OptionsView.Indicator = True
- object ViewEbayStoreCategoryStoreCategoryDescr: TcxGridDBColumn
- Caption = 'Store Category Description'
- Width = 314
- DataBinding.FieldName = 'StoreCategoryDescr'
- end
- end
- object grdEbayStoreCategoryLevel1: TcxGridLevel
- GridView = ViewEbayStoreCategory
- end
- end
- object btnSyncCat: TButton
- Left = 247
- Top = 48
- Width = 161
- Height = 25
- Caption = 'Synchronize Store Categories'
- TabOrder = 1
- OnClick = btnSyncCatClick
- end
- end
- end
- end
- object tblUserSettings: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- BeforePost = tblUserSettingsBeforePost
- AdsConnection = frmPosterMain.AdsConnection1
- TableName = 'UserSettings'
- Left = 88
- Top = 128
- object tblUserSettingsName: TStringField
- FieldName = 'Name'
- Size = 255
- end
- object tblUserSettingsAddress: TStringField
- FieldName = 'Address'
- Size = 255
- end
- object tblUserSettingsEMail: TStringField
- FieldName = 'EMail'
- Size = 255
- end
- object tblUserSettingsSMTPHost: TStringField
- FieldName = 'SMTPHost'
- Size = 255
- end
- object tblUserSettingsSMTPPort: TIntegerField
- FieldName = 'SMTPPort'
- end
- object tblUserSettingsBCC: TBooleanField
- FieldName = 'BCC'
- end
- object tblUserSettingsProxy: TStringField
- FieldName = 'Proxy'
- Size = 255
- end
- object tblUserSettingsRemoteHost: TStringField
- FieldName = 'RemoteHost'
- Size = 255
- end
- object tblUserSettingsRemotePort: TSmallintField
- FieldName = 'RemotePort'
- end
- object tblUserSettingsZip: TStringField
- FieldName = 'Zip'
- Size = 12
- end
- object tblUserSettingsNSFFee: TFloatField
- FieldName = 'NSFFee'
- end
- object tblUserSettingsLastUpdate: TDateField
- FieldName = 'LastUpdate'
- end
- object tblUserSettingsLastBackup: TDateField
- FieldName = 'LastBackup'
- end
- object tblUserSettingsBackupThreshold: TSmallintField
- FieldName = 'BackupThreshold'
- end
- object tblUserSettingsBufferMinutes: TSmallintField
- FieldName = 'BufferMinutes'
- end
- object tblUserSettingsDownloadURLPath: TStringField
- FieldName = 'DownloadURLPath'
- Size = 50
- end
- object tblUserSettingsLastDownload: TDateField
- FieldName = 'LastDownload'
- end
- object tblUserSettingsDownloadFile: TStringField
- FieldName = 'DownloadFile'
- Size = 50
- end
- object tblUserSettingsDefaultCheckHold: TSmallintField
- FieldName = 'DefaultCheckHold'
- end
- object tblUserSettingsPrintReportLabel: TBooleanField
- FieldName = 'PrintReportLabel'
- end
- object tblUserSettingsEMailAlias: TStringField
- FieldName = 'EMailAlias'
- Size = 255
- end
- object tblUserSettingsSalesTaxPercentage: TFloatField
- FieldName = 'SalesTaxPercentage'
- end
- object tblUserSettingsSalesTaxApplyToShipping: TBooleanField
- FieldName = 'SalesTaxApplyToShipping'
- end
- object tblUserSettingsSalesTaxApplyToInsurance: TBooleanField
- FieldName = 'SalesTaxApplyToInsurance'
- end
- object tblUserSettingsDefaultBrowser: TStringField
- FieldName = 'DefaultBrowser'
- Size = 255
- end
- object tblUserSettingsBackupPath: TStringField
- FieldName = 'BackupPath'
- Size = 255
- end
- object tblUserSettingsPopServer: TStringField
- FieldName = 'PopServer'
- Size = 255
- end
- object tblUserSettingsPopServerLogon: TStringField
- FieldName = 'PopServerLogon'
- Size = 255
- end
- object tblUserSettingsPopServerPassword: TStringField
- FieldName = 'PopServerPassword'
- Size = 255
- end
- object tblUserSettingsPopServerPerEmail: TBooleanField
- FieldName = 'PopServerPerEmail'
- end
- object tblUserSettingsReplyTo: TStringField
- FieldName = 'ReplyTo'
- Size = 255
- end
- object tblUserSettingseMailWrap: TSmallintField
- FieldName = 'eMailWrap'
- end
- object tblUserSettingseSMTP: TBooleanField
- FieldName = 'eSMTP'
- end
- object tblUserSettingsFBDeltaQuick: TSmallintField
- FieldName = 'FBDeltaQuick'
- end
- object tblUserSettingsFBDeltaPrompt: TSmallintField
- FieldName = 'FBDeltaPrompt'
- end
- object tblUserSettingsFBDeltaSlow: TSmallintField
- FieldName = 'FBDeltaSlow'
- end
- object tblUserSettingsFBDeltaUse: TBooleanField
- FieldName = 'FBDeltaUse'
- end
- object tblUserSettingsFTPDebug: TBooleanField
- FieldName = 'FTPDebug'
- end
- object tblUserSettingsEmailDebug: TBooleanField
- FieldName = 'EmailDebug'
- end
- object tblUserSettingsDefaultFTPID: TIntegerField
- FieldName = 'DefaultFTPID'
- end
- object tblUserSettingsFTPFileExists: TSmallintField
- FieldName = 'FTPFileExists'
- end
- object tblUserSettingsProofSheetNbr: TIntegerField
- FieldName = 'ProofSheetNbr'
- end
- object tblUserSettingsDeletePixDays: TIntegerField
- FieldName = 'DeletePixDays'
- end
- object tblUserSettingsUsePTEditor: TBooleanField
- FieldName = 'UsePTEditor'
- end
- object tblUserSettingsUpdateDays: TIntegerField
- FieldName = 'UpdateDays'
- end
- object tblUserSettingsLastMaintDate: TDateField
- FieldName = 'LastMaintDate'
- end
- object tblUserSettingsMaintDays: TIntegerField
- FieldName = 'MaintDays'
- end
- object tblUserSettingsDefaultStockFlag: TBooleanField
- FieldName = 'DefaultStockFlag'
- end
- end
- object dsUserSetting: TDataSource
- DataSet = tblUserSettings
- Left = 24
- Top = 136
- end
- object ilOptions: TImageList
- Left = 57
- Top = 7
- Bitmap = {
- 494C01010E001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000005000000001002000000000000050
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00000000000000
- 0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00000000000000
- 0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
- FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00000000000000
- 0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
- FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000
- 0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
- 00000000000000000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
- FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FF000000FF000000FF00
- 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
- 0000FF000000FF000000FF000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
- 000000000000FFFFFF00FFFFFF000000000000000000BFBFBF00BFBFBF00FF00
- 0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
- 0000FF000000BFBFBF00BFBFBF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
- FF00FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
- FF00FFFFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
- FF00FF000000FF000000FF0000000000FF000000FF00FF000000FF000000FF00
- 0000FFFFFF000000FF00FFFFFF00000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000FFFFFF00000000000000000000000000000000000000000000000000FFFF
- FF0000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF00FFFFFF007F7FFF007F7FFF00FFFFFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FF000000FFFFFF000000
- FF000000FF00FF000000FF0000000000FF000000FF00FF000000FF0000000000
- FF000000FF00FFFFFF00FF00000000000000000000008000000080000000FFFF
- FF00800000008000000080000000800000008000000080000000FFFFFF008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF00FFFFFF007F7FFF007F7FFF00FFFFFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FF000000FF000000FFFF
- FF00FFFFFF000000FF00FFFFFF000000FF000000FF00FFFFFF000000FF00FFFF
- FF00FFFFFF00FF000000FF000000000000000000000080000000800000008000
- 0000800000008000000080000000800000008000000080000000800000008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF003F3FFF000000FF000000FF003F3FFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF0000000000000000000000FF000000FF000000
- FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF0000000000000000000000FF00FFFFFF00FFFF
- FF000000FF00FFFFFF00FFFFFF000000FF008000000080000000800000008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 000000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF000000FF000000FF000000FF000000FF000000FF000000FF00FFFF
- FF000000FF000000FF000000FF0000000000000000000000FF000000FF000000
- FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
- FF000000FF00FFFFFF000000FF00FFFFFF008000000080000000800000008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000FFFFFF00FFFFFF0000000000FFFFFF000000
- 000000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF003F3FFF007F7FFF000000FF000000FF007F7FFF003F3FFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FF000000FF000000FFFF
- FF00FFFFFF000000FF00FFFFFF000000FF000000FF00FFFFFF000000FF00FFFF
- FF00FFFFFF00FF000000FF00000000000000000000000000FF000000FF000000
- FF000000FF000000FF000000FF000000FF00FFFFFF0080000000800000008000
- 000080000000FFFFFF0080000000000000000000000000000000000000000000
- 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 000000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF00FFFFFF003F3FFF003F3FFF00FFFFFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FF000000FFFFFF000000
- FF000000FF00FF000000FF0000000000FF000000FF00FF000000FF0000000000
- FF000000FF00FFFFFF00FF0000000000000000000000FFFFFF000000FF00FFFF
- FF000000FF00FFFFFF000000FF00FFFFFF008000000080000000800000008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000FF000000FF000000
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
- FF00FF000000FF000000FF0000000000FF000000FF00FF000000FF000000FF00
- 0000FFFFFF000000FF00FFFFFF0000000000000000000000FF00FFFFFF00FFFF
- FF000000FF00FFFFFF00FFFFFF000000FF008000000080000000FFFFFF008000
- 0000800000008000000080000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000007C7C7C006F6F
- 6F006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D
- 6D006D6D6D006D6D6D00ADB5B700C2CACE000000000000000000000000000000
- 00000000000000000000000000000000000000000000DEDEDE00DEDEDE00DEDE
- DE00DEDEDE00DEDEDE00DEDEDE00EFEFEF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000006E6E6E002020
- 2000101010001010100010101000101010000000800000008000101010001010
- 1000101010001010100034353700ADB5B7000000000000000000EFEFEF00DEDE
- DE00DEDEDE000000000000000000000000003939BD000000BD0000009C000000
- 840000008400000084009C9CBD00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF001B1C1E00AAB0B2000000000000000000313194000000
- 84009494B500CECECE000000000000000000000000007B7BDE007B7BDE007B7B
- BD007B7BBD00BDBDDE0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF001B1C1E00AAB0B30000000000000000003939BD000000
- 9C00000084009494B500CECECE00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF001B1C1E00AAB0B2000000000000000000000000003939
- BD0000009C00000084009494B500CECECE000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
- 00003939BD0000009C00000084009494B500CECECE0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00232323001D1D1D0004040400FFFFFF00FFFFFF00040404001D1D
- 1D0024242400FFFFFF001B1C1E00AAB0B2000000000000000000000000000000
- 0000000000003939BD0000009C00000084009494B500CECECE00000000000000
- 0000CECECE00CECECE000000000000000000000000000000FF000000FF000000
- FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF0024242400FFFFFF001E1E1E00FFFFFF00FFFFFF001E1E1E00FFFF
- FF0024242400FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
- 000000000000000000003939BD0000009C00000084009494B500CECECE00CECE
- CE009494B5009494B500CECECE000000000000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00424242002424240024242400FFFFFF00FFFFFF00242424002424
- 240042424200FFFFFF001B1C1E00AAB0B2000000000000000000000000000000
- 00000000000000000000000000003939BD0000009C00000084009494B5006363
- A50000009C00000084009494B500DEDEDE00000000000000FF000000FF000000
- FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF000000000000000000000000000000000000000000000000006D6D6D001010
- 1000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
- 0000000000000000000000000000000000003939BD0000009C00000084000000
- 9C00000084000000BD0000009C00DEDEDE0000000000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000AEB5B7003435
- 3700000080000000800000008000000080000000800000008000000080000000
- 8000000080000000800034353700ADB5B7000000000000000000000000000000
- 000000000000000000000000000000000000000000003939BD0000009C000000
- BD0000009C000000840039399C000000000000000000FF000000FF000000FF00
- 0000FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000C3CACE00AEB5
- B700000080000000800000008000000080000000800000008000000080000000
- 80000000800000008000ADB5B700C2CACE000000000000000000000000000000
- 0000000000000000000000000000000000007B7BBD0000009C000000BD000000
- 84000000BD007B7BBD00000000000000000000000000FF000000FFFFFF00FF00
- 0000FFFFFF00FF000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000C7CFD400C7CF
- D300AEB5B7003435370000008000000080000000800000008000000080000000
- 800034353700ADB5B700C7CFD300C7CFD4000000000000000000000000000000
- 00000000000000000000000000000000000000009C0000009C00000084000000
- BD00BDBDDE0000000000000000000000000000000000FFFFFF00FF000000FFFF
- FF00FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C3CACE00AEB5B70000008000000080000000800000008000000080000000
- 8000ADB5B700C2CACE0000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000BDBDDE000000BD000000BD003939
- 9C000000000000000000000000000000000000000000FF000000FFFFFF00FF00
- 0000FFFFFF00FF000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C7CFD400C7CFD300AEB5B70034353700000080000000800034353700ADB5
- B700C7CFD300C7CFD40000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BDBDDE007B7BBD000000
- 00000000000000000000000000000000000000000000FF000000FF000000FF00
- 0000FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
- FF000000FF000000FF000000FF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000C3CACE00AEB5B7000000800000008000ADB5B700C2CA
- CE00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FF000000FF00
- 0000FF000000FF000000FF000000FF0000000000000000000000FF000000FF00
- 0000000000000000000000000000000000000000000000000000000000007B7B
- 7B007B7B7B007B0000007B0000007B0000007B0000007B000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BDBDBD00000000000000
- 0000000000000000000000000000000000007B7B7B0000FF0000007B00007B7B
- 7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF00
- 0000FF000000FF0000000000000000000000BDBDBD0000000000FF0000000000
- 00000000000000000000000000000000000000000000000000007B7B7B00FF00
- 0000FF0000007B0000007B000000FF0000007B000000FF0000007B0000007B00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000BDBDBD00007B7B00007B7B0000000000007B
- 7B00000000000000000000000000000000007B7B7B00BDBDBD00BDBDBD00BDBD
- BD00BDBDBD00BDBDBD007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
- BD00000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD00000000000000
- 000000000000000000000000000000000000000000007B7B7B00007B0000FF00
- 0000FF000000FF000000FF000000007B0000FF0000007B000000007B0000007B
- 00007B0000000000000000000000000000000000000000000000000000000000
- 00000000000000000000BDBDBD00007B7B00BDBDBD00FFFFFF0000FFFF00007B
- 7B00007B7B00000000000000000000000000000000007B7B7B007B7B7B007B7B
- 7B007B7B7B007B7B7B000000000000000000000000007B7B7B00BDBDBD00BDBD
- BD007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
- 000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD0000000000000000000000
- 000000000000000000000000000000000000000000007B7B7B00007B0000FF00
- 0000FF000000FF000000007B0000007B0000007B0000FF0000007B0000007B00
- 00007B000000000000000000000000000000000000000000000000000000BDBD
- BD00007B7B0000000000007B7B0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00007B7B00000000000000000000000000000000007B7B7B00FFFF0000FFFF
- 0000FFFF00007B7B7B000000000000000000000000007B7B7B007B7B7B007B7B
- 7B0000000000000000007B7B7B00000000000000000000000000000000000000
- 00000000000000000000FFFFFF00BDBDBD000000000000000000000000000000
- 0000000000000000000000000000000000007B7B7B00007B0000FF000000FF00
- 0000FF000000BDBDBD00007B0000007B0000007B00007B000000FF000000FF00
- 00007B0000007B0000000000000000000000000000000000000000000000007B
- 7B00BDBDBD00FFFFFF00007B7B00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF0000000000007B7B00007B7B0000000000000000007B7B7B00FFFF0000FFFF
- 0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
- 000000000000000000007B7B7B00000000000000000000000000000000000000
- 00000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBDBD000000
- 0000000000000000000000000000000000007B7B7B00007B0000BDBDBD00FF00
- 0000007B0000007B0000007B0000007B0000007B0000007B0000007B0000FF00
- 0000FF0000007B00000000000000000000000000000000000000007B7B0000FF
- FF00FFFFFF0000FFFF00FFFFFF00000000000000000000FFFF00007B7B00007B
- 7B00FFFFFF0000FFFF00007B7B0000000000000000007B7B7B007B7B7B007B7B
- 7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
- 000000000000000000007B7B7B00000000000000000000000000000000000000
- 0000000000000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF000000
- 0000000000000000000000000000000000007B7B7B00007B0000BDBDBD00FFFF
- FF00BDBDBD00FFFFFF00007B0000007B0000007B0000007B0000FF000000FF00
- 00007B0000007B0000000000000000000000000000000000000000000000007B
- 7B0000FFFF000000000000000000BDBDBD00BDBDBD000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF00007B7B00007B7B000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000007B7B7B00000000000000000000000000000000000000
- 00000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBDBD000000
- 0000000000000000000000000000000000007B7B7B00BDBDBD00FFFFFF00BDBD
- BD00FFFFFF00BDBDBD00007B0000007B0000007B0000FF000000007B0000FF00
- 0000FF0000007B00000000000000000000000000000000000000000000000000
- 000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00BDBDBD000000000000FF
- FF00007B7B00007B7B0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000007B7B7B00000000000000000000000000000000000000
- 00000000000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBD
- BD00000000000000000000000000000000007B7B7B00FFFFFF00FFFFFF00FFFF
- FF00FF000000007B0000007B0000FF000000007B0000007B0000FF000000FF00
- 0000FF000000007B00000000000000000000000000000000000000000000BDBD
- BD00FFFFFF007B7B7B00FF000000FFFFFF00FFFFFF00FFFFFF00BDBDBD000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000007B7B7B00000000000000000000000000000000000000
- 0000000000000000000000000000FFFFFF00BDBDBD00FFFFFF007B0000000000
- 0000000000000000000000000000000000007B7B7B00BDBDBD00FFFFFF00BDBD
- BD00FFFFFF00FF000000FF000000007B0000FF000000FF000000007B0000007B
- 0000007B0000FF00000000000000000000007B7B7B00BDBDBD00FFFFFF00FFFF
- FF00FF000000FFFFFF00FFFFFF00FF000000FF000000FFFFFF00FFFFFF00BDBD
- BD00000000000000000000000000000000007B7B7B0000FF0000007B00007B7B
- 7B007B7B7B007B7B7B007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
- BD0000000000000000007B7B7B00000000000000000000000000000000000000
- 000000000000000000000000000000000000FFFFFF00BDBDBD00FFFFFF000000
- 000000000000000000000000000000000000000000007B7B7B00BDBDBD00FFFF
- FF00007B0000007B0000FF000000FF000000FF000000007B0000007B0000007B
- 0000007B0000000000000000000000000000000000007B7B7B00FFFFFF00FFFF
- FF00FFFFFF00FF0000007B7B7B00FFFFFF00FFFFFF00FFFFFF0000007B000000
- FF00BDBDBD000000000000000000000000007B7B7B00BDBDBD00BDBDBD00BDBD
- BD00BDBDBD00BDBDBD007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
- BD007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000BDBDBD00FFFF
- FF0000000000000000000000000000000000000000007B7B7B00FFFFFF00BDBD
- BD00007B0000007B0000007B0000007B0000007B0000007B0000007B0000007B
- 0000007B000000000000000000000000000000000000000000007B7B7B00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF007B7B
- 7B007B7B7B00000000000000000000000000000000007B7B7B007B7B7B007B7B
- 7B007B7B7B007B7B7B000000000000000000000000007B7B7B007B7B7B007B7B
- 7B00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000007B7B7B00FFFF
- FF00BDBDBD00FFFFFF00FF000000007B0000007B0000007B0000007B0000007B
- 00007B7B7B000000000000000000000000000000000000000000000000007B7B
- 7B00FFFFFF00FF0000007B7B7B00FFFFFF00FFFFFF007B7B7B007B7B7B000000
- 000000000000000000000000000000000000000000007B7B7B00FFFF0000FFFF
- 0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007B7B
- 7B007B7B7B00BDBDBD00FFFFFF00FF000000007B0000007B00007B7B7B007B7B
- 7B00000000000000000000000000000000000000000000000000000000000000
- 00007B7B7B00FFFFFF00FFFFFF007B7B7B007B7B7B0000000000000000000000
- 000000000000000000000000000000000000000000007B7B7B00FFFF0000FFFF
- 0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000007B7B7B007B7B7B00000000000000000000000000000000000000
- 000000000000000000000000000000000000000000007B7B7B007B7B7B007B7B
- 7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFF00000000FFFF000000000000
- FFFF000000000000FFFF000000000000FFFF0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFF000000000000FFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFE007
- FFFFFFFFFFFFE007FFFFFFFFFFFFE007FFFFFFFFFFFFE007FFFFFFFFFFFFE007
- 000000000000E007000000000000E007000000000000E007000000000000E007
- 000000000000E007000000000000E00F000000000000E01F000000000000E03F
- 000000000000FFFF000000000000FFFFFFFFC000FF80FFFFFFFFC000C701FFFF
- C007C000C383FFFFC007C000C1FFFFFFC007C000E0FFFFFFC007C000F07F0000
- C007C000F8330000C007C000FC010000C007C000FE000000C007C000FF000000
- C007C000FF810000C007C000FF030000C00FC000FF070000C01FF003FF0F0000
- C03FF003FF9F0000FFFFFC0FFFFF0000FFFFF83FFF9F80FFC00FE00FFE0F008F
- C00FC007F8070081E01F8003E0038180F03F8003C001818CF01F0001C00081FC
- E00F0001C00081FCC00F0001E000FFFCC00F0001E003FFFCC0070001800F808C
- C00F000100070080C00F800380030081C0078003C007818FE007C007E01F81FF
- E007E00FF07F81FFF01FF83FF9FF81FF00000000000000000000000000000000
- 000000000000}
- end
- object dsAuction: TDataSource
- DataSet = tblAuction
- Left = 16
- Top = 168
- end
- object tblEbayCountry: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- IndexDefs = <
- item
- Name = 'COUNTRY'
- Fields = 'CODE'
- Options = [ixUnique]
- end
- item
- Name = 'ABBR'
- Fields = 'ABBR'
- end
- item
- Name = 'CODECOUNTRY'
- Fields = 'CODE;COUNTRY;ABBR'
- end>
- IndexName = 'CODECOUNTRY'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = frmPosterMain.AdsConnection1
- FieldDefs = <
- item
- Name = 'Country'
- DataType = ftString
- Size = 50
- end
- item
- Name = 'Code'
- DataType = ftInteger
- end
- item
- Name = 'Abbr'
- DataType = ftString
- Size = 2
- end>
- StoreDefs = True
- TableName = 'EbayCountry'
- Left = 88
- Top = 296
- object tblEbayCountryCountry: TStringField
- DisplayWidth = 40
- FieldName = 'Country'
- Size = 50
- end
- object tblEbayCountryCode: TIntegerField
- DisplayWidth = 10
- FieldName = 'Code'
- Visible = False
- end
- object tblEbayCountryAbbr: TStringField
- DisplayWidth = 2
- FieldName = 'Abbr'
- Visible = False
- Size = 2
- end
- end
- object dsRegions: TDataSource
- DataSet = qryRegions
- Left = 16
- Top = 344
- end
- object dsCountry1: TDataSource
- DataSet = tblEbayCountry
- Left = 16
- Top = 296
- end
- object qryProviderFTP: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- SQL.Strings = (
- 'SELECT A.*'
- 'FROM ProviderSettings A'
- 'WHERE A.ftpURL Is Not Null')
- Left = 88
- Top = 8
- ParamData = <>
- object qryProviderFTPProvider: TStringField
- DisplayWidth = 50
- FieldName = 'Provider'
- Size = 50
- end
- object qryProviderFTPftpImageURL: TStringField
- DisplayWidth = 255
- FieldName = 'ftpImageURL'
- Size = 255
- end
- object qryProviderFTPftpImageDIR: TStringField
- DisplayWidth = 255
- FieldName = 'ftpImageDIR'
- Size = 255
- end
- object qryProviderFTPftpURL: TStringField
- DisplayWidth = 255
- FieldName = 'ftpURL'
- Visible = False
- Size = 255
- end
- object qryProviderFTPProviderID: TAutoIncField
- DisplayWidth = 10
- FieldName = 'ProviderID'
- Visible = False
- end
- end
- object dsProviderFTP: TDataSource
- DataSet = qryProviderFTP
- Left = 24
- Top = 8
- end
- object tblFTPSettings: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- IndexDefs = <
- item
- Name = 'FTPID'
- Fields = 'FTPID'
- Options = [ixUnique]
- end>
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AfterInsert = tblFTPSettingsAfterInsert
- BeforePost = tblFTPSettingsBeforePost
- AfterPost = tblFTPSettingsAfterPost
- BeforeDelete = tblFTPSettingsBeforeDelete
- AdsConnection = frmPosterMain.AdsConnection1
- FieldDefs = <
- item
- Name = 'ftpUserID'
- DataType = ftString
- Size = 64
- end
- item
- Name = 'ftpPassword'
- DataType = ftString
- Size = 64
- end
- item
- Name = 'ftpURL'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'ftpRemotePort'
- DataType = ftSmallint
- end
- item
- Name = 'ftpRemoteHost'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'FTPFolder'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'DisablePASV'
- DataType = ftBoolean
- end
- item
- Name = 'FTPTimeout'
- DataType = ftSmallint
- end
- item
- Name = 'FTPID'
- DataType = ftAutoInc
- end
- item
- Name = 'PictureURL'
- DataType = ftString
- Size = 255
- end>
- StoreDefs = True
- TableName = 'FTPSettings'
- Left = 88
- Top = 96
- object tblFTPSettingsftpURL: TStringField
- DisplayWidth = 30
- FieldName = 'ftpURL'
- Size = 255
- end
- object tblFTPSettingsFTPFolder: TStringField
- DisplayWidth = 30
- FieldName = 'FTPFolder'
- Size = 255
- end
- object tblFTPSettingsFTPID: TAutoIncField
- DisplayWidth = 10
- FieldName = 'FTPID'
- Visible = False
- end
- object tblFTPSettingsftpPassword: TStringField
- DisplayWidth = 64
- FieldName = 'ftpPassword'
- Visible = False
- Size = 64
- end
- object tblFTPSettingsftpRemotePort: TSmallintField
- DisplayWidth = 10
- FieldName = 'ftpRemotePort'
- Visible = False
- end
- object tblFTPSettingsftpRemoteHost: TStringField
- DisplayWidth = 255
- FieldName = 'ftpRemoteHost'
- Visible = False
- Size = 255
- end
- object tblFTPSettingsDisablePASV: TBooleanField
- DisplayWidth = 5
- FieldName = 'DisablePASV'
- Visible = False
- end
- object tblFTPSettingsFTPTimeout: TSmallintField
- DisplayWidth = 10
- FieldName = 'FTPTimeout'
- Visible = False
- end
- object tblFTPSettingsPictureURL: TStringField
- DisplayWidth = 255
- FieldName = 'PictureURL'
- Visible = False
- Size = 255
- end
- object tblFTPSettingsftpUserID: TStringField
- DisplayWidth = 64
- FieldName = 'ftpUserID'
- Visible = False
- Size = 64
- end
- end
- object dsFTPSettings: TDataSource
- DataSet = tblFTPSettings
- Left = 24
- Top = 104
- end
- object qryRegions: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- RequestLive = True
- SQL.Strings = (
-
- 'SELECT AuctionId,rtrim(RegionName)+ IFNULL('#39', '#39' + rtrim(State),'#39 +
- #39') as RegionState, RegionID '
- 'FROM EbayRegions'
- 'ORDER BY AuctionId, MajorSort,State, RegionName')
- SourceTableType = ttAdsCDX
- Left = 88
- Top = 344
- ParamData = <>
- object qryRegionsRegionState: TStringField
- DisplayWidth = 30
- FieldName = 'RegionState'
- Size = 54
- end
- object qryRegionsRegionID: TIntegerField
- DisplayWidth = 10
- FieldName = 'RegionID'
- Visible = False
- end
- end
- object tblEbayCurrency1: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- IndexDefs = <
- item
- Name = 'CURRENCYID'
- Fields = 'CURRENCYID'
- Options = [ixUnique]
- end>
- IndexName = 'CURRENCYID'
- MasterFields = 'CurrencyID'
- MasterSource = dsAuction
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = frmPosterMain.AdsConnection1
- FieldDefs = <
- item
- Name = 'CurrencyId'
- DataType = ftInteger
- end
- item
- Name = 'CurrencyName'
- DataType = ftString
- Size = 20
- end
- item
- Name = 'CurrencySymbol'
- DataType = ftString
- Size = 4
- end>
- StoreDefs = True
- TableName = 'EbayCurrency'
- Left = 88
- Top = 208
- end
- object dsEbayCurrency: TDataSource
- DataSet = tblEbayCurrency1
- Left = 16
- Top = 208
- end
- object tblAuction: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- IndexDefs = <
- item
- Name = 'AUCTIONID'
- Fields = 'AUCTIONID'
- Options = [ixUnique]
- end
- item
- Name = 'SITEID'
- Fields = 'SITEID'
- end>
- IndexName = 'AUCTIONID'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = frmPosterMain.AdsConnection1
- FieldDefs = <
- item
- Name = 'AuctionID'
- DataType = ftInteger
- end
- item
- Name = 'AuctionName'
- DataType = ftString
- Size = 50
- end
- item
- Name = 'SellingHTML'
- DataType = ftMemo
- Size = 1
- end
- item
- Name = 'SiteID'
- DataType = ftInteger
- end
- item
- Name = 'CurrencyID'
- DataType = ftInteger
- end
- item
- Name = 'SiteXML'
- DataType = ftMemo
- Size = 1
- end
- item
- Name = 'Region'
- DataType = ftInteger
- end
- item
- Name = 'Country'
- DataType = ftString
- Size = 2
- end
- item
- Name = 'Location'
- DataType = ftString
- Size = 45
- end
- item
- Name = 'PayPalEmail'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'ItemPictureURL'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'DefaultUserID'
- DataType = ftString
- Size = 64
- end
- item
- Name = 'Active'
- DataType = ftBoolean
- end
- item
- Name = 'Company'
- DataType = ftString
- Size = 20
- end
- item
- Name = 'XSL'
- DataType = ftMemo
- Size = 1
- end
- item
- Name = 'AttrXML'
- DataType = ftMemo
- Size = 1
- end
- item
- Name = 'IncludeInProximitySearch'
- DataType = ftBoolean
- end
- item
- Name = 'Zip'
- DataType = ftInteger
- end>
- StoreDefs = True
- TableName = 'Auction'
- Left = 88
- Top = 170
- end
- object dsEbayStoreCategory: TDataSource
- DataSet = qryEbayStoreCategory
- Left = 24
- Top = 56
- end
- object qryEbayStoreCategory: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- RequestLive = True
- SQL.Strings = (
- 'SELECT * FROM EbayStoreCategory'
- 'WHERE UserModifiableDesc = true'
- 'ORDER BY AuctionId, StoreCategory')
- Left = 88
- Top = 48
- ParamData = <>
- end
- object qryAuctionUserEbay: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- BeforePost = qryAuctionUserEbayBeforePost
- ReadAllColumns = False
- RequestLive = True
- SQL.Strings = (
- 'SELECT * FROM AuctionUser'
- 'WHERE AuctionID = 0')
- Left = 88
- Top = 256
- ParamData = <>
- end
- object dsAuctionUserEbay: TDataSource
- DataSet = qryAuctionUserEbay
- Left = 16
- Top = 256
- end
- end
-