BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageAcquisition/AllAcquire/uMain.dfm

756 lines
29 KiB
Plaintext

object frmMain: TfrmMain
Left = 506
Top = 230
Caption = 'Acquisition Demo - www.ImageEn.com'
ClientHeight = 815
ClientWidth = 690
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ImageEnMView1: TImageEnMView
Left = 0
Top = 577
Width = 690
Height = 238
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
StoreType = ietNormal
ThumbWidth = 100
ThumbHeight = 100
HorizBorder = 4
VertBorder = 4
TextMargin = 0
GridWidth = -1
Style = iemsFlat
ThumbnailsBackground = clBtnFace
ThumbnailsBackgroundSelected = clBtnFace
MultiSelectionOptions = []
ThumbnailsBorderWidth = 0
ThumbnailsBorderColor = clBlack
OnProgress = ImageEnIO1Progress
DefaultBottomText = iedtNone
Align = alClient
TabOrder = 0
end
object pnlMain: TPanel
Left = 0
Top = 0
Width = 690
Height = 577
Align = alTop
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 1
object Label8: TLabel
Left = 8
Top = 8
Width = 674
Height = 26
Align = alTop
Caption =
'TIEAcquireParams (via TImageEnView.IO.AcquireParams or TImageEnM' +
'View.MIO.AcquireParams) provides a generic interface to all the ' +
'image acquisition devices available on a system, including Twain' +
', WIA and WPD (Portable devices such as phones and tablets)'
WordWrap = True
end
object Label9: TLabel
Left = 9
Top = 53
Width = 215
Height = 16
Caption = 'Step 1: Select Acquisition Source'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label10: TLabel
Left = 24
Top = 85
Width = 149
Height = 13
Caption = 'Display in-built selection dialog:'
end
object Label11: TLabel
Left = 24
Top = 117
Width = 53
Height = 13
Caption = 'API Types:'
end
object Label12: TLabel
Left = 329
Top = 111
Width = 35
Height = 29
Caption = 'OR'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label13: TLabel
Left = 432
Top = 85
Width = 205
Height = 13
Caption = 'Code your own listbox/combobox selector:'
end
object Bevel1: TBevel
Left = 8
Top = 196
Width = 665
Height = 9
Shape = bsTopLine
end
object Label14: TLabel
Left = 9
Top = 208
Width = 123
Height = 16
Caption = 'Device Parameters'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label17: TLabel
Left = 9
Top = 509
Width = 152
Height = 16
Caption = 'Step 2: Acquire Images'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object lblSaveToReg: TLabel
Left = 368
Top = 480
Width = 80
Height = 13
Cursor = crHandPoint
Caption = 'Save to Registry'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblSaveToRegClick
end
object lblLoadFromReg: TLabel
Left = 486
Top = 480
Width = 91
Height = 13
Cursor = crHandPoint
Caption = 'Load from Registry'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblLoadFromRegClick
end
object chkTwain: TCheckBox
Left = 88
Top = 117
Width = 52
Height = 17
Caption = 'Twain'
Checked = True
State = cbChecked
TabOrder = 0
end
object chkWIA: TCheckBox
Left = 144
Top = 117
Width = 44
Height = 17
Caption = 'WIA'
Checked = True
State = cbChecked
TabOrder = 1
end
object chkDCIM: TCheckBox
Left = 197
Top = 117
Width = 57
Height = 17
Caption = 'WPD'
Checked = True
State = cbChecked
TabOrder = 2
end
object btnSelectSource: TButton
Left = 24
Top = 149
Width = 217
Height = 25
Caption = 'Select Acquisition Source'
TabOrder = 3
OnClick = btnSelectSourceClick
end
object cmbSources: TComboBox
Left = 432
Top = 113
Width = 201
Height = 24
Style = csOwnerDrawFixed
ItemHeight = 18
TabOrder = 4
OnChange = cmbSourcesChange
OnDrawItem = cmbSourcesDrawItem
end
object grpGeneral: TGroupBox
Left = 368
Top = 229
Width = 209
Height = 248
Caption = 'General'
TabOrder = 5
object Label1: TLabel
Left = 16
Top = 136
Width = 59
Height = 13
Caption = 'Y Res (DPI):'
end
object Label2: TLabel
Left = 16
Top = 108
Width = 59
Height = 13
Caption = 'X Res (DPI):'
end
object Label3: TLabel
Left = 15
Top = 24
Width = 34
Height = 13
Caption = 'Colors:'
end
object Label15: TLabel
Left = 15
Top = 51
Width = 58
Height = 13
Caption = 'Orientation:'
end
object Label16: TLabel
Left = 15
Top = 79
Width = 45
Height = 13
Caption = 'Rotation:'
end
object edtResY: TEdit
Left = 80
Top = 132
Width = 53
Height = 21
TabOrder = 0
end
object edtResX: TEdit
Left = 80
Top = 104
Width = 53
Height = 21
TabOrder = 1
end
object cmbColors: TComboBox
Left = 80
Top = 19
Width = 110
Height = 21
Style = csDropDownList
TabOrder = 2
end
object cmbOrientation: TComboBox
Left = 80
Top = 47
Width = 110
Height = 21
Style = csDropDownList
TabOrder = 3
end
object cmbRotation: TComboBox
Left = 80
Top = 75
Width = 110
Height = 21
Style = csDropDownList
TabOrder = 4
end
object chkFeederEnabled: TCheckBox
Left = 13
Top = 165
Width = 124
Height = 17
Caption = 'Feeder Enabled'
Checked = True
State = cbChecked
TabOrder = 5
end
object chkAutoFeed: TCheckBox
Left = 13
Top = 189
Width = 116
Height = 17
Caption = 'Auto-Feed'
Checked = True
State = cbChecked
TabOrder = 6
end
object chkDuplexEnabled: TCheckBox
Left = 13
Top = 213
Width = 116
Height = 17
Caption = 'Duplex Enabled'
Checked = True
State = cbChecked
TabOrder = 7
end
end
object grpFrame: TGroupBox
Left = 24
Top = 376
Width = 329
Height = 101
Caption = 'Acquisition Frame (Inches)'
TabOrder = 6
object Label4: TLabel
Left = 12
Top = 24
Width = 23
Height = 13
Caption = 'Left:'
end
object Label5: TLabel
Left = 12
Top = 52
Width = 22
Height = 13
Caption = 'Top:'
end
object Label6: TLabel
Left = 168
Top = 24
Width = 29
Height = 13
Caption = 'Right:'
end
object Label7: TLabel
Left = 168
Top = 52
Width = 38
Height = 13
Caption = 'Bottom:'
end
object chkFrameEnabled: TCheckBox
Left = 12
Top = 76
Width = 97
Height = 17
Caption = 'Enabled'
TabOrder = 0
end
object edtLeft: TEdit
Left = 52
Top = 20
Width = 96
Height = 21
Enabled = False
TabOrder = 1
end
object edtRight: TEdit
Left = 216
Top = 20
Width = 96
Height = 21
Enabled = False
TabOrder = 2
end
object edtTop: TEdit
Left = 52
Top = 48
Width = 96
Height = 21
Enabled = False
TabOrder = 3
end
object edtBottom: TEdit
Left = 216
Top = 48
Width = 96
Height = 21
Enabled = False
TabOrder = 4
end
end
object btnCheckParameters: TButton
Left = 584
Top = 451
Width = 97
Height = 25
Caption = 'Save Parameters'
TabOrder = 7
OnClick = btnCheckParametersClick
end
object btnAcquire: TButton
Left = 168
Top = 536
Width = 89
Height = 25
Caption = 'Acquire'
TabOrder = 8
OnClick = btnAcquireClick
end
object ProgressBar1: TProgressBar
Left = 272
Top = 540
Width = 177
Height = 17
TabOrder = 9
end
object memInfo: TMemo
Left = 24
Top = 233
Width = 329
Height = 139
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 10
end
object chkVisibleDialog: TCheckBox
Left = 22
Top = 531
Width = 140
Height = 17
Caption = 'Show Acquisition Dialog'
Checked = True
State = cbChecked
TabOrder = 11
end
object btnAbort: TButton
Left = 593
Top = 536
Width = 89
Height = 25
Caption = 'Abort'
TabOrder = 12
Visible = False
OnClick = btnAbortClick
end
object chkEnableLogging: TCheckBox
Left = 22
Top = 554
Width = 140
Height = 17
Hint = 'Save a Log file to the Windows temp folder as ietwainlog.txt'
Caption = 'Enable Logging'
ParentShowHint = False
ShowHint = True
TabOrder = 13
end
end
object imlDevices: TImageList
Left = 644
Top = 104
Bitmap = {
494C010104000900080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000002000000001002000000000000020
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
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000CECD
CC00B0B0AF00ABABAA00A4A5A200B6B5B400C6C5C400D3D3D300000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000949494009C9C
9C009494940094949400ADADAD00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000009190
8E00CEC5C500FFE4F100FFE2F200C9BFC100B6B6AE00C4C2A600C2BEA100A7A5
A000ADACAB000000000000000000000000000000000000000000000000000000
000000000000000000000000000086878700807F800000000000000000000000
0000000000000000000000000000000000000000000094949400CECECE00D6D6
D600BDBDBD00CECECE00C6C6C6009494940094949400ADADAD00000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000004A4A4A004A4A4A004A4A4A004A4A4A0000000000000000000000
000000000000000000000000000000000000000000000000000000000000837F
7E00FFFFFF002CB57F004CC69400FFFFFF00FFFFFF00E0DDFF00B9BAFF00FFFF
FA007E7C79000000000000000000000000000000000000000000000000000000
000000000000ABAAAA0072676700867D7E00BFC7C3009EBBA7009FA09F009EBB
A7000000000000000000000000000000000094949400CECECE00B5B5B500C6C6
C600BDBDBD00BDBDBD00C6C6C600F7F7F700F7F7F700D6D6D600949494009494
9400ADADAD000000000000000000000000000000000000000000000000000000
00004A4A4A008C848400B5B5B500C6C6C6009C9C9C004A4A4A004A4A4A004A4A
4A00000000000000000000000000000000000000000000000000000000008683
8100FEF0F80066BDC10042ADB300B2B8DA00B7CBD400304AC8000F25DB00FFFF
FF0085827F00000000000000000000000000000000000000000000000000A0A1
A100827474009D7F7F00AF949400ABA4A500C3C9C800CBE7D600E0E1E0008080
80006F6F6F008A8A8A00000000000000000094949400C6C6C600D6D6D600C6C6
C600BDBDBD00BDBDBD00B5B5B500E7E7E700B5B5B5009C9C9C007B7B7B008C8C
8C00BDBDBD0094949400ADADAD00000000000000000000000000000000004A4A
4A008C8C8C009C949C00736B7300A5A5A500D6D6D600FFFFFF00EFEFEF00BDB5
B5004A4A4A004A4A4A004A4A4A00000000000000000000000000000000008684
8300DDE8F400FF9A6C00FFBA9C00CD916400B9966400FFD49600FFE39600DBE7
E70086838100000000000000000000000000000000009FA0A0007F686800AB7D
7D00C7999C00BBA2A500B6AAAB00D1CDCD00E4E0D700E2D8D600E3E4E400CDCE
D000ADAEB000B4B5B500B5B5B5009E9E9E0094949400C6C6C600DEDEDE00C6C6
C600C6C6C600C6C6C600C6C6C600CECECE00A5A5A500525252004A4A4A004A4A
4A006B6B6B00C6C6C600DEDEDE00ADADAD0000000000000000004A4A4A008C84
8C008C8C8C00A59CA5006B6B6B006B6B6B008C8C8C0094949400A5A5A500B5B5
B500E7E7E700A5A5A500D6D6D600848484000000000000000000000000008785
8400DBF4FF00FF7A290021AE5400FFC76100FFD0650085B04F00FF6A0500DDF2
FF00868483000000000000000000000000007C656500BF7E7E00DC959900C59B
A100B19B9300C5A89000F3C79C00FFF1E100FFF4E400F7D6B000EBE9E200EFE7
E100F6EFE800F1F1EF00E7E8E800B3B3B30094949400C6C6C600DEDEDE00C6C6
C600C6C6C600C6C6C600C6C6C600C6C6C6007B7B7B00525252004A4A4A004A4A
4A00525252009C9C9C00D6D6D60094949400000000004A4A4A00DED6DE00D6D6
D600ADA5AD009C949C00B5B5B5009C9C9C006B6B6B006B6B6B006B6B6B006B6B
6B00949494009C9C9C006B6B6B006B6B6B000000000000000000000000008886
8500DFF8FF00FF82430000CC870089B77A00A4B97B0000C88A00FF7E3300EAF7
FF0087858400000000000000000000000000B2707100BF858400A9816500BD8B
5200E3A05400FAB36F00FFC89400FFF1E200FFF6E700FFDBB100FFF8F000F0E0
C800E4C4A600D5CCC300DCDEDF000000000094949400C6C6C600E7E7E700C6C6
C600C6C6C600BDBDBD00C6C6C600CECECE00737373004A4A4A00946331009C63
21005252520084848400CECECE00949494004A4A4A00ADA5AD00E7DEE700E7DE
E700EFEFEF00737373007373730094949400BDBDBD00C6C6C600BDBDBD00ADA5
AD006B6B6B006B6B6B00737373006B6B6B000000000000000000000000008987
8600E3FEFF00FF72320000D08B0000BE830000BC810000CB8900B3813000FAF9
FF00888685000000000000000000000000009F6B6C008F6F6E0085623E00AE76
3400DC994F00FDB97400FFCF9700FFF5E100EEE5D600D4BEA700BEBBB900B5B5
B100CAC8C30000000000000000000000000094949400CECECE00E7E7E700CECE
CE00CECECE00C6C6C600C6C6C600D6D6D6008C8C8C005A5A5A006B5A4A007B63
4A00525252008C8C8C00C6C6C600949494004A4A4A00F7F7F700EFEFEF00F7FF
FF00EFEFEF00EFEFEF00D6D6D600A59CA500847B8400737373007B7B7B009C9C
9C00BDBDBD00CECECE00A5A5A5004A4A4A000000000000000000000000008A88
8700E9FFFF00FF62230000D6920000BF830000BF830000CB8700D7925300FFF7
FF008987860000000000000000000000000000000000CB959500B5868A009072
75006E5B55007E6F5A00AB927800A09B9300AFB1AF0000000000000000000000
00000000000000000000000000000000000094949400CECECE00F7F7F700CECE
CE00CECECE00CECECE00BDBDBD00C6C6C600D6D6D60063636300636363005A5A
5A0063636300C6C6C600BDBDBD00949494004A4A4A00FFFFFF00FFFFFF00F7FF
FF00F7FFFF00EFEFEF00E7E7EF00E7DEE700D6D6D600C6C6C600ADA5AD00847B
7B006B6B6B00737373006B6B6B00000000000000000000000000000000008B88
8700EEFFFF00FF5A1B0000FFB50000E09C0000DA940000DE8D00C4B78600FFF8
FF008A888700000000000000000000000000000000000000000000000000BC9A
9B00AD8B8D008B737700554F51004244460071717100AFAFAF00000000000000
00000000000000000000000000000000000094949400DEDEDE00DEDEDE00D6D6
D600BDBDBD00A5A5A500A5A5A500B5B5B500D6D6D600DEDEDE00848484007B7B
7B00C6C6C600C6C6C600B5B5B500949494004A4A4A00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00F7FFFF00EFE7EF00E7DEE700D6D6D600CEC6CE00C6C6C600ADA5
AD004A4A4A004A4A4A0000000000000000000000000000000000000000008C89
8800F4FFFF00E55D22007ABB870089C08C0071C7930038CD9200C5A77500F8FA
FF008B8886000000000000000000000000000000000000000000000000000000
000000000000A99A9A00A59C9C00BDBFBF00ACACAC00878787007A7A7A007B7C
7C009191910000000000000000000000000094949400D6D6D600EFEFEF00FFFF
FF00CECECE009C9C9C00ADADAD00ADADAD00ADADAD00ADADAD00D6D6D600D6D6
D6009C9C9C009C9C9C00ADADAD00949494005A5A5A005A5A5A005A5A5A00EFEF
EF00E7E7E700F7F7F700F7F7F700EFE7EF00DEDEDE00C6C6C6008C848C004A4A
4A00000000000000000000000000000000000000000000000000000000008C8A
8800F0FFFF00A82D0000FF541100FF6E2C00FF7F4800FF875E00F8825100F0FC
FF008C8987000000000000000000000000000000000000000000000000000000
00000000000000000000BFBFBF00BBBBBB00D3D3D300EFF1F100E9DEDE00D6CB
CB00BEBFBF00A3A3A300C9C9C90000000000ADADAD00FFFFFF00E7E7E7007B7B
7B009C9C9C009C9C9C007B7B7B00ADADAD009C9C9C007B7B7B008C8C8C009494
94005A5A5A005A5A5A0073737300949494000000000000000000000000005A5A
5A004A4A4A004A4A4A00ADA5AD00A5A5A500A5A5A5004A4A4A00000000000000
0000000000000000000000000000000000000000000000000000000000008C8A
8800FFFFFF00B9A79800B3AB9E00B3A69300B1A58C00B9A38800BF957200FDFF
FF008C8A88000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000AEABAB00BE8C8C00BA85
8500C4C6C600BEBEBE00D4D4D400000000000000000000000000ADADAD009494
94009C9C9C00B5B5B500E7E7E700F7F7F700EFEFEF00D6D6D6009C9C9C008C8C
8C00848484007373730094949400ADADAD000000000000000000000000000000
000000000000000000004A4A4A004A4A4A004A4A4A0000000000000000000000
0000000000000000000000000000000000000000000000000000000000008582
8000FDFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00E8FEFF00FFFF
FF008B8885000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000ADADAD009494940094949400949494009494
940094949400ADADAD0000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000D0CE
CE00B7B5B200B4B2AF00B2AEAB00C2BDBC00CECBC900D8D5D000DAD5D300CCCD
C700A4A1A0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000D9D8D700CCCBCA00BFBDBD00B0ADAB00BDBCBA00C5C4
C30000000000000000000000000000000000424D3E000000000000003E000000
2800000040000000200000000100010000000000000100000000000000000000
000000000000000000000000FFFFFF0000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000FFFFFFFFFFFFE03FFFFFC1FFFFFFE007
FE7F803FF87FE007F80F0007F00FE007E0030001E001E00780000000C000E007
000000008000E007000100000000E007000700000000E007807F00000001E007
E03F00000003E007F8070000000FE007FC010000E03FE007FF81C000FC7FE007
FFFFFE03FFFFE007FFFFFFFFFFFFFC0F00000000000000000000000000000000
000000000000}
end
end