home *** CD-ROM | disk | FTP | other *** search
- object frmImportEbayCSV: TfrmImportEbayCSV
- Left = 247
- Top = 198
- BorderStyle = bsDialog
- Caption = 'Import CSV'
- ClientHeight = 344
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 78
- Width = 51
- Height = 13
- Caption = 'Import File:'
- end
- object Label5: TLabel
- Left = 8
- Top = 112
- Width = 69
- Height = 13
- Caption = 'Default Folder:'
- end
- object edtFileName: TEdit
- Left = 64
- Top = 78
- Width = 225
- Height = 21
- TabOrder = 1
- end
- object btnFindFile: TButton
- Left = 296
- Top = 78
- Width = 57
- Height = 21
- Caption = 'Find File'
- TabOrder = 3
- OnClick = btnFindFileClick
- end
- object btnImport: TButton
- Left = 81
- Top = 287
- Width = 75
- Height = 25
- Caption = 'Import File'
- TabOrder = 5
- OnClick = btnImportClick
- end
- object rgFilesource: TRadioGroup
- Left = 64
- Top = 5
- Width = 223
- Height = 68
- Caption = 'Filesource'
- ItemIndex = 0
- Items.Strings = (
- 'Shooting Star'
- 'Turbo Lister'
- 'The Poster Toaster')
- TabOrder = 0
- OnClick = rgFilesourceClick
- end
- object btnClose: TButton
- Left = 224
- Top = 287
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 6
- OnClick = btnCloseClick
- end
- object cxGrid1: TcxGrid
- Left = 8
- Top = 145
- Width = 289
- Height = 128
- TabOrder = 4
- object ViewAuction: TcxGridDBTableView
- DataController.DataSource = dsAuction
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- NavigatorButtons.ConfirmDelete = False
- OptionsBehavior.FocusCellOnTab = True
- OptionsBehavior.GoToNextCellOnEnter = True
- OptionsCustomize.ColumnFiltering = False
- OptionsCustomize.ColumnHiding = True
- OptionsCustomize.ColumnSorting = False
- OptionsData.Deleting = False
- OptionsData.Inserting = False
- OptionsSelection.HideFocusRect = False
- OptionsSelection.InvertSelect = False
- OptionsView.GroupByBox = False
- OptionsView.Indicator = True
- object ViewAuctionAuctionName: TcxGridDBColumn
- Options.Editing = False
- Width = 108
- DataBinding.FieldName = 'AuctionName'
- end
- object ViewAuctionDefaultUserID: TcxGridDBColumn
- PropertiesClassName = 'TcxLookupComboBoxProperties'
- Properties.ImmediatePost = True
- Properties.KeyFieldNames = 'AuctionUserID'
- Properties.ListColumns = <
- item
- FieldName = 'AuctionUserID'
- end>
- Properties.ListOptions.ShowHeader = False
- Properties.ListSource = dsAuctionUser
- Options.ShowEditButtons = isebAlways
- Width = 144
- DataBinding.FieldName = 'DefaultUserID'
- end
- end
- object cxGrid1Level1: TcxGridLevel
- GridView = ViewAuction
- end
- end
- object fctcFolder: TfcTreeCombo
- Left = 80
- Top = 109
- Width = 209
- Height = 21
- ButtonStyle = cbsDownArrow
- DropDownCount = 8
- Images = ImageList1
- Items.StreamVersion = 1
- Items.Data = {00000000}
- Options = [icoExpanded]
- ReadOnly = False
- ShowMatchText = True
- Sorted = False
- Style = csDropDown
- TabOrder = 2
- end
- object ProgressBar1: TProgressBar
- Left = 0
- Top = 327
- Width = 369
- Height = 17
- Align = alBottom
- Min = 0
- Max = 100
- TabOrder = 7
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'csv'
- FileName = '*.csv'
- Filter = 'CSV Files (*.csv)|*.csv|All Files (*.*)|*.*'
- Left = 313
- Top = 118
- end
- object tblAuctionUser: TAdsTable
- IndexDefs = <
- item
- Name = 'AUCTIONIDUSERID'
- Fields = 'AUCTIONID;AUCTIONUSERID'
- Options = [ixUnique]
- end
- item
- Name = 'AUCTIONID'
- Fields = 'AUCTIONID'
- end>
- IndexFieldNames = 'AUCTIONID'
- MasterFields = 'AuctionID'
- MasterSource = dsAuction
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- FieldDefs = <
- item
- Name = 'AuctionID'
- DataType = ftInteger
- end
- item
- Name = 'AuctionUserID'
- DataType = ftString
- Size = 64
- end
- item
- Name = 'AuctionPassword'
- DataType = ftString
- Size = 64
- end>
- StoreDefs = True
- TableName = 'AuctionUser'
- Left = 78
- Top = 170
- object tblAuctionUserAuctionUserID: TStringField
- DisplayWidth = 20
- FieldName = 'AuctionUserID'
- Size = 64
- end
- object tblAuctionUserAuctionID: TIntegerField
- DisplayWidth = 10
- FieldName = 'AuctionID'
- Visible = False
- end
- end
- object dsAuction: TDataSource
- DataSet = qryActiveAuction
- Left = 23
- Top = 211
- end
- object dsAuctionUser: TDataSource
- DataSet = tblAuctionUser
- Left = 79
- Top = 217
- end
- object tblFolders: TAdsTable
- DatabaseName = 'frmPosterMain.AdsConnection1'
- IndexDefs = <
- item
- Name = 'FOLDERID'
- Fields = 'FOLDERID'
- Options = [ixUnique]
- end>
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- AdsConnection = frmPosterMain.AdsConnection1
- FieldDefs = <
- item
- Name = 'FolderId'
- DataType = ftAutoInc
- end
- item
- Name = 'ParentFolderId'
- DataType = ftInteger
- end
- item
- Name = 'FolderName'
- DataType = ftString
- Size = 255
- end
- item
- Name = 'Expanded'
- DataType = ftBoolean
- end>
- StoreDefs = True
- TableName = 'Folders'
- Left = 320
- Top = 157
- end
- object qryGetFolder: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- RequestLive = True
- SQL.Strings = (
- 'SELECT * FROM Folders'
- 'WHERE FolderName = :pFolderName')
- Left = 320
- Top = 216
- ParamData = <
- item
- DataType = ftUnknown
- Name = 'pFolderName'
- ParamType = ptUnknown
- end>
- end
- object qryActiveAuction: TAdsQuery
- DatabaseName = 'frmPosterMain.AdsConnection1'
- StoreActive = True
- Version = '6.2 (ACE 6.20)'
- ReadAllColumns = False
- RequestLive = True
- SQL.Strings = (
- 'SELECT * FROM Auction'
- 'WHERE Active = true')
- Left = 24
- Top = 168
- ParamData = <>
- object qryActiveAuctionAuctionID: TIntegerField
- FieldName = 'AuctionID'
- end
- object qryActiveAuctionAuctionName: TStringField
- FieldName = 'AuctionName'
- Size = 50
- end
- object qryActiveAuctionSellingHTML: TMemoField
- FieldName = 'SellingHTML'
- BlobType = ftMemo
- Size = 1
- end
- object qryActiveAuctionSiteID: TIntegerField
- FieldName = 'SiteID'
- end
- object qryActiveAuctionCurrencyID: TIntegerField
- FieldName = 'CurrencyID'
- end
- object qryActiveAuctionSiteXML: TMemoField
- FieldName = 'SiteXML'
- BlobType = ftMemo
- Size = 1
- end
- object qryActiveAuctionRegion: TIntegerField
- FieldName = 'Region'
- end
- object qryActiveAuctionCountry: TStringField
- FieldName = 'Country'
- Size = 2
- end
- object qryActiveAuctionLocation: TStringField
- FieldName = 'Location'
- Size = 45
- end
- object qryActiveAuctionPayPalEmail: TStringField
- FieldName = 'PayPalEmail'
- Size = 255
- end
- object qryActiveAuctionItemPictureURL: TStringField
- FieldName = 'ItemPictureURL'
- Size = 255
- end
- object qryActiveAuctionDefaultUserID: TStringField
- FieldName = 'DefaultUserID'
- Size = 64
- end
- object qryActiveAuctionActive: TBooleanField
- FieldName = 'Active'
- end
- object qryActiveAuctionCompany: TStringField
- FieldName = 'Company'
- end
- end
- object ImageList1: TImageList
- DrawingStyle = dsTransparent
- Left = 297
- Top = 21
- Bitmap = {
- 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 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
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FF
- FF0000000000000000000000000000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF000000
- 000000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBD
- BD0000FFFF0000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFF00FFFF
- FF000000000000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FF
- FF00BDBDBD0000FFFF000000000000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF0000FF
- FF00FFFFFF000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000000FF
- FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007B7B
- 7B00000000000000000000000000000000007B7B7B0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000007B7B7B000000
- 00000000000000000000000000007B7B7B000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
- FFFFFFFF00000000FFFFE00700000000C00FC007000000008007C00700000000
- 8003C007000000008001C007000000008001C00700000000800FC00700000000
- 800FC00F00000000801FE07F00000000C0FFE07F00000000C0FFFFFF00000000
- FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
- 000000000000}
- end
- end
-