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

  1. object frmImportEbayCSV: TfrmImportEbayCSV
  2.   Left = 247
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import CSV'
  6.   ClientHeight = 344
  7.   ClientWidth = 369
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 78
  22.     Width = 51
  23.     Height = 13
  24.     Caption = 'Import File:'
  25.   end
  26.   object Label5: TLabel
  27.     Left = 8
  28.     Top = 112
  29.     Width = 69
  30.     Height = 13
  31.     Caption = 'Default Folder:'
  32.   end
  33.   object edtFileName: TEdit
  34.     Left = 64
  35.     Top = 78
  36.     Width = 225
  37.     Height = 21
  38.     TabOrder = 1
  39.   end
  40.   object btnFindFile: TButton
  41.     Left = 296
  42.     Top = 78
  43.     Width = 57
  44.     Height = 21
  45.     Caption = 'Find File'
  46.     TabOrder = 3
  47.     OnClick = btnFindFileClick
  48.   end
  49.   object btnImport: TButton
  50.     Left = 81
  51.     Top = 287
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Import File'
  55.     TabOrder = 5
  56.     OnClick = btnImportClick
  57.   end
  58.   object rgFilesource: TRadioGroup
  59.     Left = 64
  60.     Top = 5
  61.     Width = 223
  62.     Height = 68
  63.     Caption = 'Filesource'
  64.     ItemIndex = 0
  65.     Items.Strings = (
  66.       'Shooting Star'
  67.       'Turbo Lister'
  68.       'The Poster Toaster')
  69.     TabOrder = 0
  70.     OnClick = rgFilesourceClick
  71.   end
  72.   object btnClose: TButton
  73.     Left = 224
  74.     Top = 287
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Close'
  78.     TabOrder = 6
  79.     OnClick = btnCloseClick
  80.   end
  81.   object cxGrid1: TcxGrid
  82.     Left = 8
  83.     Top = 145
  84.     Width = 289
  85.     Height = 128
  86.     TabOrder = 4
  87.     object ViewAuction: TcxGridDBTableView
  88.       DataController.DataSource = dsAuction
  89.       DataController.Summary.DefaultGroupSummaryItems = <>
  90.       DataController.Summary.FooterSummaryItems = <>
  91.       DataController.Summary.SummaryGroups = <>
  92.       NavigatorButtons.ConfirmDelete = False
  93.       OptionsBehavior.FocusCellOnTab = True
  94.       OptionsBehavior.GoToNextCellOnEnter = True
  95.       OptionsCustomize.ColumnFiltering = False
  96.       OptionsCustomize.ColumnHiding = True
  97.       OptionsCustomize.ColumnSorting = False
  98.       OptionsData.Deleting = False
  99.       OptionsData.Inserting = False
  100.       OptionsSelection.HideFocusRect = False
  101.       OptionsSelection.InvertSelect = False
  102.       OptionsView.GroupByBox = False
  103.       OptionsView.Indicator = True
  104.       object ViewAuctionAuctionName: TcxGridDBColumn
  105.         Options.Editing = False
  106.         Width = 108
  107.         DataBinding.FieldName = 'AuctionName'
  108.       end
  109.       object ViewAuctionDefaultUserID: TcxGridDBColumn
  110.         PropertiesClassName = 'TcxLookupComboBoxProperties'
  111.         Properties.ImmediatePost = True
  112.         Properties.KeyFieldNames = 'AuctionUserID'
  113.         Properties.ListColumns = <
  114.           item
  115.             FieldName = 'AuctionUserID'
  116.           end>
  117.         Properties.ListOptions.ShowHeader = False
  118.         Properties.ListSource = dsAuctionUser
  119.         Options.ShowEditButtons = isebAlways
  120.         Width = 144
  121.         DataBinding.FieldName = 'DefaultUserID'
  122.       end
  123.     end
  124.     object cxGrid1Level1: TcxGridLevel
  125.       GridView = ViewAuction
  126.     end
  127.   end
  128.   object fctcFolder: TfcTreeCombo
  129.     Left = 80
  130.     Top = 109
  131.     Width = 209
  132.     Height = 21
  133.     ButtonStyle = cbsDownArrow
  134.     DropDownCount = 8
  135.     Images = ImageList1
  136.     Items.StreamVersion = 1
  137.     Items.Data = {00000000}
  138.     Options = [icoExpanded]
  139.     ReadOnly = False
  140.     ShowMatchText = True
  141.     Sorted = False
  142.     Style = csDropDown
  143.     TabOrder = 2
  144.   end
  145.   object ProgressBar1: TProgressBar
  146.     Left = 0
  147.     Top = 327
  148.     Width = 369
  149.     Height = 17
  150.     Align = alBottom
  151.     Min = 0
  152.     Max = 100
  153.     TabOrder = 7
  154.   end
  155.   object OpenDialog1: TOpenDialog
  156.     DefaultExt = 'csv'
  157.     FileName = '*.csv'
  158.     Filter = 'CSV Files (*.csv)|*.csv|All Files (*.*)|*.*'
  159.     Left = 313
  160.     Top = 118
  161.   end
  162.   object tblAuctionUser: TAdsTable
  163.     IndexDefs = <
  164.       item
  165.         Name = 'AUCTIONIDUSERID'
  166.         Fields = 'AUCTIONID;AUCTIONUSERID'
  167.         Options = [ixUnique]
  168.       end
  169.       item
  170.         Name = 'AUCTIONID'
  171.         Fields = 'AUCTIONID'
  172.       end>
  173.     IndexFieldNames = 'AUCTIONID'
  174.     MasterFields = 'AuctionID'
  175.     MasterSource = dsAuction
  176.     StoreActive = True
  177.     Version = '6.2 (ACE 6.20)'
  178.     FieldDefs = <
  179.       item
  180.         Name = 'AuctionID'
  181.         DataType = ftInteger
  182.       end
  183.       item
  184.         Name = 'AuctionUserID'
  185.         DataType = ftString
  186.         Size = 64
  187.       end
  188.       item
  189.         Name = 'AuctionPassword'
  190.         DataType = ftString
  191.         Size = 64
  192.       end>
  193.     StoreDefs = True
  194.     TableName = 'AuctionUser'
  195.     Left = 78
  196.     Top = 170
  197.     object tblAuctionUserAuctionUserID: TStringField
  198.       DisplayWidth = 20
  199.       FieldName = 'AuctionUserID'
  200.       Size = 64
  201.     end
  202.     object tblAuctionUserAuctionID: TIntegerField
  203.       DisplayWidth = 10
  204.       FieldName = 'AuctionID'
  205.       Visible = False
  206.     end
  207.   end
  208.   object dsAuction: TDataSource
  209.     DataSet = qryActiveAuction
  210.     Left = 23
  211.     Top = 211
  212.   end
  213.   object dsAuctionUser: TDataSource
  214.     DataSet = tblAuctionUser
  215.     Left = 79
  216.     Top = 217
  217.   end
  218.   object tblFolders: TAdsTable
  219.     DatabaseName = 'frmPosterMain.AdsConnection1'
  220.     IndexDefs = <
  221.       item
  222.         Name = 'FOLDERID'
  223.         Fields = 'FOLDERID'
  224.         Options = [ixUnique]
  225.       end>
  226.     StoreActive = True
  227.     Version = '6.2 (ACE 6.20)'
  228.     AdsConnection = frmPosterMain.AdsConnection1
  229.     FieldDefs = <
  230.       item
  231.         Name = 'FolderId'
  232.         DataType = ftAutoInc
  233.       end
  234.       item
  235.         Name = 'ParentFolderId'
  236.         DataType = ftInteger
  237.       end
  238.       item
  239.         Name = 'FolderName'
  240.         DataType = ftString
  241.         Size = 255
  242.       end
  243.       item
  244.         Name = 'Expanded'
  245.         DataType = ftBoolean
  246.       end>
  247.     StoreDefs = True
  248.     TableName = 'Folders'
  249.     Left = 320
  250.     Top = 157
  251.   end
  252.   object qryGetFolder: TAdsQuery
  253.     DatabaseName = 'frmPosterMain.AdsConnection1'
  254.     StoreActive = True
  255.     Version = '6.2 (ACE 6.20)'
  256.     ReadAllColumns = False
  257.     RequestLive = True
  258.     SQL.Strings = (
  259.       'SELECT * FROM Folders'
  260.       'WHERE FolderName = :pFolderName')
  261.     Left = 320
  262.     Top = 216
  263.     ParamData = <
  264.       item
  265.         DataType = ftUnknown
  266.         Name = 'pFolderName'
  267.         ParamType = ptUnknown
  268.       end>
  269.   end
  270.   object qryActiveAuction: TAdsQuery
  271.     DatabaseName = 'frmPosterMain.AdsConnection1'
  272.     StoreActive = True
  273.     Version = '6.2 (ACE 6.20)'
  274.     ReadAllColumns = False
  275.     RequestLive = True
  276.     SQL.Strings = (
  277.       'SELECT * FROM Auction'
  278.       'WHERE Active = true')
  279.     Left = 24
  280.     Top = 168
  281.     ParamData = <>
  282.     object qryActiveAuctionAuctionID: TIntegerField
  283.       FieldName = 'AuctionID'
  284.     end
  285.     object qryActiveAuctionAuctionName: TStringField
  286.       FieldName = 'AuctionName'
  287.       Size = 50
  288.     end
  289.     object qryActiveAuctionSellingHTML: TMemoField
  290.       FieldName = 'SellingHTML'
  291.       BlobType = ftMemo
  292.       Size = 1
  293.     end
  294.     object qryActiveAuctionSiteID: TIntegerField
  295.       FieldName = 'SiteID'
  296.     end
  297.     object qryActiveAuctionCurrencyID: TIntegerField
  298.       FieldName = 'CurrencyID'
  299.     end
  300.     object qryActiveAuctionSiteXML: TMemoField
  301.       FieldName = 'SiteXML'
  302.       BlobType = ftMemo
  303.       Size = 1
  304.     end
  305.     object qryActiveAuctionRegion: TIntegerField
  306.       FieldName = 'Region'
  307.     end
  308.     object qryActiveAuctionCountry: TStringField
  309.       FieldName = 'Country'
  310.       Size = 2
  311.     end
  312.     object qryActiveAuctionLocation: TStringField
  313.       FieldName = 'Location'
  314.       Size = 45
  315.     end
  316.     object qryActiveAuctionPayPalEmail: TStringField
  317.       FieldName = 'PayPalEmail'
  318.       Size = 255
  319.     end
  320.     object qryActiveAuctionItemPictureURL: TStringField
  321.       FieldName = 'ItemPictureURL'
  322.       Size = 255
  323.     end
  324.     object qryActiveAuctionDefaultUserID: TStringField
  325.       FieldName = 'DefaultUserID'
  326.       Size = 64
  327.     end
  328.     object qryActiveAuctionActive: TBooleanField
  329.       FieldName = 'Active'
  330.     end
  331.     object qryActiveAuctionCompany: TStringField
  332.       FieldName = 'Company'
  333.     end
  334.   end
  335.   object ImageList1: TImageList
  336.     DrawingStyle = dsTransparent
  337.     Left = 297
  338.     Top = 21
  339.     Bitmap = {
  340.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  341.       0000000000003600000028000000400000001000000001002000000000000010
  342.       0000000000000000000000000000000000000000000000000000000000000000
  343.       0000000000000000000000000000000000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000000000000000000000
  345.       0000000000000000000000000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000000000000000000000
  347.       0000000000000000000000000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000000000000000000000
  349.       0000000000000000000000000000000000000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000000000000000000000
  351.       0000000000000000000000000000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       0000000000000000000000000000000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000000000000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       0000000000000000000000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       00000000000000000000000000000000000000000000000000000000000000FF
  377.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  378.       FF00000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       00000000000000000000000000000000000000000000000000000000000000FF
  383.       FF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FF
  384.       FF0000000000000000000000000000000000000000000000000000000000FFFF
  385.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  386.       FF00000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000FFFFFF000000
  391.       000000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBD
  392.       BD0000FFFF0000000000000000000000000000000000000000000000000000FF
  393.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  394.       FF00000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       000000000000000000000000000000000000000000000000000000FFFF00FFFF
  399.       FF000000000000FFFF00BDBDBD0000FFFF00BDBDBD0000FFFF00BDBDBD0000FF
  400.       FF00BDBDBD0000FFFF000000000000000000000000000000000000000000FFFF
  401.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  402.       FF00000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000FFFFFF0000FF
  407.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  408.       00000000000000000000000000000000000000000000000000000000000000FF
  409.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  410.       FF00000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       000000000000000000000000000000000000000000000000000000FFFF00FFFF
  415.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF000000
  416.       000000000000000000000000000000000000000000000000000000000000FFFF
  417.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  418.       FF00000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000FFFFFF0000FF
  423.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       000000000000000000000000000000000000000000000000000000FFFF00FFFF
  431.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000FFFFFF0000FFFF00FFFFFF0000FFFF000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       00000000000000000000000000000000000000000000000000000000000000FF
  439.       FF00FFFFFF0000FFFF00FFFFFF00000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000007B7B
  441.       7B00000000000000000000000000000000007B7B7B0000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       00000000000000000000000000000000000000000000000000007B7B7B000000
  447.       00000000000000000000000000007B7B7B000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       000000000000000000000000000000000000424D3E000000000000003E000000
  471.       2800000040000000100000000100010000000000800000000000000000000000
  472.       000000000000000000000000FFFFFF00FFFFFFFF00000000FFFFFFFF00000000
  473.       FFFFFFFF00000000FFFFE00700000000C00FC007000000008007C00700000000
  474.       8003C007000000008001C007000000008001C00700000000800FC00700000000
  475.       800FC00F00000000801FE07F00000000C0FFE07F00000000C0FFFFFF00000000
  476.       FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
  477.       000000000000}
  478.   end
  479. end
  480.