- Mustangpeak Common Library - 1.7.0 - EasyListview - 1.7.0 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.Mustangpeak@2 60b41242-d4b9-2247-b156-4ccd40706241
545 lines
25 KiB
Plaintext
545 lines
25 KiB
Plaintext
object Form1: TForm1
|
|
Left = 221
|
|
Top = 194
|
|
BorderStyle = bsSingle
|
|
Caption = 'Form1'
|
|
ClientHeight = 446
|
|
ClientWidth = 688
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Splitter1: TSplitter
|
|
Left = 202
|
|
Top = 39
|
|
Width = 6
|
|
Height = 407
|
|
end
|
|
object Label5: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 688
|
|
Height = 13
|
|
Align = alTop
|
|
end
|
|
object Label6: TLabel
|
|
Left = 0
|
|
Top = 13
|
|
Width = 688
|
|
Height = 26
|
|
Align = alTop
|
|
Caption =
|
|
' The VCL Drag and Drop is not forgotten in CoolControl. It i' +
|
|
's fully supported through easy to use events that are separated ' +
|
|
'from the OLE events to keep the distinction between the two clea' +
|
|
'r.'
|
|
WordWrap = True
|
|
end
|
|
object Splitter2: TSplitter
|
|
Left = 425
|
|
Top = 39
|
|
Width = 6
|
|
Height = 407
|
|
ResizeStyle = rsUpdate
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 39
|
|
Width = 202
|
|
Height = 407
|
|
Align = alLeft
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 32
|
|
Width = 72
|
|
Height = 13
|
|
Caption = 'Dragging Item:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 48
|
|
Width = 99
|
|
Height = 13
|
|
Caption = 'Dragging Over Item:'
|
|
end
|
|
object LabelDragItem: TLabel
|
|
Left = 136
|
|
Top = 32
|
|
Width = 10
|
|
Height = 13
|
|
Caption = '-1'
|
|
end
|
|
object LabelDraggingOverItem: TLabel
|
|
Left = 136
|
|
Top = 48
|
|
Width = 10
|
|
Height = 13
|
|
Caption = '-1'
|
|
end
|
|
object LabelDragDropItem: TLabel
|
|
Left = 16
|
|
Top = 64
|
|
Width = 113
|
|
Height = 13
|
|
Caption = 'Drag Dropped On Item:'
|
|
end
|
|
object LabelDragDroppedItem: TLabel
|
|
Left = 136
|
|
Top = 64
|
|
Width = 10
|
|
Height = 13
|
|
Caption = '-1'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 16
|
|
Top = 80
|
|
Width = 92
|
|
Height = 13
|
|
Caption = 'Over EasyListview:'
|
|
end
|
|
object LabelTargetCC: TLabel
|
|
Left = 136
|
|
Top = 80
|
|
Width = 33
|
|
Height = 13
|
|
Caption = '[None]'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 16
|
|
Top = 96
|
|
Width = 71
|
|
Height = 13
|
|
Caption = 'Mouse Position'
|
|
end
|
|
object LabelMousePosX: TLabel
|
|
Left = 116
|
|
Top = 96
|
|
Width = 30
|
|
Height = 13
|
|
Caption = 'X = -1'
|
|
end
|
|
object LabelMousePosY: TLabel
|
|
Left = 116
|
|
Top = 112
|
|
Width = 30
|
|
Height = 13
|
|
Caption = 'Y = -1'
|
|
end
|
|
object cbViews: TComboBox
|
|
Left = 24
|
|
Top = 224
|
|
Width = 145
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
OnChange = cbViewsChange
|
|
Items.Strings = (
|
|
'')
|
|
end
|
|
object CheckBoxMultiSelect: TCheckBox
|
|
Left = 32
|
|
Top = 288
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Multi Select'
|
|
TabOrder = 1
|
|
OnClick = CheckBoxMultiSelectClick
|
|
end
|
|
object CheckBoxHeader: TCheckBox
|
|
Left = 32
|
|
Top = 304
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Show Header'
|
|
TabOrder = 2
|
|
OnClick = CheckBoxHeaderClick
|
|
end
|
|
end
|
|
object ELV1: TEasyListview
|
|
Left = 208
|
|
Top = 39
|
|
Width = 217
|
|
Height = 407
|
|
Align = alLeft
|
|
BevelKind = bkTile
|
|
CacheDoubleBufferBits = False
|
|
CellSizes.List.AutoSize = True
|
|
EditManager.Font.Charset = DEFAULT_CHARSET
|
|
EditManager.Font.Color = clWindowText
|
|
EditManager.Font.Height = -11
|
|
EditManager.Font.Name = 'MS Sans Serif'
|
|
EditManager.Font.Style = []
|
|
UseDockManager = False
|
|
DragManager.DragMode = dmAutomatic
|
|
DragManager.DragType = edtVCL
|
|
DragManager.Enabled = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
GroupFont.Charset = DEFAULT_CHARSET
|
|
GroupFont.Color = clWindowText
|
|
GroupFont.Height = -11
|
|
GroupFont.Name = 'MS Shell Dlg 2'
|
|
GroupFont.Style = []
|
|
Groups.Items = {
|
|
0400000001000000FFFECE000400000080080400000019000000FFFECE000400
|
|
00008008010000000C000000560043004C002000440072006100670044007200
|
|
6F007000000000000100000000000000000000000000000000000000FFFECE00
|
|
040000008008010000000C000000560043004C00200044007200610067004400
|
|
72006F007000000000000100000000000000000000000000000000000000FFFE
|
|
CE00040000008008010000000C000000560043004C0020004400720061006700
|
|
440072006F007000000000000100000000000000000000000000000000000000
|
|
FFFECE00040000008008010000000C000000560043004C002000440072006100
|
|
6700440072006F00700000000000010000000000000000000000000000000000
|
|
0000FFFECE00040000008008010000000C000000560043004C00200044007200
|
|
61006700440072006F0070000000000001000000000000000000000000000000
|
|
00000000FFFECE00040000008008010000000C000000560043004C0020004400
|
|
720061006700440072006F007000000000000100000000000000000000000000
|
|
000000000000FFFECE00040000008008010000000C000000560043004C002000
|
|
4400720061006700440072006F00700000000000010000000000000000000000
|
|
0000000000000000FFFECE00040000008008010000000C000000560043004C00
|
|
20004400720061006700440072006F0070000000000001000000000000000000
|
|
00000000000000000000FFFECE00040000008008010000000C00000056004300
|
|
4C0020004400720061006700440072006F007000000000000100000000000000
|
|
000000000000000000000000FFFECE00040000008008010000000C0000005600
|
|
43004C0020004400720061006700440072006F00700000000000010000000000
|
|
0000000000000000000000000000FFFECE00040000008008010000000C000000
|
|
560043004C0020004400720061006700440072006F0070000000000001000000
|
|
00000000000000000000000000000000FFFECE00040000008008010000000C00
|
|
0000560043004C0020004400720061006700440072006F007000000000000100
|
|
000000000000000000000000000000000000FFFECE0004000000800801000000
|
|
0C000000560043004C0020004400720061006700440072006F00700000000000
|
|
0100000000000000000000000000000000000000FFFECE000400000080080100
|
|
00000C000000560043004C0020004400720061006700440072006F0070000000
|
|
00000100000000000000000000000000000000000000FFFECE00040000008008
|
|
010000000C000000560043004C0020004400720061006700440072006F007000
|
|
000000000100000000000000000000000000000000000000FFFECE0004000000
|
|
8008010000000C000000560043004C0020004400720061006700440072006F00
|
|
7000000000000100000000000000000000000000000000000000FFFECE000400
|
|
00008008010000000C000000560043004C002000440072006100670044007200
|
|
6F007000000000000100000000000000000000000000000000000000FFFECE00
|
|
040000008008010000000C000000560043004C00200044007200610067004400
|
|
72006F007000000000000100000000000000000000000000000000000000FFFE
|
|
CE00040000008008010000000C000000560043004C0020004400720061006700
|
|
440072006F007000000000000100000000000000000000000000000000000000
|
|
FFFECE00040000008008010000000C000000560043004C002000440072006100
|
|
6700440072006F00700000000000010000000000000000000000000000000000
|
|
0000FFFECE00040000008008010000000C000000560043004C00200044007200
|
|
61006700440072006F0070000000000001000000000000000000000000000000
|
|
00000000FFFECE00040000008008010000000C000000560043004C0020004400
|
|
720061006700440072006F007000000000000100000000000000000000000000
|
|
000000000000FFFECE00040000008008010000000C000000560043004C002000
|
|
4400720061006700440072006F00700000000000010000000000000000000000
|
|
0000000000000000FFFECE00040000008008010000000C000000560043004C00
|
|
20004400720061006700440072006F0070000000000001000000000000000000
|
|
00000000000000000000FFFECE00040000008008010000000C00000056004300
|
|
4C0020004400720061006700440072006F007000000000000100000000000000
|
|
00000000000000000000000000000000000000000000000000000000}
|
|
Header.Columns.Items = {
|
|
0400000001000000FFFECE000400000000000000000000000000000000010000
|
|
000000000000000000000000000000000000}
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'MS Shell Dlg 2'
|
|
Header.Font.Style = []
|
|
ImagesGroup = ImageList1
|
|
ImagesSmall = ImageList1
|
|
ImagesLarge = ImageList1
|
|
ImagesExLarge = ImageList1
|
|
PaintInfoGroup.MarginBottom.CaptionIndent = 4
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
View = elsIcon
|
|
OnDragDrop = ELV1DragDrop
|
|
OnDragOver = ELV1DragOver
|
|
OnStartDrag = ELV1StartDrag
|
|
end
|
|
object ELV2: TEasyListview
|
|
Left = 431
|
|
Top = 39
|
|
Width = 257
|
|
Height = 407
|
|
Align = alClient
|
|
BevelKind = bkTile
|
|
CacheDoubleBufferBits = False
|
|
CellSizes.List.AutoSize = True
|
|
EditManager.Font.Charset = DEFAULT_CHARSET
|
|
EditManager.Font.Color = clWindowText
|
|
EditManager.Font.Height = -11
|
|
EditManager.Font.Name = 'MS Sans Serif'
|
|
EditManager.Font.Style = []
|
|
UseDockManager = False
|
|
DragManager.DragMode = dmAutomatic
|
|
DragManager.DragType = edtVCL
|
|
DragManager.Enabled = True
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
GroupFont.Charset = DEFAULT_CHARSET
|
|
GroupFont.Color = clWindowText
|
|
GroupFont.Height = -11
|
|
GroupFont.Name = 'MS Shell Dlg 2'
|
|
GroupFont.Style = []
|
|
Groups.Items = {
|
|
0400000001000000FFFECE000400000080080400000020000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000FFFECE000400
|
|
00008008010000000F000000560043004C002000440072006100670020004400
|
|
72006F0070002000320000000000010000000100000000000000000000000000
|
|
0000FFFECE00040000008008010000000F000000560043004C00200044007200
|
|
610067002000440072006F007000200032000000000001000000010000000000
|
|
00000000000000000000FFFECE00040000008008010000000F00000056004300
|
|
4C00200044007200610067002000440072006F00700020003200000000000100
|
|
000001000000000000000000000000000000FFFECE0004000000800801000000
|
|
0F000000560043004C00200044007200610067002000440072006F0070002000
|
|
3200000000000100000001000000000000000000000000000000000000000000
|
|
00000000000000000000}
|
|
Header.Columns.Items = {
|
|
0400000001000000FFFECE000400000000000000000000000000000000010000
|
|
000000000000000000000000000000000000}
|
|
Header.Font.Charset = DEFAULT_CHARSET
|
|
Header.Font.Color = clWindowText
|
|
Header.Font.Height = -11
|
|
Header.Font.Name = 'MS Shell Dlg 2'
|
|
Header.Font.Style = []
|
|
ImagesGroup = ImageList1
|
|
ImagesSmall = ImageList1
|
|
ImagesLarge = ImageList1
|
|
ImagesExLarge = ImageList1
|
|
PaintInfoGroup.MarginBottom.CaptionIndent = 4
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
View = elsIcon
|
|
OnDragDrop = ELV2DragDrop
|
|
OnDragOver = ELV2DragOver
|
|
OnStartDrag = ELV2StartDrag
|
|
end
|
|
object CheckBoxEnable: TCheckBox
|
|
Left = 8
|
|
Top = 48
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Enable'
|
|
TabOrder = 3
|
|
OnClick = CheckBoxEnableClick
|
|
end
|
|
object ImageList1: TImageList
|
|
Left = 16
|
|
Top = 352
|
|
Bitmap = {
|
|
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
|
|
0000000000003600000028000000400000001000000001002000000000000010
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000000008DAF50008DA
|
|
F50032E1F00025E3F00004A6AF00FEFEFE0000000000FEFFFE00EBE7E900E19C
|
|
B000EDD0D900F0DAE000F0DCE400F9FFFF00FEFFFF0000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000004BC8CD0008DAF50008DA
|
|
F50002E0F80008E3F00004A6AF000000000000000000FDFFFF00D4739100E390
|
|
A800E9A0B700F9E5ED00EEB1C200DC688E00E399B100FEFFFF00000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000009EC6C7000DE2F80005DEF40000DF
|
|
F20000DFF20000E0F30001A6AF000000000000000000FDFFFE00D68EA600EAA4
|
|
BA00E06F9100DF759700E1789A00DC6E9200DB5E880000000000FEFFFF00FFFE
|
|
FF00000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000004EC3CB0008E1F80003E0F40000DF
|
|
F20000DFF2000ADFF200089CA400000000000000000000000000F9FAFB00D56C
|
|
8B00D35F8400C4557900D7638800D86386007D354C00997B8600AE989F00C5AE
|
|
B500000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000023D2E30002E1F30001DFF50000DF
|
|
F20000DFF20014E3F10065BFBF00000000000000000000000000FEFFFF00B868
|
|
8300B7527300B44F6F00C155770079354C005B2B3A008D3E5600B04D6B00D75F
|
|
8500ECC9D8000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000002E2F50001DFF20000DFF00005DF
|
|
F5000AEAFA0043BDC60000000000000000000000000000000000FEFEFE00D1AA
|
|
B600A3476200A5496600893B540057283700893C5600A94C6A00C7577900D962
|
|
8800DC6F8E00FDFFFF0000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000001E9FC0000DFF20009DEF30004DF
|
|
F2000599AD00C2D2D4000000000000000000000000000000000000000000E8D2
|
|
D900883C54008D3E57005C283A0075354A0092405A00AA4B6900C7567800DB64
|
|
8A00E16A8F0000000000FDFEFF00000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000005EEFB0001DFF30000E0F30000DFF0000A9C
|
|
B6008CC1C100000000000000000000000000000000000000000000000000E4D4
|
|
D9007331460070334800ED8EAC00A24864009F486300B34E6E00D35A7F00DC69
|
|
8D00D9759600CD889E00FAFFFE00000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000F5F6F70011ECFC0002E2F50000E0F20000E0F30005E1F60043BD
|
|
C60000000000000000000000000000000000000000000000000000000000CBAC
|
|
B6006C314400B953720077324800A6476400A84B6800BF537400DC668C00DE71
|
|
9300F7D6E100F9F1F400FFFFFE00000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000023D2DD0006E0F60001DFF10003E1F30000DFF20000DFF20001E3F800B3CA
|
|
CC0000000000000000000000000000000000000000000000000000000000A36F
|
|
810072314700CB698800ECA2BA008691CB00818CD000BE577700D25E8300BE55
|
|
7800CF6D89000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000007FBD
|
|
C30001DDF20002DFF00000DFF10000DFF10000DFF20000DFF20006E3F800D0DB
|
|
DC00000000000000000000000000000000000000000000000000000000008841
|
|
58007F3A5000B04966008098D80085A2E4007E9EE0006684D600D7618300DC6A
|
|
8E00BD5575000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000003BCA
|
|
D30005E3EE0008E4F50007DBF20008DEEE0001E2F30002DFF10007E0F6009AC2
|
|
C400000000000000000000000000000000000000000000000000000000008A37
|
|
530098425F00AD4662006A95E6007D9BE000D9E2F600FBFDFE00E0729600EA9B
|
|
B300E47696000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000080C0C30034CFD8000000
|
|
000094D4D3000F95A2000ADCED0009DBF40003E1F30000DEF00000DCF300A9C6
|
|
C900000000000000000000000000000000000000000000000000FCFFFF00AA53
|
|
7000C15A7900C75576006A6DAA008CAAE600FBFEFE00FAF0F300EAA5BB00EFBA
|
|
CC00E190AB000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000084BEC3000CE0E600DBEFF100EEF3
|
|
F40072DADE000000000000000000BED2D2002AC0CD0003EDFD0004E0EB000000
|
|
0000000000000000000000000000000000000000000000000000FCFDFF00E4BE
|
|
CC00E896B200E17B9B00E26E8F00BA779A00E6ADBE00E69DB200F9FFFF00F4DA
|
|
E600F5EFF300FDFFFF0000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000000000000000000000000000033D3
|
|
D100DAE5E500A8E6EC003CBDC9000AC8DD00AAC7C9006CBEB500000000000000
|
|
000000000000000000000000000000000000000000000000000000000000FEFF
|
|
FF00ECB0C600E99CB400E287A400E17F9F00E387A500EAA9BC00F0BDCF00F2DB
|
|
E100000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000F3F5F5000000000063FDFF000000000009F5FF00000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000F4EFF100ECBCCC00E4A0B500ECADC100F3D9E300FCFEFC000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000424D3E000000000000003E000000
|
|
2800000040000000100000000100010000000000800000000000000000000000
|
|
000000000000000000000000FFFFFF00FFC0807F00000000FF81803F00000000
|
|
FF01804F00000000FF01C00F00000000FF01C00700000000FF03C00300000000
|
|
FF03E00500000000FE07E00100000000F80FE00100000000F00FE00700000000
|
|
E00FE00700000000E00FE00700000000900FC00700000000061FC00300000000
|
|
E03FE00F00000000FABFF81F0000000000000000000000000000000000000000
|
|
000000000000}
|
|
end
|
|
end
|