object SettingsForm: TSettingsForm Left = 215 Top = 187 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Settings' ClientHeight = 395 ClientWidth = 359 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 2 Width = 356 Height = 364 ActivePage = TabSheet2 TabIndex = 0 TabOrder = 0 object TabSheet2: TTabSheet Caption = 'Directories' ImageIndex = 1 object GroupBox1: TGroupBox Left = 1 Top = -3 Width = 344 Height = 337 TabOrder = 0 object Image2: TImage Left = 7 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label2: TLabel Left = 43 Top = 17 Width = 190 Height = 27 Caption = 'Directory Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel2: TBevel Left = 61 Top = 79 Width = 225 Height = 8 Shape = bsTopLine end object Label3: TLabel Left = 8 Top = 148 Width = 155 Height = 13 Caption = 'Share files from these directories:' end object Label4: TLabel Left = 8 Top = 85 Width = 146 Height = 13 Caption = 'Download files to this directory:' end object Label1: TLabel Left = 8 Top = 56 Width = 69 Height = 13 Caption = 'Shared Types:' end object Bevel7: TBevel Left = 8 Top = 290 Width = 329 Height = 8 Shape = bsTopLine end object AddSharedDirectoryButton: TButton Left = 96 Top = 257 Width = 75 Height = 25 Caption = 'Add' TabOrder = 0 OnClick = AddSharedDirectoryButtonClick end object DeleteSharedDirectoryButton: TButton Left = 179 Top = 257 Width = 75 Height = 25 Caption = 'Remove' Enabled = False TabOrder = 1 OnClick = DeleteSharedDirectoryButtonClick end object DownloadDirectoryEdit: TEdit Left = 8 Top = 101 Width = 305 Height = 21 TabOrder = 2 end object DownloadDirectoryButton: TButton Left = 315 Top = 101 Width = 23 Height = 21 Caption = '...' TabOrder = 3 OnClick = DownloadDirectoryButtonClick end object SharedDirectoryListBox: TListBox Left = 8 Top = 164 Width = 327 Height = 89 ItemHeight = 13 TabOrder = 4 OnClick = SharedDirectoryListBoxClick OnKeyDown = SharedDirectoryListBoxKeyDown OnKeyPress = SharedDirectoryListBoxKeyPress end object SharedFileTypesEdit: TEdit Left = 80 Top = 53 Width = 257 Height = 21 TabOrder = 5 end object ScanSubdirectoriesCheckBox: TCheckBox Left = 8 Top = 127 Width = 161 Height = 17 Caption = 'Scan Subdirectories' TabOrder = 6 end object Button2: TButton Left = 127 Top = 301 Width = 105 Height = 25 Caption = 'Rescan System' TabOrder = 7 OnClick = Button2Click end end end object TabSheet3: TTabSheet Caption = 'Bandwidth' ImageIndex = 2 object GroupBox2: TGroupBox Left = 1 Top = -3 Width = 345 Height = 337 TabOrder = 0 object Image3: TImage Left = 7 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label5: TLabel Left = 43 Top = 17 Width = 209 Height = 27 Caption = 'Bandwidth Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel3: TBevel Left = 18 Top = 55 Width = 317 Height = 8 Shape = bsTopLine end object MaxDownloadKBPSLabel: TLabel Left = 24 Top = 89 Width = 54 Height = 13 Caption = 'Max KBPS:' end object MaxUploadKBPSLabel: TLabel Left = 24 Top = 148 Width = 54 Height = 13 Caption = 'Max KBPS:' end object MaxDownloadKBPSCheckBox: TCheckBox Left = 8 Top = 65 Width = 209 Height = 17 Caption = 'Limit the Bandwidth of your downloads' TabOrder = 0 OnClick = MaxDownloadKBPSCheckBoxClick OnKeyPress = MaxDownloadKBPSCheckBoxKeyPress end object MaxUploadKBPSCheckBox: TCheckBox Left = 8 Top = 124 Width = 233 Height = 17 Caption = 'Limit the Bandwidth of files you are sending' TabOrder = 1 OnClick = MaxUploadKBPSCheckBoxClick OnKeyPress = MaxUploadKBPSCheckBoxKeyPress end object MaxDownloadKBPSEdit: TSpecialMaskEdit Left = 81 Top = 85 Width = 40 Height = 21 TabOrder = 2 Text = '2' OnExit = MaxDownloadKBPSEditExit NumberValue = 2 Mask = '#.#' end object MaxUploadKBPSEdit: TSpecialMaskEdit Left = 81 Top = 144 Width = 40 Height = 21 TabOrder = 3 Text = '2' OnExit = MaxUploadKBPSEditExit NumberValue = 2 Mask = '#.#' end end end object TabSheet4: TTabSheet Caption = 'Network' ImageIndex = 3 object GroupBox3: TGroupBox Left = 1 Top = -3 Width = 343 Height = 335 TabOrder = 0 object Image4: TImage Left = 7 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label10: TLabel Left = 43 Top = 17 Width = 182 Height = 27 Caption = 'Network Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel4: TBevel Left = 14 Top = 59 Width = 314 Height = 8 Shape = bsTopLine end object DataPortLabel: TLabel Left = 28 Top = 204 Width = 48 Height = 13 Caption = 'Data Port:' end object Label16: TLabel Left = 11 Top = 84 Width = 84 Height = 13 Caption = 'My Connection is:' end object LineTypeComboBox: TComboBox Left = 99 Top = 81 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'Unknown' '14.4 Kbps' '28.8 Kpbs' '33.6 Kbps' '56.7 Kbps' '64K ISDN' '128K ISDN' 'Cable' 'DSL' 'T1' 'T3 or greater') end object DataPortEdit: TSpecialMaskEdit Left = 80 Top = 201 Width = 57 Height = 21 TabOrder = 1 Text = '5050' OnExit = DataPortEditExit NumberValue = 5050 Mask = '#' end object BehindFirewallRadio: TRadioButton Left = 11 Top = 114 Width = 244 Height = 17 Caption = 'I am behind a firewall.' TabOrder = 2 OnClick = BehindFirewallRadioClick OnKeyPress = BehindFirewallRadioKeyPress end object ManualListenPortRadio: TRadioButton Left = 11 Top = 177 Width = 174 Height = 17 Caption = 'Set data port manually ' TabOrder = 3 OnClick = ManualListenPortRadioClick OnKeyPress = ManualListenPortRadioKeyPress end object RandomListenPortRadio: TRadioButton Left = 11 Top = 144 Width = 244 Height = 17 Caption = 'Use random listen port' Checked = True TabOrder = 4 TabStop = True OnClick = RandomListenPortRadioClick OnKeyPress = RandomListenPortRadioKeyPress end end end object TabSheet1: TTabSheet Caption = 'Display' ImageIndex = 3 object GroupBox4: TGroupBox Left = 0 Top = -1 Width = 346 Height = 334 TabOrder = 0 object Image1: TImage Left = 7 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label6: TLabel Left = 43 Top = 14 Width = 174 Height = 27 Caption = 'Display Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label11: TLabel Left = 21 Top = 112 Width = 98 Height = 13 Caption = 'Error Message Color:' end object Label12: TLabel Left = 12 Top = 136 Width = 106 Height = 13 Caption = 'Status Message Color:' end object Label13: TLabel Left = 16 Top = 160 Width = 102 Height = 13 Caption = 'Announcement Color:' end object Label14: TLabel Left = 30 Top = 185 Width = 88 Height = 13 Caption = 'Background Color:' end object Label15: TLabel Left = 66 Top = 209 Width = 52 Height = 13 Caption = 'User Color:' end object Label17: TLabel Left = 45 Top = 233 Width = 73 Height = 13 Caption = 'Message Color:' end object Label18: TLabel Left = 58 Top = 257 Width = 60 Height = 13 Caption = 'Action Color:' end object Bevel1: TBevel Left = 20 Top = 49 Width = 312 Height = 8 Shape = bsTopLine end object Label19: TLabel Left = 35 Top = 87 Width = 84 Height = 13 Caption = 'Default Font Size:' end object Label8: TLabel Left = 22 Top = 63 Width = 96 Height = 13 Caption = 'Window Buffer Size:' end object ErrorMessageColorBox: TColorCombo Left = 121 Top = 108 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 1 Text = 'clWhite' end object StatusMessageColorBox: TColorCombo Left = 121 Top = 133 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 2 Text = 'clWhite' end object AnnouncementColorBox: TColorCombo Left = 121 Top = 157 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 3 Text = 'clWhite' end object BackgroundColorBox: TColorCombo Left = 121 Top = 181 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 4 Text = 'clWhite' end object UserColorBox: TColorCombo Left = 121 Top = 205 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 5 Text = 'clWhite' end object MessageColorBox: TColorCombo Left = 121 Top = 229 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 6 Text = 'clWhite' end object ActionColorBox: TColorCombo Left = 121 Top = 253 Width = 105 Height = 22 ItemHeight = 16 TabOrder = 7 Text = 'clWhite' end object FontSizeEdit: TSpecialMaskEdit Left = 121 Top = 84 Width = 41 Height = 21 TabOrder = 0 NumberValue = 0 Mask = '#' end object WindowBufferSize: TSpecialMaskEdit Left = 121 Top = 60 Width = 41 Height = 21 TabOrder = 8 OnExit = WindowBufferSizeExit NumberValue = 0 Mask = '#' end end end object TabSheet5: TTabSheet Caption = 'Downloads' ImageIndex = 4 object GroupBox5: TGroupBox Left = 2 Top = 0 Width = 343 Height = 334 TabOrder = 0 object Label7: TLabel Left = 9 Top = 60 Width = 206 Height = 13 Caption = 'Maximum number of downloads at one time:' end object Image5: TImage Left = 6 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label20: TLabel Left = 42 Top = 17 Width = 202 Height = 27 Caption = 'Download Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object MaxResumeLabel: TLabel Left = 29 Top = 172 Width = 237 Height = 13 Caption = 'Number of times to try to resume a failed download' end object Label22: TLabel Left = 9 Top = 104 Width = 221 Height = 13 Caption = 'Seconds to wait before an download times out.' end object MaxDownloadsEdit: TSpecialMaskEdit Left = 18 Top = 75 Width = 40 Height = 21 TabOrder = 0 Text = '1' OnExit = MaxUploadsPerNickEditExit NumberValue = 1 end object EnableResumeCheckbox: TCheckBox Left = 11 Top = 149 Width = 142 Height = 17 Caption = 'Enable Auto-Resume' TabOrder = 2 OnClick = EnableResumeCheckboxClick end object MaxResumeEdit: TSpecialMaskEdit Left = 30 Top = 187 Width = 40 Height = 21 TabOrder = 3 Text = '1' OnExit = MaxUploadsPerNickEditExit NumberValue = 1 end object DownloadTimeoutEdit: TSpecialMaskEdit Left = 18 Top = 119 Width = 40 Height = 21 TabOrder = 1 Text = '1' OnExit = MaxUploadsPerNickEditExit NumberValue = 1 end object DownloadClearOnFinishedCheckbox: TCheckBox Left = 10 Top = 216 Width = 119 Height = 17 Caption = 'Clear On Finished' TabOrder = 4 end end end object TabSheet6: TTabSheet Caption = 'Uploads' ImageIndex = 5 object GroupBox6: TGroupBox Left = 2 Top = -1 Width = 343 Height = 334 TabOrder = 0 object Label23: TLabel Left = 9 Top = 51 Width = 253 Height = 13 Caption = 'Maximum number of files that can be sent at one time:' end object Label24: TLabel Left = 9 Top = 88 Width = 214 Height = 13 Caption = 'Maximum number of files per user at one time:' end object Image6: TImage Left = 6 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label26: TLabel Left = 42 Top = 17 Width = 172 Height = 27 Caption = 'Upload Settings' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label29: TLabel Left = 9 Top = 138 Width = 207 Height = 13 Caption = 'Seconds to wait before an upload times out.' end object MaxUploadsEdit: TSpecialMaskEdit Left = 18 Top = 67 Width = 40 Height = 21 TabOrder = 0 Text = '1' OnExit = MaxUploadsEditExit NumberValue = 1 end object MaxUploadsPerNickEdit: TSpecialMaskEdit Left = 18 Top = 103 Width = 40 Height = 21 TabOrder = 1 Text = '1' OnExit = MaxUploadsPerNickEditExit NumberValue = 1 end object UploadTimeoutEdit: TSpecialMaskEdit Left = 18 Top = 153 Width = 40 Height = 21 TabOrder = 2 Text = '1' OnExit = MaxUploadsPerNickEditExit NumberValue = 1 end object UploadClearOnFinishedCheckbox: TCheckBox Left = 10 Top = 192 Width = 119 Height = 17 Caption = 'Clear On Finished' TabOrder = 3 end end end end object OKButton: TButton Left = 206 Top = 368 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = OKButtonClick end object Button1: TButton Left = 281 Top = 368 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = Button1Click end object NapsterServerImageList: TImageList Left = 32 Top = 355 Bitmap = { 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C6008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00C6C6C60000FF 000000840000C6C6C600C6C6C600000000000000000000000000000000000000 0000C6C6C6008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000084848400FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000008484840084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484000000000084848400000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C6008484840000000000000000000000000000000000000000000000 0000000000000000000000000000C6E76300A510CE00AD000000000000000000 0000C6BDF700D608630000000000218C420039524200FFFF6B000800000021FF C60000000000FFFFFF00B500FF00E710F700630000007B42F700F742F700007B 0000A59CFF00007B00007B636B0008000000189CFF0000000000FFFFFF00736B 6B007B636B0063FFC60000000000FFFFFF00B500FF006394F700FFFFFF00EFFF C600000000000000000000000000000000000000000084848400C6C6C600C6C6 C60084000000840000008400000084000000840000008400000084000000C6C6 C600C6C6C600848484000000000000000000C694FF00E710F700630000005A9C FF00736B6B000800A5007B636B00736B6B000094630000000000000000000000 00000000000000000000000000000000000063CE63000000000063CE63000000 000063CE630000000000CEFFC600F742F7009494FF0029DEF7009494FF00C6E7 630000E76300BDDEF700C6DEF70018FFC60094BD630000000000F742F7009494 FF0031DEFF009494FF004A4AFF00E710F7006300000042CEF700F742F7009494 FF006339FF000000000000000000000000000000000084848400C6C6C600C6C6 C60084000000FF000000FF000000FF000000FF000000FF00000084000000C6C6 C600C6C6C6008484840000000000000000000000000000000000000000007BFF C600A518CE0042BD9C006B18CE000000000000FFC600BD73D600E710F7006300 00005A10EF000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000063735A006B6B 630073735A00000000006B73520073736B006B5A52006B6B630063735A007B73 6B00F742F7007B636B00000000000000000008FFC6007BB5F700F742F7009494 FF0094B5F7009494FF000000000021FFC6000000000084848400C6C6C600C6C6 C60084000000C6C6C600FF000000FF000000FF000000FF00000084000000C6C6 C600C6C6C6008484840000000000000000004A31F700A529F700CE21CE00BD84 D6004229CE00F742F7007B636B0052B56300EFE76300C621F7000073C60008A5 F700ADDEF70000B5630000000000EFE76300F742F700290000008C6BF700C694 FF0052FFC600D66BF7007B636B002110FF00EFE76300C6E76300000000000094 6300BDFFC6006318FF00F700000010FFC600080000005200000010FFC600CE73 F70010FFC600BDFFC6006318FF00F700000010FFC60008000000000000000000 0000FF10CE0010FFC60000000000080000000000000084848400C6C6C600C6C6 C60084000000FFFF0000C6C6C600FF000000FF000000FF00000084000000C6C6 C600C6C6C60084848400000000000000000000000000000000000000000010FF C6006BD64A00D642CE00CEFFC600000000000000F7000000000010FFC600CEFF C6005239CE00CED64A0010FFC600000000003139CE0084D64A0010FFC6000000 00006BD64A00000000006BD64A0010FFC600000000009CD6EF000000EF00BD84 EF001000000000000000000000000000EF0039FFC600C6FFC600E710F7006300 0000BD10EF0018FFC60039186300213942000094630018FFC60008A5F70021B5 0000BD004A00F7FF1000005A42004A31F7000000000084848400C6C6C600C6C6 C60084000000840000008400000084000000840000008400000084000000C6C6 C600C6C6C6008484840000000000000000007BFFC6007BFFC600D6FFC60094FF C600CEFFC600CEFFC6005AFFC600E710F70063000000BD10EF0042BD9C000000 000000000000CEFFC60094FFC600D6FFC6007BFFC6003110EF0094FFC600D6FF C6001829BD0042BD9C000000000000000000CEFFC60094FFC600D6FFC6000000 000094FFC6006321F70000000000000000002121F700DE21F7000000F7000000 0000000000000000000000000000C6636B0042BD9C000000000094FFC6000000 0000000000006BFFC6006BFFC600DE10CE000000000084848400FFFFFF00C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C60084848400000000000000000084848400FFFFFF00C6C6C60000FF 000000840000C6C6C600C6C6C600000000000000000000000000000000000000 0000C6C6C60084848400848484000000000084848400FFFFFF00C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C6008484840084848400000000008484840084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484008484840000000000D6EFF700000000000000000084848400C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C600848484000000000000000000D6EFF70084848400C6C6C600C6C6 C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6C600C6C6 C600C6C6C6008484840000000000D6EFF700D6EFF70084848400848484008484 8400848484008484840084848400848484008484840084848400848484008484 8400848484000000000084848400D6EFF700D6EFF70000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000008484840084848400000000000000000000000000000000008484 8400848484008484840084848400848484008484840084848400848484008484 840084848400848484000000000000000000D6EFF70084848400C6C6C600C6C6 C60084000000FFFF0000C6C6C600FF000000FF000000FF00000084000000C6C6 C600C6C6C6008484840000000000D6EFF700D6EFF70084848400C6C6C600C6C6 C60084000000C6C6C600FF000000FF000000FF000000FF00000084000000C6C6 C600C6C6C6008484840000000000D6EFF700D6EFF70084848400C6C6C600C6C6 C60084000000FF000000FF000000FF000000FF000000FF00000084000000C6C6 C600C6C6C6008484840000000000D6EFF700424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF008003C080C0C0C0000001C080C0C0C000 0000C080C0C0C0000000C080C0C0C00000008080C0C0C0008000F000D0E8F000 8001F000D0E8F000800180808080800080018080808080008001808080808000 800180808080800080018080808080008001F080808080008001F000D0E8F000 C001000000000000E00366200000000000000000000000000000000000000000 000000000000} end end