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

  1. object frmOptions: TfrmOptions
  2.   Left = 303
  3.   Top = 232
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 400
  7.   ClientWidth = 600
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnlFTP: TPanel
  24.     Left = 169
  25.     Top = 0
  26.     Width = 431
  27.     Height = 359
  28.     Align = alClient
  29.     TabOrder = 2
  30.     object Label8: TLabel
  31.       Left = 29
  32.       Top = 141
  33.       Width = 59
  34.       Height = 13
  35.       Caption = 'FTP User ID'
  36.       FocusControl = dbeftpUserID
  37.     end
  38.     object Label9: TLabel
  39.       Left = 29
  40.       Top = 163
  41.       Width = 69
  42.       Height = 13
  43.       Caption = 'FTP Password'
  44.       FocusControl = dbeftpPassword
  45.     end
  46.     object Label10: TLabel
  47.       Left = 29
  48.       Top = 185
  49.       Width = 85
  50.       Height = 13
  51.       Caption = 'Remote FTP Host'
  52.       FocusControl = dbeftpURL
  53.     end
  54.     object Label11: TLabel
  55.       Left = 29
  56.       Top = 206
  57.       Width = 42
  58.       Height = 13
  59.       Caption = 'FTP Port'
  60.       FocusControl = dbeftpRemotePort
  61.     end
  62.     object Label14: TLabel
  63.       Left = 29
  64.       Top = 228
  65.       Width = 54
  66.       Height = 13
  67.       Caption = 'Image URL'
  68.       FocusControl = dbePictureURL
  69.     end
  70.     object Label15: TLabel
  71.       Left = 29
  72.       Top = 250
  73.       Width = 76
  74.       Height = 13
  75.       Caption = 'Host Image DIR'
  76.       FocusControl = dbeFTPFolder
  77.     end
  78.     object Label16: TLabel
  79.       Left = 29
  80.       Top = 272
  81.       Width = 61
  82.       Height = 13
  83.       Caption = 'FTP Timeout'
  84.       FocusControl = dbeFTPTimeout
  85.     end
  86.     object Label12: TLabel
  87.       Left = 29
  88.       Top = 5
  89.       Width = 64
  90.       Height = 26
  91.       Caption = 'FTP Settings Template'
  92.       Visible = False
  93.       WordWrap = True
  94.     end
  95.     object Bevel1: TBevel
  96.       Left = 0
  97.       Top = 135
  98.       Width = 409
  99.       Height = 1
  100.       Shape = bsTopLine
  101.     end
  102.     object Label38: TLabel
  103.       Left = 31
  104.       Top = 24
  105.       Width = 60
  106.       Height = 13
  107.       Caption = 'Default FTP:'
  108.     end
  109.     object Label39: TLabel
  110.       Left = 14
  111.       Top = 61
  112.       Width = 101
  113.       Height = 13
  114.       Caption = 'If file exists on server:'
  115.     end
  116.     object dbeftpUserID: TDBEdit
  117.       Left = 125
  118.       Top = 141
  119.       Width = 233
  120.       Height = 19
  121.       Ctl3D = False
  122.       DataField = 'ftpUserID'
  123.       DataSource = dsFTPSettings
  124.       ParentCtl3D = False
  125.       TabOrder = 1
  126.     end
  127.     object dbeftpPassword: TDBEdit
  128.       Left = 125
  129.       Top = 163
  130.       Width = 233
  131.       Height = 19
  132.       Ctl3D = False
  133.       DataField = 'ftpPassword'
  134.       DataSource = dsFTPSettings
  135.       ParentCtl3D = False
  136.       PasswordChar = '*'
  137.       TabOrder = 2
  138.     end
  139.     object dbeftpURL: TDBEdit
  140.       Left = 125
  141.       Top = 185
  142.       Width = 233
  143.       Height = 19
  144.       Ctl3D = False
  145.       DataField = 'ftpURL'
  146.       DataSource = dsFTPSettings
  147.       ParentCtl3D = False
  148.       TabOrder = 3
  149.     end
  150.     object dbeftpRemotePort: TDBEdit
  151.       Left = 125
  152.       Top = 206
  153.       Width = 44
  154.       Height = 19
  155.       Ctl3D = False
  156.       DataField = 'ftpRemotePort'
  157.       DataSource = dsFTPSettings
  158.       ParentCtl3D = False
  159.       TabOrder = 4
  160.     end
  161.     object dbePictureURL: TDBEdit
  162.       Left = 125
  163.       Top = 228
  164.       Width = 233
  165.       Height = 19
  166.       Ctl3D = False
  167.       DataField = 'PictureURL'
  168.       DataSource = dsFTPSettings
  169.       ParentCtl3D = False
  170.       TabOrder = 5
  171.       OnExit = dbePictureURLExit
  172.     end
  173.     object dbeFTPFolder: TDBEdit
  174.       Left = 125
  175.       Top = 250
  176.       Width = 233
  177.       Height = 19
  178.       Ctl3D = False
  179.       DataField = 'FTPFolder'
  180.       DataSource = dsFTPSettings
  181.       ParentCtl3D = False
  182.       TabOrder = 6
  183.       OnExit = dbeFTPFolderExit
  184.     end
  185.     object dbeFTPTimeout: TDBEdit
  186.       Left = 125
  187.       Top = 272
  188.       Width = 44
  189.       Height = 19
  190.       Ctl3D = False
  191.       DataField = 'FTPTimeout'
  192.       DataSource = dsFTPSettings
  193.       ParentCtl3D = False
  194.       TabOrder = 7
  195.     end
  196.     object dbchkDisablePASV: TDBCheckBox
  197.       Left = 125
  198.       Top = 300
  199.       Width = 97
  200.       Height = 17
  201.       Caption = 'Disable PASV'
  202.       Ctl3D = False
  203.       DataField = 'DisablePASV'
  204.       DataSource = dsFTPSettings
  205.       ParentCtl3D = False
  206.       TabOrder = 8
  207.       ValueChecked = 'True'
  208.       ValueUnchecked = 'False'
  209.     end
  210.     object btnTestFTP: TButton
  211.       Left = 272
  212.       Top = 324
  213.       Width = 129
  214.       Height = 25
  215.       Caption = 'Test FTP Settings'
  216.       TabOrder = 9
  217.       OnClick = btnTestFTPClick
  218.     end
  219.     object dbcbProviderFTP: TwwDBLookupCombo
  220.       Left = 125
  221.       Top = 5
  222.       Width = 185
  223.       Height = 19
  224.       Ctl3D = False
  225.       DropDownAlignment = taLeftJustify
  226.       Selected.Strings = (
  227.         'Provider'#9'50'#9'Provider'#9#9
  228.         'ftpImageURL'#9'255'#9'ftpImageURL'#9'F'#9
  229.         'ftpImageDIR'#9'255'#9'ftpImageDIR'#9'F'#9)
  230.       LookupTable = qryProviderFTP
  231.       LookupField = 'ProviderID'
  232.       ParentCtl3D = False
  233.       TabOrder = 0
  234.       Visible = False
  235.       AutoDropDown = False
  236.       ShowButton = True
  237.       AllowClearKey = False
  238.       OnCloseUp = dbcbProviderFTPCloseUp
  239.     end
  240.     object dbcbDefaultFTPID: TwwDBLookupCombo
  241.       Left = 125
  242.       Top = 24
  243.       Width = 185
  244.       Height = 19
  245.       BiDiMode = bdLeftToRight
  246.       ParentBiDiMode = False
  247.       Ctl3D = False
  248.       DropDownAlignment = taLeftJustify
  249.       Selected.Strings = (
  250.         'ftpURL'#9'30'#9'ftpURL'#9'F'
  251.         'FTPFolder'#9'30'#9'FTPFolder'#9'F')
  252.       DataField = 'DefaultFTPID'
  253.       DataSource = dsUserSetting
  254.       LookupTable = tblFTPSettings
  255.       LookupField = 'FTPID'
  256.       ParentCtl3D = False
  257.       TabOrder = 10
  258.       AutoDropDown = False
  259.       ShowButton = True
  260.       AllowClearKey = False
  261.     end
  262.     object rgFTPFileExists: TwwRadioGroup
  263.       Left = 114
  264.       Top = 46
  265.       Width = 225
  266.       Height = 61
  267.       DataField = 'FTPFileExists'
  268.       DataSource = dsUserSetting
  269.       Items.Strings = (
  270.         'Prompt me for each file'
  271.         'Always replace server file with new file'
  272.         'Never overwrite server file.')
  273.       TabOrder = 11
  274.       Values.Strings = (
  275.         '1'
  276.         '2'
  277.         '3')
  278.     end
  279.     object cxDBNavigator1: TcxDBNavigator
  280.       Left = 8
  281.       Top = 328
  282.       Width = 198
  283.       Height = 25
  284.       Buttons.PriorPage.Visible = False
  285.       Buttons.NextPage.Visible = False
  286.       Buttons.Insert.Hint = 'Add new FTP record'
  287.       Buttons.Delete.Hint = 'Delete FTP record'
  288.       Buttons.Edit.Visible = False
  289.       Buttons.SaveBookmark.Visible = False
  290.       Buttons.GotoBookmark.Visible = False
  291.       Buttons.Filter.Visible = False
  292.       DataSource = dsFTPSettings
  293.       LookAndFeel.Kind = lfFlat
  294.       ParentShowHint = False
  295.       ShowHint = True
  296.       TabOrder = 12
  297.     end
  298.     object btnFTPHosting: TBitBtn
  299.       Left = 125
  300.       Top = 107
  301.       Width = 129
  302.       Height = 25
  303.       Caption = 'Need an FTP Host?'
  304.       Font.Charset = DEFAULT_CHARSET
  305.       Font.Color = clBlue
  306.       Font.Height = -11
  307.       Font.Name = 'MS Sans Serif'
  308.       Font.Style = [fsBold]
  309.       ParentFont = False
  310.       TabOrder = 13
  311.       OnClick = btnFTPHostingClick
  312.     end
  313.   end
  314.   object pnlAuctionHouses: TPanel
  315.     Left = 169
  316.     Top = 0
  317.     Width = 431
  318.     Height = 359
  319.     Align = alClient
  320.     TabOrder = 4
  321.     object Label36: TLabel
  322.       Left = 56
  323.       Top = 96
  324.       Width = 287
  325.       Height = 13
  326.       Caption = 'Select one of the Auction Houses for more options'
  327.       Font.Charset = DEFAULT_CHARSET
  328.       Font.Color = clWindowText
  329.       Font.Height = -11
  330.       Font.Name = 'MS Sans Serif'
  331.       Font.Style = [fsBold]
  332.       ParentFont = False
  333.     end
  334.   end
  335.   object pnlInternet: TPanel
  336.     Left = 169
  337.     Top = 0
  338.     Width = 431
  339.     Height = 359
  340.     Align = alClient
  341.     TabOrder = 1
  342.     Visible = False
  343.     object Label26: TLabel
  344.       Left = 28
  345.       Top = 50
  346.       Width = 26
  347.       Height = 13
  348.       Caption = 'Proxy'
  349.       FocusControl = dbeProxy
  350.     end
  351.     object Label27: TLabel
  352.       Left = 28
  353.       Top = 77
  354.       Width = 59
  355.       Height = 13
  356.       Caption = 'Remote Port'
  357.       FocusControl = dbeRemotePort
  358.     end
  359.     object Label28: TLabel
  360.       Left = 28
  361.       Top = 104
  362.       Width = 75
  363.       Height = 13
  364.       Caption = 'Default Browser'
  365.       FocusControl = dbeDefaultBrowser
  366.     end
  367.     object Label33: TLabel
  368.       Left = 46
  369.       Top = 13
  370.       Width = 316
  371.       Height = 13
  372.       Caption = 'Note: First try connecting without setting the proxy field'
  373.       Font.Charset = DEFAULT_CHARSET
  374.       Font.Color = clWindowText
  375.       Font.Height = -11
  376.       Font.Name = 'MS Sans Serif'
  377.       Font.Style = [fsBold]
  378.       ParentFont = False
  379.     end
  380.     object dbeProxy: TDBEdit
  381.       Left = 112
  382.       Top = 50
  383.       Width = 233
  384.       Height = 19
  385.       BevelEdges = []
  386.       BevelInner = bvNone
  387.       Ctl3D = False
  388.       DataField = 'Proxy'
  389.       DataSource = dsUserSetting
  390.       ParentCtl3D = False
  391.       TabOrder = 0
  392.     end
  393.     object dbeRemotePort: TDBEdit
  394.       Left = 112
  395.       Top = 77
  396.       Width = 51
  397.       Height = 19
  398.       BevelEdges = []
  399.       BevelInner = bvNone
  400.       Ctl3D = False
  401.       DataField = 'RemotePort'
  402.       DataSource = dsUserSetting
  403.       ParentCtl3D = False
  404.       TabOrder = 1
  405.     end
  406.     object dbeDefaultBrowser: TDBEdit
  407.       Left = 112
  408.       Top = 104
  409.       Width = 233
  410.       Height = 19
  411.       BevelEdges = []
  412.       BevelInner = bvNone
  413.       Ctl3D = False
  414.       DataField = 'DefaultBrowser'
  415.       DataSource = dsUserSetting
  416.       ParentCtl3D = False
  417.       TabOrder = 2
  418.     end
  419.     object btnTestInternet: TButton
  420.       Left = 112
  421.       Top = 144
  422.       Width = 145
  423.       Height = 25
  424.       Caption = 'Test Internet Connection'
  425.       TabOrder = 3
  426.       Visible = False
  427.       OnClick = btnTestInternetClick
  428.     end
  429.   end
  430.   object pnlEbayUser: TPanel
  431.     Left = 169
  432.     Top = 0
  433.     Width = 431
  434.     Height = 359
  435.     Align = alClient
  436.     TabOrder = 7
  437.     object Label19: TLabel
  438.       Left = 16
  439.       Top = 9
  440.       Width = 68
  441.       Height = 13
  442.       Caption = 'eBay User IDs'
  443.     end
  444.     object Label20: TLabel
  445.       Left = 17
  446.       Top = 31
  447.       Width = 307
  448.       Height = 13
  449.       Caption = 
  450.         'Use the "+" button at the bottom of the grid to enter new UserID' +
  451.         's'
  452.     end
  453.     object cxGrid1: TcxGrid
  454.       Left = 14
  455.       Top = 56
  456.       Width = 387
  457.       Height = 257
  458.       BorderWidth = 1
  459.       TabOrder = 0
  460.       object cxGridDBTableView1: TcxGridDBTableView
  461.         DataController.DataSource = dsAuctionUserEbay
  462.         DataController.Summary.DefaultGroupSummaryItems = <>
  463.         DataController.Summary.FooterSummaryItems = <>
  464.         DataController.Summary.SummaryGroups = <>
  465.         NavigatorButtons.ConfirmDelete = False
  466.         NavigatorButtons.First.Visible = False
  467.         NavigatorButtons.PriorPage.Visible = False
  468.         NavigatorButtons.NextPage.Visible = False
  469.         NavigatorButtons.Last.Visible = False
  470.         NavigatorButtons.Insert.Hint = 'Add new AuctionUserID'
  471.         NavigatorButtons.Delete.Hint = 'Delete selected AuctionUserID'
  472.         NavigatorButtons.Edit.Visible = False
  473.         NavigatorButtons.SaveBookmark.Visible = False
  474.         NavigatorButtons.GotoBookmark.Visible = False
  475.         NavigatorButtons.Filter.Visible = False
  476.         OptionsBehavior.FocusCellOnTab = True
  477.         OptionsBehavior.FocusFirstCellOnNewRecord = True
  478.         OptionsBehavior.GoToNextCellOnEnter = True
  479.         OptionsBehavior.NavigatorHints = True
  480.         OptionsBehavior.FocusCellOnCycle = True
  481.         OptionsCustomize.ColumnFiltering = False
  482.         OptionsView.Navigator = True
  483.         OptionsView.GroupByBox = False
  484.         OptionsView.Indicator = True
  485.         object cxGridDBColumn1: TcxGridDBColumn
  486.           SortOrder = soDescending
  487.           Width = 179
  488.           DataBinding.FieldName = 'AuctionUserID'
  489.         end
  490.       end
  491.       object cxGridLevel1: TcxGridLevel
  492.         GridView = cxGridDBTableView1
  493.       end
  494.     end
  495.     object btnActivate: TButton
  496.       Left = 288
  497.       Top = 321
  498.       Width = 83
  499.       Height = 19
  500.       Caption = 'Activate User'
  501.       TabOrder = 1
  502.       Visible = False
  503.       OnClick = btnActivateClick
  504.     end
  505.     object btnRequestToken: TButton
  506.       Left = 16
  507.       Top = 320
  508.       Width = 113
  509.       Height = 25
  510.       Caption = 'Request New Token'
  511.       TabOrder = 2
  512.       OnClick = btnRequestTokenClick
  513.     end
  514.   end
  515.   object pnlOtherSettings: TPanel
  516.     Left = 169
  517.     Top = 0
  518.     Width = 431
  519.     Height = 359
  520.     Align = alClient
  521.     TabOrder = 6
  522.     object Label3: TLabel
  523.       Left = 16
  524.       Top = 16
  525.       Width = 82
  526.       Height = 13
  527.       Caption = 'Other Settings'
  528.       Font.Charset = DEFAULT_CHARSET
  529.       Font.Color = clWindowText
  530.       Font.Height = -11
  531.       Font.Name = 'MS Sans Serif'
  532.       Font.Style = [fsBold]
  533.       ParentFont = False
  534.     end
  535.     object Label4: TLabel
  536.       Left = 24
  537.       Top = 48
  538.       Width = 75
  539.       Height = 13
  540.       Caption = 'Remove picture'
  541.     end
  542.     object Label5: TLabel
  543.       Left = 168
  544.       Top = 48
  545.       Width = 110
  546.       Height = 13
  547.       Caption = 'days after auction ends'
  548.     end
  549.     object Label6: TLabel
  550.       Left = 24
  551.       Top = 160
  552.       Width = 144
  553.       Height = 13
  554.       Caption = 'Check for latest updates every'
  555.       Visible = False
  556.     end
  557.     object Label7: TLabel
  558.       Left = 24
  559.       Top = 185
  560.       Width = 140
  561.       Height = 13
  562.       Caption = 'Run database compact every'
  563.       Visible = False
  564.     end
  565.     object Label17: TLabel
  566.       Left = 221
  567.       Top = 160
  568.       Width = 22
  569.       Height = 13
  570.       Caption = 'days'
  571.       Visible = False
  572.     end
  573.     object Label18: TLabel
  574.       Left = 221
  575.       Top = 185
  576.       Width = 22
  577.       Height = 13
  578.       Caption = 'days'
  579.       Visible = False
  580.     end
  581.     object cbUsePTEditor: TDBCheckBox
  582.       Left = 24
  583.       Top = 89
  584.       Width = 273
  585.       Height = 17
  586.       Caption = 'Use The Poster Toaster WYSIWYG HTML Editor'
  587.       DataField = 'UsePTEditor'
  588.       DataSource = dsUserSetting
  589.       TabOrder = 2
  590.       ValueChecked = 'True'
  591.       ValueUnchecked = 'False'
  592.     end
  593.     object seDeletePixDays: TwwDBSpinEdit
  594.       Left = 109
  595.       Top = 44
  596.       Width = 52
  597.       Height = 21
  598.       Increment = 1
  599.       MaxValue = 999
  600.       DataField = 'DeletePixDays'
  601.       DataSource = dsUserSetting
  602.       TabOrder = 0
  603.       UnboundDataType = wwDefault
  604.     end
  605.     object DBCheckBox2: TDBCheckBox
  606.       Left = 24
  607.       Top = 67
  608.       Width = 254
  609.       Height = 17
  610.       Caption = 'Keep pix on server after auction for all ads.'
  611.       DataField = 'DefaultStockFlag'
  612.       DataSource = dsUserSetting
  613.       TabOrder = 1
  614.       ValueChecked = 'True'
  615.       ValueUnchecked = 'False'
  616.     end
  617.     object cbShowFeeSummary: TCheckBox
  618.       Left = 24
  619.       Top = 111
  620.       Width = 233
  621.       Height = 17
  622.       Caption = 'Hide Fees Summary window after Verify'
  623.       TabOrder = 3
  624.     end
  625.     object seLatestUpdates: TwwDBSpinEdit
  626.       Left = 175
  627.       Top = 156
  628.       Width = 41
  629.       Height = 21
  630.       Increment = 1
  631.       MaxValue = 30
  632.       DataField = 'UpdateDays'
  633.       DataSource = dsUserSetting
  634.       TabOrder = 5
  635.       UnboundDataType = wwDefault
  636.       Visible = False
  637.     end
  638.     object seCompactDB: TwwDBSpinEdit
  639.       Left = 175
  640.       Top = 181
  641.       Width = 41
  642.       Height = 21
  643.       Increment = 1
  644.       MaxValue = 30
  645.       DataField = 'MaintDays'
  646.       DataSource = dsUserSetting
  647.       TabOrder = 6
  648.       UnboundDataType = wwDefault
  649.       Visible = False
  650.     end
  651.     object cbHideGalleryURLPreview: TCheckBox
  652.       Left = 24
  653.       Top = 134
  654.       Width = 288
  655.       Height = 17
  656.       Caption = 'Hide GalleryURL and PictureURL in Preview'
  657.       TabOrder = 4
  658.     end
  659.   end
  660.   object TreeView1: TTreeView
  661.     Left = 0
  662.     Top = 0
  663.     Width = 169
  664.     Height = 359
  665.     Align = alLeft
  666.     Images = ilOptions
  667.     Indent = 19
  668.     ReadOnly = True
  669.     TabOrder = 0
  670.     OnChange = TreeView1Change
  671.     Items.Data = {
  672.       04000000210000000100000001000000FFFFFFFFFFFFFFFF0000000000000000
  673.       08496E7465726E65741C0000000300000003000000FFFFFFFFFFFFFFFF000000
  674.       000000000003465450270000000500000005000000FFFFFFFFFFFFFFFF000000
  675.       00010000000E41756374696F6E20486F757365731D0000000600000006000000
  676.       FFFFFFFFFFFFFFFF000000000500000004654261792000000007000000070000
  677.       00FFFFFFFFFFFFFFFF0000000000000000076542617920555324000000080000
  678.       0008000000FFFFFFFFFFFFFFFF00000000000000000B654261792043616E6164
  679.       61200000000900000009000000FFFFFFFFFFFFFFFF0000000000000000076542
  680.       617920554B270000000A0000000A000000FFFFFFFFFFFFFFFF00000000000000
  681.       000E65426179204175737472616C6961240000000C0000000C000000FFFFFFFF
  682.       FFFFFFFF00000000000000000B65426179204D6F746F7273270000000D000000
  683.       0D000000FFFFFFFFFFFFFFFF00000000000000000E4F74686572205365747469
  684.       6E6773}
  685.   end
  686.   object pnlFooter: TPanel
  687.     Left = 0
  688.     Top = 359
  689.     Width = 600
  690.     Height = 41
  691.     Align = alBottom
  692.     TabOrder = 5
  693.     object btnOK: TButton
  694.       Left = 253
  695.       Top = 8
  696.       Width = 75
  697.       Height = 25
  698.       Caption = '&OK'
  699.       TabOrder = 0
  700.       OnClick = btnOKClick
  701.     end
  702.     object btnCancel: TButton
  703.       Left = 353
  704.       Top = 8
  705.       Width = 75
  706.       Height = 25
  707.       Caption = '&Cancel'
  708.       TabOrder = 1
  709.       OnClick = btnCancelClick
  710.     end
  711.     object btnApply: TButton
  712.       Left = 453
  713.       Top = 8
  714.       Width = 75
  715.       Height = 25
  716.       Caption = '&Apply'
  717.       TabOrder = 2
  718.       OnClick = btnApplyClick
  719.     end
  720.   end
  721.   object pnlEbay: TPanel
  722.     Left = 169
  723.     Top = 0
  724.     Width = 431
  725.     Height = 359
  726.     Align = alClient
  727.     TabOrder = 3
  728.     object pcAuctionHouses: TcxPageControl
  729.       Left = 1
  730.       Top = 1
  731.       Width = 429
  732.       Height = 357
  733.       ActivePage = TabAuctionInfo
  734.       Align = alClient
  735.       TabOrder = 0
  736.       ClientRectBottom = 357
  737.       ClientRectRight = 429
  738.       ClientRectTop = 23
  739.       object TabAuctionInfo: TcxTabSheet
  740.         Caption = 'Auction Info'
  741.         ImageIndex = 0
  742.         object Label40: TLabel
  743.           Left = 91
  744.           Top = 40
  745.           Width = 45
  746.           Height = 13
  747.           Caption = 'Currency:'
  748.         end
  749.         object Label32: TLabel
  750.           Left = 69
  751.           Top = 151
  752.           Width = 67
  753.           Height = 13
  754.           Caption = 'Pay Pal Email:'
  755.           FocusControl = dbePayPalEmail
  756.         end
  757.         object Label31: TLabel
  758.           Left = 99
  759.           Top = 106
  760.           Width = 37
  761.           Height = 13
  762.           Caption = 'Region:'
  763.         end
  764.         object Label30: TLabel
  765.           Left = 97
  766.           Top = 84
  767.           Width = 39
  768.           Height = 13
  769.           Caption = 'Country:'
  770.         end
  771.         object Label29: TLabel
  772.           Left = 92
  773.           Top = 62
  774.           Width = 44
  775.           Height = 13
  776.           Caption = 'Location:'
  777.           FocusControl = dbeLocation
  778.         end
  779.         object Label13: TLabel
  780.           Left = 15
  781.           Top = 129
  782.           Width = 121
  783.           Height = 13
  784.           Caption = 'Default Item Picture URL:'
  785.           FocusControl = dbeItemPictureURL
  786.         end
  787.         object Label1: TLabel
  788.           Left = 64
  789.           Top = 174
  790.           Width = 73
  791.           Height = 13
  792.           Caption = 'Default UserID:'
  793.         end
  794.         object lblZip: TLabel
  795.           Left = 119
  796.           Top = 196
  797.           Width = 18
  798.           Height = 13
  799.           Caption = 'Zip:'
  800.         end
  801.         object dbePayPalEmail: TDBEdit
  802.           Left = 152
  803.           Top = 148
  804.           Width = 233
  805.           Height = 19
  806.           Ctl3D = False
  807.           DataField = 'PayPalEmail'
  808.           DataSource = dsAuction
  809.           ParentCtl3D = False
  810.           TabOrder = 0
  811.         end
  812.         object dbeLocation: TDBEdit
  813.           Left = 152
  814.           Top = 59
  815.           Width = 233
  816.           Height = 19
  817.           Ctl3D = False
  818.           DataField = 'Location'
  819.           DataSource = dsAuction
  820.           ParentCtl3D = False
  821.           TabOrder = 1
  822.         end
  823.         object dbeItemPictureURL: TDBEdit
  824.           Left = 152
  825.           Top = 126
  826.           Width = 233
  827.           Height = 19
  828.           Ctl3D = False
  829.           DataField = 'ItemPictureURL'
  830.           DataSource = dsAuction
  831.           ParentCtl3D = False
  832.           TabOrder = 2
  833.           OnExit = dbeItemPictureURLExit
  834.         end
  835.         object DBCheckBox1: TDBCheckBox
  836.           Left = 68
  837.           Top = 20
  838.           Width = 97
  839.           Height = 17
  840.           Alignment = taLeftJustify
  841.           Caption = 'Active Auction:'
  842.           DataField = 'Active'
  843.           DataSource = dsAuction
  844.           TabOrder = 3
  845.           ValueChecked = 'True'
  846.           ValueUnchecked = 'False'
  847.         end
  848.         object dbcbCountry: TwwDBLookupCombo
  849.           Left = 152
  850.           Top = 81
  851.           Width = 233
  852.           Height = 19
  853.           Ctl3D = False
  854.           DropDownAlignment = taLeftJustify
  855.           Selected.Strings = (
  856.             'Country'#9'40'#9'Country'#9'F')
  857.           DataField = 'Country'
  858.           DataSource = dsAuction
  859.           LookupTable = tblEbayCountry
  860.           LookupField = 'Abbr'
  861.           Style = csDropDownList
  862.           ParentCtl3D = False
  863.           TabOrder = 4
  864.           AutoDropDown = True
  865.           ShowButton = True
  866.           AllowClearKey = False
  867.           OnChange = dbcbCountryChange
  868.           OnNotInList = dbcbCountryNotInList
  869.         end
  870.         object CurrencySymbol: TDBEdit
  871.           Left = 151
  872.           Top = 40
  873.           Width = 41
  874.           Height = 19
  875.           TabStop = False
  876.           BorderStyle = bsNone
  877.           Color = clBtnFace
  878.           Ctl3D = False
  879.           DataField = 'CurrencySymbol'
  880.           DataSource = dsEbayCurrency
  881.           ParentCtl3D = False
  882.           ReadOnly = True
  883.           TabOrder = 5
  884.         end
  885.         object CurrencyName: TDBEdit
  886.           Left = 199
  887.           Top = 40
  888.           Width = 121
  889.           Height = 19
  890.           TabStop = False
  891.           BorderStyle = bsNone
  892.           Color = clBtnFace
  893.           Ctl3D = False
  894.           DataField = 'CurrencyName'
  895.           DataSource = dsEbayCurrency
  896.           ParentCtl3D = False
  897.           ReadOnly = True
  898.           TabOrder = 6
  899.         end
  900.         object cboRegion1: TwwDBLookupCombo
  901.           Left = 152
  902.           Top = 103
  903.           Width = 233
  904.           Height = 19
  905.           Ctl3D = False
  906.           DropDownAlignment = taLeftJustify
  907.           Selected.Strings = (
  908.             'RegionState'#9'30'#9'RegionState'#9'F'#9)
  909.           DataField = 'Region'
  910.           DataSource = dsAuction
  911.           LookupTable = qryRegions
  912.           LookupField = 'RegionID'
  913.           Style = csDropDownList
  914.           ParentCtl3D = False
  915.           TabOrder = 7
  916.           AutoDropDown = True
  917.           ShowButton = True
  918.           UseTFields = False
  919.           AllowClearKey = False
  920.           OnExit = cboRegion1Exit
  921.           OnNotInList = cboRegion1NotInList
  922.         end
  923.         object cboDefaultUserID: TwwDBLookupCombo
  924.           Left = 152
  925.           Top = 171
  926.           Width = 233
  927.           Height = 19
  928.           Ctl3D = False
  929.           DropDownAlignment = taLeftJustify
  930.           Selected.Strings = (
  931.             'AuctionUserID'#9'18'#9'AuctionUserID'#9#9)
  932.           DataField = 'DefaultUserID'
  933.           DataSource = dsAuction
  934.           LookupTable = qryAuctionUserEbay
  935.           LookupField = 'AuctionUserID'
  936.           ParentCtl3D = False
  937.           TabOrder = 8
  938.           AutoDropDown = False
  939.           ShowButton = True
  940.           AllowClearKey = False
  941.           OnNotInList = cboDefaultUserIDNotInList
  942.         end
  943.         object AuctionName: TDBEdit
  944.           Left = 9
  945.           Top = 2
  946.           Width = 210
  947.           Height = 19
  948.           TabStop = False
  949.           BorderStyle = bsNone
  950.           Color = clBtnFace
  951.           Ctl3D = False
  952.           DataField = 'AuctionName'
  953.           DataSource = dsAuction
  954.           ParentCtl3D = False
  955.           ReadOnly = True
  956.           TabOrder = 9
  957.         end
  958.         object btnUserID: TButton
  959.           Left = 152
  960.           Top = 280
  961.           Width = 105
  962.           Height = 25
  963.           Caption = 'Edit eBay &UserIDs'
  964.           TabOrder = 10
  965.           OnClick = btnUserIDClick
  966.         end
  967.         object dbeZip: TDBEdit
  968.           Left = 152
  969.           Top = 193
  970.           Width = 121
  971.           Height = 19
  972.           Ctl3D = False
  973.           DataField = 'Zip'
  974.           DataSource = dsAuction
  975.           ParentCtl3D = False
  976.           TabOrder = 11
  977.         end
  978.         object cbIncludeInProximitySearch: TDBCheckBox
  979.           Left = 12
  980.           Top = 213
  981.           Width = 153
  982.           Height = 17
  983.           Alignment = taLeftJustify
  984.           Caption = 'Include in proximity search:'
  985.           Ctl3D = False
  986.           DataField = 'IncludeInProximitySearch'
  987.           DataSource = dsAuction
  988.           ParentCtl3D = False
  989.           TabOrder = 12
  990.           ValueChecked = 'True'
  991.           ValueUnchecked = 'False'
  992.         end
  993.       end
  994.       object TabStoreCategories: TcxTabSheet
  995.         Caption = 'Store Categories'
  996.         ImageIndex = 1
  997.         object Label2: TLabel
  998.           Left = 16
  999.           Top = 18
  1000.           Width = 378
  1001.           Height = 39
  1002.           Caption = 
  1003.             'Changing the store category descriptions in The Poster Toaster D' +
  1004.             'OES NOT change them on eBay.  These descriptions are for user cl' +
  1005.             'arification only and are not transmitted to eBay.'
  1006.           WordWrap = True
  1007.         end
  1008.         object grdEbayStoreCategory: TcxGrid
  1009.           Left = 8
  1010.           Top = 80
  1011.           Width = 401
  1012.           Height = 233
  1013.           TabOrder = 0
  1014.           object ViewEbayStoreCategory: TcxGridDBTableView
  1015.             DataController.DataSource = dsEbayStoreCategory
  1016.             DataController.Summary.DefaultGroupSummaryItems = <>
  1017.             DataController.Summary.FooterSummaryItems = <>
  1018.             DataController.Summary.SummaryGroups = <>
  1019.             NavigatorButtons.ConfirmDelete = False
  1020.             OptionsBehavior.FocusCellOnTab = True
  1021.             OptionsBehavior.GoToNextCellOnEnter = True
  1022.             OptionsBehavior.NavigatorHints = True
  1023.             OptionsCustomize.ColumnFiltering = False
  1024.             OptionsCustomize.ColumnSorting = False
  1025.             OptionsData.Deleting = False
  1026.             OptionsData.Inserting = False
  1027.             OptionsSelection.HideFocusRect = False
  1028.             OptionsSelection.InvertSelect = False
  1029.             OptionsView.ColumnAutoWidth = True
  1030.             OptionsView.GroupByBox = False
  1031.             OptionsView.Indicator = True
  1032.             object ViewEbayStoreCategoryStoreCategoryDescr: TcxGridDBColumn
  1033.               Caption = 'Store Category Description'
  1034.               Width = 314
  1035.               DataBinding.FieldName = 'StoreCategoryDescr'
  1036.             end
  1037.           end
  1038.           object grdEbayStoreCategoryLevel1: TcxGridLevel
  1039.             GridView = ViewEbayStoreCategory
  1040.           end
  1041.         end
  1042.         object btnSyncCat: TButton
  1043.           Left = 247
  1044.           Top = 48
  1045.           Width = 161
  1046.           Height = 25
  1047.           Caption = 'Synchronize Store Categories'
  1048.           TabOrder = 1
  1049.           OnClick = btnSyncCatClick
  1050.         end
  1051.       end
  1052.     end
  1053.   end
  1054.   object tblUserSettings: TAdsTable
  1055.     DatabaseName = 'frmPosterMain.AdsConnection1'
  1056.     StoreActive = True
  1057.     Version = '6.2 (ACE 6.20)'
  1058.     BeforePost = tblUserSettingsBeforePost
  1059.     AdsConnection = frmPosterMain.AdsConnection1
  1060.     TableName = 'UserSettings'
  1061.     Left = 88
  1062.     Top = 128
  1063.     object tblUserSettingsName: TStringField
  1064.       FieldName = 'Name'
  1065.       Size = 255
  1066.     end
  1067.     object tblUserSettingsAddress: TStringField
  1068.       FieldName = 'Address'
  1069.       Size = 255
  1070.     end
  1071.     object tblUserSettingsEMail: TStringField
  1072.       FieldName = 'EMail'
  1073.       Size = 255
  1074.     end
  1075.     object tblUserSettingsSMTPHost: TStringField
  1076.       FieldName = 'SMTPHost'
  1077.       Size = 255
  1078.     end
  1079.     object tblUserSettingsSMTPPort: TIntegerField
  1080.       FieldName = 'SMTPPort'
  1081.     end
  1082.     object tblUserSettingsBCC: TBooleanField
  1083.       FieldName = 'BCC'
  1084.     end
  1085.     object tblUserSettingsProxy: TStringField
  1086.       FieldName = 'Proxy'
  1087.       Size = 255
  1088.     end
  1089.     object tblUserSettingsRemoteHost: TStringField
  1090.       FieldName = 'RemoteHost'
  1091.       Size = 255
  1092.     end
  1093.     object tblUserSettingsRemotePort: TSmallintField
  1094.       FieldName = 'RemotePort'
  1095.     end
  1096.     object tblUserSettingsZip: TStringField
  1097.       FieldName = 'Zip'
  1098.       Size = 12
  1099.     end
  1100.     object tblUserSettingsNSFFee: TFloatField
  1101.       FieldName = 'NSFFee'
  1102.     end
  1103.     object tblUserSettingsLastUpdate: TDateField
  1104.       FieldName = 'LastUpdate'
  1105.     end
  1106.     object tblUserSettingsLastBackup: TDateField
  1107.       FieldName = 'LastBackup'
  1108.     end
  1109.     object tblUserSettingsBackupThreshold: TSmallintField
  1110.       FieldName = 'BackupThreshold'
  1111.     end
  1112.     object tblUserSettingsBufferMinutes: TSmallintField
  1113.       FieldName = 'BufferMinutes'
  1114.     end
  1115.     object tblUserSettingsDownloadURLPath: TStringField
  1116.       FieldName = 'DownloadURLPath'
  1117.       Size = 50
  1118.     end
  1119.     object tblUserSettingsLastDownload: TDateField
  1120.       FieldName = 'LastDownload'
  1121.     end
  1122.     object tblUserSettingsDownloadFile: TStringField
  1123.       FieldName = 'DownloadFile'
  1124.       Size = 50
  1125.     end
  1126.     object tblUserSettingsDefaultCheckHold: TSmallintField
  1127.       FieldName = 'DefaultCheckHold'
  1128.     end
  1129.     object tblUserSettingsPrintReportLabel: TBooleanField
  1130.       FieldName = 'PrintReportLabel'
  1131.     end
  1132.     object tblUserSettingsEMailAlias: TStringField
  1133.       FieldName = 'EMailAlias'
  1134.       Size = 255
  1135.     end
  1136.     object tblUserSettingsSalesTaxPercentage: TFloatField
  1137.       FieldName = 'SalesTaxPercentage'
  1138.     end
  1139.     object tblUserSettingsSalesTaxApplyToShipping: TBooleanField
  1140.       FieldName = 'SalesTaxApplyToShipping'
  1141.     end
  1142.     object tblUserSettingsSalesTaxApplyToInsurance: TBooleanField
  1143.       FieldName = 'SalesTaxApplyToInsurance'
  1144.     end
  1145.     object tblUserSettingsDefaultBrowser: TStringField
  1146.       FieldName = 'DefaultBrowser'
  1147.       Size = 255
  1148.     end
  1149.     object tblUserSettingsBackupPath: TStringField
  1150.       FieldName = 'BackupPath'
  1151.       Size = 255
  1152.     end
  1153.     object tblUserSettingsPopServer: TStringField
  1154.       FieldName = 'PopServer'
  1155.       Size = 255
  1156.     end
  1157.     object tblUserSettingsPopServerLogon: TStringField
  1158.       FieldName = 'PopServerLogon'
  1159.       Size = 255
  1160.     end
  1161.     object tblUserSettingsPopServerPassword: TStringField
  1162.       FieldName = 'PopServerPassword'
  1163.       Size = 255
  1164.     end
  1165.     object tblUserSettingsPopServerPerEmail: TBooleanField
  1166.       FieldName = 'PopServerPerEmail'
  1167.     end
  1168.     object tblUserSettingsReplyTo: TStringField
  1169.       FieldName = 'ReplyTo'
  1170.       Size = 255
  1171.     end
  1172.     object tblUserSettingseMailWrap: TSmallintField
  1173.       FieldName = 'eMailWrap'
  1174.     end
  1175.     object tblUserSettingseSMTP: TBooleanField
  1176.       FieldName = 'eSMTP'
  1177.     end
  1178.     object tblUserSettingsFBDeltaQuick: TSmallintField
  1179.       FieldName = 'FBDeltaQuick'
  1180.     end
  1181.     object tblUserSettingsFBDeltaPrompt: TSmallintField
  1182.       FieldName = 'FBDeltaPrompt'
  1183.     end
  1184.     object tblUserSettingsFBDeltaSlow: TSmallintField
  1185.       FieldName = 'FBDeltaSlow'
  1186.     end
  1187.     object tblUserSettingsFBDeltaUse: TBooleanField
  1188.       FieldName = 'FBDeltaUse'
  1189.     end
  1190.     object tblUserSettingsFTPDebug: TBooleanField
  1191.       FieldName = 'FTPDebug'
  1192.     end
  1193.     object tblUserSettingsEmailDebug: TBooleanField
  1194.       FieldName = 'EmailDebug'
  1195.     end
  1196.     object tblUserSettingsDefaultFTPID: TIntegerField
  1197.       FieldName = 'DefaultFTPID'
  1198.     end
  1199.     object tblUserSettingsFTPFileExists: TSmallintField
  1200.       FieldName = 'FTPFileExists'
  1201.     end
  1202.     object tblUserSettingsProofSheetNbr: TIntegerField
  1203.       FieldName = 'ProofSheetNbr'
  1204.     end
  1205.     object tblUserSettingsDeletePixDays: TIntegerField
  1206.       FieldName = 'DeletePixDays'
  1207.     end
  1208.     object tblUserSettingsUsePTEditor: TBooleanField
  1209.       FieldName = 'UsePTEditor'
  1210.     end
  1211.     object tblUserSettingsUpdateDays: TIntegerField
  1212.       FieldName = 'UpdateDays'
  1213.     end
  1214.     object tblUserSettingsLastMaintDate: TDateField
  1215.       FieldName = 'LastMaintDate'
  1216.     end
  1217.     object tblUserSettingsMaintDays: TIntegerField
  1218.       FieldName = 'MaintDays'
  1219.     end
  1220.     object tblUserSettingsDefaultStockFlag: TBooleanField
  1221.       FieldName = 'DefaultStockFlag'
  1222.     end
  1223.   end
  1224.   object dsUserSetting: TDataSource
  1225.     DataSet = tblUserSettings
  1226.     Left = 24
  1227.     Top = 136
  1228.   end
  1229.   object ilOptions: TImageList
  1230.     Left = 57
  1231.     Top = 7
  1232.     Bitmap = {
  1233.       494C01010E001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1234.       0000000000003600000028000000400000005000000001002000000000000050
  1235.       0000000000000000000000000000000000000000000000000000000000000000
  1236.       0000000000000000000000000000000000000000000000000000000000000000
  1237.       0000000000000000000000000000000000000000000000000000000000000000
  1238.       0000000000000000000000000000000000000000000000000000000000000000
  1239.       0000000000000000000000000000000000000000000000000000000000000000
  1240.       0000000000000000000000000000000000000000000000000000000000000000
  1241.       0000000000000000000000000000000000000000000000000000000000000000
  1242.       0000000000000000000000000000000000000000000000000000000000000000
  1243.       0000000000000000000000000000000000000000000000000000000000000000
  1244.       0000000000000000000000000000000000000000000000000000000000000000
  1245.       0000000000000000000000000000000000000000000000000000000000000000
  1246.       0000000000000000000000000000000000000000000000000000000000000000
  1247.       0000000000000000000000000000000000000000000000000000000000000000
  1248.       0000000000000000000000000000000000000000000000000000000000000000
  1249.       0000000000000000000000000000000000000000000000000000000000000000
  1250.       0000000000000000000000000000000000000000000000000000000000000000
  1251.       0000000000000000000000000000000000000000000000000000000000000000
  1252.       0000000000000000000000000000000000000000000000000000000000000000
  1253.       0000000000000000000000000000000000000000000000000000000000000000
  1254.       0000000000000000000000000000000000000000000000000000000000000000
  1255.       0000000000000000000000000000000000000000000000000000000000000000
  1256.       0000000000000000000000000000000000000000000000000000000000000000
  1257.       0000000000000000000000000000000000000000000000000000000000000000
  1258.       0000000000000000000000000000000000000000000000000000000000000000
  1259.       0000000000000000000000000000000000000000000000000000000000000000
  1260.       0000000000000000000000000000000000000000000000000000000000000000
  1261.       0000000000000000000000000000000000000000000000000000000000000000
  1262.       0000000000000000000000000000000000000000000000000000000000000000
  1263.       0000000000000000000000000000000000000000000000000000000000000000
  1264.       0000000000000000000000000000000000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       0000000000000000000000000000000000000000000000000000000000000000
  1269.       0000000000000000000000000000000000000000000000000000000000000000
  1270.       0000000000000000000000000000000000000000000000000000000000000000
  1271.       0000000000000000000000000000000000000000000000000000000000000000
  1272.       0000000000000000000000000000000000000000000000000000000000000000
  1273.       0000000000000000000000000000000000000000000000000000000000000000
  1274.       0000000000000000000000000000000000000000000000000000000000000000
  1275.       0000000000000000000000000000000000000000000000000000000000000000
  1276.       0000000000000000000000000000000000000000000000000000000000000000
  1277.       0000000000000000000000000000000000000000000000000000000000000000
  1278.       0000000000000000000000000000000000000000000000000000000000000000
  1279.       0000000000000000000000000000000000000000000000000000000000000000
  1280.       0000000000000000000000000000000000000000000000000000000000000000
  1281.       0000000000000000000000000000000000000000000000000000000000000000
  1282.       0000000000000000000000000000000000000000000000000000000000000000
  1283.       0000000000000000000000000000000000000000000000000000000000000000
  1284.       0000000000000000000000000000000000000000000000000000000000000000
  1285.       0000000000000000000000000000000000000000000000000000000000000000
  1286.       0000000000000000000000000000000000000000000000000000000000000000
  1287.       0000000000000000000000000000000000000000000000000000000000000000
  1288.       0000000000000000000000000000000000000000000000000000000000000000
  1289.       0000000000000000000000000000000000000000000000000000000000000000
  1290.       0000000000000000000000000000000000000000000000000000000000000000
  1291.       0000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       0000000000000000000000000000000000000000000000000000000000000000
  1294.       0000000000000000000000000000000000000000000000000000000000000000
  1295.       0000000000000000000000000000000000000000000000000000000000000000
  1296.       0000000000000000000000000000000000000000000000000000000000000000
  1297.       0000000000000000000000000000000000000000000000000000000000000000
  1298.       0000000000000000000000000000000000000000000000000000000000000000
  1299.       0000000000000000000000000000000000000000000000000000000000000000
  1300.       0000000000000000000000000000000000000000000000000000000000000000
  1301.       0000000000000000000000000000000000000000000000000000000000000000
  1302.       0000000000000000000000000000000000000000000000000000000000000000
  1303.       0000000000000000000000000000000000000000000000000000000000000000
  1304.       0000000000000000000000000000000000000000000000000000000000000000
  1305.       0000000000000000000000000000000000000000000000000000000000000000
  1306.       0000000000000000000000000000000000000000000000000000000000000000
  1307.       0000000000000000000000000000000000000000000000000000000000000000
  1308.       0000000000000000000000000000000000000000000000000000000000000000
  1309.       0000000000000000000000000000000000000000000000000000000000000000
  1310.       0000000000000000000000000000000000000000000000000000000000000000
  1311.       0000000000000000000000000000000000000000000000000000000000000000
  1312.       0000000000000000000000000000000000000000000000000000000000000000
  1313.       0000000000000000000000000000000000000000000000000000000000000000
  1314.       0000000000000000000000000000000000000000000000000000000000000000
  1315.       0000000000000000000000000000000000000000000000000000000000000000
  1316.       0000000000000000000000000000000000000000000000000000000000000000
  1317.       0000000000000000000000000000000000000000000000000000000000000000
  1318.       0000000000000000000000000000000000000000000000000000000000000000
  1319.       0000000000000000000000000000000000000000000000000000000000000000
  1320.       0000000000000000000000000000000000000000000000000000000000000000
  1321.       0000000000000000000000000000000000000000000000000000000000000000
  1322.       0000000000000000000000000000000000000000000000000000000000000000
  1323.       0000000000000000000000000000000000000000000000000000000000000000
  1324.       0000000000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000000000000000000000000000000000000000000000000000
  1326.       0000000000000000000000000000000000000000000000000000000000000000
  1327.       0000000000000000000000000000000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000000000000000
  1329.       0000000000000000000000000000000000000000000000000000000000000000
  1330.       0000000000000000000000000000000000000000000000000000000000000000
  1331.       0000000000000000000000000000000000000000000000000000000000000000
  1332.       0000000000000000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       0000000000000000000000000000000000000000000000000000000000000000
  1338.       0000000000000000000000000000000000000000000000000000000000000000
  1339.       0000000000000000000000000000000000000000000000000000000000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000000000000000000000000000000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       0000000000000000000000000000000000000000000000000000000000000000
  1346.       0000000000000000000000000000000000000000000000000000000000000000
  1347.       0000000000000000000000000000000000000000000000000000000000000000
  1348.       0000000000000000000000000000000000000000000000000000000000000000
  1349.       0000000000000000000000000000000000000000000000000000000000000000
  1350.       0000000000000000000000000000000000000000000000000000000000000000
  1351.       0000000000000000000000000000000000000000000000000000000000000000
  1352.       0000000000000000000000000000000000000000000000000000000000000000
  1353.       0000000000000000000000000000000000000000000000000000000000000000
  1354.       0000000000000000000000000000000000000000000000000000000000000000
  1355.       0000000000000000000000000000000000000000000000000000000000000000
  1356.       0000000000000000000000000000000000000000000000000000000000000000
  1357.       0000000000000000000000000000000000000000000000000000000000000000
  1358.       0000000000000000000000000000000000000000000000000000000000000000
  1359.       0000000000000000000000000000000000000000000000000000000000000000
  1360.       0000000000000000000000000000000000000000000000000000000000000000
  1361.       0000000000000000000000000000000000000000000000000000000000000000
  1362.       0000000000000000000000000000000000000000000000000000000000000000
  1363.       0000000000000000000000000000000000000000000000000000000000000000
  1364.       0000000000000000000000000000000000000000000000000000000000000000
  1365.       0000000000000000000000000000000000000000000000000000000000000000
  1366.       0000000000000000000000000000000000000000000000000000000000000000
  1367.       0000000000000000000000000000000000000000000000000000000000000000
  1368.       0000000000000000000000000000000000000000000000000000000000000000
  1369.       0000000000000000000000000000000000000000000000000000000000000000
  1370.       0000000000000000000000000000000000000000000000000000000000000000
  1371.       0000000000000000000000000000000000000000000000000000000000000000
  1372.       0000000000000000000000000000000000000000000000000000000000000000
  1373.       0000000000000000000000000000000000000000000000000000000000000000
  1374.       0000000000000000000000000000000000000000000000000000000000000000
  1375.       0000000000000000000000000000000000000000000000000000000000000000
  1376.       0000000000000000000000000000000000000000000000000000000000000000
  1377.       0000000000000000000000000000000000000000000000000000000000000000
  1378.       0000000000000000000000000000000000000000000000000000000000000000
  1379.       0000000000000000000000000000000000000000000000000000000000000000
  1380.       0000000000000000000000000000000000000000000000000000000000000000
  1381.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1382.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1383.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1384.       0000000000000000000000000000000000000000000000000000000000000000
  1385.       0000000000000000000000000000000000000000000000000000000000000000
  1386.       0000000000000000000000000000000000000000000000000000000000000000
  1387.       0000000000000000000000000000000000000000000000000000000000000000
  1388.       0000000000000000000000000000000000000000000000000000000000000000
  1389.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  1390.       0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
  1391.       00000000000000000000FFFFFF00000000000000000000000000000000000000
  1392.       0000000000000000000000000000000000000000000000000000000000000000
  1393.       0000000000000000000000000000000000000000000000000000000000000000
  1394.       0000000000000000000000000000000000000000000000000000000000000000
  1395.       0000000000000000000000000000000000000000000000000000000000000000
  1396.       0000000000000000000000000000000000000000000000000000000000000000
  1397.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1398.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1399.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1400.       0000000000000000000000000000000000000000000000000000000000000000
  1401.       0000000000000000000000000000000000000000000000000000000000000000
  1402.       0000000000000000000000000000000000000000000000000000000000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       0000000000000000000000000000000000000000000000000000000000000000
  1405.       00000000000000000000000000000000000000000000FFFFFF00000000000000
  1406.       0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
  1407.       00000000000000000000FFFFFF00000000000000000000000000000000000000
  1408.       0000000000000000000000000000000000000000000000000000000000000000
  1409.       0000000000000000000000000000000000000000000000000000000000000000
  1410.       0000000000000000000000000000000000000000000000000000000000000000
  1411.       000000000000000000000000000000000000000000000000000000000000FFFF
  1412.       FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
  1413.       FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1414.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1415.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1416.       0000000000000000000000000000000000000000000000000000000000000000
  1417.       0000000000000000000000000000000000000000000000000000000000000000
  1418.       0000000000000000000000000000000000000000000000000000000000000000
  1419.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
  1420.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
  1421.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00000000000000
  1422.       0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
  1423.       00000000000000000000FFFFFF00000000000000000000000000000000000000
  1424.       0000000000000000000000000000000000000000000000000000000000000000
  1425.       0000000000000000000000000000000000000000000000000000000000000000
  1426.       0000000000000000000000000000000000000000000000000000000000000000
  1427.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
  1428.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
  1429.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF00FFFF
  1430.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1431.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1432.       0000000000000000000000000000000000000000000000000000000000000000
  1433.       0000000000000000000000000000000000000000000000000000000000000000
  1434.       0000000000000000000000000000000000000000000000000000000000000000
  1435.       000000000000000000000000000000000000000000000000000000000000FFFF
  1436.       FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
  1437.       FF00FFFFFF0000000000000000000000000000000000FFFFFF00000000000000
  1438.       0000FFFFFF000000000000000000FFFFFF000000000000000000FFFFFF000000
  1439.       00000000000000000000FFFFFF00000000000000000000000000000000000000
  1440.       0000000000000000000000000000000000000000000000000000000000000000
  1441.       0000000000000000000000000000000000000000000000000000000000000000
  1442.       0000000000000000000000000000000000000000000000000000000000000000
  1443.       000000000000000000000000000000000000000000000000000000000000FFFF
  1444.       FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
  1445.       FF00FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1446.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1447.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1448.       0000000000000000000000000000000000000000000000000000000000000000
  1449.       0000000000000000000000000000000000000000000000000000000000000000
  1450.       0000000000000000000000000000000000000000000000000000000000000000
  1451.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
  1452.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
  1453.       000000000000FFFFFF00FFFFFF000000000000000000FF000000FF000000FF00
  1454.       0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
  1455.       0000FF000000FF000000FF000000000000000000000000000000000000000000
  1456.       0000000000000000000000000000000000000000000000000000000000000000
  1457.       0000000000000000000000000000000000000000000000000000000000000000
  1458.       0000000000000000000000000000000000000000000000000000000000000000
  1459.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
  1460.       000000000000FFFFFF00FFFFFF000000000000000000FFFFFF00FFFFFF000000
  1461.       000000000000FFFFFF00FFFFFF000000000000000000BFBFBF00BFBFBF00FF00
  1462.       0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
  1463.       0000FF000000BFBFBF00BFBFBF00000000000000000000000000000000000000
  1464.       0000000000000000000000000000000000000000000000000000000000000000
  1465.       0000000000000000000000000000000000000000000000000000000000000000
  1466.       0000000000000000000000000000000000000000000000000000000000000000
  1467.       000000000000000000000000000000000000000000000000000000000000FFFF
  1468.       FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
  1469.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  1470.       0000000000000000000000000000000000000000000000000000000000000000
  1471.       0000000000000000000000000000000000000000000000000000000000000000
  1472.       0000000000000000000000000000000000000000000000000000000000000000
  1473.       0000000000000000000000000000000000000000000000000000000000000000
  1474.       0000000000000000000000000000000000000000000000000000000000000000
  1475.       000000000000000000000000000000000000000000000000000000000000FFFF
  1476.       FF00FFFFFF000000000000000000FFFFFF00FFFFFF000000000000000000FFFF
  1477.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  1478.       0000000000000000000000000000000000000000000000000000000000000000
  1479.       0000000000000000000000000000000000000000000000000000000000000000
  1480.       0000000000000000000000000000000000000000000000000000000000000000
  1481.       0000000000000000000000000000000000000000000000000000000000000000
  1482.       0000000000000000000000000000000000000000000000000000000000000000
  1483.       0000000000000000000000000000000000000000000000000000000000000000
  1484.       0000000000000000000000000000000000000000000000000000000000000000
  1485.       0000000000000000000000000000000000000000000000000000000000000000
  1486.       0000000000000000000000000000000000000000000000000000000000000000
  1487.       0000000000000000000000000000000000000000000000000000000000000000
  1488.       0000000000000000000000000000000000000000000000000000000000000000
  1489.       0000000000000000000000000000000000000000000000000000000000000000
  1490.       0000000000000000000000000000000000000000000000000000000000000000
  1491.       0000000000000000000000000000000000000000000000000000000000000000
  1492.       0000000000000000000000000000000000000000000000000000000000000000
  1493.       0000000000000000000000000000000000000000000000000000000000000000
  1494.       0000000000000000000000000000000000000000000000000000000000000000
  1495.       0000000000000000000000000000000000000000000000000000000000000000
  1496.       0000000000000000000000000000000000000000000000000000000000000000
  1497.       0000000000000000000000000000000000000000000000000000000000000000
  1498.       0000000000000000000000000000000000000000000000000000000000000000
  1499.       0000000000000000000000000000000000000000000000000000000000000000
  1500.       0000000000000000000000000000000000000000000000000000000000000000
  1501.       0000000000000000000000000000000000000000000000000000000000000000
  1502.       0000000000000000000000000000000000000000000000000000000000000000
  1503.       0000000000000000000000000000000000000000000000000000000000000000
  1504.       0000000000000000000000000000000000000000000000000000000000000000
  1505.       0000000000000000000000000000000000000000000000000000000000000000
  1506.       0000000000000000000000000000000000000000000000000000000000000000
  1507.       0000000000000000000000000000000000000000000000000000000000000000
  1508.       0000000000000000000000000000000000000000000000000000000000000000
  1509.       0000000000000000000000000000000000000000000000000000000000000000
  1510.       0000000000000000000000000000000000000000000000000000000000000000
  1511.       0000000000000000000000000000000000000000000000000000000000000000
  1512.       0000000000000000000000000000000000000000000000000000000000000000
  1513.       0000000000000000000000000000000000000000000000000000000000000000
  1514.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1515.       FF00000000000000000000000000000000000000000000000000000000000000
  1516.       0000000000000000000000000000000000000000000000000000000000000000
  1517.       0000000000000000000000000000000000000000000000000000000000000000
  1518.       0000000000000000000000000000000000000000000000000000000000000000
  1519.       0000000000000000000000000000000000000000000000000000000000000000
  1520.       0000000000000000000000000000000000000000000000000000000000000000
  1521.       0000000000000000000000000000000000000000000000000000000000000000
  1522.       0000FFFFFF0000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
  1523.       FF00000000000000000000000000000000000000000000000000000000000000
  1524.       0000000000000000000000000000000000000000000000000000000000000000
  1525.       0000000000000000000000000000000000000000000000000000000000000000
  1526.       0000000000000000000000000000000000000000000000000000000000000000
  1527.       0000000000000000000000000000000000000000000000000000000000000000
  1528.       0000000000000000000000000000000000000000000000000000000000000000
  1529.       0000000000000000000000000000000000000000000000000000000000000000
  1530.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1531.       FF00000000000000000000000000000000000000000000000000000000000000
  1532.       0000000000000000000000000000000000000000000000000000000000000000
  1533.       0000000000000000000000000000000000000000000000000000000000000000
  1534.       0000000000000000000000000000000000000000000000000000000000000000
  1535.       0000000000000000000000000000000000000000000000000000000000000000
  1536.       0000000000000000000000000000000000000000000000000000000000000000
  1537.       0000000000000000000000000000000000000000000000000000000000000000
  1538.       0000FFFFFF00000000000000000000000000000000000000000000000000FFFF
  1539.       FF00000000000000000000000000000000000000000000000000000000000000
  1540.       0000000000000000000000000000000000000000000000000000000000000000
  1541.       0000000000000000000000000000000000000000000000000000000000000000
  1542.       0000000000000000000000000000000000000000000000000000000000000000
  1543.       0000000000000000000000000000000000000000000000000000000000000000
  1544.       0000000000000000000000000000000000000000000000000000000000000000
  1545.       0000000000000000000000000000000000000000000000000000000000000000
  1546.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1547.       FF0000000000000000000000000000000000000000000000FF000000FF000000
  1548.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1549.       FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
  1550.       FF00FF000000FF000000FF0000000000FF000000FF00FF000000FF000000FF00
  1551.       0000FFFFFF000000FF00FFFFFF00000000000000000080000000800000008000
  1552.       0000800000008000000080000000800000008000000080000000800000008000
  1553.       0000800000008000000080000000000000000000000000000000000000000000
  1554.       0000FFFFFF00000000000000000000000000000000000000000000000000FFFF
  1555.       FF0000000000000000000000000000000000000000000000FF000000FF000000
  1556.       FF00FFFFFF00FFFFFF00FFFFFF007F7FFF007F7FFF00FFFFFF00FFFFFF00FFFF
  1557.       FF000000FF000000FF000000FF000000000000000000FF000000FFFFFF000000
  1558.       FF000000FF00FF000000FF0000000000FF000000FF00FF000000FF0000000000
  1559.       FF000000FF00FFFFFF00FF00000000000000000000008000000080000000FFFF
  1560.       FF00800000008000000080000000800000008000000080000000FFFFFF008000
  1561.       0000800000008000000080000000000000000000000000000000000000000000
  1562.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1563.       FF0000000000000000000000000000000000000000000000FF000000FF000000
  1564.       FF00FFFFFF00FFFFFF00FFFFFF007F7FFF007F7FFF00FFFFFF00FFFFFF00FFFF
  1565.       FF000000FF000000FF000000FF000000000000000000FF000000FF000000FFFF
  1566.       FF00FFFFFF000000FF00FFFFFF000000FF000000FF00FFFFFF000000FF00FFFF
  1567.       FF00FFFFFF00FF000000FF000000000000000000000080000000800000008000
  1568.       0000800000008000000080000000800000008000000080000000800000008000
  1569.       0000800000008000000080000000000000000000000000000000000000000000
  1570.       0000FFFFFF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
  1571.       FF0000000000000000000000000000000000000000000000FF000000FF000000
  1572.       FF00FFFFFF00FFFFFF003F3FFF000000FF000000FF003F3FFF00FFFFFF00FFFF
  1573.       FF000000FF000000FF000000FF0000000000000000000000FF000000FF000000
  1574.       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1575.       FF000000FF000000FF000000FF0000000000000000000000FF00FFFFFF00FFFF
  1576.       FF000000FF00FFFFFF00FFFFFF000000FF008000000080000000800000008000
  1577.       0000800000008000000080000000000000000000000000000000000000000000
  1578.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  1579.       000000000000000000000000000000000000000000000000FF000000FF000000
  1580.       FF00FFFFFF000000FF000000FF000000FF000000FF000000FF000000FF00FFFF
  1581.       FF000000FF000000FF000000FF0000000000000000000000FF000000FF000000
  1582.       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1583.       FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
  1584.       FF000000FF00FFFFFF000000FF00FFFFFF008000000080000000800000008000
  1585.       0000800000008000000080000000000000000000000000000000000000000000
  1586.       0000FFFFFF000000000000000000FFFFFF00FFFFFF0000000000FFFFFF000000
  1587.       000000000000000000000000000000000000000000000000FF000000FF000000
  1588.       FF00FFFFFF003F3FFF007F7FFF000000FF000000FF007F7FFF003F3FFF00FFFF
  1589.       FF000000FF000000FF000000FF000000000000000000FF000000FF000000FFFF
  1590.       FF00FFFFFF000000FF00FFFFFF000000FF000000FF00FFFFFF000000FF00FFFF
  1591.       FF00FFFFFF00FF000000FF00000000000000000000000000FF000000FF000000
  1592.       FF000000FF000000FF000000FF000000FF00FFFFFF0080000000800000008000
  1593.       000080000000FFFFFF0080000000000000000000000000000000000000000000
  1594.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  1595.       000000000000000000000000000000000000000000000000FF000000FF000000
  1596.       FF00FFFFFF00FFFFFF00FFFFFF003F3FFF003F3FFF00FFFFFF00FFFFFF00FFFF
  1597.       FF000000FF000000FF000000FF000000000000000000FF000000FFFFFF000000
  1598.       FF000000FF00FF000000FF0000000000FF000000FF00FF000000FF0000000000
  1599.       FF000000FF00FFFFFF00FF0000000000000000000000FFFFFF000000FF00FFFF
  1600.       FF000000FF00FFFFFF000000FF00FFFFFF008000000080000000800000008000
  1601.       0000800000008000000080000000000000000000000000000000000000000000
  1602.       0000000000000000000000000000000000000000000000000000000000000000
  1603.       000000000000000000000000000000000000000000000000FF000000FF000000
  1604.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1605.       FF000000FF000000FF000000FF000000000000000000FFFFFF000000FF00FFFF
  1606.       FF00FF000000FF000000FF0000000000FF000000FF00FF000000FF000000FF00
  1607.       0000FFFFFF000000FF00FFFFFF0000000000000000000000FF00FFFFFF00FFFF
  1608.       FF000000FF00FFFFFF00FFFFFF000000FF008000000080000000FFFFFF008000
  1609.       0000800000008000000080000000000000000000000000000000000000000000
  1610.       0000000000000000000000000000000000000000000000000000000000000000
  1611.       0000000000000000000000000000000000000000000000000000000000000000
  1612.       0000000000000000000000000000000000000000000000000000000000000000
  1613.       0000000000000000000000000000000000000000000000000000000000000000
  1614.       0000000000000000000000000000000000000000000000000000000000000000
  1615.       0000000000000000000000000000000000000000000000000000000000000000
  1616.       0000000000000000000000000000000000000000000000000000000000000000
  1617.       0000000000000000000000000000000000000000000000000000000000000000
  1618.       0000000000000000000000000000000000000000000000000000000000000000
  1619.       0000000000000000000000000000000000000000000000000000000000000000
  1620.       0000000000000000000000000000000000000000000000000000000000000000
  1621.       00000000000000000000000000000000000000000000000000007C7C7C006F6F
  1622.       6F006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D6D006D6D
  1623.       6D006D6D6D006D6D6D00ADB5B700C2CACE000000000000000000000000000000
  1624.       00000000000000000000000000000000000000000000DEDEDE00DEDEDE00DEDE
  1625.       DE00DEDEDE00DEDEDE00DEDEDE00EFEFEF000000000000000000000000000000
  1626.       0000000000000000000000000000000000000000000000000000000000000000
  1627.       0000000000000000000000000000000000000000000000000000000000000000
  1628.       0000000000000000000000000000000000000000000000000000000000000000
  1629.       00000000000000000000000000000000000000000000000000006E6E6E002020
  1630.       2000101010001010100010101000101010000000800000008000101010001010
  1631.       1000101010001010100034353700ADB5B7000000000000000000EFEFEF00DEDE
  1632.       DE00DEDEDE000000000000000000000000003939BD000000BD0000009C000000
  1633.       840000008400000084009C9CBD00000000000000000000000000000000000000
  1634.       0000000000000000000000000000000000000000000000000000000000000000
  1635.       0000000000000000000000000000000000000000000000000000000000000000
  1636.       0000000000000000000000000000000000000000000000000000000000000000
  1637.       00000000000000000000000000000000000000000000000000006D6D6D001010
  1638.       1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
  1639.       FF00FFFFFF00FFFFFF001B1C1E00AAB0B2000000000000000000313194000000
  1640.       84009494B500CECECE000000000000000000000000007B7BDE007B7BDE007B7B
  1641.       BD007B7BBD00BDBDDE0000000000000000000000000000000000000000000000
  1642.       0000000000000000000000000000000000000000000000000000000000000000
  1643.       000000000000000000000000000000000000000000000000000000000000FFFF
  1644.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  1645.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1646.       1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
  1647.       FF00FFFFFF00FFFFFF001B1C1E00AAB0B30000000000000000003939BD000000
  1648.       9C00000084009494B500CECECE00000000000000000000000000000000000000
  1649.       0000000000000000000000000000000000000000000000000000000000000000
  1650.       0000000000000000000000000000000000000000000000000000000000000000
  1651.       00000000000000000000000000000000000000000000000000000000000000FF
  1652.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  1653.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1654.       1000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000800000008000FFFFFF00FFFF
  1655.       FF00FFFFFF00FFFFFF001B1C1E00AAB0B2000000000000000000000000003939
  1656.       BD0000009C00000084009494B500CECECE000000000000000000000000000000
  1657.       0000000000000000000000000000000000000000000000000000000000000000
  1658.       0000000000000000000000000000000000000000000000000000000000000000
  1659.       000000000000000000000000000000000000000000000000000000000000FFFF
  1660.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  1661.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1662.       1000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1663.       FF00FFFFFF00FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
  1664.       00003939BD0000009C00000084009494B500CECECE0000000000000000000000
  1665.       0000000000000000000000000000000000000000000000000000000000000000
  1666.       0000000000000000000000000000000000000000000000000000000000000000
  1667.       00000000000000000000000000000000000000000000000000000000000000FF
  1668.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  1669.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1670.       1000FFFFFF00232323001D1D1D0004040400FFFFFF00FFFFFF00040404001D1D
  1671.       1D0024242400FFFFFF001B1C1E00AAB0B2000000000000000000000000000000
  1672.       0000000000003939BD0000009C00000084009494B500CECECE00000000000000
  1673.       0000CECECE00CECECE000000000000000000000000000000FF000000FF000000
  1674.       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1675.       FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
  1676.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  1677.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1678.       1000FFFFFF0024242400FFFFFF001E1E1E00FFFFFF00FFFFFF001E1E1E00FFFF
  1679.       FF0024242400FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
  1680.       000000000000000000003939BD0000009C00000084009494B500CECECE00CECE
  1681.       CE009494B5009494B500CECECE000000000000000000FFFFFF00FFFFFF00FFFF
  1682.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1683.       FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
  1684.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  1685.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1686.       1000FFFFFF00424242002424240024242400FFFFFF00FFFFFF00242424002424
  1687.       240042424200FFFFFF001B1C1E00AAB0B2000000000000000000000000000000
  1688.       00000000000000000000000000003939BD0000009C00000084009494B5006363
  1689.       A50000009C00000084009494B500DEDEDE00000000000000FF000000FF000000
  1690.       FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000
  1691.       FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
  1692.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  1693.       FF000000000000000000000000000000000000000000000000006D6D6D001010
  1694.       1000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1695.       FF00FFFFFF00FFFFFF001B1C1E00AAB0B3000000000000000000000000000000
  1696.       0000000000000000000000000000000000003939BD0000009C00000084000000
  1697.       9C00000084000000BD0000009C00DEDEDE0000000000FFFFFF00FFFFFF00FFFF
  1698.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1699.       FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
  1700.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  1701.       FF00000000000000000000000000000000000000000000000000AEB5B7003435
  1702.       3700000080000000800000008000000080000000800000008000000080000000
  1703.       8000000080000000800034353700ADB5B7000000000000000000000000000000
  1704.       000000000000000000000000000000000000000000003939BD0000009C000000
  1705.       BD0000009C000000840039399C000000000000000000FF000000FF000000FF00
  1706.       0000FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
  1707.       FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
  1708.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000000000000000000000
  1709.       0000000000000000000000000000000000000000000000000000C3CACE00AEB5
  1710.       B700000080000000800000008000000080000000800000008000000080000000
  1711.       80000000800000008000ADB5B700C2CACE000000000000000000000000000000
  1712.       0000000000000000000000000000000000007B7BBD0000009C000000BD000000
  1713.       84000000BD007B7BBD00000000000000000000000000FF000000FFFFFF00FF00
  1714.       0000FFFFFF00FF000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1715.       FF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000000000FF
  1716.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000000000FFFFFF000000
  1717.       0000000000000000000000000000000000000000000000000000C7CFD400C7CF
  1718.       D300AEB5B7003435370000008000000080000000800000008000000080000000
  1719.       800034353700ADB5B700C7CFD300C7CFD4000000000000000000000000000000
  1720.       00000000000000000000000000000000000000009C0000009C00000084000000
  1721.       BD00BDBDDE0000000000000000000000000000000000FFFFFF00FF000000FFFF
  1722.       FF00FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
  1723.       FF000000FF000000FF000000FF0000000000000000000000000000000000FFFF
  1724.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF0000000000000000000000
  1725.       0000000000000000000000000000000000000000000000000000000000000000
  1726.       0000C3CACE00AEB5B70000008000000080000000800000008000000080000000
  1727.       8000ADB5B700C2CACE0000000000000000000000000000000000000000000000
  1728.       000000000000000000000000000000000000BDBDDE000000BD000000BD003939
  1729.       9C000000000000000000000000000000000000000000FF000000FFFFFF00FF00
  1730.       0000FFFFFF00FF000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1731.       FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
  1732.       0000000000000000000000000000000000000000000000000000000000000000
  1733.       0000000000000000000000000000000000000000000000000000000000000000
  1734.       0000C7CFD400C7CFD300AEB5B70034353700000080000000800034353700ADB5
  1735.       B700C7CFD300C7CFD40000000000000000000000000000000000000000000000
  1736.       00000000000000000000000000000000000000000000BDBDDE007B7BBD000000
  1737.       00000000000000000000000000000000000000000000FF000000FF000000FF00
  1738.       0000FF000000FF0000000000FF000000FF000000FF000000FF000000FF000000
  1739.       FF000000FF000000FF000000FF00000000000000000000000000000000000000
  1740.       0000000000000000000000000000000000000000000000000000000000000000
  1741.       0000000000000000000000000000000000000000000000000000000000000000
  1742.       00000000000000000000C3CACE00AEB5B7000000800000008000ADB5B700C2CA
  1743.       CE00000000000000000000000000000000000000000000000000000000000000
  1744.       0000000000000000000000000000000000000000000000000000000000000000
  1745.       0000000000000000000000000000000000000000000000000000000000000000
  1746.       0000000000000000000000000000000000000000000000000000000000000000
  1747.       0000000000000000000000000000000000000000000000000000000000000000
  1748.       0000000000000000000000000000000000000000000000000000000000000000
  1749.       0000000000000000000000000000000000000000000000000000000000000000
  1750.       0000000000000000000000000000000000000000000000000000000000000000
  1751.       0000000000000000000000000000000000000000000000000000000000000000
  1752.       0000000000000000000000000000000000000000000000000000000000000000
  1753.       0000000000000000000000000000000000000000000000000000000000000000
  1754.       0000000000000000000000000000000000000000000000000000000000000000
  1755.       0000000000000000000000000000000000000000000000000000FF000000FF00
  1756.       0000FF000000FF000000FF000000FF0000000000000000000000FF000000FF00
  1757.       0000000000000000000000000000000000000000000000000000000000007B7B
  1758.       7B007B7B7B007B0000007B0000007B0000007B0000007B000000000000000000
  1759.       0000000000000000000000000000000000000000000000000000000000000000
  1760.       00000000000000000000000000000000000000000000BDBDBD00000000000000
  1761.       0000000000000000000000000000000000007B7B7B0000FF0000007B00007B7B
  1762.       7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
  1763.       000000000000000000000000000000000000000000000000000000000000FF00
  1764.       0000FF000000FF0000000000000000000000BDBDBD0000000000FF0000000000
  1765.       00000000000000000000000000000000000000000000000000007B7B7B00FF00
  1766.       0000FF0000007B0000007B000000FF0000007B000000FF0000007B0000007B00
  1767.       0000000000000000000000000000000000000000000000000000000000000000
  1768.       0000000000000000000000000000BDBDBD00007B7B00007B7B0000000000007B
  1769.       7B00000000000000000000000000000000007B7B7B00BDBDBD00BDBDBD00BDBD
  1770.       BD00BDBDBD00BDBDBD007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
  1771.       BD00000000000000000000000000000000000000000000000000000000000000
  1772.       00000000000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD00000000000000
  1773.       000000000000000000000000000000000000000000007B7B7B00007B0000FF00
  1774.       0000FF000000FF000000FF000000007B0000FF0000007B000000007B0000007B
  1775.       00007B0000000000000000000000000000000000000000000000000000000000
  1776.       00000000000000000000BDBDBD00007B7B00BDBDBD00FFFFFF0000FFFF00007B
  1777.       7B00007B7B00000000000000000000000000000000007B7B7B007B7B7B007B7B
  1778.       7B007B7B7B007B7B7B000000000000000000000000007B7B7B00BDBDBD00BDBD
  1779.       BD007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
  1780.       000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD0000000000000000000000
  1781.       000000000000000000000000000000000000000000007B7B7B00007B0000FF00
  1782.       0000FF000000FF000000007B0000007B0000007B0000FF0000007B0000007B00
  1783.       00007B000000000000000000000000000000000000000000000000000000BDBD
  1784.       BD00007B7B0000000000007B7B0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  1785.       FF00007B7B00000000000000000000000000000000007B7B7B00FFFF0000FFFF
  1786.       0000FFFF00007B7B7B000000000000000000000000007B7B7B007B7B7B007B7B
  1787.       7B0000000000000000007B7B7B00000000000000000000000000000000000000
  1788.       00000000000000000000FFFFFF00BDBDBD000000000000000000000000000000
  1789.       0000000000000000000000000000000000007B7B7B00007B0000FF000000FF00
  1790.       0000FF000000BDBDBD00007B0000007B0000007B00007B000000FF000000FF00
  1791.       00007B0000007B0000000000000000000000000000000000000000000000007B
  1792.       7B00BDBDBD00FFFFFF00007B7B00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  1793.       FF0000000000007B7B00007B7B0000000000000000007B7B7B00FFFF0000FFFF
  1794.       0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
  1795.       000000000000000000007B7B7B00000000000000000000000000000000000000
  1796.       00000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBDBD000000
  1797.       0000000000000000000000000000000000007B7B7B00007B0000BDBDBD00FF00
  1798.       0000007B0000007B0000007B0000007B0000007B0000007B0000007B0000FF00
  1799.       0000FF0000007B00000000000000000000000000000000000000007B7B0000FF
  1800.       FF00FFFFFF0000FFFF00FFFFFF00000000000000000000FFFF00007B7B00007B
  1801.       7B00FFFFFF0000FFFF00007B7B0000000000000000007B7B7B007B7B7B007B7B
  1802.       7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
  1803.       000000000000000000007B7B7B00000000000000000000000000000000000000
  1804.       0000000000000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF000000
  1805.       0000000000000000000000000000000000007B7B7B00007B0000BDBDBD00FFFF
  1806.       FF00BDBDBD00FFFFFF00007B0000007B0000007B0000007B0000FF000000FF00
  1807.       00007B0000007B0000000000000000000000000000000000000000000000007B
  1808.       7B0000FFFF000000000000000000BDBDBD00BDBDBD000000000000FFFF00FFFF
  1809.       FF0000FFFF00FFFFFF00007B7B00007B7B000000000000000000000000000000
  1810.       0000000000000000000000000000000000000000000000000000000000000000
  1811.       000000000000000000007B7B7B00000000000000000000000000000000000000
  1812.       00000000000000000000BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBDBD000000
  1813.       0000000000000000000000000000000000007B7B7B00BDBDBD00FFFFFF00BDBD
  1814.       BD00FFFFFF00BDBDBD00007B0000007B0000007B0000FF000000007B0000FF00
  1815.       0000FF0000007B00000000000000000000000000000000000000000000000000
  1816.       000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00BDBDBD000000000000FF
  1817.       FF00007B7B00007B7B0000000000000000000000000000000000000000000000
  1818.       0000000000000000000000000000000000000000000000000000000000000000
  1819.       000000000000000000007B7B7B00000000000000000000000000000000000000
  1820.       00000000000000000000FFFFFF00BDBDBD00FFFFFF00BDBDBD00FFFFFF00BDBD
  1821.       BD00000000000000000000000000000000007B7B7B00FFFFFF00FFFFFF00FFFF
  1822.       FF00FF000000007B0000007B0000FF000000007B0000007B0000FF000000FF00
  1823.       0000FF000000007B00000000000000000000000000000000000000000000BDBD
  1824.       BD00FFFFFF007B7B7B00FF000000FFFFFF00FFFFFF00FFFFFF00BDBDBD000000
  1825.       0000000000000000000000000000000000000000000000000000000000000000
  1826.       0000000000000000000000000000000000000000000000000000000000000000
  1827.       000000000000000000007B7B7B00000000000000000000000000000000000000
  1828.       0000000000000000000000000000FFFFFF00BDBDBD00FFFFFF007B0000000000
  1829.       0000000000000000000000000000000000007B7B7B00BDBDBD00FFFFFF00BDBD
  1830.       BD00FFFFFF00FF000000FF000000007B0000FF000000FF000000007B0000007B
  1831.       0000007B0000FF00000000000000000000007B7B7B00BDBDBD00FFFFFF00FFFF
  1832.       FF00FF000000FFFFFF00FFFFFF00FF000000FF000000FFFFFF00FFFFFF00BDBD
  1833.       BD00000000000000000000000000000000007B7B7B0000FF0000007B00007B7B
  1834.       7B007B7B7B007B7B7B007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
  1835.       BD0000000000000000007B7B7B00000000000000000000000000000000000000
  1836.       000000000000000000000000000000000000FFFFFF00BDBDBD00FFFFFF000000
  1837.       000000000000000000000000000000000000000000007B7B7B00BDBDBD00FFFF
  1838.       FF00007B0000007B0000FF000000FF000000FF000000007B0000007B0000007B
  1839.       0000007B0000000000000000000000000000000000007B7B7B00FFFFFF00FFFF
  1840.       FF00FFFFFF00FF0000007B7B7B00FFFFFF00FFFFFF00FFFFFF0000007B000000
  1841.       FF00BDBDBD000000000000000000000000007B7B7B00BDBDBD00BDBDBD00BDBD
  1842.       BD00BDBDBD00BDBDBD007B7B7B0000000000000000007B7B7B00BDBDBD00BDBD
  1843.       BD007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
  1844.       0000000000000000000000000000000000000000000000000000BDBDBD00FFFF
  1845.       FF0000000000000000000000000000000000000000007B7B7B00FFFFFF00BDBD
  1846.       BD00007B0000007B0000007B0000007B0000007B0000007B0000007B0000007B
  1847.       0000007B000000000000000000000000000000000000000000007B7B7B00FFFF
  1848.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF007B7B
  1849.       7B007B7B7B00000000000000000000000000000000007B7B7B007B7B7B007B7B
  1850.       7B007B7B7B007B7B7B000000000000000000000000007B7B7B007B7B7B007B7B
  1851.       7B00000000000000000000000000000000000000000000000000000000000000
  1852.       0000000000000000000000000000000000000000000000000000000000000000
  1853.       00000000000000000000000000000000000000000000000000007B7B7B00FFFF
  1854.       FF00BDBDBD00FFFFFF00FF000000007B0000007B0000007B0000007B0000007B
  1855.       00007B7B7B000000000000000000000000000000000000000000000000007B7B
  1856.       7B00FFFFFF00FF0000007B7B7B00FFFFFF00FFFFFF007B7B7B007B7B7B000000
  1857.       000000000000000000000000000000000000000000007B7B7B00FFFF0000FFFF
  1858.       0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
  1859.       0000000000000000000000000000000000000000000000000000000000000000
  1860.       0000000000000000000000000000000000000000000000000000000000000000
  1861.       0000000000000000000000000000000000000000000000000000000000007B7B
  1862.       7B007B7B7B00BDBDBD00FFFFFF00FF000000007B0000007B00007B7B7B007B7B
  1863.       7B00000000000000000000000000000000000000000000000000000000000000
  1864.       00007B7B7B00FFFFFF00FFFFFF007B7B7B007B7B7B0000000000000000000000
  1865.       000000000000000000000000000000000000000000007B7B7B00FFFF0000FFFF
  1866.       0000FFFF00007B7B7B0000000000000000000000000000000000000000000000
  1867.       0000000000000000000000000000000000000000000000000000000000000000
  1868.       0000000000000000000000000000000000000000000000000000000000000000
  1869.       0000000000000000000000000000000000000000000000000000000000000000
  1870.       0000000000007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B00000000000000
  1871.       0000000000000000000000000000000000000000000000000000000000000000
  1872.       0000000000007B7B7B007B7B7B00000000000000000000000000000000000000
  1873.       000000000000000000000000000000000000000000007B7B7B007B7B7B007B7B
  1874.       7B007B7B7B007B7B7B007B7B7B00000000000000000000000000000000000000
  1875.       000000000000000000000000000000000000424D3E000000000000003E000000
  1876.       2800000040000000500000000100010000000000800200000000000000000000
  1877.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1878.       0000000000000000000000000000000000000000000000000000000000000000
  1879.       0000000000000000000000000000000000000000000000000000000000000000
  1880.       0000000000000000000000000000000000000000000000000000000000000000
  1881.       00000000000000000000000000000000FFFFFFFF00000000FFFF000000000000
  1882.       FFFF000000000000FFFF000000000000FFFF0000000000000000000000000000
  1883.       0000000000000000000000000000000000000000000000000000000000000000
  1884.       0000000000000000000000000000000000000000000000000000000000000000
  1885.       0000FFFF000000000000FFFF00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFE007
  1886.       FFFFFFFFFFFFE007FFFFFFFFFFFFE007FFFFFFFFFFFFE007FFFFFFFFFFFFE007
  1887.       000000000000E007000000000000E007000000000000E007000000000000E007
  1888.       000000000000E007000000000000E00F000000000000E01F000000000000E03F
  1889.       000000000000FFFF000000000000FFFFFFFFC000FF80FFFFFFFFC000C701FFFF
  1890.       C007C000C383FFFFC007C000C1FFFFFFC007C000E0FFFFFFC007C000F07F0000
  1891.       C007C000F8330000C007C000FC010000C007C000FE000000C007C000FF000000
  1892.       C007C000FF810000C007C000FF030000C00FC000FF070000C01FF003FF0F0000
  1893.       C03FF003FF9F0000FFFFFC0FFFFF0000FFFFF83FFF9F80FFC00FE00FFE0F008F
  1894.       C00FC007F8070081E01F8003E0038180F03F8003C001818CF01F0001C00081FC
  1895.       E00F0001C00081FCC00F0001E000FFFCC00F0001E003FFFCC0070001800F808C
  1896.       C00F000100070080C00F800380030081C0078003C007818FE007C007E01F81FF
  1897.       E007E00FF07F81FFF01FF83FF9FF81FF00000000000000000000000000000000
  1898.       000000000000}
  1899.   end
  1900.   object dsAuction: TDataSource
  1901.     DataSet = tblAuction
  1902.     Left = 16
  1903.     Top = 168
  1904.   end
  1905.   object tblEbayCountry: TAdsTable
  1906.     DatabaseName = 'frmPosterMain.AdsConnection1'
  1907.     IndexDefs = <
  1908.       item
  1909.         Name = 'COUNTRY'
  1910.         Fields = 'CODE'
  1911.         Options = [ixUnique]
  1912.       end
  1913.       item
  1914.         Name = 'ABBR'
  1915.         Fields = 'ABBR'
  1916.       end
  1917.       item
  1918.         Name = 'CODECOUNTRY'
  1919.         Fields = 'CODE;COUNTRY;ABBR'
  1920.       end>
  1921.     IndexName = 'CODECOUNTRY'
  1922.     StoreActive = True
  1923.     Version = '6.2 (ACE 6.20)'
  1924.     AdsConnection = frmPosterMain.AdsConnection1
  1925.     FieldDefs = <
  1926.       item
  1927.         Name = 'Country'
  1928.         DataType = ftString
  1929.         Size = 50
  1930.       end
  1931.       item
  1932.         Name = 'Code'
  1933.         DataType = ftInteger
  1934.       end
  1935.       item
  1936.         Name = 'Abbr'
  1937.         DataType = ftString
  1938.         Size = 2
  1939.       end>
  1940.     StoreDefs = True
  1941.     TableName = 'EbayCountry'
  1942.     Left = 88
  1943.     Top = 296
  1944.     object tblEbayCountryCountry: TStringField
  1945.       DisplayWidth = 40
  1946.       FieldName = 'Country'
  1947.       Size = 50
  1948.     end
  1949.     object tblEbayCountryCode: TIntegerField
  1950.       DisplayWidth = 10
  1951.       FieldName = 'Code'
  1952.       Visible = False
  1953.     end
  1954.     object tblEbayCountryAbbr: TStringField
  1955.       DisplayWidth = 2
  1956.       FieldName = 'Abbr'
  1957.       Visible = False
  1958.       Size = 2
  1959.     end
  1960.   end
  1961.   object dsRegions: TDataSource
  1962.     DataSet = qryRegions
  1963.     Left = 16
  1964.     Top = 344
  1965.   end
  1966.   object dsCountry1: TDataSource
  1967.     DataSet = tblEbayCountry
  1968.     Left = 16
  1969.     Top = 296
  1970.   end
  1971.   object qryProviderFTP: TAdsQuery
  1972.     DatabaseName = 'frmPosterMain.AdsConnection1'
  1973.     StoreActive = True
  1974.     Version = '6.2 (ACE 6.20)'
  1975.     ReadAllColumns = False
  1976.     SQL.Strings = (
  1977.       'SELECT A.*'
  1978.       'FROM ProviderSettings A'
  1979.       'WHERE A.ftpURL Is Not Null')
  1980.     Left = 88
  1981.     Top = 8
  1982.     ParamData = <>
  1983.     object qryProviderFTPProvider: TStringField
  1984.       DisplayWidth = 50
  1985.       FieldName = 'Provider'
  1986.       Size = 50
  1987.     end
  1988.     object qryProviderFTPftpImageURL: TStringField
  1989.       DisplayWidth = 255
  1990.       FieldName = 'ftpImageURL'
  1991.       Size = 255
  1992.     end
  1993.     object qryProviderFTPftpImageDIR: TStringField
  1994.       DisplayWidth = 255
  1995.       FieldName = 'ftpImageDIR'
  1996.       Size = 255
  1997.     end
  1998.     object qryProviderFTPftpURL: TStringField
  1999.       DisplayWidth = 255
  2000.       FieldName = 'ftpURL'
  2001.       Visible = False
  2002.       Size = 255
  2003.     end
  2004.     object qryProviderFTPProviderID: TAutoIncField
  2005.       DisplayWidth = 10
  2006.       FieldName = 'ProviderID'
  2007.       Visible = False
  2008.     end
  2009.   end
  2010.   object dsProviderFTP: TDataSource
  2011.     DataSet = qryProviderFTP
  2012.     Left = 24
  2013.     Top = 8
  2014.   end
  2015.   object tblFTPSettings: TAdsTable
  2016.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2017.     IndexDefs = <
  2018.       item
  2019.         Name = 'FTPID'
  2020.         Fields = 'FTPID'
  2021.         Options = [ixUnique]
  2022.       end>
  2023.     StoreActive = True
  2024.     Version = '6.2 (ACE 6.20)'
  2025.     AfterInsert = tblFTPSettingsAfterInsert
  2026.     BeforePost = tblFTPSettingsBeforePost
  2027.     AfterPost = tblFTPSettingsAfterPost
  2028.     BeforeDelete = tblFTPSettingsBeforeDelete
  2029.     AdsConnection = frmPosterMain.AdsConnection1
  2030.     FieldDefs = <
  2031.       item
  2032.         Name = 'ftpUserID'
  2033.         DataType = ftString
  2034.         Size = 64
  2035.       end
  2036.       item
  2037.         Name = 'ftpPassword'
  2038.         DataType = ftString
  2039.         Size = 64
  2040.       end
  2041.       item
  2042.         Name = 'ftpURL'
  2043.         DataType = ftString
  2044.         Size = 255
  2045.       end
  2046.       item
  2047.         Name = 'ftpRemotePort'
  2048.         DataType = ftSmallint
  2049.       end
  2050.       item
  2051.         Name = 'ftpRemoteHost'
  2052.         DataType = ftString
  2053.         Size = 255
  2054.       end
  2055.       item
  2056.         Name = 'FTPFolder'
  2057.         DataType = ftString
  2058.         Size = 255
  2059.       end
  2060.       item
  2061.         Name = 'DisablePASV'
  2062.         DataType = ftBoolean
  2063.       end
  2064.       item
  2065.         Name = 'FTPTimeout'
  2066.         DataType = ftSmallint
  2067.       end
  2068.       item
  2069.         Name = 'FTPID'
  2070.         DataType = ftAutoInc
  2071.       end
  2072.       item
  2073.         Name = 'PictureURL'
  2074.         DataType = ftString
  2075.         Size = 255
  2076.       end>
  2077.     StoreDefs = True
  2078.     TableName = 'FTPSettings'
  2079.     Left = 88
  2080.     Top = 96
  2081.     object tblFTPSettingsftpURL: TStringField
  2082.       DisplayWidth = 30
  2083.       FieldName = 'ftpURL'
  2084.       Size = 255
  2085.     end
  2086.     object tblFTPSettingsFTPFolder: TStringField
  2087.       DisplayWidth = 30
  2088.       FieldName = 'FTPFolder'
  2089.       Size = 255
  2090.     end
  2091.     object tblFTPSettingsFTPID: TAutoIncField
  2092.       DisplayWidth = 10
  2093.       FieldName = 'FTPID'
  2094.       Visible = False
  2095.     end
  2096.     object tblFTPSettingsftpPassword: TStringField
  2097.       DisplayWidth = 64
  2098.       FieldName = 'ftpPassword'
  2099.       Visible = False
  2100.       Size = 64
  2101.     end
  2102.     object tblFTPSettingsftpRemotePort: TSmallintField
  2103.       DisplayWidth = 10
  2104.       FieldName = 'ftpRemotePort'
  2105.       Visible = False
  2106.     end
  2107.     object tblFTPSettingsftpRemoteHost: TStringField
  2108.       DisplayWidth = 255
  2109.       FieldName = 'ftpRemoteHost'
  2110.       Visible = False
  2111.       Size = 255
  2112.     end
  2113.     object tblFTPSettingsDisablePASV: TBooleanField
  2114.       DisplayWidth = 5
  2115.       FieldName = 'DisablePASV'
  2116.       Visible = False
  2117.     end
  2118.     object tblFTPSettingsFTPTimeout: TSmallintField
  2119.       DisplayWidth = 10
  2120.       FieldName = 'FTPTimeout'
  2121.       Visible = False
  2122.     end
  2123.     object tblFTPSettingsPictureURL: TStringField
  2124.       DisplayWidth = 255
  2125.       FieldName = 'PictureURL'
  2126.       Visible = False
  2127.       Size = 255
  2128.     end
  2129.     object tblFTPSettingsftpUserID: TStringField
  2130.       DisplayWidth = 64
  2131.       FieldName = 'ftpUserID'
  2132.       Visible = False
  2133.       Size = 64
  2134.     end
  2135.   end
  2136.   object dsFTPSettings: TDataSource
  2137.     DataSet = tblFTPSettings
  2138.     Left = 24
  2139.     Top = 104
  2140.   end
  2141.   object qryRegions: TAdsQuery
  2142.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2143.     StoreActive = True
  2144.     Version = '6.2 (ACE 6.20)'
  2145.     ReadAllColumns = False
  2146.     RequestLive = True
  2147.     SQL.Strings = (
  2148.       
  2149.         'SELECT AuctionId,rtrim(RegionName)+ IFNULL('#39', '#39' + rtrim(State),'#39 +
  2150.         #39') as RegionState, RegionID '
  2151.       'FROM EbayRegions'
  2152.       'ORDER BY AuctionId, MajorSort,State, RegionName')
  2153.     SourceTableType = ttAdsCDX
  2154.     Left = 88
  2155.     Top = 344
  2156.     ParamData = <>
  2157.     object qryRegionsRegionState: TStringField
  2158.       DisplayWidth = 30
  2159.       FieldName = 'RegionState'
  2160.       Size = 54
  2161.     end
  2162.     object qryRegionsRegionID: TIntegerField
  2163.       DisplayWidth = 10
  2164.       FieldName = 'RegionID'
  2165.       Visible = False
  2166.     end
  2167.   end
  2168.   object tblEbayCurrency1: TAdsTable
  2169.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2170.     IndexDefs = <
  2171.       item
  2172.         Name = 'CURRENCYID'
  2173.         Fields = 'CURRENCYID'
  2174.         Options = [ixUnique]
  2175.       end>
  2176.     IndexName = 'CURRENCYID'
  2177.     MasterFields = 'CurrencyID'
  2178.     MasterSource = dsAuction
  2179.     StoreActive = True
  2180.     Version = '6.2 (ACE 6.20)'
  2181.     AdsConnection = frmPosterMain.AdsConnection1
  2182.     FieldDefs = <
  2183.       item
  2184.         Name = 'CurrencyId'
  2185.         DataType = ftInteger
  2186.       end
  2187.       item
  2188.         Name = 'CurrencyName'
  2189.         DataType = ftString
  2190.         Size = 20
  2191.       end
  2192.       item
  2193.         Name = 'CurrencySymbol'
  2194.         DataType = ftString
  2195.         Size = 4
  2196.       end>
  2197.     StoreDefs = True
  2198.     TableName = 'EbayCurrency'
  2199.     Left = 88
  2200.     Top = 208
  2201.   end
  2202.   object dsEbayCurrency: TDataSource
  2203.     DataSet = tblEbayCurrency1
  2204.     Left = 16
  2205.     Top = 208
  2206.   end
  2207.   object tblAuction: TAdsTable
  2208.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2209.     IndexDefs = <
  2210.       item
  2211.         Name = 'AUCTIONID'
  2212.         Fields = 'AUCTIONID'
  2213.         Options = [ixUnique]
  2214.       end
  2215.       item
  2216.         Name = 'SITEID'
  2217.         Fields = 'SITEID'
  2218.       end>
  2219.     IndexName = 'AUCTIONID'
  2220.     StoreActive = True
  2221.     Version = '6.2 (ACE 6.20)'
  2222.     AdsConnection = frmPosterMain.AdsConnection1
  2223.     FieldDefs = <
  2224.       item
  2225.         Name = 'AuctionID'
  2226.         DataType = ftInteger
  2227.       end
  2228.       item
  2229.         Name = 'AuctionName'
  2230.         DataType = ftString
  2231.         Size = 50
  2232.       end
  2233.       item
  2234.         Name = 'SellingHTML'
  2235.         DataType = ftMemo
  2236.         Size = 1
  2237.       end
  2238.       item
  2239.         Name = 'SiteID'
  2240.         DataType = ftInteger
  2241.       end
  2242.       item
  2243.         Name = 'CurrencyID'
  2244.         DataType = ftInteger
  2245.       end
  2246.       item
  2247.         Name = 'SiteXML'
  2248.         DataType = ftMemo
  2249.         Size = 1
  2250.       end
  2251.       item
  2252.         Name = 'Region'
  2253.         DataType = ftInteger
  2254.       end
  2255.       item
  2256.         Name = 'Country'
  2257.         DataType = ftString
  2258.         Size = 2
  2259.       end
  2260.       item
  2261.         Name = 'Location'
  2262.         DataType = ftString
  2263.         Size = 45
  2264.       end
  2265.       item
  2266.         Name = 'PayPalEmail'
  2267.         DataType = ftString
  2268.         Size = 255
  2269.       end
  2270.       item
  2271.         Name = 'ItemPictureURL'
  2272.         DataType = ftString
  2273.         Size = 255
  2274.       end
  2275.       item
  2276.         Name = 'DefaultUserID'
  2277.         DataType = ftString
  2278.         Size = 64
  2279.       end
  2280.       item
  2281.         Name = 'Active'
  2282.         DataType = ftBoolean
  2283.       end
  2284.       item
  2285.         Name = 'Company'
  2286.         DataType = ftString
  2287.         Size = 20
  2288.       end
  2289.       item
  2290.         Name = 'XSL'
  2291.         DataType = ftMemo
  2292.         Size = 1
  2293.       end
  2294.       item
  2295.         Name = 'AttrXML'
  2296.         DataType = ftMemo
  2297.         Size = 1
  2298.       end
  2299.       item
  2300.         Name = 'IncludeInProximitySearch'
  2301.         DataType = ftBoolean
  2302.       end
  2303.       item
  2304.         Name = 'Zip'
  2305.         DataType = ftInteger
  2306.       end>
  2307.     StoreDefs = True
  2308.     TableName = 'Auction'
  2309.     Left = 88
  2310.     Top = 170
  2311.   end
  2312.   object dsEbayStoreCategory: TDataSource
  2313.     DataSet = qryEbayStoreCategory
  2314.     Left = 24
  2315.     Top = 56
  2316.   end
  2317.   object qryEbayStoreCategory: TAdsQuery
  2318.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2319.     StoreActive = True
  2320.     Version = '6.2 (ACE 6.20)'
  2321.     ReadAllColumns = False
  2322.     RequestLive = True
  2323.     SQL.Strings = (
  2324.       'SELECT * FROM EbayStoreCategory'
  2325.       'WHERE UserModifiableDesc = true'
  2326.       'ORDER BY AuctionId, StoreCategory')
  2327.     Left = 88
  2328.     Top = 48
  2329.     ParamData = <>
  2330.   end
  2331.   object qryAuctionUserEbay: TAdsQuery
  2332.     DatabaseName = 'frmPosterMain.AdsConnection1'
  2333.     StoreActive = True
  2334.     Version = '6.2 (ACE 6.20)'
  2335.     BeforePost = qryAuctionUserEbayBeforePost
  2336.     ReadAllColumns = False
  2337.     RequestLive = True
  2338.     SQL.Strings = (
  2339.       'SELECT * FROM AuctionUser'
  2340.       'WHERE AuctionID = 0')
  2341.     Left = 88
  2342.     Top = 256
  2343.     ParamData = <>
  2344.   end
  2345.   object dsAuctionUserEbay: TDataSource
  2346.     DataSet = qryAuctionUserEbay
  2347.     Left = 16
  2348.     Top = 256
  2349.   end
  2350. end
  2351.