home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-03-31 | 77.7 KB | 1,932 lines |
- object frmSystem: TfrmSystem
- Left = 361
- Top = 578
- BorderStyle = bsNone
- Caption = 'System'
- ClientHeight = 450
- ClientWidth = 425
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 10
- Top = 7
- Width = 405
- Height = 405
- ActivePage = tsGeneral
- TabIndex = 0
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- ImageIndex = 3
- OnShow = tsGeneralShow
- object gbMSI: TGroupBox
- Left = 12
- Top = 163
- Width = 372
- Height = 116
- Caption = 'Windows Installer - user data'
- TabOrder = 1
- OnExit = gbMSIExit
- object Image14: TImage
- Left = 12
- Top = 17
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label56: TLabel
- Left = 82
- Top = 55
- Width = 31
- Height = 13
- HelpContext = 2292
- Alignment = taRightJustify
- Caption = '&Name:'
- FocusControl = txtMSIName
- end
- object Label57: TLabel
- Left = 65
- Top = 83
- Width = 49
- Height = 13
- HelpContext = 2293
- Alignment = taRightJustify
- Caption = '&Company:'
- FocusControl = txtMSICompany
- end
- object Label51: TLabel
- Left = 51
- Top = 17
- Width = 310
- Height = 30
- AutoSize = False
- Caption =
- 'Specify the data that should be used by the Windows Installer fo' +
- 'r the current user by default.'
- ShowAccelChar = False
- WordWrap = True
- end
- object txtMSIName: TEdit
- Left = 120
- Top = 53
- Width = 194
- Height = 21
- HelpContext = 2292
- TabOrder = 0
- OnChange = txtMSIChange
- end
- object txtMSICompany: TEdit
- Left = 120
- Top = 80
- Width = 194
- Height = 21
- HelpContext = 2293
- TabOrder = 1
- OnChange = txtMSIChange
- end
- end
- object gbWin: TGroupBox
- Left = 12
- Top = 10
- Width = 372
- Height = 141
- Caption = 'Windows registration'
- TabOrder = 0
- OnExit = gbWinExit
- object Label3: TLabel
- Left = 84
- Top = 57
- Width = 31
- Height = 13
- HelpContext = 2289
- Alignment = taRightJustify
- Caption = 'N&ame:'
- FocusControl = txtWinName
- end
- object Label18: TLabel
- Left = 65
- Top = 82
- Width = 49
- Height = 13
- HelpContext = 2290
- Alignment = taRightJustify
- Caption = 'C&ompany:'
- FocusControl = txtWinCompany
- end
- object Label44: TLabel
- Left = 44
- Top = 108
- Width = 72
- Height = 13
- HelpContext = 2291
- Alignment = taRightJustify
- Caption = '&Serial number:'
- FocusControl = txtWinSerial
- end
- object Label47: TLabel
- Left = 51
- Top = 17
- Width = 309
- Height = 28
- AutoSize = False
- Caption =
- 'You can change the name and company of the user to whom Windows ' +
- 'is registered here.'
- ShowAccelChar = False
- WordWrap = True
- end
- object imgUserName: TImage
- Left = 12
- Top = 17
- Width = 32
- Height = 32
- AutoSize = True
- end
- object txtWinName: TEdit
- Left = 120
- Top = 53
- Width = 194
- Height = 21
- HelpContext = 2289
- TabOrder = 0
- OnChange = txtWinChange
- end
- object txtWinCompany: TEdit
- Left = 120
- Top = 79
- Width = 194
- Height = 21
- HelpContext = 2290
- TabOrder = 1
- OnChange = txtWinChange
- end
- object txtWinSerial: TEdit
- Left = 120
- Top = 105
- Width = 194
- Height = 21
- HelpContext = 2291
- TabOrder = 2
- OnChange = txtWinSerialChange
- end
- end
- object GroupBox3: TGroupBox
- Left = 12
- Top = 291
- Width = 372
- Height = 69
- Caption = 'Support information'
- TabOrder = 2
- object Label16: TLabel
- Left = 12
- Top = 17
- Width = 240
- Height = 44
- AutoSize = False
- Caption =
- 'Click Settings to customize the information displayed in the Sys' +
- 'tem Properties dialog.'
- ShowAccelChar = False
- WordWrap = True
- end
- object btnOEMSettings: TButton
- Left = 268
- Top = 36
- Width = 94
- Height = 24
- HelpContext = 2294
- Caption = 'S&ettings...'
- TabOrder = 0
- OnClick = btnOEMSettingsClick
- end
- end
- end
- object tsCommonDialogs: TTabSheet
- Caption = 'Common Dialogs'
- ImageIndex = 5
- OnShow = tsCommonDialogsShow
- object Image4: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- Picture.Data = {<image001.ico>}
- end
- object Label7: TLabel
- Left = 51
- Top = 10
- Width = 332
- Height = 33
- AutoSize = False
- Caption =
- 'Set the appearance of the common dialogs for opening and saving ' +
- 'files here.'
- WordWrap = True
- end
- object gbPlacesBar: TGroupBox
- Left = 12
- Top = 168
- Width = 372
- Height = 123
- Caption = 'Places bar'
- TabOrder = 1
- object Label12: TLabel
- Left = 12
- Top = 17
- Width = 345
- Height = 33
- AutoSize = False
- Caption =
- 'Specify whether the Places Bar should be shown on the left side ' +
- 'of common dialogs, and which places should be shown in the bar.'
- WordWrap = True
- end
- object chkCDialogPlacesBar: TCheckBox
- Left = 12
- Top = 52
- Width = 281
- Height = 17
- HelpContext = 2297
- Caption = 'Show Places Bar on the left side'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = chkCDialogPlacesBarClick
- end
- object btnPlacesBarCustomize: TButton
- Left = 256
- Top = 84
- Width = 107
- Height = 24
- HelpContext = 2298
- Caption = 'C&ustomize Places...'
- TabOrder = 1
- OnClick = btnPlacesBarCustomizeClick
- end
- end
- object btnCommonDialogsDefault: TButton
- Left = 12
- Top = 342
- Width = 97
- Height = 24
- HelpContext = 7
- Caption = 'Restore Defaults'
- TabOrder = 2
- OnClick = btnCommonDialogsDefaultClick
- end
- object gbCDElements: TGroupBox
- Left = 12
- Top = 51
- Width = 372
- Height = 105
- Caption = 'Elements'
- TabOrder = 0
- object Label4: TLabel
- Left = 12
- Top = 17
- Width = 349
- Height = 33
- AutoSize = False
- Caption =
- 'Specify which navigation elements should be shown in standard di' +
- 'alogs to simplify usage.'
- WordWrap = True
- end
- object chkCDialogBack: TCheckBox
- Left = 12
- Top = 51
- Width = 173
- Height = 17
- HelpContext = 2295
- Caption = 'Show Back button'
- TabOrder = 0
- OnClick = chkCDialogBackClick
- end
- object chkCDialogMRUList: TCheckBox
- Left = 12
- Top = 74
- Width = 313
- Height = 17
- HelpContext = 2296
- Caption = 'Show combo box with the most recently used files'
- TabOrder = 1
- OnClick = chkCDialogMRUListClick
- end
- end
- end
- object tsBlueScreen: TTabSheet
- HelpContext = 2325
- Caption = 'Errors'
- ImageIndex = 3
- OnShow = tsBlueScreenShow
- object Label5: TLabel
- Left = 12
- Top = 248
- Width = 87
- Height = 13
- Caption = 'Background color:'
- end
- object Label73: TLabel
- Left = 12
- Top = 280
- Width = 52
- Height = 13
- Caption = 'Text color:'
- end
- object Label1: TLabel
- Left = 12
- Top = 54
- Width = 48
- Height = 13
- Caption = 'Preview:'
- end
- object Label11: TLabel
- Left = 51
- Top = 10
- Width = 326
- Height = 33
- AutoSize = False
- Caption =
- 'You can select the colors that Windows should use to report exce' +
- 'ptions here.'
- WordWrap = True
- end
- object imgError: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- end
- object btnBlueScreenDefault: TButton
- Left = 12
- Top = 342
- Width = 97
- Height = 24
- HelpContext = 7
- Caption = 'Restore Defaults'
- TabOrder = 0
- OnClick = btnBlueScreenDefaultClick
- end
- object pnlBSODPreview: TPanel
- Left = 12
- Top = 72
- Width = 334
- Height = 162
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Color = clNavy
- Enabled = False
- TabOrder = 1
- object lblBSODPreview: TStaticText
- Left = 136
- Top = 16
- Width = 72
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = 'Windows'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- end
- object txtBSODPreview: TMemo
- Left = 16
- Top = 48
- Width = 489
- Height = 81
- BorderStyle = bsNone
- Color = clNavy
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- Lines.Strings = (
- 'Fatal exception error 0E occurred '
- 'at address 0036:C0025D72.'
- ''
- '* Press any key to continue.'
- '* Press Ctrl+Alt+Del to restart.')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- object Panel1: TPanel
- Left = 110
- Top = 244
- Width = 158
- Height = 24
- BevelOuter = bvLowered
- Color = 11974326
- TabOrder = 2
- object btnBSODBg1: TSpeedButton
- Tag = 1
- Left = 22
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Down = True
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg0: TSpeedButton
- Left = 3
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg2: TSpeedButton
- Tag = 2
- Left = 41
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg4: TSpeedButton
- Tag = 4
- Left = 79
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg5: TSpeedButton
- Tag = 5
- Left = 98
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg3: TSpeedButton
- Tag = 3
- Left = 60
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg7: TSpeedButton
- Tag = 7
- Left = 137
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clSilver
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- object btnBSODBg6: TSpeedButton
- Tag = 6
- Left = 117
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 1
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clOlive
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODBg0Click
- end
- end
- object Panel2: TPanel
- Left = 110
- Top = 276
- Width = 158
- Height = 43
- BevelOuter = bvLowered
- Color = 11974326
- TabOrder = 3
- object btnBSODFg8: TSpeedButton
- Tag = 8
- Left = 3
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg0: TSpeedButton
- Left = 3
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg1: TSpeedButton
- Tag = 1
- Left = 22
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg2: TSpeedButton
- Tag = 2
- Left = 41
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg3: TSpeedButton
- Tag = 3
- Left = 60
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg4: TSpeedButton
- Tag = 4
- Left = 79
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg5: TSpeedButton
- Tag = 5
- Left = 98
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg7: TSpeedButton
- Tag = 7
- Left = 137
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clSilver
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg9: TSpeedButton
- Tag = 9
- Left = 22
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg10: TSpeedButton
- Tag = 10
- Left = 41
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg11: TSpeedButton
- Tag = 11
- Left = 60
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg12: TSpeedButton
- Tag = 12
- Left = 79
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg13: TSpeedButton
- Tag = 13
- Left = 98
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clFuchsia
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg15: TSpeedButton
- Tag = 15
- Left = 137
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Down = True
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg6: TSpeedButton
- Tag = 6
- Left = 117
- Top = 3
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clOlive
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- object btnBSODFg14: TSpeedButton
- Tag = 14
- Left = 117
- Top = 22
- Width = 18
- Height = 18
- GroupIndex = 2
- Caption = 'n'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -17
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnClick = btnBSODFg0Click
- end
- end
- end
- object tsSearch: TTabSheet
- Caption = 'Search'
- ImageIndex = 6
- OnShow = tsSearchShow
- object imgSearch: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- end
- object Label6: TLabel
- Left = 51
- Top = 10
- Width = 328
- Height = 33
- AutoSize = False
- Caption =
- 'Configure the settings that determine the look and feel of searc' +
- 'h dialogs here.'
- WordWrap = True
- end
- object btnSearchDefault: TButton
- Left = 12
- Top = 342
- Width = 97
- Height = 24
- HelpContext = 7
- Caption = 'Restore Defaults'
- TabOrder = 3
- OnClick = btnSearchDefaultClick
- end
- object gbSearchIndexService: TGroupBox
- Left = 12
- Top = 51
- Width = 372
- Height = 80
- Caption = 'Indexing service'
- TabOrder = 0
- object Label10: TLabel
- Left = 12
- Top = 17
- Width = 347
- Height = 32
- AutoSize = False
- Caption =
- 'The Indexing Service creates a catalog of documents on your hard' +
- ' disks when your computer is idle, which causes higher disk acti' +
- 'vity.'
- WordWrap = True
- end
- object chkNoIndexing: TCheckBox
- Left = 12
- Top = 51
- Width = 153
- Height = 17
- HelpContext = 2326
- Caption = 'Disable Indexing service'
- TabOrder = 0
- OnClick = chkNoIndexingClick
- end
- end
- object gbSearchClassic: TGroupBox
- Left = 12
- Top = 143
- Width = 372
- Height = 80
- Caption = 'Classical search'
- TabOrder = 1
- object Label2: TLabel
- Left = 12
- Top = 17
- Width = 349
- Height = 28
- AutoSize = False
- Caption =
- 'If you don'#39't like the appearance of the new search dialog, you c' +
- 'an restore the classic Windows 2000 search dialog.'
- WordWrap = True
- end
- object chkSearchClassic: TCheckBox
- Left = 12
- Top = 51
- Width = 225
- Height = 17
- HelpContext = 2327
- Caption = 'Use classic search in Explorer'
- TabOrder = 0
- OnClick = chkSearchClassicClick
- end
- end
- object gbSearchPerceivedTypes: TGroupBox
- Left = 12
- Top = 235
- Width = 372
- Height = 83
- Caption = 'Searched file types'
- TabOrder = 2
- object Label13: TLabel
- Left = 12
- Top = 17
- Width = 349
- Height = 29
- AutoSize = False
- Caption =
- 'You can specify which text file types should be searched if you ' +
- 'search for specific content.'
- WordWrap = True
- end
- object btnSearchXP: TButton
- Left = 268
- Top = 45
- Width = 90
- Height = 24
- HelpContext = 2328
- Caption = 'File Types...'
- TabOrder = 0
- OnClick = btnSearchXPClick
- end
- end
- end
- object tsSpecialFolders: TTabSheet
- Caption = 'Special Folders'
- ImageIndex = 4
- OnShow = tsSpecialFoldersShow
- object imgNewFolder: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- end
- object Label15: TLabel
- Left = 51
- Top = 10
- Width = 331
- Height = 33
- AutoSize = False
- Caption =
- 'You can specify the physical directory path of special folders s' +
- 'uch as My Documents and the Start menu here.'
- WordWrap = True
- end
- object lvSpecFolderPath: TListView
- Left = 12
- Top = 51
- Width = 372
- Height = 236
- HelpContext = 2329
- Columns = <
- item
- Caption = 'Special folders'
- Width = 170
- end
- item
- Caption = 'Path'
- Width = 180
- end>
- HideSelection = False
- ReadOnly = True
- SmallImages = ilSpecFolder
- TabOrder = 0
- ViewStyle = vsReport
- OnSelectItem = lvSpecFolderPathSelectItem
- end
- object GroupBox7: TGroupBox
- Left = 12
- Top = 294
- Width = 372
- Height = 72
- Caption = 'Selected folder'
- TabOrder = 1
- DesignSize = (
- 372
- 72)
- object lblSpecFolderPath: TLabel
- Left = 10
- Top = 18
- Width = 26
- Height = 13
- Caption = 'Path:'
- end
- object lblSpecFolderPath2: TEllipsisLabel
- Left = 40
- Top = 18
- Width = 322
- Height = 15
- AutoSize = False
- ShowAccelChar = False
- EllipsisStyle = etPathEllipsis
- end
- object btnChangePath: TButton
- Left = 188
- Top = 37
- Width = 79
- Height = 23
- HelpContext = 2330
- Anchors = [akLeft, akTop, akRight]
- Caption = 'C&hange...'
- TabOrder = 0
- OnClick = btnChangePathClick
- end
- object btnOpenFolder: TButton
- Left = 272
- Top = 37
- Width = 90
- Height = 23
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Open Folder'
- TabOrder = 1
- OnClick = btnOpenFolderClick
- end
- end
- end
- object tsCMDPrompt: TTabSheet
- Caption = 'Command Prompt'
- ImageIndex = 5
- OnShow = tsCMDPromptShow
- object imgCmdPrompt: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- end
- object Label17: TLabel
- Left = 51
- Top = 10
- Width = 326
- Height = 33
- AutoSize = False
- Caption =
- 'You can configure settings that determine how the command prompt' +
- ' looks and behaves here.'
- WordWrap = True
- end
- object GroupBox2: TGroupBox
- Left = 12
- Top = 50
- Width = 372
- Height = 120
- Caption = 'Completion'
- TabOrder = 0
- object Label8: TLabel
- Left = 51
- Top = 17
- Width = 310
- Height = 36
- AutoSize = False
- Caption =
- 'Specify which key combinations should be used to automatically c' +
- 'omplete file and folder names.'
- WordWrap = True
- end
- object imgInput: TImage
- Left = 12
- Top = 17
- Width = 32
- Height = 32
- AutoSize = True
- end
- object Label9: TLabel
- Left = 51
- Top = 59
- Width = 61
- Height = 13
- HelpContext = 23301
- Caption = 'File names:'
- end
- object Label14: TLabel
- Left = 51
- Top = 87
- Width = 70
- Height = 13
- HelpContext = 23300
- Caption = 'Folder names:'
- end
- object cbFileAutoComplete: TComboBox
- Left = 130
- Top = 56
- Width = 129
- Height = 21
- HelpContext = 23301
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbFileAutoCompleteChange
- Items.Strings = (
- 'None'
- 'Tab'
- 'Ctrl+A'
- 'Ctrl+B'
- 'Ctrl+D'
- 'Ctrl+E'
- 'Ctrl+F'
- 'Ctrl+G'
- 'Ctrl+K'
- 'Ctrl+L'
- 'Ctrl+N'
- 'Ctrl+O'
- 'Ctrl+P'
- 'Ctrl+Q'
- 'Ctrl+R'
- 'Ctrl+T'
- 'Ctrl+U'
- 'Ctrl+V'
- 'Ctrl+W'
- 'Ctrl+X'
- 'Ctrl+Y'
- 'Ctrl+Z'
- 'Ctrl+['
- 'Ctrl+\'
- 'Ctrl+]'
- 'Ctrl+^'
- 'Ctrl+_')
- end
- object cbFolderAutoComplete: TComboBox
- Left = 130
- Top = 84
- Width = 129
- Height = 21
- HelpContext = 23300
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = cbFolderAutoCompleteChange
- Items.Strings = (
- 'None'
- 'Tab'
- 'Ctrl+A'
- 'Ctrl+B'
- 'Ctrl+D'
- 'Ctrl+E'
- 'Ctrl+F'
- 'Ctrl+G'
- 'Ctrl+K'
- 'Ctrl+L'
- 'Ctrl+N'
- 'Ctrl+O'
- 'Ctrl+P'
- 'Ctrl+Q'
- 'Ctrl+R'
- 'Ctrl+T'
- 'Ctrl+U'
- 'Ctrl+V'
- 'Ctrl+W'
- 'Ctrl+X'
- 'Ctrl+Y'
- 'Ctrl+Z'
- 'Ctrl+['
- 'Ctrl+\'
- 'Ctrl+]'
- 'Ctrl+^'
- 'Ctrl+_')
- end
- end
- object GroupBox4: TGroupBox
- Left = 12
- Top = 194
- Width = 373
- Height = 102
- Caption = 'Advanced settings'
- TabOrder = 1
- object Label19: TLabel
- Left = 51
- Top = 18
- Width = 319
- Height = 33
- AutoSize = False
- Caption =
- 'You can configure options for the appearance and the default fol' +
- 'der of the command prompt here.'
- WordWrap = True
- end
- object imgCMDAdvSettings: TImage
- Left = 12
- Top = 17
- Width = 32
- Height = 32
- AutoSize = True
- end
- object Button1: TButton
- Left = 277
- Top = 64
- Width = 81
- Height = 24
- Caption = 'Advanced...'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
- end
- object dfsBrowseDirectoryDlg: TdfsBrowseDirectoryDlg
- Title = 'Select the desired path for the special folder.'
- Options = [bfDirectoriesOnly, bfNewDialogStyle]
- Caption = 'Change path...'
- ShowSelectionInStatus = False
- Left = 40
- Top = 415
- end
- object ilSpecFolder: TImageList
- Left = 12
- Top = 416
- Bitmap = {
- 494C010110001300040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000005000000001002000000000000050
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000008F4D43008F4D43008F4D43008F4D43008F4D
- 43008F4D43000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FF000000FFB7CAD3FF5858
- 58FF464646FF6A6A6AFF939393FFBCBCBCFFDADADAFFEAEAEAFFF2F2F2FFF6F6
- F6FFFCFCFCFF000000FF000000FF000000FF0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000008F4D43009F808500CAB7B700CAB7B700C7ACAC00BD96
- 960094686E005C28370000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FFF9F9F9FF4096BCFF2D93
- BFFF10698FFF23556FFF39525FFF4D5356FF5B5B5BFF747474FF959595FFB3B3
- B3FFD2D2D2FFE9E9E9FF000000FF000000FF0000000000000000888888007070
- 7000707070007070700070707000707070007070700070707000707070007070
- 7000707070007070700088888800000000000000000000000000000000000000
- 000000000000C3816700DDD9D900E3E3E300DDD9D900DCD7D700D6C1C100DCD7
- D700C0A7A700C398980075414C00000000000000000000000000000000000000
- 0000000000006666660066666600666666006666660066666600666666000000
- 000000000000000000000000000000000000000000FFBBD4E1FF308CB6FFB8EB
- FFFF69D2FCFF4DC3EFFF31A7D6FF1C8FBFFF0C6F98FF1E5A77FF2E5467FF4552
- 57FF595959FF828282FFE3E3E3FF000000FF000000001682AF001682AF001682
- AF001682AF001682AF001682AF000C709D000C709D000C709D000C709D000C70
- 9D000C709D000C709D0045464500888888000000000000000000000000000000
- 000000000000CBAEAB00EDEDED00F1F1F100EDEDED00DDD9D900D8C2C200D3B4
- B400CBAEAB00C1969600A1707500000000000000000000000000000000006666
- 66006666660066666600515F8B00154BFF00BF857600154BFF00666666006666
- 660000000000000000000000000000000000000000FFBBD4E1FF278BBCFFC6EC
- F9FF7AE0FFFF7AE0FFFF7AE0FFFF7AE0FFFF7AE0FFFF5CCEF2FF3DB3DCFF269C
- C9FF13729BFF535353FFB0B0B0FFF6F6F6FF298FB30065CAFF001682AF0099FF
- FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF006DD3FF0070D6
- FF0042A5C90099FFFF000C709D00707070000000000000000000000000000000
- 000000000000CF998500F1F1F100ECD9D900EDEDED00DDD9D900D3B4B400CC8D
- 8D00CC8D8D00C18F8F00A36A6800000000000000000000000000628FC300154B
- FF00154BFF00154BFF003684FF00EEBF9E00BF857600C4B0B5003684FF00154B
- FF0066666600666666000000000000000000000000FFBBD4E1FF54B6E1FF8FC6
- DCFF94EEFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EBFFFF85EB
- FFFF5DCDE9FF2A5063FF797979FFE6E6E6FF298FB30065CAFF002B91C40099FF
- FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0FF007AE0
- FF0043AED50099FFFF000C709D00707070000000000000000000000000000000
- 000000000000A9513200C38D8000D6A49B00DBB3B300D1A7A700CF929200CC70
- 7000CC707000844D5500A95132000000000000000000000000003684FF00DBBE
- A900FEDCAF00FEE0B800FEECC800FDEBD500DD9F7400FEE0B800F8F1EA007BA6
- FF0062719000666666006666660000000000000000FFBAD3E0FF61C6F0FF60AE
- D1FFC0F9FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5FFFF8FF5
- FFFF9BF2FFFF217EA1FF565656FFB9B9B9FF2B91C40065CAFF002B91C40099FF
- FF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087EDFF0087ED
- FF0046B9E80099FFFF000C709D00707070000000000000000000000000006D27
- 15005B1A1300571613007F494F00ECA14900FEB13800F5C58B00DEAA9A00C977
- 7700BD5A5A00521D2D000000000000000000000000005A8DCA004081F000FFDF
- B900FFDFB900FEECC800F8F1EA00ECC2A800F8C99700FFE2C100F8F1EA00FFFE
- FE007BA6FF007FB3FF006666660066666600000000FFA2C2D1FF6DCAF2FF319E
- D1FFD6F9FCFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FFFFFF99FF
- FFFFABF2FFFF79CFE2FF354E5BFF777777FF2B91C40065CAFF0042A5C90099FF
- FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7FF0091F7
- FF0050BEF70099FFFF000C709D007070700000000000BA5D2900B7572200AC5D
- 3C00B0593800C05A3B00CB918600F1A73E00FFB33500FEB13800FFB63C00F6BB
- 6700E2A88100B27074008F4D43000000000000000000429CF900429CF900FDEB
- D500FFEEDB00FFFEFE00FFFEFE00DD9F7400FEDCAF00FFEEDB00FFF8F100FFFE
- FE00FFFEFE004D9CFF0058669C0066666600F8F8F8FF6497B1FF8FD9F9FF59BF
- ECFF80BFD9FFE7FFFFFFD9FFFFFFCBFFFFFFC0FFFFFFB9FFFFFFB9FFFFFFB9FF
- FFFFBAF2FFFFD6FFFFFF206D8CFF474747FF2B91C4006DD3FF00292A2B006097
- 9E0060979E0060979E0054818600548186005481860054818600548186005481
- 860034697A00548186000C709D0070707000D6753400AA480E00A43E0200884B
- 0500425C0D00A43E0200CAA3A000FFBB4400FFBE4C00FFC35400FFC35400FFC3
- 5400FFBE4C00FFBE4C008F4D430000000000000000003F92FA00F8E0C800FFF2
- E200FFF8F100FFFEFE00F2DCCC00F5C89900FEECC800FFF8F100FFFEFE00FFFE
- FE00EDF5FF002F91FF008096AE0066666600ACCBACFF1A722CFF2D8640FF1D83
- 40FF076D2DFF006C2DFF208039FF408F4DFFCCE9F2FFDCFFFFFFD3FFFFFFD3FF
- FFFFCAF2FFFFEBFFFFFF76BCD6FF3D4950FF2B91C4007AE0FF00292A2B00FFFF
- FF0095949400FFFFFF008E8E8E00FFFFFF0088888800FFFFFF0088888800FFFF
- FF0054818600FFFFFF000C709D0070707000C86D2600B14B0000BF5900007B6A
- 000000770000686A1100E2BEA200FFC65A00FFCB6400FFCF6C00FFCF6C00FFCF
- 6C00FFCB6400FFC354008F4D430000000000669FD200429CF900FFF8F100FFF8
- F100FFF8F100FFFEFE00DD9F7400FEDCAF00FFF2E200FFFEFE00FFFEFE00FFFE
- FE008CC3FF005AACFF006666660000000000CFE2CFFF27993AFF38D16BFF32CB
- 64FF28C150FF1CB538FF12AB23FF06850BFF49AFCCFF80B9D2FF8FC6DCFFBEE2
- EFFFE6F5FCFFFFFFFFFFEFF9FCFF407993FF2B91C40087EDFF00303234002B91
- C4002B91C4002B91C4002B91C4002B91C4002B91C4002B91C400298FB3001682
- AF001682AF001682AF001682AF0070707000C9732000CB650000CE780000468C
- 02001F8E0100AE934400E7C39600FFCF6C00FFD77D00FFD98200FFD98200FFD9
- 8200FFD77D00FFCF6C008F4D430000000000429CF900E1C9B500F8F1EA00F8F1
- EA00FFFEFE00F3EAE500EEC8A500F8E0C800F8F1EA00FFF8F100FFFEFE00FFFE
- FE00399DFF008F84B8006666660000000000000000FF72ABA8FF18912BFF38D1
- 6BFF32CB64FF28C150FF1CB538FF0B8A15FF9FFFFFFF99FFFFFF86ECF2FF73D9
- E6FF0A6996FF3B809DFF77AAC4FFA3C6D6FF2B91C40091F7FF0030323400F6B7
- 7D00F6B77D00292A2B00F6B77D00F6B77D0022222200F6B77D00F6B77D001616
- 1500F6B77D00F6B77D000000000070707000D7852800A98206001EA7200024AE
- 2B00E0A51A00E6B98400EBC88C00FFD98200FFE19000FFE69A00FFE9A100FFE6
- 9A00FFDF8C00FFD77D00AD6F5C0000000000429CF900FFEEDB00FFFEFE00FFFE
- FE00CCDDFF009DBAFF00B2BCD900F8EDDF00FFFEFE00FFFEFE00FFFEFE00A5D2
- FF0051ADFE00666666000000000000000000F5F5F5FF3F884CFF3FCE68FF42DB
- 75FF38D16BFF32CB64FF28C150FF0F8F1EFF79B6D2FF91C9DFFF9FE0EFFFB4F0
- F9FF3B8CAFFFD1D1D1FFFBFBFBFF000000FF42A5C900FFFFFF00383B3C00E57E
- 0000E57E0000292A2B00E57E0000E57E000022222200E57E0000E57E00001616
- 1500E57E0000E57E00001616150070707000E192320068A123002DC456003DCD
- 69009ED17000E2D4C500EDCA8000FFE19000FFE9A100FFF1B100FFF5B700FFF1
- B100FFE9A100FFDF8C0082444E00000000003595FF007EC5FF00B2BCD900B2BC
- D900000000000000000000000000CCDDFF00C3DEFF00FFFEFE00FFFEFE0052B0
- FF00627190006666660000000000000000008DB98DFF48D56FFF57F08AFF4DE6
- 80FF42DB75FF38D16BFF32CB64FF15952BFF585858FFBCCFD8FFBCD5E2FF8CB8
- CFFFC7DAE3FFFBFBFBFF000000FF000000FF0000000042A5C900383B3C00383B
- 3C003032340030323400292A2B00292A2B002222220022222200222222001616
- 150016161500161615000000000070707000C8A2580026BF4C005EDB830094EB
- A400A9E3AA00DDD9D900B6A58F00CAB69500DDCCA400EEE6BA00FFFECB00FFFA
- C200FFEFAD00FADD9400793F4A00000000000000000000000000000000000000
- 000000000000000000000000000000000000B2BCD900AAD4FF007EC5FF0064C2
- FF0066666600000000000000000000000000CFE2CFFF35A748FF61FA94FF57F0
- 8AFF4DE680FF2EB751FF38D16BFF1A9933FF5C5C5CFFE7E7E7FF000000FF0000
- 00FF000000FF000000FF000000FF000000FF0000000000000000383B3C00FFFF
- FF00383B3C00FFFFFF0030323400FFFFFF00292A2B00FFFFFF0022222200FFFF
- FF0016161500FFFFFF0016161500959494000000000081BB620070E18F00AEF5
- B80094EBA4007DCF9500BECBA300E0C7AF00CBBDBD00C6B2B200BFA5A200C0A5
- 9700D6BB9A00D8B38D00662E3A00000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000007EC5FF007CB1
- DA0000000000000000000000000000000000000000FFCFE2CFFF35A748FF61FA
- 94FF36BC56FF568956FF269839FF1E9D37FF8F8F8FFFEAEAEAFF000000FF0000
- 00FF000000FF000000FF000000FF000000FF0000000000000000454645004546
- 4500383B3C00383B3C003032340030323400292A2B00292A2B00222222002222
- 2200222222001616150016161500000000000000000000000000C5B674009CDF
- 960092DB83005FC85E00A69B3200D6753400CC663300C6764F00CF886800D49A
- 8400CD9D9000C1969600C76B4200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000FF000000FFCFE2CFFF228C
- 2DFF91B791FFF6F6F6FFCFE2CFFF237F26FFEAEAEAFF000000FF000000FF0000
- 00FF000000FF000000FF000000FF000000FF0000000000000000000000000000
- 0000000000000000000090909000909090009090900090909000000000000000
- 0000000000000000000000000000000000007C7C7C007C7C7C007C7C7C000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000297994002979
- 9400297994002979940029799400297994002979940029799400297994002979
- 9400297994002979940029799400000000000000000000000000297994002979
- 9400297994002979940029799400297994002979940029799400297994002979
- 9400297994002979940029799400000000000000000000000000000000000000
- 0000707070006F686F0080777F009F878F00AF909000A0878F00907F80006058
- 60000000000000000000000000000000000076442B0076442B0076442B007C7C
- 7C007C7C7C007C7C7C007C7C7C00000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001886AD001896C6001896
- C6001896C6001896C6001896C6001896C6001896C6001896C6001896C6001896
- C6001896C6001896C6001896C60029799400000000001886AD00219AC600219A
- C600219AC600219AC600219AC600219AC600219AC600219AC600219AC600219A
- C600219AC600219AC600219AC600297994000000000000000000000000005F58
- 5F006F686F00807F800090888000AFA78F00AFA88F00B0A79000BF979000BF88
- 8F00504F4F007F6F70000000000000000000B04A0000B04A0000A54A1900C36E
- 2200C36E2200C36E2200C36E22007C7C7C007C7C7C007C7C7C007C7C7C000000
- 0000000000000000000000000000000000001896C60063CBFF001896C6009CFB
- FF006BD7FF006BD7FF006BD7FF006BD7FF006BD3FF006BD3FF006BD7FF006BD3
- FF0031AED6009CFBFF001896C60029799400219AC60063CBFF00219AC6009CFF
- FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
- FF0031A6CE00A5F7FF00219AC600297994000000000000000000004F0000005F
- 100070806F00D0B89000FFEFBF00F0E7DF004F67FF00FFF8EF00FFF0CF00A097
- 8000DFA8AF005F5050000000000000000000B6571500B6571500BDD2CB00BFF2
- FB00BCF0FB00BCF0FB00ACEAFA00C36E2200C36E2200C36E2200C36E22007C7C
- 7C007C7C7C000000000000000000000000001896C6006BCBFF001896C6009CFB
- FF007BE7FF004ABEE70052BADE0052BADE0052BADE0052BADE0052BADE0052BA
- DE0042B2DE009CFFFF001896C60029799400299EC60063CBFF00219AC6009CFF
- FF007BE3FF007BE3FF004ABEEF005ABEE7004ABEEF005ABEE7007BE3FF007BE3
- FF0039B2DE009CFFFF00299EC600297994000000000000000000005800003FD8
- 60001F701F00F0E0AF00FFE7AF00FFD8A000FFD79F00FFDFB000FFF7EF00FFFF
- EF00A0908F00C0979F00706F700000000000B6571500C0CFBC00C4F3FC00C3F3
- FB00CB7A3F00CB7A3F00CB7A3F00BCF0FB00ACEAFA00BCF0FB00F2CDA100B54F
- 0000B54F00007C7C7C0000000000000000001896C6006BCBFF001896C6009CFF
- FF007B92A5007B92A5007B92A5007B92A5007B92A5007B92A5007B92A5007B92
- A5007B92A5007B92A5001896C60029799400299EC6006BCBFF00219AC6009CFF
- FF0084EBFF004ABEEF00D6929400D6717300DE828400AD9AA5004ABEEF0084EB
- FF0052B6DE009CFFFF00219AC60029799400000000004088400020A73F003FE0
- 6F0040E7700030782F00FFE7AF00FFE0AF00FFE0A000FFD89F00FFD09F00FFF8
- F000EFE7BF00C0989F00605F600090909000D9812700CDD1BD00C9F5FC00C4F3
- FC00FEA72B00FCE1C700FFE4CB00CB7A3F00CB7A3F00D17C3400D1F6FD00F2CD
- A100CB6500007C7C7C0000000000000000001896C6006BCBFF001896C6009CFF
- FF007B92A500FFFFFF00FFFFFF00E7EBEF00E7F7FF00EFF7EF00E7F7FF00E7EB
- EF00E7EFFF007B92A5001896C60029799400299EC60063CBFF00219AC6009CFF
- FF006BD7FF00AD9AA500FFDFDE00E7BEC600F7C3C600EFBABD00AD9AA5005ABE
- E7004ABEEF009CF3FF00219AC600297994004088400020A73F0020BF4F0030D0
- 60003FE76F0030C750006FA05000FFF8BF00FFDFA000FFDFA000FFD89F00FFE7
- BF00FFFFEF00BF9F90008F777F0090909000D9812700CDD1BD00D1F6FD00CEF5
- FB00FEA72B00FFE8D200FFE4CB00FCE1C700FFE4CB00CB7A3F00CEF5FB00CEF5
- FB00CB6500007C7C7C0000000000000000001896C60073D3FF001896C6009CFB
- FF007B92A500F7FFFF00FFC78400FFC37B00FFC37B00FFC37B00FFC37B00FFC3
- 7B00E7F7FF007B92A5001896C60029799400299EC6006BD3FF00219AC6009CFF
- FF006BD3FF00AD9AA500E7BEC600FFDFDE00E7BEC600AD9AA500AD9AA5004ABE
- EF005AC7FF009CFFFF00299EC6002979940010671000106710001067100020C7
- 50002FC0500010671000308030007F8760004F474F007F6050008F705F008F70
- 5F00A0AFF000807F8000A0888F0090909000D9812700DBEFED00D2F6FC00D5F7
- FC00FEA72B00FFF4E9000000000018262B00D7853F00DE8A3000D7853F00D5F7
- FC00CB6500007C7C7C0000000000000000001896C60084DBFF001896C600FFFB
- FF00D6D3D600FFFBFF00FFE3BD00FFE3BD00FFE7CE00FFE3BD00FFE7CE00FFE7
- CE00E7EFFF00CECFCE001896C60029799400299EC6007BDFFF00219AC600FFFB
- FF00FFFBFF00F7C3C600FFB6B500F7C3C600EFDFDE00FFDFDE00E7BEC600FFFB
- FF0084E7FF00FFFBFF00299EC60029799400000000008F888F00106710001FB0
- 3F00006F1000B0D0AF00FFFFDF00B0B090006060600030282F00F0F0CF00E0BF
- 8F00A0A8EF008F808F009F878F0090909000D9812700DCF8FD00DCF8FD00D9F7
- FC00FEA72B00FFF2E500FFF6EC0053767A00FFE4CB00E8C18F00DE8A3000D785
- 3F00CB650000515151007C7C7C000000000021A6CE008CEBFF001896C6001896
- C6001896C6001896C6001896C6001896C6001896C6001896C6001896C6001896
- C6001896C6001896C6001896C60000000000299EC60084E7FF00219AC600219A
- C600219AC600219AC600DE8284006330310063303100C661630063303100108E
- B5001886AD001886AD001886AD000000000000000000A0A0A000106710001FB0
- 3F00006F1000A0C7A000FFFFEF00FFFFDF00F0F0CF0040403F006F574F00FFE0
- AF00FFEFBF008F808000706F700000000000D9812700DEF8FD00E0F8FD00DCF8
- FD00FEA72B00FFFBF800FFF2E500FFF2E500DE8A3000FFE3C700FFE4CB00FFD3
- A500D17C34001641C400515151000000000021A6CE0094F7FF008CF3FF008CF3
- FF009CA6A500FFFFF700A57D6B00ADBAFF00BDC7FF006386FF005275FF00A57D
- 6B00F7F7F7009C9694007371730000000000299EC60094F7FF008CF7FF008CF7
- FF008CF7FF008CF7FF008CF3FF00FFFBFF00FFFFFF00FFFBFF0063303100FFFB
- FF001886AD0000000000000000000000000000000000000000004F804F000078
- 10001FB03F00006F1000FFFFFF00FFFFFF00FFFFE000F0F0BF0040403F008F6F
- 5F00C0B09000807F8000706F700000000000D9812700ECE0CF00E5FAFD00E7FA
- FD00FEA72B00FBFFFF00FFFAF400FFF2E500FFEDDB00D7853F00DE8A3000FFE4
- CB002265DC002D86F2001641C4000000000021A6CE00FFFBFF009CFBFF009CFB
- FF00A5A6A500FFFBFF00A57D6B00FFFFF700FFFFFF006386FF006386FF00A57D
- 6B00FFFFFF009C9694007371730000000000299EC600FFFBFF009CFFFF009CFF
- FF009CFFFF009CFFFF00FFFBFF00219AC6001886AD001886AD00633031001886
- AD001886AD000000000063303100000000000000000000000000BFBFBF004080
- 4000007F10001097200030803F0090B89000B0D0B000A0C78F00AFB07F00DFB8
- 90008F888F007F777F000000000000000000D9812700D9812700EBFBFE00EBFB
- FE00FEA72B00FAB24000FAB24000FFFAF400FFF2E500D17C3400EBFBFE00DE8A
- 3000D7853F000C139C0000000000000000000000000021A6CE00FFFBFF00FFFB
- FF00B5AEAD00FFFBFF00A57D6B0094AAFF00FFFFF700ADBAFF0094AAFF00A57D
- 6B00FFFFFF009C969400737173000000000000000000299EC600FFFBFF00FFFB
- FF00FFFBFF00FFFBFF00219AC600000000000000000000000000633031005A59
- 5A0000000000633031006330310000000000000000000000000000000000C0C7
- C00070A770001F77200000781F00006F1000106010006F8F4000CFB790009F97
- 9000908F90007F777F000000000000000000D9812700FFEDB900D9812700F4FD
- FE00F4FDFE00F7FEFF00E9D7BF00FAB24000FAB24000CB7A3F00F4FDFE00F4FD
- FE00DE8A30007C7C7C000000000000000000000000000000000021A6CE0021A6
- CE00B5AEAD00FFFFFF00FFA21000A57D6B00A57D6B00A57D6B00A57D6B00FFA2
- 1800FFFBFF009C96940073717300000000000000000000000000299EC600299E
- C600299EC600299EC60000000000000000000000000000000000633031006B5D
- 6B00B5595A00A555520063303100000000000000000000000000000000000000
- 000090909000A09FA000C0D0C000AFB0A000CFC0BF00AFA8AF00BFB8BF009090
- 9000807F8000000000000000000000000000D9812700F3B03F00F3B03F00D981
- 2700F2CDA100E9D7BF00FBFFFF00FEFFFF00FBFFFF00FBFFFF00FBFFFF00E79A
- 4A00DE8A30007C7C7C0000000000000000000000000000000000000000000000
- 0000B5AEAD00FFFBFF00FF9E0800FF9E0800FF9E0800FF9E0800FF9E0800FF9E
- 0800FFFFF7009C96940073717300000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C4D4A006330
- 3100633031009C4D4A0000000000000000000000000000000000000000000000
- 00000000000000000000A09FA000A09FA000A09FA000A09FA000A09FA0000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000F3B03F00F3B03F00F3B03F00F3B03F00F2CDA100F2CDA100F3B03F00FFBE
- 6F00D7853F007C7C7C0000000000000000000000000000000000000000000000
- 0000BDBABD00FFFBFF00FFFBFF00FFFBFF00F7F7FF00FFFBFF00FFFBFF00FFFB
- FF00FFFBFF009C96940073717300000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C4D4A006330
- 31009C4D4A000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F3B03F00F3B03F00F3B03F00F3B0
- 3F00F3B03F000000000000000000000000000000000000000000000000000000
- 0000BDBABD00BDBABD00B5AEAD00B5AEAD00B5AEAD00A5A6A5009CA6A5009C96
- 94009C9694009C96940000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C4D4A006330
- 3100000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000079B6DC0045C7E70045C7
- E70069CCE7000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000018718C001871
- 8C0018718C0018718C0018718C0018718C0018718C0018718C0018718C001871
- 8C0018718C0018718C0018718C00000000000000000000000000666666006666
- 6600666666006666660066666600666666006666660066666600666666006666
- 6600666666006666660066666600000000000000000000000000000000000000
- 000000000000000000000000000079B6DC0079B6DC0046BAE70045C7E70069CC
- E70045C7E70069CCE70000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000001082AD002996C6002996
- C6002996C6002996C6002996C6002996C6002996C6002996C6002996C6002996
- C6002996C6002996C6002996C60018718C00000000001C82B5001A80B300177D
- B000157BAE001278AB000F75A8000C72A5000A70A300076DA000056B9E000369
- 9C0001679A000066990066666600666666000000000000000000000000000000
- 000000000000EBAA6800D5D9DC003386BC000F87CD0023BDFC002AD9FF0019D9
- FF0052CFEE0045C7E70000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000002996C60063CBFF002996C60094FB
- FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
- FF006BD7FF009CFBFF002996C60018718C002187BA0066CCFF001F85B80099FF
- FF006ED4FF0057ACD00057ACD00057ACD00057ACD00057ACD00057ACD00057AC
- D0003AA0D30099FFFF000066990066666600EBAA6800EBAA6800EBAA6800EBAA
- 6800EBAA6800A86B3A00CAB19E004696CA001481C20025AFF1002DD1FF0027D9
- FF0035D4F80045C7E70069CCE700000000000094940063CECE0063CECE0063CE
- CE00CE312900CE31290063CECE0063CECE0063CECE0063CECE0063CECE0063CE
- CE0063CECE0063CECE0000000000000000002996C60063CBFF002996C6005ABE
- DE00088EBD0042B2DE007BE3FF007BE3FF007BE3FF0063CBEF00088EBD000079
- AD00007DB50063CBEF002996C60018718C00248ABD0066CCFF00268CBF0099FF
- FF00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBFBB00CDBF
- BB00CDBFBB00CDBFBB0001679A0066666600EBAA6800FBBA6D00FCC47800EFB3
- 6E00C4814400A2612D00C69874007DB4D700127ABA0022A2E7002BCBFF002AD9
- FF0021D3FB0075D8F20045C7E7000000000000949400CEFFFF0094CEFF00007B
- 7B00CE31290094FFFF000000000000000000946300009463000094CEFF0094CE
- FF0094CEFF0063CECE0000000000000000002996C6005AC7FF002996C6009CFF
- FF005AC3E7005AC3E70084EBFF0084E7FF0084EBFF0084E7FF0052BEE700088E
- BD002996C6009CFBFF002996C60018718C00278DC00066CCFF002C92C50099FF
- FF00CDBFBB00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EB
- DD00F0EBDD00CDBFBB0003699C0066666600EBAA6800F4B77700FFC27700FBBE
- 7900D2915500AC6D3800B67C5000ACC3D100167BBB001A94D9001FBFFE0027D6
- FF0016D6FF0075D8F20045C7E7000000000000949400CEFFFF0094FFFF005A5A
- 5A009431000094310000FF632900FF632900FF632900FF6329009463000094CE
- FF0094CEFF0063CECE0000000000000000002996C60063CBFF002996C6009CFB
- FF0094F7FF0052C3E7007BE3F70094F7FF0094F7FF0094F7FF005ACFEF002996
- C60029A2CE009CFBFF002996C60018718C00298FC20066CCFF003298CB0099FF
- FF00CDBFBB00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EBDD00F0EB
- DD00F0EBDD00CDBFBB00056B9E0066666600EBAA6800F2BF8B00FFBE7300FEC3
- 7C00DE9F6000B5774100A8673500C5C0BB002D89C4003B98D50076CBF50080D5
- EC0067D8F40070D6F70033BD79000000000000949400CEFFFF0094FFFF007373
- 730063949400CE632900FF63290094FFFF0094CEFF0094FFFF0094CEFF0094FF
- FF0094CEFF0063CECE0000000000000000002996C6006BD7FF002996C6009CFB
- FF009CFFFF009CFBFF005ACFEF0029AEDE0029AEDE0021AADE0052BEE70029AE
- DE0031AED6009CFBFF002996C60018718C002C92C5006ED4FF003399CC0099FF
- FF00CDBFBB00F0EBDD00FFDAAE00FFDAAE00FFDAAE00FFDAAE00FFDAAE00FFDA
- AE00F0EBDD00CDBFBB00076DA00066666600EBAA6800F2CDAA00FCB66600FFC3
- 7800EBAA6800BD7B4100A35F2800D3B59B00B0D1E40096C0B30074C0900064CF
- 920064CE940077CAA60033BD79000000000000949400CEFFFF0094FFFF0094FF
- FF006394CE0094946300FF632900CE630000CE630000CE6300007B00000094CE
- FF0094FFFF0063CECE0000000000000000002996C6007BE3FF002996C600FFFF
- FF00FFFFFF00FFFFFF00F7FFFF0073C7E700BDE7F700DEF3FF008CD3EF0039B6
- EF0031B2E700FFFFFF002996C60018718C002E94C7007AE0FF003399CC00FFFF
- FF00F0EBDD00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00F0EBDD000A70A3006666660000000000EBAA6800EEBF9300FFC7
- 8A00F6B97900D89E6700C8A58D00CDC8E000B0D3BF00218B4E0022A261002FC4
- 7C0030D0830027CC7A0090D5B00033BD790000949400CEFFFF0094FFFF0094FF
- FF007B00000094FFFF009494630094FFFF0094FFFF00FF6329007B00000094FF
- FF0094CEFF0063CECE0000000000000000002996C60084EBFF0084E7FF002996
- C6002996C6002996C6002996C6002996C6002996C6002996C6002996C6002996
- C6002996C6002996C6002996C600000000003096C90085EBFF003399CC003399
- CC00A9795E00B6BAB000B6BAB000B6BAB000B6BAB000B6BAB000B6BAB000B6BA
- B000B6BAB000A9795E001A80B30000000000000000007DA8EA0086B4FA007DA8
- EA00A4B7DB0092ACE900527EFB003760EC00A5C2C8002B8F5300289B5F0033BD
- 790038CF87002ED082006ED2A00033BD790000949400CEFFFF0094FFFF0094FF
- FF0094FFFF007B000000CECE9400CE312900CE312900CE6300007B7B7B0094CE
- FF0094FFFF0063CECE0000000000000000002996C60094F7FF008CF7FF008CF7
- FF008CF7FF008CF7FF008CF3FF00FFFFFF00ADDFEF006BEFAD006BEFAD00215D
- 2100215D21000000000000000000000000003298CB0091F7FF008EF4FF008EF4
- FF00AD7D6100FFF3E200FFF3E200FFF3E200FFF3E200FFF3E200FFF3E200FFF3
- E200FFF3E200AD7D61006666660000000000000000007DA8EA0079AAFC00338B
- FF004D9FFF00357DFF001854FC001647E600A1B5E00050A26C002091560030B4
- 730038CD850032D0850047CD8A0033BD790000949400CEFFFF0094FFFF0094FF
- FF0094FFFF0094FFFF00CE630000CE630000CE6300007B7B7B0094FFFF0094FF
- FF0094CEFF0063CECE0000000000000000002996C600FFFFFF009CFBFF009CFF
- FF009CFFFF009CFFFF00FFFFFF002996C6001082AD0018757B00215D2100215D
- 2100215D21000000000000000000000000003399CC00FFFFFF0099FFFF0099FF
- FF00B1816500FFF6EA00FFDAB400FFDAB400FFDAB400FFDAB400FFDAB400FFDA
- B400FFF6EA00B181650066666600000000000000000073A7F90073A7F9003889
- FE004695FF003F87FF002662FF001347E9007C92E9007BB88D0019884D0025A6
- 64002AC379002ACD7F002ACB7D0064D59C0000949400CEFFFF00CEFFFF00CEFF
- FF00CEFFFF00CEFFFF00CEFFFF00CEFFFF00BDBDBD00CE6300007B7B7B00CEFF
- FF0094FFFF0063CECE0000000000000000000000000029A2CE00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF002996C60000000000000000000000000031754200006D
- 0000215D2100000000000000000000000000000000003399CC00FFFFFF00FFFF
- FF00B7876900FFF9F200FFF9F200FFF9F200FFF9F200FFF9F200FFF9F200FFE8
- CB00FFE8CB00B7876900666666000000000000000000000000007DA8EA00478F
- FD004294FF004690FF002B6AFF00174DF1004B6CE8009BC3B1001F844A0057AB
- 7D0090D5B00096E1BA0064D59C00000000000094940063CECE0063CECE0063CE
- CE0063CECE0063CECE0063CECE0063CECE000094940000949400009494000094
- 94000094940000949400000000000000000000000000000000002996C6002996
- C6002996C6002996C60000000000000000000000000000000000000000003175
- 4200215D210000000000000000000000000000000000000000003399CC003298
- CB00BC8C6C00FFFDFA00FFDAB400FFDAB400FFDAB400FFDAB400FFFDFA00FDA7
- 3000FDA73000FDA73000000000000000000000000000000000007DA8EA005B97
- FC00348AFF004794FF003275FF00154FF800224DDC00BACADB0057AB7D000000
- 0000000000000000000000000000000000000000000000949400DEE7DE00CEFF
- FF00CEFFFF0094FFFF0094FFFF00009494000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000215D21000000000000000000000000000000000000000000000000000000
- 0000C0907000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFB7
- 5C00FFB75C0000000000000000000000000000000000000000007DA8EA0073A7
- F90073A7F9005295FB003A79FA00537AF00073A7F90073A7F900000000000000
- 0000000000000000000000000000000000000000000000000000009494000094
- 9400009494000094940000949400000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000C4947300C4947300C4947300C4947300C4947300C4947300C4947300FFB7
- 5C00000000000000000000000000000000000000000000000000000000007DA8
- EA007DA8EA007DA8EA007DA8EA00478FFD000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007777
- 7700777777007777770000000000000000000000000000000000000000007777
- 7700777777007777770000000000000000000000000000000000000000000000
- 000000000000000000000000000074747400626262006E6E6E00747474006969
- 6900747474007474740000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000018799C001879
- 9C0018799C0018799C0018799C0018799C0018799C0018799C0018799C001879
- 9C0018799C0018799C0018799C00000000000000000000000000086A9B00198D
- B8003F5F73005E504A00777777000000000000000000000000004285AC004285
- AC00377FA9007777770000000000000000000000000000000000000000000000
- 000000000000747474005858580073737300595A5A004A454500756969007B7B
- 7B004C4C4C003F3F3F0050505000585858000000000000000000000000000000
- 0000000000001F789F001F789F001F789F001F789F001F789F001F789F001F78
- 9F001F789F001F789F001F789F000000000000000000188EB500188EB500188E
- B500188EB500188EB500188EB500188EB500188EB500188EB500188EB500188E
- B500188EB500188EB500188EB50018799C000000000000000000086A9B00B2F0
- FE0001BBEE004284AB004E443F0077777700777777003295BC00A7F1FF0022A4
- CC00377FA9007777770000000000000000000000000000000000000000000000
- 00008B8B8B0083838300E8E8E800E3E3E300B6B6B600827A7A00635E5E008F90
- 9000BABABA00BBBBBB006262620058585800000000000000000000000000309F
- BF001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8F
- B0001F8FB0001F8FB0001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
- FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7FF006BD7
- FF0039B2DE009CF3FF00188EB50018799C00000000000000000000000000086A
- 9B0014D2FF0020D6FF002C7AA8003E4042005599BB0089EAFF000ACFFF003888
- AF003888AF00000000000000000000000000000000000000000000000000BFBF
- BF00CFCFCF00FFFFFF00EFEFEF00B4B4B40098989800A3A4A400989999008C8C
- 8C00909090009E9D9E00898989006C6C6C00000000000000000000000000309F
- BF0060C8FF001F8FB0009FFFFF006FD7FF006FD7FF006FD7FF006FD7FF006FD7
- FF003FB0DF009FF0FF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
- FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BE3FF007BDF
- FF0042B2DE009CFFFF00188EB50018799C00000000000000000000000000086A
- 9B0071E6FF000ED1FF0047E0FC005DBADA00A9FDFF0044E3FF000EBDEB005851
- 4F0077777700000000000000000000000000000000000000000000000000B7B7
- B700F2F2F200D4D4D400B2B2B200A7A7A7008E8E8E008A8A8A009D9D9D00AFAF
- AF00B8B7B700A5ADA8005F6661006B6B6B00000000000000000000000000309F
- BF0060C8FF001F8FB0009FFFFF0090F8FF0090F8FF0090F8FF0090F8FF008FF0
- FF0050BFE0009FFFFF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
- FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084E7FF0084EB
- FF004AB6DE00A5F7FF00188EB50018799C000000000000000000000000007777
- 770088C6DD0000CCFF002DDBFF0076F3FF0094FDFF005DEBFF00198DB8004E44
- 3F0077777700000000000000000000000000000000000000000000000000B2B2
- B200BCBCBC00CCCCCC00D3D3D300E1E1E100DADADA00C7C7C700B2B2B200A0A0
- A0009E9C9D008A968E005A655D0068686800CF670000CF670000CF670000309F
- BF006FD0FF001F8FB0009FFFFF009FFFFF009FFFFF00A0F7FF009FFFFF009FFF
- FF0060C8FF009FFFFF001F8FB0001F789F00319EBD0063CBFF00188EB5009CFF
- FF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF0094FBFF008CF3
- FF0052BEE7009CFFFF00188EB50018799C000000000000000000777777005773
- 85003FADCC0014D2FF0015D3FF004EE6FF0088F8FF0079F4FF001E7FAB003E40
- 42005A4A4300777777000000000000000000000000000000000000000000B0B0
- B000E6E6E600DDDDDD00DADADA00E0E0E000E2E2E200E2E2E200DBDBDB00CFCF
- CF00C7C7C700C3C1C2007473740086868600CF670000FFFFFF00FFF8F000309F
- BF007FDFFF001F8FB000FFFFFF00F0F8FF00F0F8FF00F0F8FF00F0F8FF00FFFF
- FF0080D7F000F0F8FF001F8FB0001F789F00319EBD006BD3FF00188EB5009CFF
- FF009CFFFF009CFFFF009CFFFF00A5F7FF009CFFFF009CFFFF009CFFFF009CFF
- FF0063CBFF009CFFFF00188EB50018799C0000000000777777003287AF000EBD
- EB003FE1FF0021D7FF0003CDFF0039DFFF0071F2FF0094FDFF0052E5FF00168F
- BB0027516A005849430077777700000000000000000000000000404040005454
- 5400CACACA00D1D1D100CACACA00C9CACA00EAEAEA00E9E9E900E6E6E600E9E9
- E900D5D5D500D2D2D2007878780000000000CF670000FFFFFF004F78FF00309F
- BF0080E8FF0080E7FF001F8FB0001F8FB0001F8FB0001F8FB0001F8FB0001F8F
- B0001F8FB0001F8FB0001F8FB00000000000319EBD007BDFFF00188EB500FFFF
- FF00F7FBFF00F7FBFF00F7FBFF00F7FBFF00F7FBFF00FFFFFF00FFFFFF00FFFF
- FF0084D7F700F7FBFF00188EB50018799C00086A9B000BA2D10042E2FF0091FC
- FF0067EEFF0036DEFF0006CEFF001ED6FF0057E9FF0091FCFF006CF0FF0031DC
- FF0001BBEE003287AF00086A9B0077777700000000002187BA002187BA001F84
- B6002E789C00A2AEB300DCDBDD00ACACAE00ACB0B200B8BBBD00BEC0C100C6C7
- C600D4D4D4009C9C9C000000000000000000CF670000FFFFFF004F78FF00309F
- BF009FF0FF008FF7FF008FF7FF008FF7FF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00107FA000000000000000000000000000319EBD0084EBFF0084E7FF00188E
- B500188EB500188EB500188EB500188EB500188EB500188EB500188EB500188E
- B500188EB500188EB500188EB50000000000086A9B0086E5F000AFDEEE00AFDE
- EE00AFDEEE007DB2CC0043DCFF000ACFFF0046D8F3007DB2CC00C7E0EB00AFDE
- EE00B4E9F60086E5F000086A9B00777777002187BA0066CCFF005FC4F6007AE0
- FF007AE0FF008EB2BE00FED4C100F0C9B600E9C9B900E6CFC100D9CBC3007C7E
- 7F009C9C9C00000000000000000000000000CF670000FFFFFF00FFFFFF00309F
- BF007FDFFF00FFFFFF009FFFFF007FDFFF001F8FB0001F8FB0001F8FB0001F8F
- B0001F8FB000000000000000000000000000319EBD009CF3FF008CF7FF008CF7
- FF008CF7FF008CF7FF008CF3FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00107DA50000000000000000000000000000000000086A9B00086A9B00086A
- 9B00086A9B00086A9B000BA2D10002CCFF000BA2D100086A9B00086A9B00086A
- 9B00086A9B00086A9B0000000000000000002187BA007AE0FF005FC5F8008EF4
- FF008EF4FF0095C3C700FED7B200FFDCB700FFD9B400FFE2BC00C39F8D007D7D
- 7D0000000000000000000000000000000000CF670000FFFFFF00CF989F00CF98
- 9F00309FBF00309FBF00309FBF00309FBF000098000000980000FFE8D000CF67
- 000000000000000000000000000000000000319EBD00FFFFFF009CFFFF009CFF
- FF009CFFFF009CFFFF00FFFFFF00188EB500188EB500188EB500188EB500188E
- B500107DA5000000000000000000000000000000000000000000000000000000
- 000000000000086A9B00198DB80012D2FF00198DB800086A9B00000000000000
- 0000000000000000000000000000000000002187BA007AE0FF005FC5F800FFFF
- FF00FFFFFF00D8BDB800FFE9D000FFE7CD00FFE6CC00FFEDD2009E837B009C9C
- 9C0000000000000000000000000000000000CF670000FFFFFF00CF989F00CF98
- 9F00FFFFFF00E07F0F00E07F0F00FFF8F0000098000000980000FFE8D000CF67
- 00000000000000000000000000000000000000000000319EBD00FFFFFF00FFFF
- FF00FFFFFF00F7FBFF00319EBD00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000086A9B003287AF0028D9FF003287AF00086A9B00000000000000
- 0000000000000000000000000000000000002187BA007AE0FF005FC5F8005FC5
- F80061C1F300C2B7B700FFF8E800FFF0E000FFF1E100FFF3E3007B6865000000
- 000000000000000000000000000000000000CF670000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFF8EF00FFF8EF00FFF0E000CF67
- 0000000000000000000000000000000000000000000000000000319EBD00319E
- BD00319EBD00319EBD0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000086A9B0038CEEE00086A9B0000000000000000000000
- 0000000000000000000000000000000000002187BA00FFFFFF008EF4FF008EF3
- FE005D7E9900F1E4DF00FFFDF700FFF9F300FFFEF900E7D8D3009C9C9C000000
- 000000000000000000000000000000000000CF670000DF780000DF780000DF78
- 0000DF780000DF780000DF780000DF780000DF780000DF780000DF780000CF67
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000086A9B00086A9B00086A9B0000000000000000000000
- 000000000000000000000000000000000000000000002187BA002187BA002287
- B900E3D6D600E3D4D400E1D2D200E5D8D800E2D5D500E7DBDB00000000000000
- 000000000000000000000000000000000000CF680000CF680000CF680000CF68
- 0000CF680000CF680000CF680000CF680000CF680000CF680000CF680000C068
- 0F00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000086A9B000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000D0701000D0701000D070
- 1000D0701000D0701000D0701000D0701000D0701000D0701000D07010000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000500000000100010000000000800200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFE07FFFFC007FFFFFC03FFFF8003
- C001F801F81F80018000F801E00F80000000F801C00380000000F801C0018000
- 0000E00380008000000080018000000000000001800000000000000100010000
- 00000001000180000000000100030001000000010E03000380000001FF07003F
- C0008001FFCF803FC001C001FFFFC07FFC3F1FFFC001C001F00F01FF80008000
- E003001F00000000C003000700000000C0010003000000008000000300000000
- 0000000300000000000000030000000080000001000100018001000100010007
- C001000100010005C0030003800181C9E0030003C001C3C1F0070003F001FFC3
- FC1FF003F001FFC7FFFFFF07F003FFCFFFFFFFFFFF87FFFFC001C001FE03FFFF
- 80008000F8038001000000000001000100000000000100010000000000010001
- 0000000000010001000000000001000100000000800000010001000180000001
- 0007000180000001000700018000000181C78001C0010003C3E7C003C01F807F
- FFF7F007C03FC0FFFFFFF00FE0FFFFFFFFFFE3E3FE03FFFFC001C1C3F800F801
- 8000C003F000E0000000E007E000E0000000E007E000E0000000E007E0000000
- 0000C003E000000000008001C001000100000000800300070001000000070007
- 00078003000F000F0007F83F000F000F81FFF83F001F000FC3FFFC7F001F000F
- FFFFFC7F803F000FFFFFFEFFFFFF801F00000000000000000000000000000000
- 000000000000}
- end
- end
-