Subversion Repositories userdetect2

Rev

Rev 84 | Rev 87 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 86
1
object UD2MainForm: TUD2MainForm
1
object UD2MainForm: TUD2MainForm
2
  Left = 190
2
  Left = 202
3
  Top = 177
3
  Top = 139
4
  Width = 784
4
  Width = 897
5
  Height = 440
5
  Height = 519
6
  ActiveControl = IdentificationsListView
6
  ActiveControl = IniTemplateMemo
7
  Caption = 'ViaThinkSoft UserDetect2'
7
  Caption = 'ViaThinkSoft UserDetect2'
8
  Color = clBtnFace
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
10
  Font.Color = clWindowText
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
13
  Font.Style = []
14
  OldCreateOrder = False
14
  OldCreateOrder = False
15
  Position = poScreenCenter
15
  Position = poScreenCenter
16
  OnCreate = FormCreate
16
  OnCreate = FormCreate
17
  OnDestroy = FormDestroy
17
  OnDestroy = FormDestroy
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object PageControl1: TPageControl
20
  object PageControl1: TPageControl
21
    Left = 0
21
    Left = 0
22
    Top = 0
22
    Top = 0
23
    Width = 768
23
    Width = 881
24
    Height = 402
24
    Height = 481
25
    ActivePage = TabSheet2
25
    ActivePage = TabSheet3
26
    Align = alClient
26
    Align = alClient
27
    TabOrder = 0
27
    TabOrder = 0
28
    object TasksTabSheet: TTabSheet
28
    object TasksTabSheet: TTabSheet
29
      Caption = 'Tasks'
29
      Caption = 'Tasks'
30
      object TasksListView: TVTSListView
30
      object TasksListView: TVTSListView
31
        Left = 0
31
        Left = 0
32
        Top = 0
32
        Top = 0
33
        Width = 760
33
        Width = 873
34
        Height = 374
34
        Height = 453
35
        Align = alClient
35
        Align = alClient
36
        Columns = <>
36
        Columns = <>
37
        Items.Data = {
37
        Items.Data = {
38
          3B0000000200000000000000FFFFFFFFFFFFFFFF000000000000000004746573
38
          3B0000000200000000000000FFFFFFFFFFFFFFFF000000000000000004746573
39
          7400000000FFFFFFFFFFFFFFFF0000000000000000057465737432}
39
          7400000000FFFFFFFFFFFFFFFF0000000000000000057465737432}
40
        LargeImages = TasksImageList
40
        LargeImages = TasksImageList
41
        ReadOnly = True
41
        ReadOnly = True
42
        PopupMenu = TasksPopupMenu
42
        PopupMenu = TasksPopupMenu
43
        TabOrder = 0
43
        TabOrder = 0
44
        OnCompare = ListViewCompare
44
        OnCompare = ListViewCompare
45
        OnDblClick = TasksListViewDblClick
45
        OnDblClick = TasksListViewDblClick
46
        OnKeyPress = TasksListViewKeyPress
46
        OnKeyPress = TasksListViewKeyPress
47
      end
47
      end
48
    end
48
    end
49
    object TabSheet2: TTabSheet
49
    object TabSheet2: TTabSheet
50
      Caption = 'Identifications'
50
      Caption = 'Identifications'
51
      ImageIndex = 1
51
      ImageIndex = 1
52
      DesignSize = (
-
 
53
        760
-
 
54
        374)
-
 
55
      object IdentificationsListView: TVTSListView
52
      object IdentificationsListView: TVTSListView
56
        Left = 0
53
        Left = 0
57
        Top = 0
54
        Top = 0
58
        Width = 760
55
        Width = 873
59
        Height = 374
56
        Height = 376
60
        Align = alClient
57
        Align = alClient
61
        Columns = <
58
        Columns = <
62
          item
59
          item
63
            Caption = 'Description'
60
            Caption = 'Description'
64
            Width = 100
61
            Width = 100
65
          end
62
          end
66
          item
63
          item
67
            Caption = 'Dyn'
64
            Caption = 'Dyn'
68
          end
65
          end
69
          item
66
          item
70
            Caption = 'Method name'
67
            Caption = 'Method name'
71
            Width = 100
68
            Width = 100
72
          end
69
          end
73
          item
70
          item
74
            Caption = 'Value'
71
            Caption = 'Value'
75
            Width = 100
72
            Width = 100
76
          end
73
          end
77
          item
74
          item
78
            Caption = 'GUID of Plugin'
75
            Caption = 'GUID of Plugin'
79
          end>
76
          end>
-
 
77
        HideSelection = False
80
        ReadOnly = True
78
        ReadOnly = True
81
        RowSelect = True
79
        RowSelect = True
82
        PopupMenu = IdentificationsPopupMenu
80
        PopupMenu = IdentificationsPopupMenu
83
        TabOrder = 0
81
        TabOrder = 0
84
        ViewStyle = vsReport
82
        ViewStyle = vsReport
85
        OnCompare = ListViewCompare
83
        OnCompare = ListViewCompare
86
      end
84
      end
87
      object Button5: TButton
85
      object DynamicTestGroupbox: TGroupBox
88
        Left = 616
86
        Left = 0
89
        Top = 320
87
        Top = 376
90
        Width = 129
88
        Width = 873
91
        Height = 41
89
        Height = 77
92
        Anchors = [akRight, akBottom]
90
        Align = alBottom
93
        Caption = 'Test dynamic'
91
        Caption = 'Check Dynamic Query'
-
 
92
        TabOrder = 1
-
 
93
        DesignSize = (
-
 
94
          873
-
 
95
          77)
-
 
96
        object DynamicTestPluginLabel: TLabel
-
 
97
          Left = 16
-
 
98
          Top = 24
-
 
99
          Width = 29
-
 
100
          Height = 13
-
 
101
          Caption = 'Plugin'
-
 
102
        end
-
 
103
        object DynamicTestDataLabel: TLabel
-
 
104
          Left = 272
-
 
105
          Top = 24
-
 
106
          Width = 67
-
 
107
          Height = 13
-
 
108
          Caption = 'Dynamic Data'
-
 
109
        end
-
 
110
        object DynamicTestPluginComboBox: TComboBox
-
 
111
          Left = 16
-
 
112
          Top = 40
-
 
113
          Width = 225
-
 
114
          Height = 21
-
 
115
          Style = csDropDownList
-
 
116
          ItemHeight = 13
-
 
117
          TabOrder = 0
-
 
118
        end
-
 
119
        object DynamicTestDataEdit: TEdit
-
 
120
          Left = 272
-
 
121
          Top = 40
-
 
122
          Width = 441
-
 
123
          Height = 21
-
 
124
          Anchors = [akLeft, akTop, akRight]
94
        TabOrder = 1
125
          TabOrder = 1
-
 
126
        end
-
 
127
        object DynamicTestButton: TButton
-
 
128
          Left = 736
-
 
129
          Top = 32
-
 
130
          Width = 121
-
 
131
          Height = 33
-
 
132
          Anchors = [akTop, akRight]
-
 
133
          Caption = 'Query'
-
 
134
          TabOrder = 2
95
        OnClick = Button5Click
135
          OnClick = DynamicTestButtonClick
-
 
136
        end
96
      end
137
      end
97
    end
138
    end
98
    object TabSheet3: TTabSheet
139
    object TabSheet3: TTabSheet
99
      Caption = 'Task Definition File Template'
140
      Caption = 'Task Definition File Template'
100
      ImageIndex = 2
141
      ImageIndex = 2
101
      object IniTemplateMemo: TMemo
142
      object IniTemplateMemo: TMemo
102
        Left = 0
143
        Left = 0
103
        Top = 0
144
        Top = 0
104
        Width = 760
145
        Width = 873
105
        Height = 323
146
        Height = 402
106
        Align = alClient
147
        Align = alClient
107
        Font.Charset = ANSI_CHARSET
148
        Font.Charset = ANSI_CHARSET
108
        Font.Color = clWindowText
149
        Font.Color = clWindowText
109
        Font.Height = -12
150
        Font.Height = -12
110
        Font.Name = 'Courier New'
151
        Font.Name = 'Courier New'
111
        Font.Style = []
152
        Font.Style = []
-
 
153
        HideSelection = False
112
        ParentFont = False
154
        ParentFont = False
113
        ReadOnly = True
155
        ReadOnly = True
114
        ScrollBars = ssBoth
156
        ScrollBars = ssBoth
115
        TabOrder = 0
157
        TabOrder = 0
116
        WantTabs = True
158
        WantTabs = True
117
      end
159
      end
118
      object Panel1: TPanel
160
      object Panel1: TPanel
119
        Left = 0
161
        Left = 0
120
        Top = 323
162
        Top = 402
121
        Width = 760
163
        Width = 873
122
        Height = 51
164
        Height = 51
123
        Align = alBottom
165
        Align = alBottom
124
        BevelOuter = bvNone
166
        BevelOuter = bvNone
125
        TabOrder = 1
167
        TabOrder = 1
126
        DesignSize = (
168
        DesignSize = (
127
          760
169
          873
128
          51)
170
          51)
129
        object Button1: TButton
171
        object OpenTDFButton: TButton
130
          Left = 8
172
          Left = 8
131
          Top = 8
173
          Top = 8
132
          Width = 209
174
          Width = 209
133
          Height = 33
175
          Height = 33
134
          Anchors = [akLeft, akTop, akBottom]
176
          Anchors = [akLeft, akTop, akBottom]
135
          Caption = 'Open current Task Definition File'
177
          Caption = 'Open current Task Definition File'
136
          TabOrder = 0
178
          TabOrder = 0
137
          OnClick = Button1Click
179
          OnClick = OpenTDFButtonClick
138
        end
180
        end
139
        object Button2: TButton
181
        object SaveTDFButton: TButton
140
          Left = 541
182
          Left = 654
141
          Top = 8
183
          Top = 8
142
          Width = 209
184
          Width = 209
143
          Height = 33
185
          Height = 33
144
          Anchors = [akTop, akRight, akBottom]
186
          Anchors = [akTop, akRight, akBottom]
145
          Caption = 'Save as new Task Definition File'
187
          Caption = 'Save as new Task Definition File'
146
          TabOrder = 1
188
          TabOrder = 1
147
          OnClick = Button2Click
189
          OnClick = SaveTDFButtonClick
148
        end
190
        end
149
      end
191
      end
150
    end
192
    end
151
    object TabSheet4: TTabSheet
193
    object TabSheet4: TTabSheet
152
      Caption = 'Loaded Plugins'
194
      Caption = 'Loaded Plugins'
153
      ImageIndex = 3
195
      ImageIndex = 3
154
      object LoadedPluginsListView: TVTSListView
196
      object LoadedPluginsListView: TVTSListView
155
        Left = 0
197
        Left = 0
156
        Top = 0
198
        Top = 0
157
        Width = 760
199
        Width = 873
158
        Height = 374
200
        Height = 453
159
        Align = alClient
201
        Align = alClient
160
        Columns = <
202
        Columns = <
161
          item
203
          item
162
            Caption = 'DLL File'
204
            Caption = 'DLL File'
163
            Width = 100
205
            Width = 100
164
          end
206
          end
165
          item
207
          item
166
            Caption = 'Vendor'
208
            Caption = 'Vendor'
167
            Width = 100
209
            Width = 100
168
          end
210
          end
169
          item
211
          item
170
            Caption = 'Plugin name'
212
            Caption = 'Plugin name'
171
            Width = 100
213
            Width = 100
172
          end
214
          end
173
          item
215
          item
174
            Caption = 'Version'
216
            Caption = 'Version'
175
            Width = 100
217
            Width = 100
176
          end
218
          end
177
          item
219
          item
178
            Caption = 'Identification method name'
220
            Caption = 'Identification method name'
179
            Width = 100
221
            Width = 100
180
          end
222
          end
181
          item
223
          item
-
 
224
            Caption = 'Dynamic?'
-
 
225
          end
-
 
226
          item
182
            Caption = 'Detected IDs'
227
            Caption = 'Detected IDs'
183
          end
228
          end
184
          item
229
          item
185
            Caption = 'Load time'
230
            Caption = 'Load time'
186
          end
231
          end
187
          item
232
          item
188
            Caption = 'Identification Status'
233
            Caption = 'Identification Status'
189
          end
234
          end
190
          item
235
          item
191
            Caption = 'GUID of Plugin'
236
            Caption = 'GUID of Plugin'
192
            Width = 100
237
            Width = 100
193
          end>
238
          end>
-
 
239
        HideSelection = False
194
        ReadOnly = True
240
        ReadOnly = True
195
        RowSelect = True
241
        RowSelect = True
196
        PopupMenu = LoadedPluginsPopupMenu
242
        PopupMenu = LoadedPluginsPopupMenu
197
        TabOrder = 0
243
        TabOrder = 0
198
        ViewStyle = vsReport
244
        ViewStyle = vsReport
199
        OnCompare = ListViewCompare
245
        OnCompare = ListViewCompare
200
      end
246
      end
201
    end
247
    end
202
    object TabSheet5: TTabSheet
248
    object TabSheet5: TTabSheet
203
      Caption = 'About'
249
      Caption = 'About'
204
      ImageIndex = 4
250
      ImageIndex = 4
205
      DesignSize = (
251
      DesignSize = (
206
        760
252
        873
207
        374)
253
        453)
208
      object Image1: TImage
254
      object Image1: TImage
209
        Left = 8
255
        Left = 8
210
        Top = 8
256
        Top = 8
211
        Width = 32
257
        Width = 32
212
        Height = 32
258
        Height = 32
213
        AutoSize = True
259
        AutoSize = True
214
        Picture.Data = {
260
        Picture.Data = {
215
          055449636F6E0000010006001010100000000000280100006600000010100000
261
          055449636F6E0000010006001010100000000000280100006600000010100000
216
          00000000680500008E0100002020100000000000E8020000F606000020200000
262
          00000000680500008E0100002020100000000000E8020000F606000020200000
217
          00000000A8080000DE0900003030100000000000680600008612000030300000
263
          00000000A8080000DE0900003030100000000000680600008612000030300000
218
          00000000A80E0000EE1800002800000010000000200000000100040000000000
264
          00000000A80E0000EE1800002800000010000000200000000100040000000000
219
          C000000000000000000000001000000000000000000000000000800000800000
265
          C000000000000000000000001000000000000000000000000000800000800000
220
          00808000800000008000800080800000C0C0C000808080000000FF0000FF0000
266
          00808000800000008000800080800000C0C0C000808080000000FF0000FF0000
221
          00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000000000008777
267
          00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000000000008777
222
          7777777000008FFFFFFFFF7000008FF22FF99F7000008F2B2F9B9F7000008FA2
268
          7777777000008FFFFFFFFF7000008FF22FF99F7000008F2B2F9B9F7000008FA2
223
          2FFDDF7087778FFFFFFFFF708FFF8777777777708F9F9444444444408FF99444
269
          2FFDDF7087778FFFFFFFFF708FFF8777777777708F9F9444444444408FF99444
224
          444444408F99F998888888808FFF9FFFFF700000877797777770000084444444
270
          444444408F99F998888888808FFF9FFFFF700000877797777770000084444444
225
          4440000084444444444000008888888888800000F000DFCDF000FFFDF000D7DF
271
          4440000084444444444000008888888888800000F000DFCDF000FFFDF000D7DF
226
          F000D7EFF0009FCF0000BFCF0000DDDF0000FDEF0000BFCB00009FDB0000CFCF
272
          F000D7EFF0009FCF0000BFCF0000DDDF0000FDEF0000BFCB00009FDB0000CFCF
227
          000FCFEF000FFFCE000FDFDE000FDBDF000FFBFF280000001000000020000000
273
          000FCFEF000FFFCE000FDFDE000FDBDF000FFBFF280000001000000020000000
228
          0100080000000000400100000000000000000000000100000000000000000000
274
          0100080000000000400100000000000000000000000100000000000000000000
229
          000080000080000000808000800000008000800080800000C0C0C000C0DCC000
275
          000080000080000000808000800000008000800080800000C0C0C000C0DCC000
230
          F0CAA60004040400080808000C0C0C0011111100161616001C1C1C0022222200
276
          F0CAA60004040400080808000C0C0C0011111100161616001C1C1C0022222200
231
          29292900555555004D4D4D004242420039393900807CFF005050FF009300D600
277
          29292900555555004D4D4D004242420039393900807CFF005050FF009300D600
232
          FFECCC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC00
278
          FFECCC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC00
233
          003300000033330000336600003399000033CC000033FF000066000000663300
279
          003300000033330000336600003399000033CC000033FF000066000000663300
234
          00666600006699000066CC000066FF0000990000009933000099660000999900
280
          00666600006699000066CC000066FF0000990000009933000099660000999900
235
          0099CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF00
281
          0099CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF00
236
          00FF660000FF990000FFCC00330000003300330033006600330099003300CC00
282
          00FF660000FF990000FFCC00330000003300330033006600330099003300CC00
237
          3300FF00333300003333330033336600333399003333CC003333FF0033660000
283
          3300FF00333300003333330033336600333399003333CC003333FF0033660000
238
          3366330033666600336699003366CC003366FF00339900003399330033996600
284
          3366330033666600336699003366CC003366FF00339900003399330033996600
239
          339999003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC00
285
          339999003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC00
240
          33CCFF0033FF330033FF660033FF990033FFCC0033FFFF006600000066003300
286
          33CCFF0033FF330033FF660033FF990033FFCC0033FFFF006600000066003300
241
          66006600660099006600CC006600FF0066330000663333006633660066339900
287
          66006600660099006600CC006600FF0066330000663333006633660066339900
242
          6633CC006633FF00666600006666330066666600666699006666CC0066990000
288
          6633CC006633FF00666600006666330066666600666699006666CC0066990000
243
          6699330066996600669999006699CC006699FF0066CC000066CC330066CC9900
289
          6699330066996600669999006699CC006699FF0066CC000066CC330066CC9900
244
          66CCCC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC00
290
          66CCCC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC00
245
          9999000099339900990099009900CC009900000099333300990066009933CC00
291
          9999000099339900990099009900CC009900000099333300990066009933CC00
246
          9900FF00996600009966330099336600996699009966CC009933FF0099993300
292
          9900FF00996600009966330099336600996699009966CC009933FF0099993300
247
          99996600999999009999CC009999FF0099CC000099CC330066CC660099CC9900
293
          99996600999999009999CC009999FF0099CC000099CC330066CC660099CC9900
248
          99CCCC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00
294
          99CCCC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00
249
          CC00000099003300CC006600CC009900CC00CC0099330000CC333300CC336600
295
          CC00000099003300CC006600CC009900CC00CC0099330000CC333300CC336600
250
          CC339900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC00
296
          CC339900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC00
251
          9966FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000
297
          9966FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000
252
          CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600
298
          CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600
253
          CCFF9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300
299
          CCFF9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300
254
          FF336600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900
300
          FF336600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900
255
          FF66CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00
301
          FF66CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00
256
          FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600
302
          FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600
257
          FFFF9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF6600
303
          FFFF9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF6600
258
          2100A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700
304
          2100A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700
259
          DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A00080808000
305
          DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A00080808000
260
          0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000
306
          0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000
261
          0A0A0A0A0A0A0A0A0A0A0A0A00000000EC070707070707070707070A00000000
307
          0A0A0A0A0A0A0A0A0A0A0A0A00000000EC070707070707070707070A00000000
262
          ECF6F6F6F6F6F6F6F6F6070A00000000ECF6F60202F6F6F9F9F6070A00000000
308
          ECF6F6F6F6F6F6F6F6F6070A00000000ECF6F60202F6F6F9F9F6070A00000000
263
          ECF602FB02F6F9FBF9F6070A0A0A0A0AECF6FA0202F6F6FDFDF6070AECEF0707
309
          ECF602FB02F6F9FBF9F6070A0A0A0A0AECF6FA0202F6F6FDFDF6070AECEF0707
264
          40F6F6F6F6F6F6F6F6F6070AECF6F6F6EC070707070707070707070AECF640F6
310
          40F6F6F6F6F6F6F6F6F6070AECF6F6F6EC070707070707070707070AECF640F6
265
          E9040404040404040404040AECF6F44040045F04040404040404040AECF64020
311
          E9040404040404040404040AECF6F44040045F04040404040404040AECF64020
266
          F64040EC40ECECECECECEC0AECF6F6F640F6F6F6F6F6070A00000000EC070707
312
          F64040EC40ECECECECECEC0AECF6F6F640F6F6F6F6F6070A00000000EC070707
267
          400707070707070A00000000EC040404040404040404040A00000000EC040404
313
          400707070707070A00000000EC040404040404040404040A00000000EC040404
268
          400404040404040A00000000ECECECECECECECECECECEC0A00000000F0000000
314
          400404040404040A00000000ECECECECECECECECECECEC0A00000000F0000000
269
          F000F000F000B000F000F000F000000000009000000090000000B00000000000
315
          F000F000F000B000F000F000F000000000009000000090000000B00000000000
270
          0000B0000000B000000FB000000F0000000FF000000FF000000FF00028000000
316
          0000B0000000B000000FB000000F0000000FF000000FF000000FF00028000000
271
          2000000040000000010004000000000080020000000000000000000010000000
317
          2000000040000000010004000000000080020000000000000000000010000000
272
          0000000000000000000080000080000000808000800000008000800080800000
318
          0000000000000000000080000080000000808000800000008000800080800000
273
          C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
319
          C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
274
          FFFFFF0000000000000000000000000000000000000000000000000000000000
320
          FFFFFF0000000000000000000000000000000000000000000000000000000000
275
          00000000000000008777777777777777777777700000000087FFFFFFFFFFFFFF
321
          00000000000000008777777777777777777777700000000087FFFFFFFFFFFFFF
276
          FFFFFF700000000087F8888FFF8888FFF8888F700000000087FFFFFFFFFFFFFF
322
          FFFFFF700000000087F8888FFF8888FFF8888F700000000087FFFFFFFFFFFFFF
277
          FFFFFF700000000087FF000FFFF000FFFF000F700000000087F55D5FFF3330FF
323
          FFFFFF700000000087FF000FFFF000FFFF000F700000000087F55D5FFF3330FF
278
          F1111F700000000087FFDBDFFFF3B3FFFF9B1F700000000087FFFDDFFFFF33FF
324
          F1111F700000000087FFDBDFFFF3B3FFFF9B1F700000000087FFFDDFFFFF33FF
279
          FF991F708777777787FFFFFFFFFFFFFFFFFFFF7087FFFFFF87F8888FFF8888FF
325
          FF991F708777777787FFFFFFFFFFFFFFFFFFFF7087FFFFFF87F8888FFF8888FF
280
          F8888F7087FFFFFF87FFFFFFFFFFFFFFFFFFFF7087FFFFFF87FF000FFFF444FF
326
          F8888F7087FFFFFF87FFFFFFFFFFFFFFFFFFFF7087FFFFFF87FF000FFFF444FF
281
          FF000F7087FFFFFF87F2222FFF6664FFF4444F7087FFFFFF87FFAB2FFFF6E6FF
327
          FF000F7087FFFFFF87F2222FFF6664FFF4444F7087FFFFFF87FFAB2FFFF6E6FF
282
          FFCE4F7087FFFFFF87FFAA2FFFF666FFFFCC4F7087FFBFFF97FFBFFFFFFFFFFF
328
          FFCE4F7087FFFFFF87FFAA2FFFF666FFFFCC4F7087FFBFFF97FFBFFFFFFFFFFF
283
          FFFFFF7087FFF97F87797777777777777777777087FFFF979494444444444444
329
          FFFFFF7087FFF97F87797777777777777777777087FFFF979494444444444444
284
          4000000087FFFFF989444444444444444F0F0F0087BFB997B799444444444444
330
          4000000087FFFFF989444444444444444F0F0F0087BFB997B799444444444444
285
          4444444087FFFF79F9888888888888888888888087FFF79F9F97FFFFFFFFFF70
331
          4444444087FFFF79F9888888888888888888888087FFF79F9F97FFFFFFFFFF70
286
          0000000087FFF9FF7FF9FFFFFFFFFF700000000087FBFFFF9FFFBFFFFFFFFF70
332
          0000000087FFF9FF7FF9FFFFFFFFFF700000000087FBFFFF9FFFBFFFFFFFFF70
287
          0000000087777777777777777777777000000000844444444444444440000000
333
          0000000087777777777777777777777000000000844444444444444440000000
288
          0000000084444444444444444F0F0F0000000000844444444444444444444440
334
          0000000084444444444444444F0F0F0000000000844444444444444444444440
289
          0000000088888888888888888888888000000000000000000000000000000000
335
          0000000088888888888888888888888000000000000000000000000000000000
290
          00000000FFFFFFFFFF000000FF000000FF000000FF000000FF000000FF000000
336
          00000000FFFFFFFFFF000000FF000000FF000000FF000000FF000000FF000000
291
          FF000000FF000000000000000000000000000000000000000000000000000000
337
          FF000000FF000000000000000000000000000000000000000000000000000000
292
          0000000000000000000000000000000000000000000000000000000000000000
338
          0000000000000000000000000000000000000000000000000000000000000000
293
          000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
339
          000000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF
294
          FFFFFFFF28000000200000004000000001000800000000008004000000000000
340
          FFFFFFFF28000000200000004000000001000800000000008004000000000000
295
          0000000000010000000000000000000000008000008000000080800080000000
341
          0000000000010000000000000000000000008000008000000080800080000000
296
          8000800080800000C0C0C000C0DCC000F0CAA60004040400080808000C0C0C00
342
          8000800080800000C0C0C000C0DCC000F0CAA60004040400080808000C0C0C00
297
          11111100161616001C1C1C002222220029292900555555004D4D4D0042424200
343
          11111100161616001C1C1C002222220029292900555555004D4D4D0042424200
298
          39393900807CFF005050FF009300D600FFECCC00C6D6EF00D6E7E70090A9AD00
344
          39393900807CFF005050FF009300D600FFECCC00C6D6EF00D6E7E70090A9AD00
299
          0000330000006600000099000000CC0000330000003333000033660000339900
345
          0000330000006600000099000000CC0000330000003333000033660000339900
300
          0033CC000033FF00006600000066330000666600006699000066CC000066FF00
346
          0033CC000033FF00006600000066330000666600006699000066CC000066FF00
301
          009900000099330000996600009999000099CC000099FF0000CC000000CC3300
347
          009900000099330000996600009999000099CC000099FF0000CC000000CC3300
302
          00CC660000CC990000CCCC0000CCFF0000FF660000FF990000FFCC0033000000
348
          00CC660000CC990000CCCC0000CCFF0000FF660000FF990000FFCC0033000000
303
          3300330033006600330099003300CC003300FF00333300003333330033336600
349
          3300330033006600330099003300CC003300FF00333300003333330033336600
304
          333399003333CC003333FF00336600003366330033666600336699003366CC00
350
          333399003333CC003333FF00336600003366330033666600336699003366CC00
305
          3366FF00339900003399330033996600339999003399CC003399FF0033CC0000
351
          3366FF00339900003399330033996600339999003399CC003399FF0033CC0000
306
          33CC330033CC660033CC990033CCCC0033CCFF0033FF330033FF660033FF9900
352
          33CC330033CC660033CC990033CCCC0033CCFF0033FF330033FF660033FF9900
307
          33FFCC0033FFFF00660000006600330066006600660099006600CC006600FF00
353
          33FFCC0033FFFF00660000006600330066006600660099006600CC006600FF00
308
          663300006633330066336600663399006633CC006633FF006666000066663300
354
          663300006633330066336600663399006633CC006633FF006666000066663300
309
          66666600666699006666CC00669900006699330066996600669999006699CC00
355
          66666600666699006666CC00669900006699330066996600669999006699CC00
310
          6699FF0066CC000066CC330066CC990066CCCC0066CCFF0066FF000066FF3300
356
          6699FF0066CC000066CC330066CC990066CCCC0066CCFF0066FF000066FF3300
311
          66FF990066FFCC00CC00FF00FF00CC009999000099339900990099009900CC00
357
          66FF990066FFCC00CC00FF00FF00CC009999000099339900990099009900CC00
312
          9900000099333300990066009933CC009900FF00996600009966330099336600
358
          9900000099333300990066009933CC009900FF00996600009966330099336600
313
          996699009966CC009933FF009999330099996600999999009999CC009999FF00
359
          996699009966CC009933FF009999330099996600999999009999CC009999FF00
314
          99CC000099CC330066CC660099CC990099CCCC0099CCFF0099FF000099FF3300
360
          99CC000099CC330066CC660099CC990099CCCC0099CCFF0099FF000099FF3300
315
          99CC660099FF990099FFCC0099FFFF00CC00000099003300CC006600CC009900
361
          99CC660099FF990099FFCC0099FFFF00CC00000099003300CC006600CC009900
316
          CC00CC0099330000CC333300CC336600CC339900CC33CC00CC33FF00CC660000
362
          CC00CC0099330000CC333300CC336600CC339900CC33CC00CC33FF00CC660000
317
          CC66330099666600CC669900CC66CC009966FF00CC990000CC993300CC996600
363
          CC66330099666600CC669900CC66CC009966FF00CC990000CC993300CC996600
318
          CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00
364
          CC999900CC99CC00CC99FF00CCCC0000CCCC3300CCCC6600CCCC9900CCCCCC00
319
          CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00CC003300
365
          CCCCFF00CCFF0000CCFF330099FF6600CCFF9900CCFFCC00CCFFFF00CC003300
320
          FF006600FF009900CC330000FF333300FF336600FF339900FF33CC00FF33FF00
366
          FF006600FF009900CC330000FF333300FF336600FF339900FF33CC00FF33FF00
321
          FF660000FF663300CC666600FF669900FF66CC00CC66FF00FF990000FF993300
367
          FF660000FF663300CC666600FF669900FF66CC00CC66FF00FF990000FF993300
322
          FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900
368
          FF996600FF999900FF99CC00FF99FF00FFCC0000FFCC3300FFCC6600FFCC9900
323
          FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF9900FFFFCC006666FF0066FF6600
369
          FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF9900FFFFCC006666FF0066FF6600
324
          66FFFF00FF666600FF66FF00FFFF66002100A5005F5F5F007777770086868600
370
          66FFFF00FF666600FF66FF00FFFF66002100A5005F5F5F007777770086868600
325
          96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100
371
          96969600CBCBCB00B2B2B200D7D7D700DDDDDD00E3E3E300EAEAEA00F1F1F100
326
          F8F8F800F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000
372
          F8F8F800F0FBFF00A4A0A000808080000000FF0000FF000000FFFF00FF000000
327
          FF00FF00FFFF0000FFFFFF000000000000000000000000000000000000000000
373
          FF00FF00FFFF0000FFFFFF000000000000000000000000000000000000000000
328
          00000000000000000000000000000000000000000A0A0A0A0A0A0A0A0A0A0A0A
374
          00000000000000000000000000000000000000000A0A0A0A0A0A0A0A0A0A0A0A
329
          0A0A0A0A0A0A0A0A0A0A0A0A0000000000000000EC0707070707070707070707
375
          0A0A0A0A0A0A0A0A0A0A0A0A0000000000000000EC0707070707070707070707
330
          07070707070707070707070A0000000000000000EC071B1B1BF31B1B1B1B1B1B
376
          07070707070707070707070A0000000000000000EC071B1B1BF31B1B1B1B1B1B
331
          F31B1B1B1B1B1BF31B1B070A0000000000000000EC071BECECECECF6F6F6ECEC
377
          F31B1B1B1B1B1BF31B1B070A0000000000000000EC071BECECECECF6F6F6ECEC
332
          ECECF6F6F6ECECECEC1B070A0000000000000000EC071BF6F6F6F6F6F6F6F6F6
378
          ECECF6F6F6ECECECEC1B070A0000000000000000EC071BF6F6F6F6F6F6F6F6F6
333
          F6F6F6F6F6F6F6F6F61B070A0000000000000000EC07F3F60A0A0AF6F6F6F60A
379
          F6F6F6F6F6F6F6F6F61B070A0000000000000000EC07F3F60A0A0AF6F6F6F60A
334
          0A0AF6F6F6F60A0A0A1B070A0000000000000000EC071B0505FD05F6F6F60303
380
          0A0AF6F6F6F60A0A0A1B070A0000000000000000EC071B0505FD05F6F6F60303
335
          030AF6F6F6010101011B070A0000000000000000EC071BF6FDFBFDF6F6F6F603
381
          030AF6F6F6010101011B070A0000000000000000EC071BF6FDFBFDF6F6F6F603
336
          FB03F6F6F6F6F9FB011B070A0A0A0A0A0A0A0A0AEC071BF6F6FDFDF6F6F6F6F6
382
          FB03F6F6F6F6F9FB011B070A0A0A0A0A0A0A0A0AEC071BF6F6FDFDF6F6F6F6F6
337
          0303F6F6F6F6F9F9011B070AECEF070707070707EC07F3F6F6F6F6F6F6F6F6F6
383
          0303F6F6F6F6F9F9011B070AECEF070707070707EC07F3F6F6F6F6F6F6F6F6F6
338
          F6F6F6F6F6F6F6F6F61B070AEC071B1B1B1B1B1BEC071BECECECECF6F6F6ECEC
384
          F6F6F6F6F6F6F6F6F61B070AEC071B1B1B1B1B1BEC071BECECECECF6F6F6ECEC
339
          ECECF6F6F6ECECECEC1B070AEC071BF6F6F6F6F6EC071BF6F6F6F6F6F6F6F6F6
385
          ECECF6F6F6ECECECEC1B070AEC071BF6F6F6F6F6EC071BF6F6F6F6F6F6F6F6F6
340
          F6F6F6F6F6F6F6F6F61B070AEC07F3F6F6F6F6F6EC071BF60A0A0AF6F6F6F604
386
          F6F6F6F6F6F6F6F6F61B070AEC07F3F6F6F6F6F6EC071BF60A0A0AF6F6F6F604
341
          0404F6F6F6F60A0A0A1B070AEC071BF6F6F6F6F6EC071B02020202F6F6F60606
387
          0404F6F6F6F60A0A0A1B070AEC071BF6F6F6F6F6EC071B02020202F6F6F60606
342
          0604F6F6F6040404041B070AEC071BF6F6F6F6F6EC071BF6FAFB02F6F6F6F606
388
          0604F6F6F6040404041B070AEC071BF6F6F6F6F6EC071BF6FAFB02F6F6F6F606
343
          FE06F6F6F6F6FCFE041B070AEC071BF6F6F6F6F6EC071BF6FAFA02F6F6F6F606
389
          FE06F6F6F6F6FCFE041B070AEC071BF6F6F6F6F6EC071BF6FAFA02F6F6F6F606
344
          0606F6F6F6F6FCFC041B070AEC071BF6FBF6F6F640071B1BFB1B1B1B1B1B1B1B
390
          0606F6F6F6F6FCFC041B070AEC071BF6FBF6F6F640071B1BFB1B1B1B1B1B1B1B
345
          1B1B1B1B1B1B1B1B1B1B070AEC071BF6F64007F6EC0707400707070707070707
391
          1B1B1B1B1B1B1B1B1B1B070AEC071BF6F64007F6EC0707400707070707070707
346
          07070707070707070707070AEC071BF6F6F6E907400440040404040404040404
392
          07070707070707070707070AEC071BF6F6F6E907400440040404040404040404
347
          04040404040A0A0A0A0A0A0AEC071BF6F6F6F640EB4004040404040404040404
393
          04040404040A0A0A0A0A0A0AEC071BF6F6F6F640EB4004040404040404040404
348
          0404040404FF0AFF0AFF0A0AEC07FBF6FB402007FBEF40200404040404040404
394
          0404040404FF0AFF0AFF0A0AEC07FBF6FB402007FBEF40200404040404040404
349
          04040404040404040404040AEC07F3F6F6F60740F640ECECECECECECECECECEC
395
          04040404040404040404040AEC07F3F6F6F60740F640ECECECECECECECECECEC
350
          ECECECECECECECECECECEC0AEC071BF6F6EF40F640FF4007F6F6F6F6F6F6F6F6
396
          ECECECECECECECECECECEC0AEC071BF6F6EF40F640FF4007F6F6F6F6F6F6F6F6
351
          F61B070A0000000000000000EC071BF6F640F6F607FFFF40F6F6F6F6F6F6F6F6
397
          F61B070A0000000000000000EC071BF6F640F6F607FFFF40F6F6F6F6F6F6F6F6
352
          F61B070A0000000000000000EC07F3FB1B1B1B1B401B1B1BFB1B1B1B1B1B1B1B
398
          F61B070A0000000000000000EC07F3FB1B1B1B1B401B1B1BFB1B1B1B1B1B1B1B
353
          1B1B070A0000000000000000EC07070707070707070707070707070707070707
399
          1B1B070A0000000000000000EC07070707070707070707070707070707070707
354
          0707070A0000000000000000EC040404040404040404040404040404040A0A0A
400
          0707070A0000000000000000EC040404040404040404040404040404040A0A0A
355
          0A0A0A0A0000000000000000EC04040404040404040404040404040404FF0AFF
401
          0A0A0A0A0000000000000000EC04040404040404040404040404040404FF0AFF
356
          0AFF0A0A0000000000000000EC04040404040404040404040404040404040404
402
          0AFF0A0A0000000000000000EC04040404040404040404040404040404040404
357
          0404040A0000000000000000ECECECECECECECECECECECECECECECECECECECEC
403
          0404040A0000000000000000ECECECECECECECECECECECECECECECECECECECEC
358
          ECECEC0A00000000000000000000000000000000000000000000000000000000
404
          ECECEC0A00000000000000000000000000000000000000000000000000000000
359
          000000000000000000000000FFFFFFFFFF000000FF000000FF000000FF000000
405
          000000000000000000000000FFFFFFFFFF000000FF000000FF000000FF000000
360
          FF000000FF000000FF000000FF00000000000000000000000000000000000000
406
          FF000000FF000000FF000000FF00000000000000000000000000000000000000
361
          0000000000000000000000000000000000000000000000000000000000000000
407
          0000000000000000000000000000000000000000000000000000000000000000
362
          0000000000000000000000FF000000FF000000FF000000FF000000FF000000FF
408
          0000000000000000000000FF000000FF000000FF000000FF000000FF000000FF
363
          000000FF000000FFFFFFFFFF2800000030000000600000000100040000000000
409
          000000FF000000FFFFFFFFFF2800000030000000600000000100040000000000
364
          0006000000000000000000001000000000000000000000000000800000800000
410
          0006000000000000000000001000000000000000000000000000800000800000
365
          00808000800000008000800080800000C0C0C000808080000000FF0000FF0000
411
          00808000800000008000800080800000C0C0C000808080000000FF0000FF0000
366
          00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000000000000000
412
          00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000000000000000
367
          0000000000000000000000000000000000000000000000000000000000000000
413
          0000000000000000000000000000000000000000000000000000000000000000
368
          0000000000000000000000000000000000000000000000000000000000000000
414
          0000000000000000000000000000000000000000000000000000000000000000
369
          000087777777777777777777777777777777777000000000000087FFFFFFFFFF
415
          000087777777777777777777777777777777777000000000000087FFFFFFFFFF
370
          FFFFFFFFFFFFFFFFFFFFFFF000000000000087FFFFFFFFFFFFFFFFFFFFFFFFFF
416
          FFFFFFFFFFFFFFFFFFFFFFF000000000000087FFFFFFFFFFFFFFFFFFFFFFFFFF
371
          FFFFFFF000000000000087FFF77777FFFFFF77777FFFFF77777FFFF000000000
417
          FFFFFFF000000000000087FFF77777FFFFFF77777FFFFF77777FFFF000000000
372
          000087FFF88888FFFFFF88888FFFFF88888FFFF000000000000087FFFFFFFFFF
418
          000087FFF88888FFFFFF88888FFFFF88888FFFF000000000000087FFFFFFFFFF
373
          FFFFFFFFFFFFFFFFFFFFFFF000000000000087FFFFFFFFFFFFFFFFFFFFFFFFFF
419
          FFFFFFFFFFFFFFFFFFFFFFF000000000000087FFFFFFFFFFFFFFFFFFFFFFFFFF
374
          FFFFFFF000000000000087FFFF0000FFFFFFF0000FFFFFF0000FFFF000000000
420
          FFFFFFF000000000000087FFFF0000FFFFFFF0000FFFFFF0000FFFF000000000
375
          000087FFF55555FFFFFF33333FFFFF11111FFFF000000000000087FFFFDDD5FF
421
          000087FFF55555FFFFFF33333FFFFF11111FFFF000000000000087FFFFDDD5FF
376
          FFFFF3773FFFFFF9991FFFF000000000000087FFFFDBD5FFFFFFF3B73FFFFFF9
422
          FFFFF3773FFFFFF9991FFFF000000000000087FFFFDBD5FFFFFFF3B73FFFFFF9
377
          B91FFFF000000000000087FFFFDDDDFFFFFFF3333FFFFFF9991FFFF087777777
423
          B91FFFF000000000000087FFFFDDDDFFFFFFF3333FFFFFF9991FFFF087777777
378
          777787FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFFFFFFFF
424
          777787FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFFFFFFFF
379
          FFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFF77777FFFFFF77777FFFFF77
425
          FFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFF77777FFFFFF77777FFFFF77
380
          777FFFF087FFFFFFFFFF87FFF88888FFFFFF88888FFFFF88888FFFF087FFFFFF
426
          777FFFF087FFFFFFFFFF87FFF88888FFFFFF88888FFFFF88888FFFF087FFFFFF
381
          FFFF87FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFFFFFFFF
427
          FFFF87FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFFFFFFFF
382
          FFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFF0000FFFFFFF4444FFFFFF0
428
          FFFFFFFFFFFFFFFFFFFFFFF087FFFFFFFFFF87FFFF0000FFFFFFF4444FFFFFF0
383
          000FFFF087FFFFFFFFF997FFF22222FFFFFF66664FFFFF44444FFFF087FFFFFF
429
          000FFFF087FFFFFFFFF997FFF22222FFFFFF66664FFFFF44444FFFF087FFFFFF
384
          FFFF87FFFFABA2FFFFFFF6E64FFFFFFC664FFFF087FFFFFFFFF997FFFFABA2FF
430
          FFFF87FFFFABA2FFFFFFF6E64FFFFFFC664FFFF087FFFFFFFFF997FFFFABA2FF
385
          FFFFF6E64FFFFFFCE64FFFF087FFFBFFFFFF87FFFFBBA2FFFFFFF6666FFFFFFC
431
          FFFFF6E64FFFFFFCE64FFFF087FFFBFFFFFF87FFFFBBA2FFFFFFF6666FFFFFFC
386
          CC4FFFF087FFFBBFFFF997FFF99FFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFB9
432
          CC4FFFF087FFFBBFFFF997FFF99FFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFB9
387
          FFFF87FF99FFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFF99FF9977997777777
433
          FFFF87FF99FFFFFFFFFFFFFFFFFFFFFFFFFFFFF087FFFFF99FF9977997777777
388
          77777777777777777777777087FFFFFF99F99499444444444444444444444444
434
          77777777777777777777777087FFFFFF99F99499444444444444444444444444
389
          4444444087FFFFFFF99999944444444444444444444440000000004087FFFFFF
435
          4444444087FFFFFFF99999944444444444444444444440000000004087FFFFFF
390
          F9999944444444444444444444444770770770408BBFB9F99997899494B44B44
436
          F9999944444444444444444444444770770770408BBFB9F99997899494B44B44
391
          4444444444444F70F70F70408BBFB9F99997899494B44B444444444444444444
437
          4444444444444F70F70F70408BBFB9F99997899494B44B444444444444444444
392
          4444444087FFFFFFF99999988888888888888888888888888888888087FFFFFF
438
          4444444087FFFFFFF99999988888888888888888888888888888888087FFFFFF
393
          F9999999FFFFFFFFFFFFFFFFFF7000000000000087FFFFFF99FFFFF99FFFFFFF
439
          F9999999FFFFFFFFFFFFFFFFFF7000000000000087FFFFFF99FFFFF99FFFFFFF
394
          FFFFFFFFFF7000000000000087FFFFF99FF99FFF99FFFFFFFFFFFFFFFF700000
440
          FFFFFFFFFF7000000000000087FFFFF99FF99FFF99FFFFFFFFFFFFFFFF700000
395
          0000000087FFFFB9FFFFFFFFF9BFFFFFFFFFFFFFFF7000000000000087FFFBBF
441
          0000000087FFFFB9FFFFFFFFF9BFFFFFFFFFFFFFFF7000000000000087FFFBBF
396
          FFF99FFFFFBBFFFFFFFFFFFFFF700000000000008777777777777777777B7777
442
          FFF99FFFFFBBFFFFFFFFFFFFFF700000000000008777777777777777777B7777
397
          7777777777700000000000008444444444444444444444444444444444400000
443
          7777777777700000000000008444444444444444444444444444444444400000
398
          0000000084444444444444444444444440000000004000000000000084444444
444
          0000000084444444444444444444444440000000004000000000000084444444
399
          4444444444444444477077077040000000000000844444444444444444444444
445
          4444444444444444477077077040000000000000844444444444444444444444
400
          4F70F70F70400000000000008444444444444444444444444444444444400000
446
          4F70F70F70400000000000008444444444444444444444444444444444400000
401
          0000000088888888888888888888888888888888888000000000000000000000
447
          0000000088888888888888888888888888888888888000000000000000000000
402
          0000000000000000000000000000000000000000FFFFFFFFFFFF01F5FFFFFFFF
448
          0000000000000000000000000000000000000000FFFFFFFFFFFF01F5FFFFFFFF
403
          FFFF01F5FFF00000000005F5FFF000000000BFFDFFF00000000011F0FFF00000
449
          FFFF01F5FFF00000000005F5FFF000000000BFFDFFF00000000011F0FFF00000
404
          000005F0FFF00000000005F0FFF000000000BFFFFFF00000000003E8FFF00000
450
          000005F0FFF00000000005F0FFF000000000BFFFFFF00000000003E8FFF00000
405
          00000FE8FFF0000000000FF8FFF000000000AFFAFFF00000000001E2FFF00000
451
          00000FE8FFF0000000000FF8FFF000000000AFFAFFF00000000001E2FFF00000
406
          000019F200000000000019F2000000000000BBFF00000000000001E000000000
452
          000019F200000000000019F2000000000000BBFF00000000000001E000000000
407
          000099F000000000000099F1000000000000B9F700000000000001E500000000
453
          000099F000000000000099F1000000000000B9F700000000000001E500000000
408
          0000A9E5000000000000BDE5000000000000BFED00000000000001F000000000
454
          0000A9E5000000000000BDE5000000000000BFED00000000000001F000000000
409
          00003DF00000000000003DF00000000000003FFF00000000000003B800000000
455
          00003DF00000000000003DF00000000000003FFF00000000000003B800000000
410
          000057B800000000000097B80000000000009FFA00000000000041B200000000
456
          000057B800000000000097B80000000000009FFA00000000000041B200000000
411
          000041B200000000000041B2000000000FFF4BFF000000000FFF01B000000000
457
          000041B200000000000041B2000000000FFF4BFF000000000FFF01B000000000
412
          0FFF01B0000000000FFF01F1000000000FFF09F7000000000FFF09F500000000
458
          0FFF01B0000000000FFF01F1000000000FFF09F7000000000FFF09F500000000
413
          0FFF01F5000000000FFF15F5000000000FFF1FFD000000000FFF40F000000000
459
          0FFF01F5000000000FFF15F5000000000FFF1FFD000000000FFF40F000000000
414
          0FFF5CF0000000000FFF1CF0FFFFFFFFFFFF1FFF280000003000000060000000
460
          0FFF5CF0000000000FFF1CF0FFFFFFFFFFFF1FFF280000003000000060000000
415
          0100080000000000800A00000000000000000000000100000000000000000000
461
          0100080000000000800A00000000000000000000000100000000000000000000
416
          000080000080000000808000800000008000800080800000C0C0C000C0DCC000
462
          000080000080000000808000800000008000800080800000C0C0C000C0DCC000
417
          F0CAA60004040400080808000C0C0C0011111100161616001C1C1C0022222200
463
          F0CAA60004040400080808000C0C0C0011111100161616001C1C1C0022222200
418
          29292900555555004D4D4D004242420039393900807CFF005050FF009300D600
464
          29292900555555004D4D4D004242420039393900807CFF005050FF009300D600
419
          FFECCC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC00
465
          FFECCC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC00
420
          003300000033330000336600003399000033CC000033FF000066000000663300
466
          003300000033330000336600003399000033CC000033FF000066000000663300
421
          00666600006699000066CC000066FF0000990000009933000099660000999900
467
          00666600006699000066CC000066FF0000990000009933000099660000999900
422
          0099CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF00
468
          0099CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF00
423
          00FF660000FF990000FFCC00330000003300330033006600330099003300CC00
469
          00FF660000FF990000FFCC00330000003300330033006600330099003300CC00
424
          3300FF00333300003333330033336600333399003333CC003333FF0033660000
470
          3300FF00333300003333330033336600333399003333CC003333FF0033660000
425
          3366330033666600336699003366CC003366FF00339900003399330033996600
471
          3366330033666600336699003366CC003366FF00339900003399330033996600
426
          339999003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC00
472
          339999003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC00
427
          33CCFF0033FF330033FF660033FF990033FFCC0033FFFF006600000066003300
473
          33CCFF0033FF330033FF660033FF990033FFCC0033FFFF006600000066003300
428
          66006600660099006600CC006600FF0066330000663333006633660066339900
474
          66006600660099006600CC006600FF0066330000663333006633660066339900
429
          6633CC006633FF00666600006666330066666600666699006666CC0066990000
475
          6633CC006633FF00666600006666330066666600666699006666CC0066990000
430
          6699330066996600669999006699CC006699FF0066CC000066CC330066CC9900
476
          6699330066996600669999006699CC006699FF0066CC000066CC330066CC9900
431
          66CCCC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC00
477
          66CCCC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC00
432
          9999000099339900990099009900CC009900000099333300990066009933CC00
478
          9999000099339900990099009900CC009900000099333300990066009933CC00
433
          9900FF00996600009966330099336600996699009966CC009933FF0099993300
479
          9900FF00996600009966330099336600996699009966CC009933FF0099993300
434
          99996600999999009999CC009999FF0099CC000099CC330066CC660099CC9900
480
          99996600999999009999CC009999FF0099CC000099CC330066CC660099CC9900
435
          99CCCC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00
481
          99CCCC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00
436
          CC00000099003300CC006600CC009900CC00CC0099330000CC333300CC336600
482
          CC00000099003300CC006600CC009900CC00CC0099330000CC333300CC336600
437
          CC339900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC00
483
          CC339900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC00
438
          9966FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000
484
          9966FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000
439
          CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600
485
          CCCC3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600
440
          CCFF9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300
486
          CCFF9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300
441
          FF336600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900
487
          FF336600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900
442
          FF66CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00
488
          FF66CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00
443
          FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600
489
          FFCC0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600
444
          FFFF9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF6600
490
          FFFF9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF6600
445
          2100A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700
491
          2100A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700
446
          DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A00080808000
492
          DDDDDD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A00080808000
447
          0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000
493
          0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0000000000
448
          0000000000000000000000000000000000000000000000000000000000000000
494
          0000000000000000000000000000000000000000000000000000000000000000
449
          0000000000000000000000000000000000000000000000000000000000000000
495
          0000000000000000000000000000000000000000000000000000000000000000
450
          0000000000000000000000000000000000000000000000000000000000000000
496
          0000000000000000000000000000000000000000000000000000000000000000
451
          00000000000000000A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A
497
          00000000000000000A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A
452
          0A0A0A0A0A0A0A0A0A0A0A0A000000000000000000000000EC07070707070707
498
          0A0A0A0A0A0A0A0A0A0A0A0A000000000000000000000000EC07070707070707
453
          0707070707070707070707070707070707070707070707070707070A00000000
499
          0707070707070707070707070707070707070707070707070707070A00000000
454
          0000000000000000EC071B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B
500
          0000000000000000EC071B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B
455
          1B1B1B1B1B1B1B1B1B1B070A000000000000000000000000EC071BF6F6F6F6F6
501
          1B1B1B1B1B1B1B1B1B1B070A000000000000000000000000EC071BF6F6F6F6F6
456
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A00000000
502
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A00000000
457
          0000000000000000EC07F3F6F60707070707F6F6F6F6F6F60707070707F6F6F6
503
          0000000000000000EC07F3F6F60707070707F6F6F6F6F6F60707070707F6F6F6
458
          F6F60707070707F6F61B070A000000000000000000000000EC071BF6F6ECECEC
504
          F6F60707070707F6F61B070A000000000000000000000000EC071BF6F6ECECEC
459
          ECECF6F6F6F6F6F6ECECECECECF6F6F6F6F6ECECECECECF6F61B070A00000000
505
          ECECF6F6F6F6F6F6ECECECECECF6F6F6F6F6ECECECECECF6F61B070A00000000
460
          0000000000000000EC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
506
          0000000000000000EC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
461
          F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC07F3F6F6F6F6F6
507
          F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC07F3F6F6F6F6F6
462
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A00000000
508
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A00000000
463
          0000000000000000EC071BF6F6F60A0A0A0AF6F6F6F6F6F6F60A0A0A0AF6F6F6
509
          0000000000000000EC071BF6F6F60A0A0A0AF6F6F6F6F6F6F60A0A0A0AF6F6F6
464
          F6F6F60A0A0A0AF6F61B070A000000000000000000000000EC071BF6F6050505
510
          F6F6F60A0A0A0AF6F61B070A000000000000000000000000EC071BF6F6050505
465
          0505F6F6F6F6F6F60303030303F6F6F6F6F60101010101F6F61B070A00000000
511
          0505F6F6F6F6F6F60303030303F6F6F6F6F60101010101F6F61B070A00000000
466
          0000000000000000EC071BF6F6F68D8D8D05F6F6F6F6F6F6F603303003F6F6F6
512
          0000000000000000EC071BF6F6F68D8D8D05F6F6F6F6F6F6F603303003F6F6F6
467
          F6F6F640E94001F6F61B070A000000000000000000000000EC071BF6F6F6FDFB
513
          F6F6F640E94001F6F61B070A000000000000000000000000EC071BF6F6F6FDFB
468
          8D05F6F6F6F6F6F6F603FB3003F6F6F6F6F6F6F9FB4001F6F61B070A0A0A0A0A
514
          8D05F6F6F6F6F6F6F603FB3003F6F6F6F6F6F6F9FB4001F6F61B070A0A0A0A0A
469
          0A0A0A0A0A0A0A0AEC07F3F6F6F6FDFDFD8DF6F6F6F6F6F6F603030303F6F6F6
515
          0A0A0A0A0A0A0A0AEC07F3F6F6F6FDFDFD8DF6F6F6F6F6F6F603030303F6F6F6
470
          F6F6F6F9F94001F6F61B070AEC0707070707070707070707EC071BF6F6F6F6F6
516
          F6F6F6F9F94001F6F61B070AEC0707070707070707070707EC071BF6F6F6F6F6
471
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070AEC071B1B
517
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070AEC071B1B
472
          1B1B1B1B1B1B1B1BEC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
518
          1B1B1B1B1B1B1B1BEC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
473
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6070707
519
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6070707
474
          0707F6F6F6F6F6F60707070707F6F6F6F6F6EF07070707F6F61B070AEC07F3F6
520
          0707F6F6F6F6F6F60707070707F6F6F6F6F6EF07070707F6F61B070AEC07F3F6
475
          F6F6F6F6F6F6F6F6EC07F3F6F6ECECECECECF6F6F6F6F6F6ECECECECECF6F6F6
521
          F6F6F6F6F6F6F6F6EC07F3F6F6ECECECECECF6F6F6F6F6F6ECECECECECF6F6F6
476
          F6F6ECECECECECF6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F6F6F6
522
          F6F6ECECECECECF6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F6F6F6
477
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070AEC071BF6
523
          F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070AEC071BF6
478
          F6F6F6F6F6F6F6F6EC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
524
          F6F6F6F6F6F6F6F6EC071BF6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
479
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F60A0A
525
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F60A0A
480
          0A0AF6F6F6F6F6F6F604040404F6F6F6F6F6F60A0A0A0AF6F61B070AEC07F3F6
526
          0A0AF6F6F6F6F6F6F604040404F6F6F6F6F6F60A0A0A0AF6F61B070AEC07F3F6
481
          F6F6F6F6F6F6F64020071BF6F60202022D02F6F6F6F6F6F60606060604F6F6F6
527
          F6F6F6F6F6F6F64020071BF6F60202022D02F6F6F6F6F6F60606060604F6F6F6
482
          F6F60404040404F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F67272
528
          F6F60404040404F6F61B070AEC071BF6F6F6F6F6F6F6F6F6EC071BF6F6F67272
483
          7202F6F6F6F6F6F6F606FE0604F6F6F6F6F6F6FCB2B204F6F61B070AEC071BF6
529
          7202F6F6F6F6F6F6F606FE0604F6F6F6F6F6F6FCB2B204F6F61B070AEC071BF6
484
          F6F6F6F6F6F6F6E940071BF6F6F6FAFB7202F6F6F6F6F6F6F606FE0604F6F6F6
530
          F6F6F6F6F6F6F6E940071BF6F6F6FAFB7202F6F6F6F6F6F6F606FE0604F6F6F6
485
          F6F6F6FCFEB204F6F61B070AEC071BF6F638F6F6F6F6F6F6EC071BF6F6F6FB38
531
          F6F6F6FCFEB204F6F61B070AEC071BF6F638F6F6F6F6F6F6EC071BF6F6F6FB38
486
          7202F6F6F6F6F6F6F606060606F6F6F6F6F6F6FCFCFC04F6F61B070AEC07F3F6
532
          7202F6F6F6F6F6F6F606060606F6F6F6F6F6F6FCFCFC04F6F61B070AEC07F3F6
487
          F6FB38F6F6F6F6404007F3F6FF40E9F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
533
          F6FB38F6F6F6F6404007F3F6FF40E9F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6
488
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6FB40F6F6F6F6EC071B1B20401B1B
534
          F6F6F6F6F6F6F6F6F61B070AEC071BF6F6F6FB40F6F6F6F6EC071B1B20401B1B
489
          1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B070AEC071BF6
535
          1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B1B070AEC071BF6
490
          F6F6FF2040F6F6E9400707E94007070707070707070707070707070707070707
536
          F6F6FF2040F6F6E9400707E94007070707070707070707070707070707070707
491
          07070707070707070707070AEC071BF6F6F6F6F640E9F6402004404004040404
537
          07070707070707070707070AEC071BF6F6F6F6F640E9F6402004404004040404
492
          0404040404040404040404040404040404040404040404040404040AEC071BF6
538
          0404040404040404040404040404040404040404040404040404040AEC071BF6
493
          F6F6F6F6F6404040404020040404040404040404040404040404040404040404
539
          F6F6F6F6F6404040404020040404040404040404040404040404040404040404
494
          040A0A0A0A0A0A0A0A0A040AEC071BF6F6F6F6F6F640E9E9E9E9040404040404
540
          040A0A0A0A0A0A0A0A0A040AEC071BF6F6F6F6F6F640E9E9E9E9040404040404
495
          040404040404040404040404040404040407070A07070A07070A040AECFBFBF6
541
          040404040404040404040404040404040407070A07070A07070A040AECFBFBF6
496
          3840F6404040E907ECE94004F904380404FB0404040404040404040404040404
542
          3840F6404040E907ECE94004F904380404FB0404040404040404040404040404
497
          04F6070AF6070AF6070A040AECFB38F6FB40F6402040E907ECE94004F904FB04
543
          04F6070AF6070AF6070A040AECFB38F6FB40F6402040E907ECE94004F904FB04
498
          04FB040404040404040404040404040404040404040404040404040AEC07F3F6
544
          04FB040404040404040404040404040404040404040404040404040AEC07F3F6
499
          F6F6F6F6F640E9E9E9E920ECECECECECECECECECECECECECECECECECECECECEC
545
          F6F6F6F6F640E9E9E9E920ECECECECECECECECECECECECECECECECECECECECEC
500
          ECECECECECECECECECECEC0AEC071BF6F6F6F6F6F6E9404040404040FFF6F6F6
546
          ECECECECECECECECECECEC0AEC071BF6F6F6F6F6F6E9404040404040FFF6F6F6
501
          F6F6F6F6F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC071BF6
547
          F6F6F6F6F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC071BF6
502
          F6F6F6F64040FFFFFFFFFF4020F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A
548
          F6F6F6F64040FFFFFFFFFF4020F6F6F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A
503
          000000000000000000000000EC071BF6F6F6F64040FFFF4040FFFFFF4040F6F6
549
          000000000000000000000000EC071BF6F6F6F64040FFFF4040FFFFFF4040F6F6
504
          F6F6F6F6F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC07F3F6
550
          F6F6F6F6F6F6F6F6F6F6F6F6F61B070A000000000000000000000000EC07F3F6
505
          F6F6FB40FFFFFFFFFFFFFFFFFF4038F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A
551
          F6F6FB40FFFFFFFFFFFFFFFFFF4038F6F6F6F6F6F6F6F6F6F6F6F6F6F61B070A
506
          000000000000000000000000EC071B1B1BFBFB1B1B1B1B40401B1B1B1B1BFB38
552
          000000000000000000000000EC071B1B1BFBFB1B1B1B1B40401B1B1B1B1BFB38
507
          1B1B1B1B1B1B1B1B1B1B1B1B1B1B070A000000000000000000000000EC070707
553
          1B1B1B1B1B1B1B1B1B1B1B1B1B1B070A000000000000000000000000EC070707
508
          070707070707070707070707070707FB0707070707070707070707070707070A
554
          070707070707070707070707070707FB0707070707070707070707070707070A
509
          000000000000000000000000EC04040404040404040404040404040404040404
555
          000000000000000000000000EC04040404040404040404040404040404040404
510
          0404040404040404040404040404040A000000000000000000000000EC040404
556
          0404040404040404040404040404040A000000000000000000000000EC040404
511
          0404040404040404040404040404040404040404040A0A0A0A0A0A0A0A0A040A
557
          0404040404040404040404040404040404040404040A0A0A0A0A0A0A0A0A040A
512
          000000000000000000000000EC04040404040404040404040404040404040404
558
          000000000000000000000000EC04040404040404040404040404040404040404
513
          040404040407070A07070A07070A040A000000000000000000000000EC040404
559
          040404040407070A07070A07070A040A000000000000000000000000EC040404
514
          040404040404040404040404040404040404040404F6070AF6070AF6070A040A
560
          040404040404040404040404040404040404040404F6070AF6070AF6070A040A
515
          000000000000000000000000EC04040404040404040404040404040404040404
561
          000000000000000000000000EC04040404040404040404040404040404040404
516
          0404040404040404040404040404040A000000000000000000000000ECECECEC
562
          0404040404040404040404040404040A000000000000000000000000ECECECEC
517
          ECECECECECECECECECECECECECECECECECECECECECECECECECECECECECECEC0A
563
          ECECECECECECECECECECECECECECECECECECECECECECECECECECECECECECEC0A
518
          0000000000000000000000000000000000000000000000000000000000000000
564
          0000000000000000000000000000000000000000000000000000000000000000
519
          00000000000000000000000000000000000000000000000000000000FFFFFFFF
565
          00000000000000000000000000000000000000000000000000000000FFFFFFFF
520
          FFFF0000FFFFFFFFFFFF0000FFF0000000000000FFF0000000000000FFF00000
566
          FFFF0000FFFFFFFFFFFF0000FFF0000000000000FFF0000000000000FFF00000
521
          00000000FFF0000000000000FFF0000000000000FFF0000000000000FFF00000
567
          00000000FFF0000000000000FFF0000000000000FFF0000000000000FFF00000
522
          00000000FFF0000000000000FFF0000000000000FFF0000000000000FFF00000
568
          00000000FFF0000000000000FFF0000000000000FFF0000000000000FFF00000
523
          00000000FFF00000000000000000000000000000000000000000000000000000
569
          00000000FFF00000000000000000000000000000000000000000000000000000
524
          0000000000000000000000000000000000000000000000000000000000000000
570
          0000000000000000000000000000000000000000000000000000000000000000
525
          0000000000000000000000000000000000000000000000000000000000000000
571
          0000000000000000000000000000000000000000000000000000000000000000
526
          0000000000000000000000000000000000000000000000000000000000000000
572
          0000000000000000000000000000000000000000000000000000000000000000
527
          0000000000000000000000000000000000000000000000000000000000000000
573
          0000000000000000000000000000000000000000000000000000000000000000
528
          0000000000000000000000000000000000000000000000000FFF000000000000
574
          0000000000000000000000000000000000000000000000000FFF000000000000
529
          0FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000000
575
          0FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000000
530
          0FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000000
576
          0FFF0000000000000FFF0000000000000FFF0000000000000FFF000000000000
531
          0FFF0000000000000FFF0000000000000FFF0000FFFFFFFFFFFF0000}
577
          0FFF0000000000000FFF0000000000000FFF0000FFFFFFFFFFFF0000}
532
      end
578
      end
533
      object Label1: TLabel
579
      object Label1: TLabel
534
        Left = 48
580
        Left = 48
535
        Top = 8
581
        Top = 8
536
        Width = 91
582
        Width = 91
537
        Height = 20
583
        Height = 20
538
        Caption = 'ViaThinkSoft'
584
        Caption = 'ViaThinkSoft'
539
        Font.Charset = DEFAULT_CHARSET
585
        Font.Charset = DEFAULT_CHARSET
540
        Font.Color = clWindowText
586
        Font.Color = clWindowText
541
        Font.Height = -16
587
        Font.Height = -16
542
        Font.Name = 'MS Sans Serif'
588
        Font.Name = 'MS Sans Serif'
543
        Font.Style = []
589
        Font.Style = []
544
        ParentFont = False
590
        ParentFont = False
545
      end
591
      end
546
      object Label2: TLabel
592
      object Label2: TLabel
547
        Left = 48
593
        Left = 48
548
        Top = 24
594
        Top = 24
549
        Width = 139
595
        Width = 139
550
        Height = 29
596
        Height = 29
551
        Caption = 'UserDetect 2'
597
        Caption = 'UserDetect 2'
552
        Font.Charset = DEFAULT_CHARSET
598
        Font.Charset = DEFAULT_CHARSET
553
        Font.Color = clWindowText
599
        Font.Color = clWindowText
554
        Font.Height = -24
600
        Font.Height = -24
555
        Font.Name = 'MS Sans Serif'
601
        Font.Name = 'MS Sans Serif'
556
        Font.Style = []
602
        Font.Style = []
557
        ParentFont = False
603
        ParentFont = False
558
      end
604
      end
559
      object Label3: TLabel
605
      object Label3: TLabel
560
        Left = 48
606
        Left = 48
561
        Top = 64
607
        Top = 64
562
        Width = 38
608
        Width = 38
563
        Height = 13
609
        Height = 13
564
        Caption = 'Version:'
610
        Caption = 'Version:'
565
      end
611
      end
566
      object Label4: TLabel
612
      object Label4: TLabel
567
        Left = 48
613
        Left = 48
568
        Top = 88
614
        Top = 88
569
        Width = 26
615
        Width = 26
570
        Height = 13
616
        Height = 13
571
        Caption = 'Web:'
617
        Caption = 'Web:'
572
      end
618
      end
573
      object Label5: TLabel
619
      object Label5: TLabel
574
        Left = 48
620
        Left = 48
575
        Top = 104
621
        Top = 104
576
        Width = 32
622
        Width = 32
577
        Height = 13
623
        Height = 13
578
        Caption = 'E-Mail:'
624
        Caption = 'E-Mail:'
579
      end
625
      end
580
      object Label6: TLabel
626
      object Label6: TLabel
581
        Left = 104
627
        Left = 104
582
        Top = 88
628
        Top = 88
583
        Width = 104
629
        Width = 104
584
        Height = 13
630
        Height = 13
585
        Cursor = crHandPoint
631
        Cursor = crHandPoint
586
        Caption = 'www.viathinksoft.com'
632
        Caption = 'www.viathinksoft.com'
587
        Font.Charset = DEFAULT_CHARSET
633
        Font.Charset = DEFAULT_CHARSET
588
        Font.Color = clHighlight
634
        Font.Color = clHighlight
589
        Font.Height = -11
635
        Font.Height = -11
590
        Font.Name = 'MS Sans Serif'
636
        Font.Name = 'MS Sans Serif'
591
        Font.Style = [fsUnderline]
637
        Font.Style = [fsUnderline]
592
        ParentFont = False
638
        ParentFont = False
593
        OnClick = URLLabelClick
639
        OnClick = URLLabelClick
594
      end
640
      end
595
      object Label7: TLabel
641
      object Label7: TLabel
596
        Left = 104
642
        Left = 104
597
        Top = 104
643
        Top = 104
598
        Width = 118
644
        Width = 118
599
        Height = 13
645
        Height = 13
600
        Cursor = crHandPoint
646
        Cursor = crHandPoint
601
        Caption = 'info@daniel-marschall.de'
647
        Caption = 'info@daniel-marschall.de'
602
        Font.Charset = DEFAULT_CHARSET
648
        Font.Charset = DEFAULT_CHARSET
603
        Font.Color = clHighlight
649
        Font.Color = clHighlight
604
        Font.Height = -11
650
        Font.Height = -11
605
        Font.Name = 'MS Sans Serif'
651
        Font.Name = 'MS Sans Serif'
606
        Font.Style = [fsUnderline]
652
        Font.Style = [fsUnderline]
607
        ParentFont = False
653
        ParentFont = False
608
        OnClick = URLLabelClick
654
        OnClick = URLLabelClick
609
      end
655
      end
610
      object Label8: TLabel
656
      object Label8: TLabel
611
        Left = 48
657
        Left = 48
612
        Top = 128
658
        Top = 128
613
        Width = 149
659
        Width = 149
614
        Height = 13
660
        Height = 13
615
        Caption = 'Project leader: Daniel Marschall'
661
        Caption = 'Project leader: Daniel Marschall'
616
      end
662
      end
617
      object VersionLabel: TLabel
663
      object VersionLabel: TLabel
618
        Left = 104
664
        Left = 104
619
        Top = 64
665
        Top = 64
620
        Width = 15
666
        Width = 15
621
        Height = 13
667
        Height = 13
622
        Caption = '2.2'
668
        Caption = '2.2'
623
      end
669
      end
624
      object Memo1: TMemo
670
      object Memo1: TMemo
625
        Left = 264
671
        Left = 264
626
        Top = 8
672
        Top = 8
627
        Width = 482
673
        Width = 595
628
        Height = 356
674
        Height = 435
629
        Anchors = [akLeft, akTop, akRight, akBottom]
675
        Anchors = [akLeft, akTop, akRight, akBottom]
-
 
676
        HideSelection = False
630
        Lines.Strings = (
677
        Lines.Strings = (
631
          '                    GNU GENERAL PUBLIC LICENSE'
678
          '                    GNU GENERAL PUBLIC LICENSE'
632
          '                       Version 3, 29 June 2007'
679
          '                       Version 3, 29 June 2007'
633
          ''
680
          ''
634
          
681
          
635
            ' Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.o' +
682
            ' Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.o' +
636
            'rg/>'
683
            'rg/>'
637
          ' Everyone is permitted to copy and distribute verbatim copies'
684
          ' Everyone is permitted to copy and distribute verbatim copies'
638
          ' of this license document, but changing it is not allowed.'
685
          ' of this license document, but changing it is not allowed.'
639
          ''
686
          ''
640
          '                            Preamble'
687
          '                            Preamble'
641
          ''
688
          ''
642
          '  The GNU General Public License is a free, copyleft license for'
689
          '  The GNU General Public License is a free, copyleft license for'
643
          'software and other kinds of works.'
690
          'software and other kinds of works.'
644
          ''
691
          ''
645
          
692
          
646
            '  The licenses for most software and other practical works are d' +
693
            '  The licenses for most software and other practical works are d' +
647
            'esigned'
694
            'esigned'
648
          
695
          
649
            'to take away your freedom to share and change the works.  By con' +
696
            'to take away your freedom to share and change the works.  By con' +
650
            'trast,'
697
            'trast,'
651
          
698
          
652
            'the GNU General Public License is intended to guarantee your fre' +
699
            'the GNU General Public License is intended to guarantee your fre' +
653
            'edom to'
700
            'edom to'
654
          
701
          
655
            'share and change all versions of a program--to make sure it rema' +
702
            'share and change all versions of a program--to make sure it rema' +
656
            'ins free'
703
            'ins free'
657
          
704
          
658
            'software for all its users.  We, the Free Software Foundation, u' +
705
            'software for all its users.  We, the Free Software Foundation, u' +
659
            'se the'
706
            'se the'
660
          
707
          
661
            'GNU General Public License for most of our software; it applies ' +
708
            'GNU General Public License for most of our software; it applies ' +
662
            'also to'
709
            'also to'
663
          
710
          
664
            'any other work released this way by its authors.  You can apply ' +
711
            'any other work released this way by its authors.  You can apply ' +
665
            'it to'
712
            'it to'
666
          'your programs, too.'
713
          'your programs, too.'
667
          ''
714
          ''
668
          
715
          
669
            '  When we speak of free software, we are referring to freedom, n' +
716
            '  When we speak of free software, we are referring to freedom, n' +
670
            'ot'
717
            'ot'
671
          
718
          
672
            'price.  Our General Public Licenses are designed to make sure th' +
719
            'price.  Our General Public Licenses are designed to make sure th' +
673
            'at you'
720
            'at you'
674
          
721
          
675
            'have the freedom to distribute copies of free software (and char' +
722
            'have the freedom to distribute copies of free software (and char' +
676
            'ge for'
723
            'ge for'
677
          
724
          
678
            'them if you wish), that you receive source code or can get it if' +
725
            'them if you wish), that you receive source code or can get it if' +
679
            ' you'
726
            ' you'
680
          
727
          
681
            'want it, that you can change the software or use pieces of it in' +
728
            'want it, that you can change the software or use pieces of it in' +
682
            ' new'
729
            ' new'
683
          'free programs, and that you know you can do these things.'
730
          'free programs, and that you know you can do these things.'
684
          ''
731
          ''
685
          
732
          
686
            '  To protect your rights, we need to prevent others from denying' +
733
            '  To protect your rights, we need to prevent others from denying' +
687
            ' you'
734
            ' you'
688
          
735
          
689
            'these rights or asking you to surrender the rights.  Therefore, ' +
736
            'these rights or asking you to surrender the rights.  Therefore, ' +
690
            'you have'
737
            'you have'
691
          
738
          
692
            'certain responsibilities if you distribute copies of the softwar' +
739
            'certain responsibilities if you distribute copies of the softwar' +
693
            'e, or if'
740
            'e, or if'
694
          
741
          
695
            'you modify it: responsibilities to respect the freedom of others' +
742
            'you modify it: responsibilities to respect the freedom of others' +
696
            '.'
743
            '.'
697
          ''
744
          ''
698
          
745
          
699
            '  For example, if you distribute copies of such a program, wheth' +
746
            '  For example, if you distribute copies of such a program, wheth' +
700
            'er'
747
            'er'
701
          'gratis or for a fee, you must pass on to the recipients the same'
748
          'gratis or for a fee, you must pass on to the recipients the same'
702
          
749
          
703
            'freedoms that you received.  You must make sure that they, too, ' +
750
            'freedoms that you received.  You must make sure that they, too, ' +
704
            'receive'
751
            'receive'
705
          
752
          
706
            'or can get the source code.  And you must show them these terms ' +
753
            'or can get the source code.  And you must show them these terms ' +
707
            'so they'
754
            'so they'
708
          'know their rights.'
755
          'know their rights.'
709
          ''
756
          ''
710
          
757
          
711
            '  Developers that use the GNU GPL protect your rights with two s' +
758
            '  Developers that use the GNU GPL protect your rights with two s' +
712
            'teps:'
759
            'teps:'
713
          
760
          
714
            '(1) assert copyright on the software, and (2) offer you this Lic' +
761
            '(1) assert copyright on the software, and (2) offer you this Lic' +
715
            'ense'
762
            'ense'
716
          
763
          
717
            'giving you legal permission to copy, distribute and/or modify it' +
764
            'giving you legal permission to copy, distribute and/or modify it' +
718
            '.'
765
            '.'
719
          ''
766
          ''
720
          
767
          
721
            '  For the developers'#39' and authors'#39' protection, the GPL clearly e' +
768
            '  For the developers'#39' and authors'#39' protection, the GPL clearly e' +
722
            'xplains'
769
            'xplains'
723
          
770
          
724
            'that there is no warranty for this free software.  For both user' +
771
            'that there is no warranty for this free software.  For both user' +
725
            's'#39' and'
772
            's'#39' and'
726
          
773
          
727
            'authors'#39' sake, the GPL requires that modified versions be marked' +
774
            'authors'#39' sake, the GPL requires that modified versions be marked' +
728
            ' as'
775
            ' as'
729
          
776
          
730
            'changed, so that their problems will not be attributed erroneous' +
777
            'changed, so that their problems will not be attributed erroneous' +
731
            'ly to'
778
            'ly to'
732
          'authors of previous versions.'
779
          'authors of previous versions.'
733
          ''
780
          ''
734
          
781
          
735
            '  Some devices are designed to deny users access to install or r' +
782
            '  Some devices are designed to deny users access to install or r' +
736
            'un'
783
            'un'
737
          
784
          
738
            'modified versions of the software inside them, although the manu' +
785
            'modified versions of the software inside them, although the manu' +
739
            'facturer'
786
            'facturer'
740
          'can do so.  This is fundamentally incompatible with the aim of'
787
          'can do so.  This is fundamentally incompatible with the aim of'
741
          
788
          
742
            'protecting users'#39' freedom to change the software.  The systemati' +
789
            'protecting users'#39' freedom to change the software.  The systemati' +
743
            'c'
790
            'c'
744
          
791
          
745
            'pattern of such abuse occurs in the area of products for individ' +
792
            'pattern of such abuse occurs in the area of products for individ' +
746
            'uals to'
793
            'uals to'
747
          
794
          
748
            'use, which is precisely where it is most unacceptable.  Therefor' +
795
            'use, which is precisely where it is most unacceptable.  Therefor' +
749
            'e, we'
796
            'e, we'
750
          
797
          
751
            'have designed this version of the GPL to prohibit the practice f' +
798
            'have designed this version of the GPL to prohibit the practice f' +
752
            'or those'
799
            'or those'
753
          
800
          
754
            'products.  If such problems arise substantially in other domains' +
801
            'products.  If such problems arise substantially in other domains' +
755
            ', we'
802
            ', we'
756
          
803
          
757
            'stand ready to extend this provision to those domains in future ' +
804
            'stand ready to extend this provision to those domains in future ' +
758
            'versions'
805
            'versions'
759
          'of the GPL, as needed to protect the freedom of users.'
806
          'of the GPL, as needed to protect the freedom of users.'
760
          ''
807
          ''
761
          
808
          
762
            '  Finally, every program is threatened constantly by software pa' +
809
            '  Finally, every program is threatened constantly by software pa' +
763
            'tents.'
810
            'tents.'
764
          
811
          
765
            'States should not allow patents to restrict development and use ' +
812
            'States should not allow patents to restrict development and use ' +
766
            'of'
813
            'of'
767
          
814
          
768
            'software on general-purpose computers, but in those that do, we ' +
815
            'software on general-purpose computers, but in those that do, we ' +
769
            'wish to'
816
            'wish to'
770
          
817
          
771
            'avoid the special danger that patents applied to a free program ' +
818
            'avoid the special danger that patents applied to a free program ' +
772
            'could'
819
            'could'
773
          
820
          
774
            'make it effectively proprietary.  To prevent this, the GPL assur' +
821
            'make it effectively proprietary.  To prevent this, the GPL assur' +
775
            'es that'
822
            'es that'
776
          'patents cannot be used to render the program non-free.'
823
          'patents cannot be used to render the program non-free.'
777
          ''
824
          ''
778
          '  The precise terms and conditions for copying, distribution and'
825
          '  The precise terms and conditions for copying, distribution and'
779
          'modification follow.'
826
          'modification follow.'
780
          ''
827
          ''
781
          '                       TERMS AND CONDITIONS'
828
          '                       TERMS AND CONDITIONS'
782
          ''
829
          ''
783
          '  0. Definitions.'
830
          '  0. Definitions.'
784
          ''
831
          ''
785
          
832
          
786
            '  "This License" refers to version 3 of the GNU General Public L' +
833
            '  "This License" refers to version 3 of the GNU General Public L' +
787
            'icense.'
834
            'icense.'
788
          ''
835
          ''
789
          
836
          
790
            '  "Copyright" also means copyright-like laws that apply to other' +
837
            '  "Copyright" also means copyright-like laws that apply to other' +
791
            ' kinds of'
838
            ' kinds of'
792
          'works, such as semiconductor masks.'
839
          'works, such as semiconductor masks.'
793
          ''
840
          ''
794
          
841
          
795
            '  "The Program" refers to any copyrightable work licensed under ' +
842
            '  "The Program" refers to any copyrightable work licensed under ' +
796
            'this'
843
            'this'
797
          'License.  Each licensee is addressed as "you".  "Licensees" and'
844
          'License.  Each licensee is addressed as "you".  "Licensees" and'
798
          '"recipients" may be individuals or organizations.'
845
          '"recipients" may be individuals or organizations.'
799
          ''
846
          ''
800
          
847
          
801
            '  To "modify" a work means to copy from or adapt all or part of ' +
848
            '  To "modify" a work means to copy from or adapt all or part of ' +
802
            'the work'
849
            'the work'
803
          
850
          
804
            'in a fashion requiring copyright permission, other than the maki' +
851
            'in a fashion requiring copyright permission, other than the maki' +
805
            'ng of an'
852
            'ng of an'
806
          
853
          
807
            'exact copy.  The resulting work is called a "modified version" o' +
854
            'exact copy.  The resulting work is called a "modified version" o' +
808
            'f the'
855
            'f the'
809
          'earlier work or a work "based on" the earlier work.'
856
          'earlier work or a work "based on" the earlier work.'
810
          ''
857
          ''
811
          
858
          
812
            '  A "covered work" means either the unmodified Program or a work' +
859
            '  A "covered work" means either the unmodified Program or a work' +
813
            ' based'
860
            ' based'
814
          'on the Program.'
861
          'on the Program.'
815
          ''
862
          ''
816
          
863
          
817
            '  To "propagate" a work means to do anything with it that, witho' +
864
            '  To "propagate" a work means to do anything with it that, witho' +
818
            'ut'
865
            'ut'
819
          'permission, would make you directly or secondarily liable for'
866
          'permission, would make you directly or secondarily liable for'
820
          
867
          
821
            'infringement under applicable copyright law, except executing it' +
868
            'infringement under applicable copyright law, except executing it' +
822
            ' on a'
869
            ' on a'
823
          
870
          
824
            'computer or modifying a private copy.  Propagation includes copy' +
871
            'computer or modifying a private copy.  Propagation includes copy' +
825
            'ing,'
872
            'ing,'
826
          
873
          
827
            'distribution (with or without modification), making available to' +
874
            'distribution (with or without modification), making available to' +
828
            ' the'
875
            ' the'
829
          'public, and in some countries other activities as well.'
876
          'public, and in some countries other activities as well.'
830
          ''
877
          ''
831
          
878
          
832
            '  To "convey" a work means any kind of propagation that enables ' +
879
            '  To "convey" a work means any kind of propagation that enables ' +
833
            'other'
880
            'other'
834
          
881
          
835
            'parties to make or receive copies.  Mere interaction with a user' +
882
            'parties to make or receive copies.  Mere interaction with a user' +
836
            ' through'
883
            ' through'
837
          
884
          
838
            'a computer network, with no transfer of a copy, is not conveying' +
885
            'a computer network, with no transfer of a copy, is not conveying' +
839
            '.'
886
            '.'
840
          ''
887
          ''
841
          
888
          
842
            '  An interactive user interface displays "Appropriate Legal Noti' +
889
            '  An interactive user interface displays "Appropriate Legal Noti' +
843
            'ces"'
890
            'ces"'
844
          
891
          
845
            'to the extent that it includes a convenient and prominently visi' +
892
            'to the extent that it includes a convenient and prominently visi' +
846
            'ble'
893
            'ble'
847
          
894
          
848
            'feature that (1) displays an appropriate copyright notice, and (' +
895
            'feature that (1) displays an appropriate copyright notice, and (' +
849
            '2)'
896
            '2)'
850
          
897
          
851
            'tells the user that there is no warranty for the work (except to' +
898
            'tells the user that there is no warranty for the work (except to' +
852
            ' the'
899
            ' the'
853
          
900
          
854
            'extent that warranties are provided), that licensees may convey ' +
901
            'extent that warranties are provided), that licensees may convey ' +
855
            'the'
902
            'the'
856
          
903
          
857
            'work under this License, and how to view a copy of this License.' +
904
            'work under this License, and how to view a copy of this License.' +
858
            '  If'
905
            '  If'
859
          
906
          
860
            'the interface presents a list of user commands or options, such ' +
907
            'the interface presents a list of user commands or options, such ' +
861
            'as a'
908
            'as a'
862
          'menu, a prominent item in the list meets this criterion.'
909
          'menu, a prominent item in the list meets this criterion.'
863
          ''
910
          ''
864
          '  1. Source Code.'
911
          '  1. Source Code.'
865
          ''
912
          ''
866
          
913
          
867
            '  The "source code" for a work means the preferred form of the w' +
914
            '  The "source code" for a work means the preferred form of the w' +
868
            'ork'
915
            'ork'
869
          
916
          
870
            'for making modifications to it.  "Object code" means any non-sou' +
917
            'for making modifications to it.  "Object code" means any non-sou' +
871
            'rce'
918
            'rce'
872
          'form of a work.'
919
          'form of a work.'
873
          ''
920
          ''
874
          
921
          
875
            '  A "Standard Interface" means an interface that either is an of' +
922
            '  A "Standard Interface" means an interface that either is an of' +
876
            'ficial'
923
            'ficial'
877
          
924
          
878
            'standard defined by a recognized standards body, or, in the case' +
925
            'standard defined by a recognized standards body, or, in the case' +
879
            ' of'
926
            ' of'
880
          
927
          
881
            'interfaces specified for a particular programming language, one ' +
928
            'interfaces specified for a particular programming language, one ' +
882
            'that'
929
            'that'
883
          'is widely used among developers working in that language.'
930
          'is widely used among developers working in that language.'
884
          ''
931
          ''
885
          
932
          
886
            '  The "System Libraries" of an executable work include anything,' +
933
            '  The "System Libraries" of an executable work include anything,' +
887
            ' other'
934
            ' other'
888
          
935
          
889
            'than the work as a whole, that (a) is included in the normal for' +
936
            'than the work as a whole, that (a) is included in the normal for' +
890
            'm of'
937
            'm of'
891
          'packaging a Major Component, but which is not part of that Major'
938
          'packaging a Major Component, but which is not part of that Major'
892
          
939
          
893
            'Component, and (b) serves only to enable use of the work with th' +
940
            'Component, and (b) serves only to enable use of the work with th' +
894
            'at'
941
            'at'
895
          
942
          
896
            'Major Component, or to implement a Standard Interface for which ' +
943
            'Major Component, or to implement a Standard Interface for which ' +
897
            'an'
944
            'an'
898
          
945
          
899
            'implementation is available to the public in source code form.  ' +
946
            'implementation is available to the public in source code form.  ' +
900
            'A'
947
            'A'
901
          
948
          
902
            '"Major Component", in this context, means a major essential comp' +
949
            '"Major Component", in this context, means a major essential comp' +
903
            'onent'
950
            'onent'
904
          
951
          
905
            '(kernel, window system, and so on) of the specific operating sys' +
952
            '(kernel, window system, and so on) of the specific operating sys' +
906
            'tem'
953
            'tem'
907
          
954
          
908
            '(if any) on which the executable work runs, or a compiler used t' +
955
            '(if any) on which the executable work runs, or a compiler used t' +
909
            'o'
956
            'o'
910
          'produce the work, or an object code interpreter used to run it.'
957
          'produce the work, or an object code interpreter used to run it.'
911
          ''
958
          ''
912
          
959
          
913
            '  The "Corresponding Source" for a work in object code form mean' +
960
            '  The "Corresponding Source" for a work in object code form mean' +
914
            's all'
961
            's all'
915
          
962
          
916
            'the source code needed to generate, install, and (for an executa' +
963
            'the source code needed to generate, install, and (for an executa' +
917
            'ble'
964
            'ble'
918
          
965
          
919
            'work) run the object code and to modify the work, including scri' +
966
            'work) run the object code and to modify the work, including scri' +
920
            'pts to'
967
            'pts to'
921
          
968
          
922
            'control those activities.  However, it does not include the work' +
969
            'control those activities.  However, it does not include the work' +
923
            #39's'
970
            #39's'
924
          
971
          
925
            'System Libraries, or general-purpose tools or generally availabl' +
972
            'System Libraries, or general-purpose tools or generally availabl' +
926
            'e free'
973
            'e free'
927
          
974
          
928
            'programs which are used unmodified in performing those activitie' +
975
            'programs which are used unmodified in performing those activitie' +
929
            's but'
976
            's but'
930
          
977
          
931
            'which are not part of the work.  For example, Corresponding Sour' +
978
            'which are not part of the work.  For example, Corresponding Sour' +
932
            'ce'
979
            'ce'
933
          
980
          
934
            'includes interface definition files associated with source files' +
981
            'includes interface definition files associated with source files' +
935
            ' for'
982
            ' for'
936
          
983
          
937
            'the work, and the source code for shared libraries and dynamical' +
984
            'the work, and the source code for shared libraries and dynamical' +
938
            'ly'
985
            'ly'
939
          
986
          
940
            'linked subprograms that the work is specifically designed to req' +
987
            'linked subprograms that the work is specifically designed to req' +
941
            'uire,'
988
            'uire,'
942
          
989
          
943
            'such as by intimate data communication or control flow between t' +
990
            'such as by intimate data communication or control flow between t' +
944
            'hose'
991
            'hose'
945
          'subprograms and other parts of the work.'
992
          'subprograms and other parts of the work.'
946
          ''
993
          ''
947
          '  The Corresponding Source need not include anything that users'
994
          '  The Corresponding Source need not include anything that users'
948
          
995
          
949
            'can regenerate automatically from other parts of the Correspondi' +
996
            'can regenerate automatically from other parts of the Correspondi' +
950
            'ng'
997
            'ng'
951
          'Source.'
998
          'Source.'
952
          ''
999
          ''
953
          
1000
          
954
            '  The Corresponding Source for a work in source code form is tha' +
1001
            '  The Corresponding Source for a work in source code form is tha' +
955
            't'
1002
            't'
956
          'same work.'
1003
          'same work.'
957
          ''
1004
          ''
958
          '  2. Basic Permissions.'
1005
          '  2. Basic Permissions.'
959
          ''
1006
          ''
960
          
1007
          
961
            '  All rights granted under this License are granted for the term' +
1008
            '  All rights granted under this License are granted for the term' +
962
            ' of'
1009
            ' of'
963
          
1010
          
964
            'copyright on the Program, and are irrevocable provided the state' +
1011
            'copyright on the Program, and are irrevocable provided the state' +
965
            'd'
1012
            'd'
966
          
1013
          
967
            'conditions are met.  This License explicitly affirms your unlimi' +
1014
            'conditions are met.  This License explicitly affirms your unlimi' +
968
            'ted'
1015
            'ted'
969
          
1016
          
970
            'permission to run the unmodified Program.  The output from runni' +
1017
            'permission to run the unmodified Program.  The output from runni' +
971
            'ng a'
1018
            'ng a'
972
          
1019
          
973
            'covered work is covered by this License only if the output, give' +
1020
            'covered work is covered by this License only if the output, give' +
974
            'n its'
1021
            'n its'
975
          
1022
          
976
            'content, constitutes a covered work.  This License acknowledges ' +
1023
            'content, constitutes a covered work.  This License acknowledges ' +
977
            'your'
1024
            'your'
978
          
1025
          
979
            'rights of fair use or other equivalent, as provided by copyright' +
1026
            'rights of fair use or other equivalent, as provided by copyright' +
980
            ' law.'
1027
            ' law.'
981
          ''
1028
          ''
982
          '  You may make, run and propagate covered works that you do not'
1029
          '  You may make, run and propagate covered works that you do not'
983
          
1030
          
984
            'convey, without conditions so long as your license otherwise rem' +
1031
            'convey, without conditions so long as your license otherwise rem' +
985
            'ains'
1032
            'ains'
986
          
1033
          
987
            'in force.  You may convey covered works to others for the sole p' +
1034
            'in force.  You may convey covered works to others for the sole p' +
988
            'urpose'
1035
            'urpose'
989
          
1036
          
990
            'of having them make modifications exclusively for you, or provid' +
1037
            'of having them make modifications exclusively for you, or provid' +
991
            'e you'
1038
            'e you'
992
          
1039
          
993
            'with facilities for running those works, provided that you compl' +
1040
            'with facilities for running those works, provided that you compl' +
994
            'y with'
1041
            'y with'
995
          
1042
          
996
            'the terms of this License in conveying all material for which yo' +
1043
            'the terms of this License in conveying all material for which yo' +
997
            'u do'
1044
            'u do'
998
          
1045
          
999
            'not control copyright.  Those thus making or running the covered' +
1046
            'not control copyright.  Those thus making or running the covered' +
1000
            ' works'
1047
            ' works'
1001
          
1048
          
1002
            'for you must do so exclusively on your behalf, under your direct' +
1049
            'for you must do so exclusively on your behalf, under your direct' +
1003
            'ion'
1050
            'ion'
1004
          
1051
          
1005
            'and control, on terms that prohibit them from making any copies ' +
1052
            'and control, on terms that prohibit them from making any copies ' +
1006
            'of'
1053
            'of'
1007
          'your copyrighted material outside their relationship with you.'
1054
          'your copyrighted material outside their relationship with you.'
1008
          ''
1055
          ''
1009
          
1056
          
1010
            '  Conveying under any other circumstances is permitted solely un' +
1057
            '  Conveying under any other circumstances is permitted solely un' +
1011
            'der'
1058
            'der'
1012
          
1059
          
1013
            'the conditions stated below.  Sublicensing is not allowed; secti' +
1060
            'the conditions stated below.  Sublicensing is not allowed; secti' +
1014
            'on 10'
1061
            'on 10'
1015
          'makes it unnecessary.'
1062
          'makes it unnecessary.'
1016
          ''
1063
          ''
1017
          '  3. Protecting Users'#39' Legal Rights From Anti-Circumvention Law.'
1064
          '  3. Protecting Users'#39' Legal Rights From Anti-Circumvention Law.'
1018
          ''
1065
          ''
1019
          
1066
          
1020
            '  No covered work shall be deemed part of an effective technolog' +
1067
            '  No covered work shall be deemed part of an effective technolog' +
1021
            'ical'
1068
            'ical'
1022
          
1069
          
1023
            'measure under any applicable law fulfilling obligations under ar' +
1070
            'measure under any applicable law fulfilling obligations under ar' +
1024
            'ticle'
1071
            'ticle'
1025
          '11 of the WIPO copyright treaty adopted on 20 December 1996, or'
1072
          '11 of the WIPO copyright treaty adopted on 20 December 1996, or'
1026
          'similar laws prohibiting or restricting circumvention of such'
1073
          'similar laws prohibiting or restricting circumvention of such'
1027
          'measures.'
1074
          'measures.'
1028
          ''
1075
          ''
1029
          
1076
          
1030
            '  When you convey a covered work, you waive any legal power to f' +
1077
            '  When you convey a covered work, you waive any legal power to f' +
1031
            'orbid'
1078
            'orbid'
1032
          
1079
          
1033
            'circumvention of technological measures to the extent such circu' +
1080
            'circumvention of technological measures to the extent such circu' +
1034
            'mvention'
1081
            'mvention'
1035
          
1082
          
1036
            'is effected by exercising rights under this License with respect' +
1083
            'is effected by exercising rights under this License with respect' +
1037
            ' to'
1084
            ' to'
1038
          
1085
          
1039
            'the covered work, and you disclaim any intention to limit operat' +
1086
            'the covered work, and you disclaim any intention to limit operat' +
1040
            'ion or'
1087
            'ion or'
1041
          
1088
          
1042
            'modification of the work as a means of enforcing, against the wo' +
1089
            'modification of the work as a means of enforcing, against the wo' +
1043
            'rk'#39's'
1090
            'rk'#39's'
1044
          
1091
          
1045
            'users, your or third parties'#39' legal rights to forbid circumventi' +
1092
            'users, your or third parties'#39' legal rights to forbid circumventi' +
1046
            'on of'
1093
            'on of'
1047
          'technological measures.'
1094
          'technological measures.'
1048
          ''
1095
          ''
1049
          '  4. Conveying Verbatim Copies.'
1096
          '  4. Conveying Verbatim Copies.'
1050
          ''
1097
          ''
1051
          
1098
          
1052
            '  You may convey verbatim copies of the Program'#39's source code as' +
1099
            '  You may convey verbatim copies of the Program'#39's source code as' +
1053
            ' you'
1100
            ' you'
1054
          'receive it, in any medium, provided that you conspicuously and'
1101
          'receive it, in any medium, provided that you conspicuously and'
1055
          
1102
          
1056
            'appropriately publish on each copy an appropriate copyright noti' +
1103
            'appropriately publish on each copy an appropriate copyright noti' +
1057
            'ce;'
1104
            'ce;'
1058
          'keep intact all notices stating that this License and any'
1105
          'keep intact all notices stating that this License and any'
1059
          
1106
          
1060
            'non-permissive terms added in accord with section 7 apply to the' +
1107
            'non-permissive terms added in accord with section 7 apply to the' +
1061
            ' code;'
1108
            ' code;'
1062
          
1109
          
1063
            'keep intact all notices of the absence of any warranty; and give' +
1110
            'keep intact all notices of the absence of any warranty; and give' +
1064
            ' all'
1111
            ' all'
1065
          'recipients a copy of this License along with the Program.'
1112
          'recipients a copy of this License along with the Program.'
1066
          ''
1113
          ''
1067
          
1114
          
1068
            '  You may charge any price or no price for each copy that you co' +
1115
            '  You may charge any price or no price for each copy that you co' +
1069
            'nvey,'
1116
            'nvey,'
1070
          'and you may offer support or warranty protection for a fee.'
1117
          'and you may offer support or warranty protection for a fee.'
1071
          ''
1118
          ''
1072
          '  5. Conveying Modified Source Versions.'
1119
          '  5. Conveying Modified Source Versions.'
1073
          ''
1120
          ''
1074
          
1121
          
1075
            '  You may convey a work based on the Program, or the modificatio' +
1122
            '  You may convey a work based on the Program, or the modificatio' +
1076
            'ns to'
1123
            'ns to'
1077
          
1124
          
1078
            'produce it from the Program, in the form of source code under th' +
1125
            'produce it from the Program, in the form of source code under th' +
1079
            'e'
1126
            'e'
1080
          
1127
          
1081
            'terms of section 4, provided that you also meet all of these con' +
1128
            'terms of section 4, provided that you also meet all of these con' +
1082
            'ditions:'
1129
            'ditions:'
1083
          ''
1130
          ''
1084
          
1131
          
1085
            '    a) The work must carry prominent notices stating that you mo' +
1132
            '    a) The work must carry prominent notices stating that you mo' +
1086
            'dified'
1133
            'dified'
1087
          '    it, and giving a relevant date.'
1134
          '    it, and giving a relevant date.'
1088
          ''
1135
          ''
1089
          '    b) The work must carry prominent notices stating that it is'
1136
          '    b) The work must carry prominent notices stating that it is'
1090
          
1137
          
1091
            '    released under this License and any conditions added under s' +
1138
            '    released under this License and any conditions added under s' +
1092
            'ection'
1139
            'ection'
1093
          
1140
          
1094
            '    7.  This requirement modifies the requirement in section 4 t' +
1141
            '    7.  This requirement modifies the requirement in section 4 t' +
1095
            'o'
1142
            'o'
1096
          '    "keep intact all notices".'
1143
          '    "keep intact all notices".'
1097
          ''
1144
          ''
1098
          '    c) You must license the entire work, as a whole, under this'
1145
          '    c) You must license the entire work, as a whole, under this'
1099
          '    License to anyone who comes into possession of a copy.  This'
1146
          '    License to anyone who comes into possession of a copy.  This'
1100
          
1147
          
1101
            '    License will therefore apply, along with any applicable sect' +
1148
            '    License will therefore apply, along with any applicable sect' +
1102
            'ion 7'
1149
            'ion 7'
1103
          
1150
          
1104
            '    additional terms, to the whole of the work, and all its part' +
1151
            '    additional terms, to the whole of the work, and all its part' +
1105
            's,'
1152
            's,'
1106
          '    regardless of how they are packaged.  This License gives no'
1153
          '    regardless of how they are packaged.  This License gives no'
1107
          
1154
          
1108
            '    permission to license the work in any other way, but it does' +
1155
            '    permission to license the work in any other way, but it does' +
1109
            ' not'
1156
            ' not'
1110
          
1157
          
1111
            '    invalidate such permission if you have separately received i' +
1158
            '    invalidate such permission if you have separately received i' +
1112
            't.'
1159
            't.'
1113
          ''
1160
          ''
1114
          
1161
          
1115
            '    d) If the work has interactive user interfaces, each must di' +
1162
            '    d) If the work has interactive user interfaces, each must di' +
1116
            'splay'
1163
            'splay'
1117
          
1164
          
1118
            '    Appropriate Legal Notices; however, if the Program has inter' +
1165
            '    Appropriate Legal Notices; however, if the Program has inter' +
1119
            'active'
1166
            'active'
1120
          
1167
          
1121
            '    interfaces that do not display Appropriate Legal Notices, yo' +
1168
            '    interfaces that do not display Appropriate Legal Notices, yo' +
1122
            'ur'
1169
            'ur'
1123
          '    work need not make them do so.'
1170
          '    work need not make them do so.'
1124
          ''
1171
          ''
1125
          
1172
          
1126
            '  A compilation of a covered work with other separate and indepe' +
1173
            '  A compilation of a covered work with other separate and indepe' +
1127
            'ndent'
1174
            'ndent'
1128
          
1175
          
1129
            'works, which are not by their nature extensions of the covered w' +
1176
            'works, which are not by their nature extensions of the covered w' +
1130
            'ork,'
1177
            'ork,'
1131
          
1178
          
1132
            'and which are not combined with it such as to form a larger prog' +
1179
            'and which are not combined with it such as to form a larger prog' +
1133
            'ram,'
1180
            'ram,'
1134
          
1181
          
1135
            'in or on a volume of a storage or distribution medium, is called' +
1182
            'in or on a volume of a storage or distribution medium, is called' +
1136
            ' an'
1183
            ' an'
1137
          
1184
          
1138
            '"aggregate" if the compilation and its resulting copyright are n' +
1185
            '"aggregate" if the compilation and its resulting copyright are n' +
1139
            'ot'
1186
            'ot'
1140
          
1187
          
1141
            'used to limit the access or legal rights of the compilation'#39's us' +
1188
            'used to limit the access or legal rights of the compilation'#39's us' +
1142
            'ers'
1189
            'ers'
1143
          
1190
          
1144
            'beyond what the individual works permit.  Inclusion of a covered' +
1191
            'beyond what the individual works permit.  Inclusion of a covered' +
1145
            ' work'
1192
            ' work'
1146
          
1193
          
1147
            'in an aggregate does not cause this License to apply to the othe' +
1194
            'in an aggregate does not cause this License to apply to the othe' +
1148
            'r'
1195
            'r'
1149
          'parts of the aggregate.'
1196
          'parts of the aggregate.'
1150
          ''
1197
          ''
1151
          '  6. Conveying Non-Source Forms.'
1198
          '  6. Conveying Non-Source Forms.'
1152
          ''
1199
          ''
1153
          
1200
          
1154
            '  You may convey a covered work in object code form under the te' +
1201
            '  You may convey a covered work in object code form under the te' +
1155
            'rms'
1202
            'rms'
1156
          'of sections 4 and 5, provided that you also convey the'
1203
          'of sections 4 and 5, provided that you also convey the'
1157
          
1204
          
1158
            'machine-readable Corresponding Source under the terms of this Li' +
1205
            'machine-readable Corresponding Source under the terms of this Li' +
1159
            'cense,'
1206
            'cense,'
1160
          'in one of these ways:'
1207
          'in one of these ways:'
1161
          ''
1208
          ''
1162
          
1209
          
1163
            '    a) Convey the object code in, or embodied in, a physical pro' +
1210
            '    a) Convey the object code in, or embodied in, a physical pro' +
1164
            'duct'
1211
            'duct'
1165
          
1212
          
1166
            '    (including a physical distribution medium), accompanied by t' +
1213
            '    (including a physical distribution medium), accompanied by t' +
1167
            'he'
1214
            'he'
1168
          '    Corresponding Source fixed on a durable physical medium'
1215
          '    Corresponding Source fixed on a durable physical medium'
1169
          '    customarily used for software interchange.'
1216
          '    customarily used for software interchange.'
1170
          ''
1217
          ''
1171
          
1218
          
1172
            '    b) Convey the object code in, or embodied in, a physical pro' +
1219
            '    b) Convey the object code in, or embodied in, a physical pro' +
1173
            'duct'
1220
            'duct'
1174
          '    (including a physical distribution medium), accompanied by a'
1221
          '    (including a physical distribution medium), accompanied by a'
1175
          
1222
          
1176
            '    written offer, valid for at least three years and valid for ' +
1223
            '    written offer, valid for at least three years and valid for ' +
1177
            'as'
1224
            'as'
1178
          
1225
          
1179
            '    long as you offer spare parts or customer support for that p' +
1226
            '    long as you offer spare parts or customer support for that p' +
1180
            'roduct'
1227
            'roduct'
1181
          
1228
          
1182
            '    model, to give anyone who possesses the object code either (' +
1229
            '    model, to give anyone who possesses the object code either (' +
1183
            '1) a'
1230
            '1) a'
1184
          '    copy of the Corresponding Source for all the software in the'
1231
          '    copy of the Corresponding Source for all the software in the'
1185
          
1232
          
1186
            '    product that is covered by this License, on a durable physic' +
1233
            '    product that is covered by this License, on a durable physic' +
1187
            'al'
1234
            'al'
1188
          
1235
          
1189
            '    medium customarily used for software interchange, for a pric' +
1236
            '    medium customarily used for software interchange, for a pric' +
1190
            'e no'
1237
            'e no'
1191
          '    more than your reasonable cost of physically performing this'
1238
          '    more than your reasonable cost of physically performing this'
1192
          '    conveying of source, or (2) access to copy the'
1239
          '    conveying of source, or (2) access to copy the'
1193
          '    Corresponding Source from a network server at no charge.'
1240
          '    Corresponding Source from a network server at no charge.'
1194
          ''
1241
          ''
1195
          
1242
          
1196
            '    c) Convey individual copies of the object code with a copy o' +
1243
            '    c) Convey individual copies of the object code with a copy o' +
1197
            'f the'
1244
            'f the'
1198
          '    written offer to provide the Corresponding Source.  This'
1245
          '    written offer to provide the Corresponding Source.  This'
1199
          
1246
          
1200
            '    alternative is allowed only occasionally and noncommercially' +
1247
            '    alternative is allowed only occasionally and noncommercially' +
1201
            ', and'
1248
            ', and'
1202
          
1249
          
1203
            '    only if you received the object code with such an offer, in ' +
1250
            '    only if you received the object code with such an offer, in ' +
1204
            'accord'
1251
            'accord'
1205
          '    with subsection 6b.'
1252
          '    with subsection 6b.'
1206
          ''
1253
          ''
1207
          
1254
          
1208
            '    d) Convey the object code by offering access from a designat' +
1255
            '    d) Convey the object code by offering access from a designat' +
1209
            'ed'
1256
            'ed'
1210
          
1257
          
1211
            '    place (gratis or for a charge), and offer equivalent access ' +
1258
            '    place (gratis or for a charge), and offer equivalent access ' +
1212
            'to the'
1259
            'to the'
1213
          
1260
          
1214
            '    Corresponding Source in the same way through the same place ' +
1261
            '    Corresponding Source in the same way through the same place ' +
1215
            'at no'
1262
            'at no'
1216
          '    further charge.  You need not require recipients to copy the'
1263
          '    further charge.  You need not require recipients to copy the'
1217
          
1264
          
1218
            '    Corresponding Source along with the object code.  If the pla' +
1265
            '    Corresponding Source along with the object code.  If the pla' +
1219
            'ce to'
1266
            'ce to'
1220
          
1267
          
1221
            '    copy the object code is a network server, the Corresponding ' +
1268
            '    copy the object code is a network server, the Corresponding ' +
1222
            'Source'
1269
            'Source'
1223
          
1270
          
1224
            '    may be on a different server (operated by you or a third par' +
1271
            '    may be on a different server (operated by you or a third par' +
1225
            'ty)'
1272
            'ty)'
1226
          
1273
          
1227
            '    that supports equivalent copying facilities, provided you ma' +
1274
            '    that supports equivalent copying facilities, provided you ma' +
1228
            'intain'
1275
            'intain'
1229
          
1276
          
1230
            '    clear directions next to the object code saying where to fin' +
1277
            '    clear directions next to the object code saying where to fin' +
1231
            'd the'
1278
            'd the'
1232
          '    Corresponding Source.  Regardless of what server hosts the'
1279
          '    Corresponding Source.  Regardless of what server hosts the'
1233
          
1280
          
1234
            '    Corresponding Source, you remain obligated to ensure that it' +
1281
            '    Corresponding Source, you remain obligated to ensure that it' +
1235
            ' is'
1282
            ' is'
1236
          
1283
          
1237
            '    available for as long as needed to satisfy these requirement' +
1284
            '    available for as long as needed to satisfy these requirement' +
1238
            's.'
1285
            's.'
1239
          ''
1286
          ''
1240
          
1287
          
1241
            '    e) Convey the object code using peer-to-peer transmission, p' +
1288
            '    e) Convey the object code using peer-to-peer transmission, p' +
1242
            'rovided'
1289
            'rovided'
1243
          
1290
          
1244
            '    you inform other peers where the object code and Correspondi' +
1291
            '    you inform other peers where the object code and Correspondi' +
1245
            'ng'
1292
            'ng'
1246
          
1293
          
1247
            '    Source of the work are being offered to the general public a' +
1294
            '    Source of the work are being offered to the general public a' +
1248
            't no'
1295
            't no'
1249
          '    charge under subsection 6d.'
1296
          '    charge under subsection 6d.'
1250
          ''
1297
          ''
1251
          
1298
          
1252
            '  A separable portion of the object code, whose source code is e' +
1299
            '  A separable portion of the object code, whose source code is e' +
1253
            'xcluded'
1300
            'xcluded'
1254
          'from the Corresponding Source as a System Library, need not be'
1301
          'from the Corresponding Source as a System Library, need not be'
1255
          'included in conveying the object code work.'
1302
          'included in conveying the object code work.'
1256
          ''
1303
          ''
1257
          
1304
          
1258
            '  A "User Product" is either (1) a "consumer product", which mea' +
1305
            '  A "User Product" is either (1) a "consumer product", which mea' +
1259
            'ns any'
1306
            'ns any'
1260
          
1307
          
1261
            'tangible personal property which is normally used for personal, ' +
1308
            'tangible personal property which is normally used for personal, ' +
1262
            'family,'
1309
            'family,'
1263
          
1310
          
1264
            'or household purposes, or (2) anything designed or sold for inco' +
1311
            'or household purposes, or (2) anything designed or sold for inco' +
1265
            'rporation'
1312
            'rporation'
1266
          
1313
          
1267
            'into a dwelling.  In determining whether a product is a consumer' +
1314
            'into a dwelling.  In determining whether a product is a consumer' +
1268
            ' product,'
1315
            ' product,'
1269
          
1316
          
1270
            'doubtful cases shall be resolved in favor of coverage.  For a pa' +
1317
            'doubtful cases shall be resolved in favor of coverage.  For a pa' +
1271
            'rticular'
1318
            'rticular'
1272
          
1319
          
1273
            'product received by a particular user, "normally used" refers to' +
1320
            'product received by a particular user, "normally used" refers to' +
1274
            ' a'
1321
            ' a'
1275
          
1322
          
1276
            'typical or common use of that class of product, regardless of th' +
1323
            'typical or common use of that class of product, regardless of th' +
1277
            'e status'
1324
            'e status'
1278
          
1325
          
1279
            'of the particular user or of the way in which the particular use' +
1326
            'of the particular user or of the way in which the particular use' +
1280
            'r'
1327
            'r'
1281
          
1328
          
1282
            'actually uses, or expects or is expected to use, the product.  A' +
1329
            'actually uses, or expects or is expected to use, the product.  A' +
1283
            ' product'
1330
            ' product'
1284
          
1331
          
1285
            'is a consumer product regardless of whether the product has subs' +
1332
            'is a consumer product regardless of whether the product has subs' +
1286
            'tantial'
1333
            'tantial'
1287
          
1334
          
1288
            'commercial, industrial or non-consumer uses, unless such uses re' +
1335
            'commercial, industrial or non-consumer uses, unless such uses re' +
1289
            'present'
1336
            'present'
1290
          'the only significant mode of use of the product.'
1337
          'the only significant mode of use of the product.'
1291
          ''
1338
          ''
1292
          
1339
          
1293
            '  "Installation Information" for a User Product means any method' +
1340
            '  "Installation Information" for a User Product means any method' +
1294
            's,'
1341
            's,'
1295
          
1342
          
1296
            'procedures, authorization keys, or other information required to' +
1343
            'procedures, authorization keys, or other information required to' +
1297
            ' install'
1344
            ' install'
1298
          
1345
          
1299
            'and execute modified versions of a covered work in that User Pro' +
1346
            'and execute modified versions of a covered work in that User Pro' +
1300
            'duct from'
1347
            'duct from'
1301
          
1348
          
1302
            'a modified version of its Corresponding Source.  The information' +
1349
            'a modified version of its Corresponding Source.  The information' +
1303
            ' must'
1350
            ' must'
1304
          
1351
          
1305
            'suffice to ensure that the continued functioning of the modified' +
1352
            'suffice to ensure that the continued functioning of the modified' +
1306
            ' object'
1353
            ' object'
1307
          'code is in no case prevented or interfered with solely because'
1354
          'code is in no case prevented or interfered with solely because'
1308
          'modification has been made.'
1355
          'modification has been made.'
1309
          ''
1356
          ''
1310
          
1357
          
1311
            '  If you convey an object code work under this section in, or wi' +
1358
            '  If you convey an object code work under this section in, or wi' +
1312
            'th, or'
1359
            'th, or'
1313
          
1360
          
1314
            'specifically for use in, a User Product, and the conveying occur' +
1361
            'specifically for use in, a User Product, and the conveying occur' +
1315
            's as'
1362
            's as'
1316
          
1363
          
1317
            'part of a transaction in which the right of possession and use o' +
1364
            'part of a transaction in which the right of possession and use o' +
1318
            'f the'
1365
            'f the'
1319
          
1366
          
1320
            'User Product is transferred to the recipient in perpetuity or fo' +
1367
            'User Product is transferred to the recipient in perpetuity or fo' +
1321
            'r a'
1368
            'r a'
1322
          
1369
          
1323
            'fixed term (regardless of how the transaction is characterized),' +
1370
            'fixed term (regardless of how the transaction is characterized),' +
1324
            ' the'
1371
            ' the'
1325
          
1372
          
1326
            'Corresponding Source conveyed under this section must be accompa' +
1373
            'Corresponding Source conveyed under this section must be accompa' +
1327
            'nied'
1374
            'nied'
1328
          
1375
          
1329
            'by the Installation Information.  But this requirement does not ' +
1376
            'by the Installation Information.  But this requirement does not ' +
1330
            'apply'
1377
            'apply'
1331
          
1378
          
1332
            'if neither you nor any third party retains the ability to instal' +
1379
            'if neither you nor any third party retains the ability to instal' +
1333
            'l'
1380
            'l'
1334
          
1381
          
1335
            'modified object code on the User Product (for example, the work ' +
1382
            'modified object code on the User Product (for example, the work ' +
1336
            'has'
1383
            'has'
1337
          'been installed in ROM).'
1384
          'been installed in ROM).'
1338
          ''
1385
          ''
1339
          
1386
          
1340
            '  The requirement to provide Installation Information does not i' +
1387
            '  The requirement to provide Installation Information does not i' +
1341
            'nclude a'
1388
            'nclude a'
1342
          
1389
          
1343
            'requirement to continue to provide support service, warranty, or' +
1390
            'requirement to continue to provide support service, warranty, or' +
1344
            ' updates'
1391
            ' updates'
1345
          
1392
          
1346
            'for a work that has been modified or installed by the recipient,' +
1393
            'for a work that has been modified or installed by the recipient,' +
1347
            ' or for'
1394
            ' or for'
1348
          
1395
          
1349
            'the User Product in which it has been modified or installed.  Ac' +
1396
            'the User Product in which it has been modified or installed.  Ac' +
1350
            'cess to a'
1397
            'cess to a'
1351
          
1398
          
1352
            'network may be denied when the modification itself materially an' +
1399
            'network may be denied when the modification itself materially an' +
1353
            'd'
1400
            'd'
1354
          
1401
          
1355
            'adversely affects the operation of the network or violates the r' +
1402
            'adversely affects the operation of the network or violates the r' +
1356
            'ules and'
1403
            'ules and'
1357
          'protocols for communication across the network.'
1404
          'protocols for communication across the network.'
1358
          ''
1405
          ''
1359
          
1406
          
1360
            '  Corresponding Source conveyed, and Installation Information pr' +
1407
            '  Corresponding Source conveyed, and Installation Information pr' +
1361
            'ovided,'
1408
            'ovided,'
1362
          'in accord with this section must be in a format that is publicly'
1409
          'in accord with this section must be in a format that is publicly'
1363
          
1410
          
1364
            'documented (and with an implementation available to the public i' +
1411
            'documented (and with an implementation available to the public i' +
1365
            'n'
1412
            'n'
1366
          
1413
          
1367
            'source code form), and must require no special password or key f' +
1414
            'source code form), and must require no special password or key f' +
1368
            'or'
1415
            'or'
1369
          'unpacking, reading or copying.'
1416
          'unpacking, reading or copying.'
1370
          ''
1417
          ''
1371
          '  7. Additional Terms.'
1418
          '  7. Additional Terms.'
1372
          ''
1419
          ''
1373
          
1420
          
1374
            '  "Additional permissions" are terms that supplement the terms o' +
1421
            '  "Additional permissions" are terms that supplement the terms o' +
1375
            'f this'
1422
            'f this'
1376
          'License by making exceptions from one or more of its conditions.'
1423
          'License by making exceptions from one or more of its conditions.'
1377
          
1424
          
1378
            'Additional permissions that are applicable to the entire Program' +
1425
            'Additional permissions that are applicable to the entire Program' +
1379
            ' shall'
1426
            ' shall'
1380
          
1427
          
1381
            'be treated as though they were included in this License, to the ' +
1428
            'be treated as though they were included in this License, to the ' +
1382
            'extent'
1429
            'extent'
1383
          
1430
          
1384
            'that they are valid under applicable law.  If additional permiss' +
1431
            'that they are valid under applicable law.  If additional permiss' +
1385
            'ions'
1432
            'ions'
1386
          
1433
          
1387
            'apply only to part of the Program, that part may be used separat' +
1434
            'apply only to part of the Program, that part may be used separat' +
1388
            'ely'
1435
            'ely'
1389
          
1436
          
1390
            'under those permissions, but the entire Program remains governed' +
1437
            'under those permissions, but the entire Program remains governed' +
1391
            ' by'
1438
            ' by'
1392
          'this License without regard to the additional permissions.'
1439
          'this License without regard to the additional permissions.'
1393
          ''
1440
          ''
1394
          
1441
          
1395
            '  When you convey a copy of a covered work, you may at your opti' +
1442
            '  When you convey a copy of a covered work, you may at your opti' +
1396
            'on'
1443
            'on'
1397
          
1444
          
1398
            'remove any additional permissions from that copy, or from any pa' +
1445
            'remove any additional permissions from that copy, or from any pa' +
1399
            'rt of'
1446
            'rt of'
1400
          'it.  (Additional permissions may be written to require their own'
1447
          'it.  (Additional permissions may be written to require their own'
1401
          
1448
          
1402
            'removal in certain cases when you modify the work.)  You may pla' +
1449
            'removal in certain cases when you modify the work.)  You may pla' +
1403
            'ce'
1450
            'ce'
1404
          
1451
          
1405
            'additional permissions on material, added by you to a covered wo' +
1452
            'additional permissions on material, added by you to a covered wo' +
1406
            'rk,'
1453
            'rk,'
1407
          'for which you have or can give appropriate copyright permission.'
1454
          'for which you have or can give appropriate copyright permission.'
1408
          ''
1455
          ''
1409
          
1456
          
1410
            '  Notwithstanding any other provision of this License, for mater' +
1457
            '  Notwithstanding any other provision of this License, for mater' +
1411
            'ial you'
1458
            'ial you'
1412
          
1459
          
1413
            'add to a covered work, you may (if authorized by the copyright h' +
1460
            'add to a covered work, you may (if authorized by the copyright h' +
1414
            'olders of'
1461
            'olders of'
1415
          'that material) supplement the terms of this License with terms:'
1462
          'that material) supplement the terms of this License with terms:'
1416
          ''
1463
          ''
1417
          
1464
          
1418
            '    a) Disclaiming warranty or limiting liability differently fr' +
1465
            '    a) Disclaiming warranty or limiting liability differently fr' +
1419
            'om the'
1466
            'om the'
1420
          '    terms of sections 15 and 16 of this License; or'
1467
          '    terms of sections 15 and 16 of this License; or'
1421
          ''
1468
          ''
1422
          
1469
          
1423
            '    b) Requiring preservation of specified reasonable legal noti' +
1470
            '    b) Requiring preservation of specified reasonable legal noti' +
1424
            'ces or'
1471
            'ces or'
1425
          
1472
          
1426
            '    author attributions in that material or in the Appropriate L' +
1473
            '    author attributions in that material or in the Appropriate L' +
1427
            'egal'
1474
            'egal'
1428
          '    Notices displayed by works containing it; or'
1475
          '    Notices displayed by works containing it; or'
1429
          ''
1476
          ''
1430
          
1477
          
1431
            '    c) Prohibiting misrepresentation of the origin of that mater' +
1478
            '    c) Prohibiting misrepresentation of the origin of that mater' +
1432
            'ial, or'
1479
            'ial, or'
1433
          
1480
          
1434
            '    requiring that modified versions of such material be marked ' +
1481
            '    requiring that modified versions of such material be marked ' +
1435
            'in'
1482
            'in'
1436
          '    reasonable ways as different from the original version; or'
1483
          '    reasonable ways as different from the original version; or'
1437
          ''
1484
          ''
1438
          
1485
          
1439
            '    d) Limiting the use for publicity purposes of names of licen' +
1486
            '    d) Limiting the use for publicity purposes of names of licen' +
1440
            'sors or'
1487
            'sors or'
1441
          '    authors of the material; or'
1488
          '    authors of the material; or'
1442
          ''
1489
          ''
1443
          
1490
          
1444
            '    e) Declining to grant rights under trademark law for use of ' +
1491
            '    e) Declining to grant rights under trademark law for use of ' +
1445
            'some'
1492
            'some'
1446
          '    trade names, trademarks, or service marks; or'
1493
          '    trade names, trademarks, or service marks; or'
1447
          ''
1494
          ''
1448
          
1495
          
1449
            '    f) Requiring indemnification of licensors and authors of tha' +
1496
            '    f) Requiring indemnification of licensors and authors of tha' +
1450
            't'
1497
            't'
1451
          
1498
          
1452
            '    material by anyone who conveys the material (or modified ver' +
1499
            '    material by anyone who conveys the material (or modified ver' +
1453
            'sions of'
1500
            'sions of'
1454
          
1501
          
1455
            '    it) with contractual assumptions of liability to the recipie' +
1502
            '    it) with contractual assumptions of liability to the recipie' +
1456
            'nt, for'
1503
            'nt, for'
1457
          
1504
          
1458
            '    any liability that these contractual assumptions directly im' +
1505
            '    any liability that these contractual assumptions directly im' +
1459
            'pose on'
1506
            'pose on'
1460
          '    those licensors and authors.'
1507
          '    those licensors and authors.'
1461
          ''
1508
          ''
1462
          
1509
          
1463
            '  All other non-permissive additional terms are considered "furt' +
1510
            '  All other non-permissive additional terms are considered "furt' +
1464
            'her'
1511
            'her'
1465
          
1512
          
1466
            'restrictions" within the meaning of section 10.  If the Program ' +
1513
            'restrictions" within the meaning of section 10.  If the Program ' +
1467
            'as you'
1514
            'as you'
1468
          
1515
          
1469
            'received it, or any part of it, contains a notice stating that i' +
1516
            'received it, or any part of it, contains a notice stating that i' +
1470
            't is'
1517
            't is'
1471
          'governed by this License along with a term that is a further'
1518
          'governed by this License along with a term that is a further'
1472
          
1519
          
1473
            'restriction, you may remove that term.  If a license document co' +
1520
            'restriction, you may remove that term.  If a license document co' +
1474
            'ntains'
1521
            'ntains'
1475
          
1522
          
1476
            'a further restriction but permits relicensing or conveying under' +
1523
            'a further restriction but permits relicensing or conveying under' +
1477
            ' this'
1524
            ' this'
1478
          
1525
          
1479
            'License, you may add to a covered work material governed by the ' +
1526
            'License, you may add to a covered work material governed by the ' +
1480
            'terms'
1527
            'terms'
1481
          
1528
          
1482
            'of that license document, provided that the further restriction ' +
1529
            'of that license document, provided that the further restriction ' +
1483
            'does'
1530
            'does'
1484
          'not survive such relicensing or conveying.'
1531
          'not survive such relicensing or conveying.'
1485
          ''
1532
          ''
1486
          
1533
          
1487
            '  If you add terms to a covered work in accord with this section' +
1534
            '  If you add terms to a covered work in accord with this section' +
1488
            ', you'
1535
            ', you'
1489
          'must place, in the relevant source files, a statement of the'
1536
          'must place, in the relevant source files, a statement of the'
1490
          
1537
          
1491
            'additional terms that apply to those files, or a notice indicati' +
1538
            'additional terms that apply to those files, or a notice indicati' +
1492
            'ng'
1539
            'ng'
1493
          'where to find the applicable terms.'
1540
          'where to find the applicable terms.'
1494
          ''
1541
          ''
1495
          
1542
          
1496
            '  Additional terms, permissive or non-permissive, may be stated ' +
1543
            '  Additional terms, permissive or non-permissive, may be stated ' +
1497
            'in the'
1544
            'in the'
1498
          'form of a separately written license, or stated as exceptions;'
1545
          'form of a separately written license, or stated as exceptions;'
1499
          'the above requirements apply either way.'
1546
          'the above requirements apply either way.'
1500
          ''
1547
          ''
1501
          '  8. Termination.'
1548
          '  8. Termination.'
1502
          ''
1549
          ''
1503
          
1550
          
1504
            '  You may not propagate or modify a covered work except as expre' +
1551
            '  You may not propagate or modify a covered work except as expre' +
1505
            'ssly'
1552
            'ssly'
1506
          
1553
          
1507
            'provided under this License.  Any attempt otherwise to propagate' +
1554
            'provided under this License.  Any attempt otherwise to propagate' +
1508
            ' or'
1555
            ' or'
1509
          
1556
          
1510
            'modify it is void, and will automatically terminate your rights ' +
1557
            'modify it is void, and will automatically terminate your rights ' +
1511
            'under'
1558
            'under'
1512
          
1559
          
1513
            'this License (including any patent licenses granted under the th' +
1560
            'this License (including any patent licenses granted under the th' +
1514
            'ird'
1561
            'ird'
1515
          'paragraph of section 11).'
1562
          'paragraph of section 11).'
1516
          ''
1563
          ''
1517
          '  However, if you cease all violation of this License, then your'
1564
          '  However, if you cease all violation of this License, then your'
1518
          'license from a particular copyright holder is reinstated (a)'
1565
          'license from a particular copyright holder is reinstated (a)'
1519
          
1566
          
1520
            'provisionally, unless and until the copyright holder explicitly ' +
1567
            'provisionally, unless and until the copyright holder explicitly ' +
1521
            'and'
1568
            'and'
1522
          
1569
          
1523
            'finally terminates your license, and (b) permanently, if the cop' +
1570
            'finally terminates your license, and (b) permanently, if the cop' +
1524
            'yright'
1571
            'yright'
1525
          
1572
          
1526
            'holder fails to notify you of the violation by some reasonable m' +
1573
            'holder fails to notify you of the violation by some reasonable m' +
1527
            'eans'
1574
            'eans'
1528
          'prior to 60 days after the cessation.'
1575
          'prior to 60 days after the cessation.'
1529
          ''
1576
          ''
1530
          '  Moreover, your license from a particular copyright holder is'
1577
          '  Moreover, your license from a particular copyright holder is'
1531
          
1578
          
1532
            'reinstated permanently if the copyright holder notifies you of t' +
1579
            'reinstated permanently if the copyright holder notifies you of t' +
1533
            'he'
1580
            'he'
1534
          
1581
          
1535
            'violation by some reasonable means, this is the first time you h' +
1582
            'violation by some reasonable means, this is the first time you h' +
1536
            'ave'
1583
            'ave'
1537
          
1584
          
1538
            'received notice of violation of this License (for any work) from' +
1585
            'received notice of violation of this License (for any work) from' +
1539
            ' that'
1586
            ' that'
1540
          
1587
          
1541
            'copyright holder, and you cure the violation prior to 30 days af' +
1588
            'copyright holder, and you cure the violation prior to 30 days af' +
1542
            'ter'
1589
            'ter'
1543
          'your receipt of the notice.'
1590
          'your receipt of the notice.'
1544
          ''
1591
          ''
1545
          
1592
          
1546
            '  Termination of your rights under this section does not termina' +
1593
            '  Termination of your rights under this section does not termina' +
1547
            'te the'
1594
            'te the'
1548
          
1595
          
1549
            'licenses of parties who have received copies or rights from you ' +
1596
            'licenses of parties who have received copies or rights from you ' +
1550
            'under'
1597
            'under'
1551
          
1598
          
1552
            'this License.  If your rights have been terminated and not perma' +
1599
            'this License.  If your rights have been terminated and not perma' +
1553
            'nently'
1600
            'nently'
1554
          
1601
          
1555
            'reinstated, you do not qualify to receive new licenses for the s' +
1602
            'reinstated, you do not qualify to receive new licenses for the s' +
1556
            'ame'
1603
            'ame'
1557
          'material under section 10.'
1604
          'material under section 10.'
1558
          ''
1605
          ''
1559
          '  9. Acceptance Not Required for Having Copies.'
1606
          '  9. Acceptance Not Required for Having Copies.'
1560
          ''
1607
          ''
1561
          
1608
          
1562
            '  You are not required to accept this License in order to receiv' +
1609
            '  You are not required to accept this License in order to receiv' +
1563
            'e or'
1610
            'e or'
1564
          
1611
          
1565
            'run a copy of the Program.  Ancillary propagation of a covered w' +
1612
            'run a copy of the Program.  Ancillary propagation of a covered w' +
1566
            'ork'
1613
            'ork'
1567
          
1614
          
1568
            'occurring solely as a consequence of using peer-to-peer transmis' +
1615
            'occurring solely as a consequence of using peer-to-peer transmis' +
1569
            'sion'
1616
            'sion'
1570
          
1617
          
1571
            'to receive a copy likewise does not require acceptance.  However' +
1618
            'to receive a copy likewise does not require acceptance.  However' +
1572
            ','
1619
            ','
1573
          
1620
          
1574
            'nothing other than this License grants you permission to propaga' +
1621
            'nothing other than this License grants you permission to propaga' +
1575
            'te or'
1622
            'te or'
1576
          
1623
          
1577
            'modify any covered work.  These actions infringe copyright if yo' +
1624
            'modify any covered work.  These actions infringe copyright if yo' +
1578
            'u do'
1625
            'u do'
1579
          
1626
          
1580
            'not accept this License.  Therefore, by modifying or propagating' +
1627
            'not accept this License.  Therefore, by modifying or propagating' +
1581
            ' a'
1628
            ' a'
1582
          
1629
          
1583
            'covered work, you indicate your acceptance of this License to do' +
1630
            'covered work, you indicate your acceptance of this License to do' +
1584
            ' so.'
1631
            ' so.'
1585
          ''
1632
          ''
1586
          '  10. Automatic Licensing of Downstream Recipients.'
1633
          '  10. Automatic Licensing of Downstream Recipients.'
1587
          ''
1634
          ''
1588
          
1635
          
1589
            '  Each time you convey a covered work, the recipient automatical' +
1636
            '  Each time you convey a covered work, the recipient automatical' +
1590
            'ly'
1637
            'ly'
1591
          
1638
          
1592
            'receives a license from the original licensors, to run, modify a' +
1639
            'receives a license from the original licensors, to run, modify a' +
1593
            'nd'
1640
            'nd'
1594
          
1641
          
1595
            'propagate that work, subject to this License.  You are not respo' +
1642
            'propagate that work, subject to this License.  You are not respo' +
1596
            'nsible'
1643
            'nsible'
1597
          'for enforcing compliance by third parties with this License.'
1644
          'for enforcing compliance by third parties with this License.'
1598
          ''
1645
          ''
1599
          
1646
          
1600
            '  An "entity transaction" is a transaction transferring control ' +
1647
            '  An "entity transaction" is a transaction transferring control ' +
1601
            'of an'
1648
            'of an'
1602
          
1649
          
1603
            'organization, or substantially all assets of one, or subdividing' +
1650
            'organization, or substantially all assets of one, or subdividing' +
1604
            ' an'
1651
            ' an'
1605
          
1652
          
1606
            'organization, or merging organizations.  If propagation of a cov' +
1653
            'organization, or merging organizations.  If propagation of a cov' +
1607
            'ered'
1654
            'ered'
1608
          'work results from an entity transaction, each party to that'
1655
          'work results from an entity transaction, each party to that'
1609
          
1656
          
1610
            'transaction who receives a copy of the work also receives whatev' +
1657
            'transaction who receives a copy of the work also receives whatev' +
1611
            'er'
1658
            'er'
1612
          
1659
          
1613
            'licenses to the work the party'#39's predecessor in interest had or ' +
1660
            'licenses to the work the party'#39's predecessor in interest had or ' +
1614
            'could'
1661
            'could'
1615
          
1662
          
1616
            'give under the previous paragraph, plus a right to possession of' +
1663
            'give under the previous paragraph, plus a right to possession of' +
1617
            ' the'
1664
            ' the'
1618
          
1665
          
1619
            'Corresponding Source of the work from the predecessor in interes' +
1666
            'Corresponding Source of the work from the predecessor in interes' +
1620
            't, if'
1667
            't, if'
1621
          'the predecessor has it or can get it with reasonable efforts.'
1668
          'the predecessor has it or can get it with reasonable efforts.'
1622
          ''
1669
          ''
1623
          
1670
          
1624
            '  You may not impose any further restrictions on the exercise of' +
1671
            '  You may not impose any further restrictions on the exercise of' +
1625
            ' the'
1672
            ' the'
1626
          
1673
          
1627
            'rights granted or affirmed under this License.  For example, you' +
1674
            'rights granted or affirmed under this License.  For example, you' +
1628
            ' may'
1675
            ' may'
1629
          
1676
          
1630
            'not impose a license fee, royalty, or other charge for exercise ' +
1677
            'not impose a license fee, royalty, or other charge for exercise ' +
1631
            'of'
1678
            'of'
1632
          
1679
          
1633
            'rights granted under this License, and you may not initiate liti' +
1680
            'rights granted under this License, and you may not initiate liti' +
1634
            'gation'
1681
            'gation'
1635
          
1682
          
1636
            '(including a cross-claim or counterclaim in a lawsuit) alleging ' +
1683
            '(including a cross-claim or counterclaim in a lawsuit) alleging ' +
1637
            'that'
1684
            'that'
1638
          
1685
          
1639
            'any patent claim is infringed by making, using, selling, offerin' +
1686
            'any patent claim is infringed by making, using, selling, offerin' +
1640
            'g for'
1687
            'g for'
1641
          'sale, or importing the Program or any portion of it.'
1688
          'sale, or importing the Program or any portion of it.'
1642
          ''
1689
          ''
1643
          '  11. Patents.'
1690
          '  11. Patents.'
1644
          ''
1691
          ''
1645
          
1692
          
1646
            '  A "contributor" is a copyright holder who authorizes use under' +
1693
            '  A "contributor" is a copyright holder who authorizes use under' +
1647
            ' this'
1694
            ' this'
1648
          
1695
          
1649
            'License of the Program or a work on which the Program is based. ' +
1696
            'License of the Program or a work on which the Program is based. ' +
1650
            ' The'
1697
            ' The'
1651
          
1698
          
1652
            'work thus licensed is called the contributor'#39's "contributor vers' +
1699
            'work thus licensed is called the contributor'#39's "contributor vers' +
1653
            'ion".'
1700
            'ion".'
1654
          ''
1701
          ''
1655
          
1702
          
1656
            '  A contributor'#39's "essential patent claims" are all patent claim' +
1703
            '  A contributor'#39's "essential patent claims" are all patent claim' +
1657
            's'
1704
            's'
1658
          
1705
          
1659
            'owned or controlled by the contributor, whether already acquired' +
1706
            'owned or controlled by the contributor, whether already acquired' +
1660
            ' or'
1707
            ' or'
1661
          
1708
          
1662
            'hereafter acquired, that would be infringed by some manner, perm' +
1709
            'hereafter acquired, that would be infringed by some manner, perm' +
1663
            'itted'
1710
            'itted'
1664
          
1711
          
1665
            'by this License, of making, using, or selling its contributor ve' +
1712
            'by this License, of making, using, or selling its contributor ve' +
1666
            'rsion,'
1713
            'rsion,'
1667
          'but do not include claims that would be infringed only as a'
1714
          'but do not include claims that would be infringed only as a'
1668
          
1715
          
1669
            'consequence of further modification of the contributor version. ' +
1716
            'consequence of further modification of the contributor version. ' +
1670
            ' For'
1717
            ' For'
1671
          
1718
          
1672
            'purposes of this definition, "control" includes the right to gra' +
1719
            'purposes of this definition, "control" includes the right to gra' +
1673
            'nt'
1720
            'nt'
1674
          
1721
          
1675
            'patent sublicenses in a manner consistent with the requirements ' +
1722
            'patent sublicenses in a manner consistent with the requirements ' +
1676
            'of'
1723
            'of'
1677
          'this License.'
1724
          'this License.'
1678
          ''
1725
          ''
1679
          
1726
          
1680
            '  Each contributor grants you a non-exclusive, worldwide, royalt' +
1727
            '  Each contributor grants you a non-exclusive, worldwide, royalt' +
1681
            'y-free'
1728
            'y-free'
1682
          
1729
          
1683
            'patent license under the contributor'#39's essential patent claims, ' +
1730
            'patent license under the contributor'#39's essential patent claims, ' +
1684
            'to'
1731
            'to'
1685
          
1732
          
1686
            'make, use, sell, offer for sale, import and otherwise run, modif' +
1733
            'make, use, sell, offer for sale, import and otherwise run, modif' +
1687
            'y and'
1734
            'y and'
1688
          'propagate the contents of its contributor version.'
1735
          'propagate the contents of its contributor version.'
1689
          ''
1736
          ''
1690
          
1737
          
1691
            '  In the following three paragraphs, a "patent license" is any e' +
1738
            '  In the following three paragraphs, a "patent license" is any e' +
1692
            'xpress'
1739
            'xpress'
1693
          
1740
          
1694
            'agreement or commitment, however denominated, not to enforce a p' +
1741
            'agreement or commitment, however denominated, not to enforce a p' +
1695
            'atent'
1742
            'atent'
1696
          
1743
          
1697
            '(such as an express permission to practice a patent or covenant ' +
1744
            '(such as an express permission to practice a patent or covenant ' +
1698
            'not to'
1745
            'not to'
1699
          
1746
          
1700
            'sue for patent infringement).  To "grant" such a patent license ' +
1747
            'sue for patent infringement).  To "grant" such a patent license ' +
1701
            'to a'
1748
            'to a'
1702
          
1749
          
1703
            'party means to make such an agreement or commitment not to enfor' +
1750
            'party means to make such an agreement or commitment not to enfor' +
1704
            'ce a'
1751
            'ce a'
1705
          'patent against the party.'
1752
          'patent against the party.'
1706
          ''
1753
          ''
1707
          
1754
          
1708
            '  If you convey a covered work, knowingly relying on a patent li' +
1755
            '  If you convey a covered work, knowingly relying on a patent li' +
1709
            'cense,'
1756
            'cense,'
1710
          
1757
          
1711
            'and the Corresponding Source of the work is not available for an' +
1758
            'and the Corresponding Source of the work is not available for an' +
1712
            'yone'
1759
            'yone'
1713
          
1760
          
1714
            'to copy, free of charge and under the terms of this License, thr' +
1761
            'to copy, free of charge and under the terms of this License, thr' +
1715
            'ough a'
1762
            'ough a'
1716
          
1763
          
1717
            'publicly available network server or other readily accessible me' +
1764
            'publicly available network server or other readily accessible me' +
1718
            'ans,'
1765
            'ans,'
1719
          'then you must either (1) cause the Corresponding Source to be so'
1766
          'then you must either (1) cause the Corresponding Source to be so'
1720
          
1767
          
1721
            'available, or (2) arrange to deprive yourself of the benefit of ' +
1768
            'available, or (2) arrange to deprive yourself of the benefit of ' +
1722
            'the'
1769
            'the'
1723
          
1770
          
1724
            'patent license for this particular work, or (3) arrange, in a ma' +
1771
            'patent license for this particular work, or (3) arrange, in a ma' +
1725
            'nner'
1772
            'nner'
1726
          
1773
          
1727
            'consistent with the requirements of this License, to extend the ' +
1774
            'consistent with the requirements of this License, to extend the ' +
1728
            'patent'
1775
            'patent'
1729
          
1776
          
1730
            'license to downstream recipients.  "Knowingly relying" means you' +
1777
            'license to downstream recipients.  "Knowingly relying" means you' +
1731
            ' have'
1778
            ' have'
1732
          
1779
          
1733
            'actual knowledge that, but for the patent license, your conveyin' +
1780
            'actual knowledge that, but for the patent license, your conveyin' +
1734
            'g the'
1781
            'g the'
1735
          
1782
          
1736
            'covered work in a country, or your recipient'#39's use of the covere' +
1783
            'covered work in a country, or your recipient'#39's use of the covere' +
1737
            'd work'
1784
            'd work'
1738
          
1785
          
1739
            'in a country, would infringe one or more identifiable patents in' +
1786
            'in a country, would infringe one or more identifiable patents in' +
1740
            ' that'
1787
            ' that'
1741
          'country that you have reason to believe are valid.'
1788
          'country that you have reason to believe are valid.'
1742
          ''
1789
          ''
1743
          '  If, pursuant to or in connection with a single transaction or'
1790
          '  If, pursuant to or in connection with a single transaction or'
1744
          
1791
          
1745
            'arrangement, you convey, or propagate by procuring conveyance of' +
1792
            'arrangement, you convey, or propagate by procuring conveyance of' +
1746
            ', a'
1793
            ', a'
1747
          'covered work, and grant a patent license to some of the parties'
1794
          'covered work, and grant a patent license to some of the parties'
1748
          
1795
          
1749
            'receiving the covered work authorizing them to use, propagate, m' +
1796
            'receiving the covered work authorizing them to use, propagate, m' +
1750
            'odify'
1797
            'odify'
1751
          
1798
          
1752
            'or convey a specific copy of the covered work, then the patent l' +
1799
            'or convey a specific copy of the covered work, then the patent l' +
1753
            'icense'
1800
            'icense'
1754
          
1801
          
1755
            'you grant is automatically extended to all recipients of the cov' +
1802
            'you grant is automatically extended to all recipients of the cov' +
1756
            'ered'
1803
            'ered'
1757
          'work and works based on it.'
1804
          'work and works based on it.'
1758
          ''
1805
          ''
1759
          
1806
          
1760
            '  A patent license is "discriminatory" if it does not include wi' +
1807
            '  A patent license is "discriminatory" if it does not include wi' +
1761
            'thin'
1808
            'thin'
1762
          'the scope of its coverage, prohibits the exercise of, or is'
1809
          'the scope of its coverage, prohibits the exercise of, or is'
1763
          
1810
          
1764
            'conditioned on the non-exercise of one or more of the rights tha' +
1811
            'conditioned on the non-exercise of one or more of the rights tha' +
1765
            't are'
1812
            't are'
1766
          
1813
          
1767
            'specifically granted under this License.  You may not convey a c' +
1814
            'specifically granted under this License.  You may not convey a c' +
1768
            'overed'
1815
            'overed'
1769
          
1816
          
1770
            'work if you are a party to an arrangement with a third party tha' +
1817
            'work if you are a party to an arrangement with a third party tha' +
1771
            't is'
1818
            't is'
1772
          
1819
          
1773
            'in the business of distributing software, under which you make p' +
1820
            'in the business of distributing software, under which you make p' +
1774
            'ayment'
1821
            'ayment'
1775
          
1822
          
1776
            'to the third party based on the extent of your activity of conve' +
1823
            'to the third party based on the extent of your activity of conve' +
1777
            'ying'
1824
            'ying'
1778
          'the work, and under which the third party grants, to any of the'
1825
          'the work, and under which the third party grants, to any of the'
1779
          
1826
          
1780
            'parties who would receive the covered work from you, a discrimin' +
1827
            'parties who would receive the covered work from you, a discrimin' +
1781
            'atory'
1828
            'atory'
1782
          'patent license (a) in connection with copies of the covered work'
1829
          'patent license (a) in connection with copies of the covered work'
1783
          
1830
          
1784
            'conveyed by you (or copies made from those copies), or (b) prima' +
1831
            'conveyed by you (or copies made from those copies), or (b) prima' +
1785
            'rily'
1832
            'rily'
1786
          
1833
          
1787
            'for and in connection with specific products or compilations tha' +
1834
            'for and in connection with specific products or compilations tha' +
1788
            't'
1835
            't'
1789
          
1836
          
1790
            'contain the covered work, unless you entered into that arrangeme' +
1837
            'contain the covered work, unless you entered into that arrangeme' +
1791
            'nt,'
1838
            'nt,'
1792
          'or that patent license was granted, prior to 28 March 2007.'
1839
          'or that patent license was granted, prior to 28 March 2007.'
1793
          ''
1840
          ''
1794
          
1841
          
1795
            '  Nothing in this License shall be construed as excluding or lim' +
1842
            '  Nothing in this License shall be construed as excluding or lim' +
1796
            'iting'
1843
            'iting'
1797
          'any implied license or other defenses to infringement that may'
1844
          'any implied license or other defenses to infringement that may'
1798
          'otherwise be available to you under applicable patent law.'
1845
          'otherwise be available to you under applicable patent law.'
1799
          ''
1846
          ''
1800
          '  12. No Surrender of Others'#39' Freedom.'
1847
          '  12. No Surrender of Others'#39' Freedom.'
1801
          ''
1848
          ''
1802
          
1849
          
1803
            '  If conditions are imposed on you (whether by court order, agre' +
1850
            '  If conditions are imposed on you (whether by court order, agre' +
1804
            'ement or'
1851
            'ement or'
1805
          
1852
          
1806
            'otherwise) that contradict the conditions of this License, they ' +
1853
            'otherwise) that contradict the conditions of this License, they ' +
1807
            'do not'
1854
            'do not'
1808
          
1855
          
1809
            'excuse you from the conditions of this License.  If you cannot c' +
1856
            'excuse you from the conditions of this License.  If you cannot c' +
1810
            'onvey a'
1857
            'onvey a'
1811
          
1858
          
1812
            'covered work so as to satisfy simultaneously your obligations un' +
1859
            'covered work so as to satisfy simultaneously your obligations un' +
1813
            'der this'
1860
            'der this'
1814
          
1861
          
1815
            'License and any other pertinent obligations, then as a consequen' +
1862
            'License and any other pertinent obligations, then as a consequen' +
1816
            'ce you may'
1863
            'ce you may'
1817
          
1864
          
1818
            'not convey it at all.  For example, if you agree to terms that o' +
1865
            'not convey it at all.  For example, if you agree to terms that o' +
1819
            'bligate you'
1866
            'bligate you'
1820
          
1867
          
1821
            'to collect a royalty for further conveying from those to whom yo' +
1868
            'to collect a royalty for further conveying from those to whom yo' +
1822
            'u convey'
1869
            'u convey'
1823
          
1870
          
1824
            'the Program, the only way you could satisfy both those terms and' +
1871
            'the Program, the only way you could satisfy both those terms and' +
1825
            ' this'
1872
            ' this'
1826
          'License would be to refrain entirely from conveying the Program.'
1873
          'License would be to refrain entirely from conveying the Program.'
1827
          ''
1874
          ''
1828
          '  13. Use with the GNU Affero General Public License.'
1875
          '  13. Use with the GNU Affero General Public License.'
1829
          ''
1876
          ''
1830
          '  Notwithstanding any other provision of this License, you have'
1877
          '  Notwithstanding any other provision of this License, you have'
1831
          
1878
          
1832
            'permission to link or combine any covered work with a work licen' +
1879
            'permission to link or combine any covered work with a work licen' +
1833
            'sed'
1880
            'sed'
1834
          
1881
          
1835
            'under version 3 of the GNU Affero General Public License into a ' +
1882
            'under version 3 of the GNU Affero General Public License into a ' +
1836
            'single'
1883
            'single'
1837
          
1884
          
1838
            'combined work, and to convey the resulting work.  The terms of t' +
1885
            'combined work, and to convey the resulting work.  The terms of t' +
1839
            'his'
1886
            'his'
1840
          
1887
          
1841
            'License will continue to apply to the part which is the covered ' +
1888
            'License will continue to apply to the part which is the covered ' +
1842
            'work,'
1889
            'work,'
1843
          
1890
          
1844
            'but the special requirements of the GNU Affero General Public Li' +
1891
            'but the special requirements of the GNU Affero General Public Li' +
1845
            'cense,'
1892
            'cense,'
1846
          
1893
          
1847
            'section 13, concerning interaction through a network will apply ' +
1894
            'section 13, concerning interaction through a network will apply ' +
1848
            'to the'
1895
            'to the'
1849
          'combination as such.'
1896
          'combination as such.'
1850
          ''
1897
          ''
1851
          '  14. Revised Versions of this License.'
1898
          '  14. Revised Versions of this License.'
1852
          ''
1899
          ''
1853
          
1900
          
1854
            '  The Free Software Foundation may publish revised and/or new ve' +
1901
            '  The Free Software Foundation may publish revised and/or new ve' +
1855
            'rsions of'
1902
            'rsions of'
1856
          
1903
          
1857
            'the GNU General Public License from time to time.  Such new vers' +
1904
            'the GNU General Public License from time to time.  Such new vers' +
1858
            'ions will'
1905
            'ions will'
1859
          
1906
          
1860
            'be similar in spirit to the present version, but may differ in d' +
1907
            'be similar in spirit to the present version, but may differ in d' +
1861
            'etail to'
1908
            'etail to'
1862
          'address new problems or concerns.'
1909
          'address new problems or concerns.'
1863
          ''
1910
          ''
1864
          '  Each version is given a distinguishing version number.  If the'
1911
          '  Each version is given a distinguishing version number.  If the'
1865
          
1912
          
1866
            'Program specifies that a certain numbered version of the GNU Gen' +
1913
            'Program specifies that a certain numbered version of the GNU Gen' +
1867
            'eral'
1914
            'eral'
1868
          
1915
          
1869
            'Public License "or any later version" applies to it, you have th' +
1916
            'Public License "or any later version" applies to it, you have th' +
1870
            'e'
1917
            'e'
1871
          
1918
          
1872
            'option of following the terms and conditions either of that numb' +
1919
            'option of following the terms and conditions either of that numb' +
1873
            'ered'
1920
            'ered'
1874
          'version or of any later version published by the Free Software'
1921
          'version or of any later version published by the Free Software'
1875
          
1922
          
1876
            'Foundation.  If the Program does not specify a version number of' +
1923
            'Foundation.  If the Program does not specify a version number of' +
1877
            ' the'
1924
            ' the'
1878
          
1925
          
1879
            'GNU General Public License, you may choose any version ever publ' +
1926
            'GNU General Public License, you may choose any version ever publ' +
1880
            'ished'
1927
            'ished'
1881
          'by the Free Software Foundation.'
1928
          'by the Free Software Foundation.'
1882
          ''
1929
          ''
1883
          '  If the Program specifies that a proxy can decide which future'
1930
          '  If the Program specifies that a proxy can decide which future'
1884
          
1931
          
1885
            'versions of the GNU General Public License can be used, that pro' +
1932
            'versions of the GNU General Public License can be used, that pro' +
1886
            'xy'#39's'
1933
            'xy'#39's'
1887
          
1934
          
1888
            'public statement of acceptance of a version permanently authoriz' +
1935
            'public statement of acceptance of a version permanently authoriz' +
1889
            'es you'
1936
            'es you'
1890
          'to choose that version for the Program.'
1937
          'to choose that version for the Program.'
1891
          ''
1938
          ''
1892
          '  Later license versions may give you additional or different'
1939
          '  Later license versions may give you additional or different'
1893
          
1940
          
1894
            'permissions.  However, no additional obligations are imposed on ' +
1941
            'permissions.  However, no additional obligations are imposed on ' +
1895
            'any'
1942
            'any'
1896
          
1943
          
1897
            'author or copyright holder as a result of your choosing to follo' +
1944
            'author or copyright holder as a result of your choosing to follo' +
1898
            'w a'
1945
            'w a'
1899
          'later version.'
1946
          'later version.'
1900
          ''
1947
          ''
1901
          '  15. Disclaimer of Warranty.'
1948
          '  15. Disclaimer of Warranty.'
1902
          ''
1949
          ''
1903
          
1950
          
1904
            '  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED ' +
1951
            '  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED ' +
1905
            'BY'
1952
            'BY'
1906
          
1953
          
1907
            'APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COP' +
1954
            'APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COP' +
1908
            'YRIGHT'
1955
            'YRIGHT'
1909
          
1956
          
1910
            'HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT' +
1957
            'HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT' +
1911
            ' WARRANTY'
1958
            ' WARRANTY'
1912
          
1959
          
1913
            'OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIM' +
1960
            'OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIM' +
1914
            'ITED TO,'
1961
            'ITED TO,'
1915
          
1962
          
1916
            'THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PART' +
1963
            'THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PART' +
1917
            'ICULAR'
1964
            'ICULAR'
1918
          
1965
          
1919
            'PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF T' +
1966
            'PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF T' +
1920
            'HE PROGRAM'
1967
            'HE PROGRAM'
1921
          
1968
          
1922
            'IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE' +
1969
            'IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE' +
1923
            ' COST OF'
1970
            ' COST OF'
1924
          'ALL NECESSARY SERVICING, REPAIR OR CORRECTION.'
1971
          'ALL NECESSARY SERVICING, REPAIR OR CORRECTION.'
1925
          ''
1972
          ''
1926
          '  16. Limitation of Liability.'
1973
          '  16. Limitation of Liability.'
1927
          ''
1974
          ''
1928
          
1975
          
1929
            '  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN ' +
1976
            '  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN ' +
1930
            'WRITING'
1977
            'WRITING'
1931
          
1978
          
1932
            'WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/O' +
1979
            'WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/O' +
1933
            'R CONVEYS'
1980
            'R CONVEYS'
1934
          
1981
          
1935
            'THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, IN' +
1982
            'THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, IN' +
1936
            'CLUDING ANY'
1983
            'CLUDING ANY'
1937
          
1984
          
1938
            'GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OU' +
1985
            'GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OU' +
1939
            'T OF THE'
1986
            'T OF THE'
1940
          
1987
          
1941
            'USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED T' +
1988
            'USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED T' +
1942
            'O LOSS OF'
1989
            'O LOSS OF'
1943
          
1990
          
1944
            'DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YO' +
1991
            'DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YO' +
1945
            'U OR THIRD'
1992
            'U OR THIRD'
1946
          
1993
          
1947
            'PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PR' +
1994
            'PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PR' +
1948
            'OGRAMS),'
1995
            'OGRAMS),'
1949
          
1996
          
1950
            'EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSI' +
1997
            'EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSI' +
1951
            'BILITY OF'
1998
            'BILITY OF'
1952
          'SUCH DAMAGES.'
1999
          'SUCH DAMAGES.'
1953
          ''
2000
          ''
1954
          '  17. Interpretation of Sections 15 and 16.'
2001
          '  17. Interpretation of Sections 15 and 16.'
1955
          ''
2002
          ''
1956
          
2003
          
1957
            '  If the disclaimer of warranty and limitation of liability prov' +
2004
            '  If the disclaimer of warranty and limitation of liability prov' +
1958
            'ided'
2005
            'ided'
1959
          
2006
          
1960
            'above cannot be given local legal effect according to their term' +
2007
            'above cannot be given local legal effect according to their term' +
1961
            's,'
2008
            's,'
1962
          
2009
          
1963
            'reviewing courts shall apply local law that most closely approxi' +
2010
            'reviewing courts shall apply local law that most closely approxi' +
1964
            'mates'
2011
            'mates'
1965
          'an absolute waiver of all civil liability in connection with the'
2012
          'an absolute waiver of all civil liability in connection with the'
1966
          
2013
          
1967
            'Program, unless a warranty or assumption of liability accompanie' +
2014
            'Program, unless a warranty or assumption of liability accompanie' +
1968
            's a'
2015
            's a'
1969
          'copy of the Program in return for a fee.'
2016
          'copy of the Program in return for a fee.'
1970
          ''
2017
          ''
1971
          '                     END OF TERMS AND CONDITIONS'
2018
          '                     END OF TERMS AND CONDITIONS'
1972
          ''
2019
          ''
1973
          '            How to Apply These Terms to Your New Programs'
2020
          '            How to Apply These Terms to Your New Programs'
1974
          ''
2021
          ''
1975
          
2022
          
1976
            '  If you develop a new program, and you want it to be of the gre' +
2023
            '  If you develop a new program, and you want it to be of the gre' +
1977
            'atest'
2024
            'atest'
1978
          
2025
          
1979
            'possible use to the public, the best way to achieve this is to m' +
2026
            'possible use to the public, the best way to achieve this is to m' +
1980
            'ake it'
2027
            'ake it'
1981
          
2028
          
1982
            'free software which everyone can redistribute and change under t' +
2029
            'free software which everyone can redistribute and change under t' +
1983
            'hese terms.'
2030
            'hese terms.'
1984
          ''
2031
          ''
1985
          
2032
          
1986
            '  To do so, attach the following notices to the program.  It is ' +
2033
            '  To do so, attach the following notices to the program.  It is ' +
1987
            'safest'
2034
            'safest'
1988
          
2035
          
1989
            'to attach them to the start of each source file to most effectiv' +
2036
            'to attach them to the start of each source file to most effectiv' +
1990
            'ely'
2037
            'ely'
1991
          
2038
          
1992
            'state the exclusion of warranty; and each file should have at le' +
2039
            'state the exclusion of warranty; and each file should have at le' +
1993
            'ast'
2040
            'ast'
1994
          
2041
          
1995
            'the "copyright" line and a pointer to where the full notice is f' +
2042
            'the "copyright" line and a pointer to where the full notice is f' +
1996
            'ound.'
2043
            'ound.'
1997
          ''
2044
          ''
1998
          
2045
          
1999
            '    <one line to give the program'#39's name and a brief idea of wha' +
2046
            '    <one line to give the program'#39's name and a brief idea of wha' +
2000
            't it does.>'
2047
            't it does.>'
2001
          '    Copyright (C) <year>  <name of author>'
2048
          '    Copyright (C) <year>  <name of author>'
2002
          ''
2049
          ''
2003
          
2050
          
2004
            '    This program is free software: you can redistribute it and/o' +
2051
            '    This program is free software: you can redistribute it and/o' +
2005
            'r modify'
2052
            'r modify'
2006
          
2053
          
2007
            '    it under the terms of the GNU General Public License as publ' +
2054
            '    it under the terms of the GNU General Public License as publ' +
2008
            'ished by'
2055
            'ished by'
2009
          
2056
          
2010
            '    the Free Software Foundation, either version 3 of the Licens' +
2057
            '    the Free Software Foundation, either version 3 of the Licens' +
2011
            'e, or'
2058
            'e, or'
2012
          '    (at your option) any later version.'
2059
          '    (at your option) any later version.'
2013
          ''
2060
          ''
2014
          
2061
          
2015
            '    This program is distributed in the hope that it will be usef' +
2062
            '    This program is distributed in the hope that it will be usef' +
2016
            'ul,'
2063
            'ul,'
2017
          
2064
          
2018
            '    but WITHOUT ANY WARRANTY; without even the implied warranty ' +
2065
            '    but WITHOUT ANY WARRANTY; without even the implied warranty ' +
2019
            'of'
2066
            'of'
2020
          
2067
          
2021
            '    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See th' +
2068
            '    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See th' +
2022
            'e'
2069
            'e'
2023
          '    GNU General Public License for more details.'
2070
          '    GNU General Public License for more details.'
2024
          ''
2071
          ''
2025
          
2072
          
2026
            '    You should have received a copy of the GNU General Public Li' +
2073
            '    You should have received a copy of the GNU General Public Li' +
2027
            'cense'
2074
            'cense'
2028
          
2075
          
2029
            '    along with this program.  If not, see <http://www.gnu.org/li' +
2076
            '    along with this program.  If not, see <http://www.gnu.org/li' +
2030
            'censes/>.'
2077
            'censes/>.'
2031
          ''
2078
          ''
2032
          
2079
          
2033
            'Also add information on how to contact you by electronic and pap' +
2080
            'Also add information on how to contact you by electronic and pap' +
2034
            'er mail.'
2081
            'er mail.'
2035
          ''
2082
          ''
2036
          
2083
          
2037
            '  If the program does terminal interaction, make it output a sho' +
2084
            '  If the program does terminal interaction, make it output a sho' +
2038
            'rt'
2085
            'rt'
2039
          'notice like this when it starts in an interactive mode:'
2086
          'notice like this when it starts in an interactive mode:'
2040
          ''
2087
          ''
2041
          '    <program>  Copyright (C) <year>  <name of author>'
2088
          '    <program>  Copyright (C) <year>  <name of author>'
2042
          
2089
          
2043
            '    This program comes with ABSOLUTELY NO WARRANTY; for details ' +
2090
            '    This program comes with ABSOLUTELY NO WARRANTY; for details ' +
2044
            'type `show w'#39'.'
2091
            'type `show w'#39'.'
2045
          
2092
          
2046
            '    This is free software, and you are welcome to redistribute i' +
2093
            '    This is free software, and you are welcome to redistribute i' +
2047
            't'
2094
            't'
2048
          '    under certain conditions; type `show c'#39' for details.'
2095
          '    under certain conditions; type `show c'#39' for details.'
2049
          ''
2096
          ''
2050
          
2097
          
2051
            'The hypothetical commands `show w'#39' and `show c'#39' should show the ' +
2098
            'The hypothetical commands `show w'#39' and `show c'#39' should show the ' +
2052
            'appropriate'
2099
            'appropriate'
2053
          
2100
          
2054
            'parts of the General Public License.  Of course, your program'#39's ' +
2101
            'parts of the General Public License.  Of course, your program'#39's ' +
2055
            'commands'
2102
            'commands'
2056
          
2103
          
2057
            'might be different; for a GUI interface, you would use an "about' +
2104
            'might be different; for a GUI interface, you would use an "about' +
2058
            ' box".'
2105
            ' box".'
2059
          ''
2106
          ''
2060
          
2107
          
2061
            '  You should also get your employer (if you work as a programmer' +
2108
            '  You should also get your employer (if you work as a programmer' +
2062
            ') or school,'
2109
            ') or school,'
2063
          
2110
          
2064
            'if any, to sign a "copyright disclaimer" for the program, if nec' +
2111
            'if any, to sign a "copyright disclaimer" for the program, if nec' +
2065
            'essary.'
2112
            'essary.'
2066
          
2113
          
2067
            'For more information on this, and how to apply and follow the GN' +
2114
            'For more information on this, and how to apply and follow the GN' +
2068
            'U GPL, see'
2115
            'U GPL, see'
2069
          '<http://www.gnu.org/licenses/>.'
2116
          '<http://www.gnu.org/licenses/>.'
2070
          ''
2117
          ''
2071
          
2118
          
2072
            '  The GNU General Public License does not permit incorporating y' +
2119
            '  The GNU General Public License does not permit incorporating y' +
2073
            'our program'
2120
            'our program'
2074
          
2121
          
2075
            'into proprietary programs.  If your program is a subroutine libr' +
2122
            'into proprietary programs.  If your program is a subroutine libr' +
2076
            'ary, you'
2123
            'ary, you'
2077
          
2124
          
2078
            'may consider it more useful to permit linking proprietary applic' +
2125
            'may consider it more useful to permit linking proprietary applic' +
2079
            'ations with'
2126
            'ations with'
2080
          
2127
          
2081
            'the library.  If this is what you want to do, use the GNU Lesser' +
2128
            'the library.  If this is what you want to do, use the GNU Lesser' +
2082
            ' General'
2129
            ' General'
2083
          'Public License instead of this License.  But first, please read'
2130
          'Public License instead of this License.  But first, please read'
2084
          '<http://www.gnu.org/philosophy/why-not-lgpl.html>.')
2131
          '<http://www.gnu.org/philosophy/why-not-lgpl.html>.')
2085
        ReadOnly = True
2132
        ReadOnly = True
2086
        ScrollBars = ssBoth
2133
        ScrollBars = ssBoth
2087
        TabOrder = 0
2134
        TabOrder = 0
2088
        WordWrap = False
2135
        WordWrap = False
2089
      end
2136
      end
2090
      object Button3: TButton
2137
      object Button3: TButton
2091
        Left = 48
2138
        Left = 48
2092
        Top = 176
2139
        Top = 176
2093
        Width = 137
2140
        Width = 137
2094
        Height = 33
2141
        Height = 33
2095
        Caption = 'Check for updates'
2142
        Caption = 'Check for updates'
2096
        TabOrder = 1
2143
        TabOrder = 1
2097
        OnClick = Button3Click
2144
        OnClick = Button3Click
2098
      end
2145
      end
2099
    end
2146
    end
2100
    object ErrorsTabSheet: TTabSheet
2147
    object ErrorsTabSheet: TTabSheet
2101
      Caption = 'Errors'
2148
      Caption = 'Errors'
2102
      ImageIndex = 5
2149
      ImageIndex = 5
2103
      object ErrorsMemo: TMemo
2150
      object ErrorsMemo: TMemo
2104
        Left = 49
2151
        Left = 49
2105
        Top = 0
2152
        Top = 0
2106
        Width = 711
2153
        Width = 824
2107
        Height = 374
2154
        Height = 453
2108
        Align = alClient
2155
        Align = alClient
-
 
2156
        HideSelection = False
2109
        Lines.Strings = (
2157
        Lines.Strings = (
2110
          '')
2158
          '')
2111
        ReadOnly = True
2159
        ReadOnly = True
2112
        ScrollBars = ssVertical
2160
        ScrollBars = ssVertical
2113
        TabOrder = 0
2161
        TabOrder = 0
2114
      end
2162
      end
2115
      object Panel2: TPanel
2163
      object Panel2: TPanel
2116
        Left = 0
2164
        Left = 0
2117
        Top = 0
2165
        Top = 0
2118
        Width = 49
2166
        Width = 49
2119
        Height = 374
2167
        Height = 453
2120
        Align = alLeft
2168
        Align = alLeft
2121
        BevelOuter = bvNone
2169
        BevelOuter = bvNone
2122
        TabOrder = 1
2170
        TabOrder = 1
2123
        object Image2: TImage
2171
        object Image2: TImage
2124
          Left = 8
2172
          Left = 8
2125
          Top = 8
2173
          Top = 8
2126
          Width = 32
2174
          Width = 32
2127
          Height = 32
2175
          Height = 32
2128
          AutoSize = True
2176
          AutoSize = True
2129
          Picture.Data = {
2177
          Picture.Data = {
2130
            055449636F6E0000010002002020100000000000E80200002600000010101000
2178
            055449636F6E0000010002002020100000000000E80200002600000010101000
2131
            00000000280100000E0300002800000020000000400000000100040000000000
2179
            00000000280100000E0300002800000020000000400000000100040000000000
2132
            8002000000000000000000000000000000000000000000000000800000800000
2180
            8002000000000000000000000000000000000000000000000000800000800000
2133
            0080800080000000800080008080000080808000C0C0C0000000FF0000FF0000
2181
            0080800080000000800080008080000080808000C0C0C0000000FF0000FF0000
2134
            00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000007777777777777777777
2182
            00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000007777777777777777777
2135
            7777770000007777777777777777777777777770003000000000000000000000
2183
            7777770000007777777777777777777777777770003000000000000000000000
2136
            0007777703BBBBBBBBBBBBBBBBBBBBBBBB8077773BBBBBBBBBBBBBBBBBBBBBBB
2184
            0007777703BBBBBBBBBBBBBBBBBBBBBBBB8077773BBBBBBBBBBBBBBBBBBBBBBB
2137
            BBB807773BBBBBBBBBBBBBBBBBBBBBBBBBBB07773BBBBBBBBBBBB8008BBBBBBB
2185
            BBB807773BBBBBBBBBBBBBBBBBBBBBBBBBBB07773BBBBBBBBBBBB8008BBBBBBB
2138
            BBBB07703BBBBBBBBBBBB0000BBBBBBBBBB8077003BBBBBBBBBBB0000BBBBBBB
2186
            BBBB07703BBBBBBBBBBBB0000BBBBBBBBBB8077003BBBBBBBBBBB0000BBBBBBB
2139
            BBB0770003BBBBBBBBBBB8008BBBBBBBBB807700003BBBBBBBBBBBBBBBBBBBBB
2187
            BBB0770003BBBBBBBBBBB8008BBBBBBBBB807700003BBBBBBBBBBBBBBBBBBBBB
2140
            BB077000003BBBBBBBBBBB0BBBBBBBBBB80770000003BBBBBBBBB808BBBBBBBB
2188
            BB077000003BBBBBBBBBBB0BBBBBBBBBB80770000003BBBBBBBBB808BBBBBBBB
2141
            B07700000003BBBBBBBBB303BBBBBBBB8077000000003BBBBBBBB000BBBBBBBB
2189
            B07700000003BBBBBBBBB303BBBBBBBB8077000000003BBBBBBBB000BBBBBBBB
2142
            0770000000003BBBBBBB80008BBBBBB807700000000003BBBBBB30003BBBBBB0
2190
            0770000000003BBBBBBB80008BBBBBB807700000000003BBBBBB30003BBBBBB0
2143
            77000000000003BBBBBB00000BBBBB80770000000000003BBBBB00000BBBBB07
2191
            77000000000003BBBBBB00000BBBBB80770000000000003BBBBB00000BBBBB07
2144
            700000000000003BBBBB00000BBBB8077000000000000003BBBB00000BBBB077
2192
            700000000000003BBBBB00000BBBB8077000000000000003BBBB00000BBBB077
2145
            0000000000000003BBBB00000BBB807700000000000000003BBB80008BBB0770
2193
            0000000000000003BBBB00000BBB807700000000000000003BBB80008BBB0770
2146
            00000000000000003BBBBBBBBBB80770000000000000000003BBBBBBBBB07700
2194
            00000000000000003BBBBBBBBBB80770000000000000000003BBBBBBBBB07700
2147
            000000000000000003BBBBBBBB8077000000000000000000003BBBBBBB077000
2195
            000000000000000003BBBBBBBB8077000000000000000000003BBBBBBB077000
2148
            0000000000000000003BBBBBB807700000000000000000000003BBBBB0770000
2196
            0000000000000000003BBBBBB807700000000000000000000003BBBBB0770000
2149
            00000000000000000003BBBB80700000000000000000000000003BB800000000
2197
            00000000000000000003BBBB80700000000000000000000000003BB800000000
2150
            0000000000000000000003330000000000000000F8000003F0000001C0000000
2198
            0000000000000000000003330000000000000000F8000003F0000001C0000000
2151
            80000000000000000000000000000001000000018000000380000003C0000007
2199
            80000000000000000000000000000001000000018000000380000003C0000007
2152
            C0000007E000000FE000000FF000001FF000001FF800003FF800003FFC00007F
2200
            C0000007E000000FE000000FF000001FF000001FF800003FF800003FFC00007F
2153
            FC00007FFE0000FFFE0000FFFF0001FFFF0001FFFF8003FFFF8003FFFFC007FF
2201
            FC00007FFE0000FFFE0000FFFF0001FFFF0001FFFF8003FFFF8003FFFFC007FF
2154
            FFC007FFFFE00FFFFFE01FFFFFF07FFFFFF8FFFF280000001000000020000000
2202
            FFC007FFFFE00FFFFFE01FFFFFF07FFFFFF8FFFF280000001000000020000000
2155
            0100040000000000C00000000000000000000000000000000000000000000000
2203
            0100040000000000C00000000000000000000000000000000000000000000000
2156
            00008000008000000080800080000000800080008080000080808000C0C0C000
2204
            00008000008000000080800080000000800080008080000080808000C0C0C000
2157
            0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0007777777
2205
            0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0007777777
2158
            777777700000000000000077BBBBBBBBBBBBB807BBBBBB808BBBB8070BBBBB80
2206
            777777700000000000000077BBBBBBBBBBBBB807BBBBBB808BBBB8070BBBBB80
2159
            8BBBB0700BBBBBB8BBBB807000BBBBB0BBBB070000BBBB808BB80700000BBB00
2207
            8BBBB0700BBBBBB8BBBB807000BBBBB0BBBB070000BBBB808BB80700000BBB00
2160
            0BB07000000BBB000B8070000000BB000B0700000000BB808807000000000BBB
2208
            0BB07000000BBB000B8070000000BB000B0700000000BB808807000000000BBB
2161
            B070000000000BBB80700000000000BB07000000000000007000000080010000
2209
            B070000000000BBB80700000000000BB07000000000000007000000080010000
2162
            0000000000000000000000008001000080010000C0030000C0030000E0070000
2210
            0000000000000000000000008001000080010000C0030000C0030000E0070000
2163
            E0070000F00F0000F00F0000F81F0000F81F0000FC3F0000FC7F0000}
2211
            E0070000F00F0000F00F0000F81F0000F81F0000FC3F0000FC7F0000}
2164
        end
2212
        end
2165
      end
2213
      end
2166
    end
2214
    end
2167
  end
2215
  end
2168
  object OpenDialog1: TOpenDialog
2216
  object OpenDialog1: TOpenDialog
2169
    DefaultExt = '.ini'
2217
    DefaultExt = '.ini'
2170
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2218
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2171
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
2219
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
2172
    Title = 'Please select the Task Definition File'
2220
    Title = 'Please select the Task Definition File'
2173
    Left = 520
2221
    Left = 520
2174
    Top = 32
2222
    Top = 32
2175
  end
2223
  end
2176
  object TasksImageList: TImageList
2224
  object TasksImageList: TImageList
2177
    Height = 32
2225
    Height = 32
2178
    Width = 32
2226
    Width = 32
2179
    Left = 560
2227
    Left = 560
2180
    Top = 32
2228
    Top = 32
2181
    Bitmap = {
2229
    Bitmap = {
2182
      494C010101000400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
2230
      494C010101000400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
2183
      0000000000003600000028000000800000002000000001002000000000000040
2231
      0000000000003600000028000000800000002000000001002000000000000040
2184
      0000000000000000000000000000000000000000000000000000000000000000
2232
      0000000000000000000000000000000000000000000000000000000000000000
2185
      0000000000000000000000000000000000000000000000000000000000000000
2233
      0000000000000000000000000000000000000000000000000000000000000000
2186
      0000000000000000000000000000000000000000000000000000000000000000
2234
      0000000000000000000000000000000000000000000000000000000000000000
2187
      0000000000000000000000000000000000000000000000000000000000000000
2235
      0000000000000000000000000000000000000000000000000000000000000000
2188
      0000000000000000000000000000000000000000000000000000000000000000
2236
      0000000000000000000000000000000000000000000000000000000000000000
2189
      0000000000000000000000000000000000000000000000000000000000000000
2237
      0000000000000000000000000000000000000000000000000000000000000000
2190
      0000000000000000000000000000000000000000000000000000000000000000
2238
      0000000000000000000000000000000000000000000000000000000000000000
2191
      0000000000000000000000000000000000000000000000000000000000000000
2239
      0000000000000000000000000000000000000000000000000000000000000000
2192
      0000000000000000000000000000000000000000000000000000000000000000
2240
      0000000000000000000000000000000000000000000000000000000000000000
2193
      0000000000000000000000000000000000000000000000000000000000000000
2241
      0000000000000000000000000000000000000000000000000000000000000000
2194
      0000000000000000000000000000000000000000000000000000000000000000
2242
      0000000000000000000000000000000000000000000000000000000000000000
2195
      0000000000000000000000000000000000000000000000000000000000000000
2243
      0000000000000000000000000000000000000000000000000000000000000000
2196
      0000000000000000000000000000000000000000000000000000000000000000
2244
      0000000000000000000000000000000000000000000000000000000000000000
2197
      0000000000000000000000000000000000000000000000000000000000000000
2245
      0000000000000000000000000000000000000000000000000000000000000000
2198
      0000000000000000000000000000000000000000000000000000000000000000
2246
      0000000000000000000000000000000000000000000000000000000000000000
2199
      0000000000000000000000000000000000000000000000000000000000000000
2247
      0000000000000000000000000000000000000000000000000000000000000000
2200
      0000000000000000000000000000000000000000000000000000000000000000
2248
      0000000000000000000000000000000000000000000000000000000000000000
2201
      000000000000000000000000000000000000C0C0C000C0C0C000000000000000
2249
      000000000000000000000000000000000000C0C0C000C0C0C000000000000000
2202
      0000000000000000000000000000000000000000000000000000000000000000
2250
      0000000000000000000000000000000000000000000000000000000000000000
2203
      0000000000000000000000000000000000000000000000000000000000000000
2251
      0000000000000000000000000000000000000000000000000000000000000000
2204
      0000000000000000000000000000000000000000000000000000000000000000
2252
      0000000000000000000000000000000000000000000000000000000000000000
2205
      0000000000000000000000000000000000000000000000000000000000000000
2253
      0000000000000000000000000000000000000000000000000000000000000000
2206
      0000000000000000000000000000000000000000000000000000000000000000
2254
      0000000000000000000000000000000000000000000000000000000000000000
2207
      0000000000000000000000000000000000000000000000000000000000000000
2255
      0000000000000000000000000000000000000000000000000000000000000000
2208
      0000000000000000000000000000000000000000000000000000000000000000
2256
      0000000000000000000000000000000000000000000000000000000000000000
2209
      0000000000000000000000000000000000000000000000000000000000000000
2257
      0000000000000000000000000000000000000000000000000000000000000000
2210
      0000000000000000000000000000000000000000000000000000000000000000
2258
      0000000000000000000000000000000000000000000000000000000000000000
2211
      0000000000000000000000000000000000000000000000000000000000000000
2259
      0000000000000000000000000000000000000000000000000000000000000000
2212
      0000000000000000000000000000000000000000000000000000000000000000
2260
      0000000000000000000000000000000000000000000000000000000000000000
2213
      0000000000000000000000000000000000000000000000000000000000000000
2261
      0000000000000000000000000000000000000000000000000000000000000000
2214
      0000000000000000000000000000000000000000000000000000000000000000
2262
      0000000000000000000000000000000000000000000000000000000000000000
2215
      0000000000000000000000000000000000000000000000000000000000000000
2263
      0000000000000000000000000000000000000000000000000000000000000000
2216
      0000000000000000000000000000000000000000000000000000000000000000
2264
      0000000000000000000000000000000000000000000000000000000000000000
2217
      00000000000000000000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0
2265
      00000000000000000000C0C0C000C0C0C000FFFFFF00FFFFFF00C0C0C000C0C0
2218
      C000000000000000000000000000000000000000000000000000000000000000
2266
      C000000000000000000000000000000000000000000000000000000000000000
2219
      0000000000000000000000000000000000000000000000000000000000000000
2267
      0000000000000000000000000000000000000000000000000000000000000000
2220
      0000000000000000000000000000000000000000000000000000000000000000
2268
      0000000000000000000000000000000000000000000000000000000000000000
2221
      0000000000000000000000000000000000000000000000000000000000000000
2269
      0000000000000000000000000000000000000000000000000000000000000000
2222
      0000000000000000000000000000000000000000000000000000000000000000
2270
      0000000000000000000000000000000000000000000000000000000000000000
2223
      0000000000000000000000000000000000000000000000000000000000000000
2271
      0000000000000000000000000000000000000000000000000000000000000000
2224
      0000000000000000000000000000000000000000000000000000000000000000
2272
      0000000000000000000000000000000000000000000000000000000000000000
2225
      0000000000000000000000000000000000000000000000000000000000000000
2273
      0000000000000000000000000000000000000000000000000000000000000000
2226
      0000000000000000000000000000000000000000000000000000000000000000
2274
      0000000000000000000000000000000000000000000000000000000000000000
2227
      0000000000000000000000000000000000000000000000000000000000000000
2275
      0000000000000000000000000000000000000000000000000000000000000000
2228
      0000000000000000000000000000000000000000000000000000000000000000
2276
      0000000000000000000000000000000000000000000000000000000000000000
2229
      0000000000000000000000000000000000000000000000000000000000000000
2277
      0000000000000000000000000000000000000000000000000000000000000000
2230
      0000000000000000000000000000000000000000000000000000000000000000
2278
      0000000000000000000000000000000000000000000000000000000000000000
2231
      0000000000000000000000000000000000000000000000000000000000000000
2279
      0000000000000000000000000000000000000000000000000000000000000000
2232
      0000000000000000000000000000000000000000000000000000000000000000
2280
      0000000000000000000000000000000000000000000000000000000000000000
2233
      0000C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF
2281
      0000C0C0C000C0C0C000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFF
2234
      FF00C0C0C0000000000000000000000000000000000000000000000000000000
2282
      FF00C0C0C0000000000000000000000000000000000000000000000000000000
2235
      0000000000000000000000000000000000000000000000000000000000000000
2283
      0000000000000000000000000000000000000000000000000000000000000000
2236
      0000000000000000000000000000000000000000000000000000000000000000
2284
      0000000000000000000000000000000000000000000000000000000000000000
2237
      0000000000000000000000000000000000000000000000000000000000000000
2285
      0000000000000000000000000000000000000000000000000000000000000000
2238
      0000000000000000000000000000000000000000000000000000000000000000
2286
      0000000000000000000000000000000000000000000000000000000000000000
2239
      0000000000000000000000000000000000000000000000000000000000000000
2287
      0000000000000000000000000000000000000000000000000000000000000000
2240
      0000000000000000000000000000000000000000000000000000000000000000
2288
      0000000000000000000000000000000000000000000000000000000000000000
2241
      0000000000000000000000000000000000000000000000000000000000000000
2289
      0000000000000000000000000000000000000000000000000000000000000000
2242
      0000000000000000000000000000000000000000000000000000000000000000
2290
      0000000000000000000000000000000000000000000000000000000000000000
2243
      0000000000000000000000000000000000000000000000000000000000000000
2291
      0000000000000000000000000000000000000000000000000000000000000000
2244
      0000000000000000000000000000000000000000000000000000000000000000
2292
      0000000000000000000000000000000000000000000000000000000000000000
2245
      0000000000000000000000000000000000000000000000000000000000000000
2293
      0000000000000000000000000000000000000000000000000000000000000000
2246
      0000000000000000000000000000000000000000000000000000000000000000
2294
      0000000000000000000000000000000000000000000000000000000000000000
2247
      0000000000000000000000000000000000000000000000000000000000000000
2295
      0000000000000000000000000000000000000000000000000000000000000000
2248
      000000000000000000000000000000000000000000000000000080808000C0C0
2296
      000000000000000000000000000000000000000000000000000080808000C0C0
2249
      C000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF
2297
      C000FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFF
2250
      FF00C0C0C0000000000000000000000000000000000000000000000000000000
2298
      FF00C0C0C0000000000000000000000000000000000000000000000000000000
2251
      0000000000000000000000000000000000000000000000000000000000000000
2299
      0000000000000000000000000000000000000000000000000000000000000000
2252
      0000000000000000000000000000000000000000000000000000000000000000
2300
      0000000000000000000000000000000000000000000000000000000000000000
2253
      0000000000000000000000000000000000000000000000000000000000000000
2301
      0000000000000000000000000000000000000000000000000000000000000000
2254
      0000000000000000000000000000000000000000000000000000000000000000
2302
      0000000000000000000000000000000000000000000000000000000000000000
2255
      0000000000000000000000000000000000000000000000000000000000000000
2303
      0000000000000000000000000000000000000000000000000000000000000000
2256
      0000000000000000000000000000000000000000000000000000000000000000
2304
      0000000000000000000000000000000000000000000000000000000000000000
2257
      0000000000000000000000000000000000000000000000000000000000000000
2305
      0000000000000000000000000000000000000000000000000000000000000000
2258
      0000000000000000000000000000000000000000000000000000000000000000
2306
      0000000000000000000000000000000000000000000000000000000000000000
2259
      0000000000000000000000000000000000000000000000000000000000000000
2307
      0000000000000000000000000000000000000000000000000000000000000000
2260
      0000000000000000000000000000000000000000000000000000000000000000
2308
      0000000000000000000000000000000000000000000000000000000000000000
2261
      0000000000000000000000000000000000000000000000000000000000000000
2309
      0000000000000000000000000000000000000000000000000000000000000000
2262
      0000000000000000000000000000000000000000000000000000000000000000
2310
      0000000000000000000000000000000000000000000000000000000000000000
2263
      0000000000000000000000000000000000000000000000000000000000000000
2311
      0000000000000000000000000000000000000000000000000000000000000000
2264
      000000000000000000000000000000000000000000000000000080808000FFFF
2312
      000000000000000000000000000000000000000000000000000080808000FFFF
2265
      FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFF
2313
      FF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFF
2266
      FF0000FFFF00C0C0C00000000000000000000000000000000000000000000000
2314
      FF0000FFFF00C0C0C00000000000000000000000000000000000000000000000
2267
      0000000000000000000000000000000000000000000000000000000000000000
2315
      0000000000000000000000000000000000000000000000000000000000000000
2268
      0000000000000000000000000000000000000000000000000000000000000000
2316
      0000000000000000000000000000000000000000000000000000000000000000
2269
      0000000000000000000000000000000000000000000000000000000000000000
2317
      0000000000000000000000000000000000000000000000000000000000000000
2270
      0000000000000000000000000000000000000000000000000000000000000000
2318
      0000000000000000000000000000000000000000000000000000000000000000
2271
      0000000000000000000000000000000000000000000000000000000000000000
2319
      0000000000000000000000000000000000000000000000000000000000000000
2272
      0000000000000000000000000000000000000000000000000000000000000000
2320
      0000000000000000000000000000000000000000000000000000000000000000
2273
      0000000000000000000000000000000000000000000000000000000000000000
2321
      0000000000000000000000000000000000000000000000000000000000000000
2274
      0000000000000000000000000000000000000000000000000000000000000000
2322
      0000000000000000000000000000000000000000000000000000000000000000
2275
      0000000000000000000000000000000000000000000000000000000000000000
2323
      0000000000000000000000000000000000000000000000000000000000000000
2276
      0000000000000000000000000000000000000000000000000000000000000000
2324
      0000000000000000000000000000000000000000000000000000000000000000
2277
      0000000000000000000000000000000000000000000000000000000000000000
2325
      0000000000000000000000000000000000000000000000000000000000000000
2278
      0000000000000000000000000000000000000000000000000000000000000000
2326
      0000000000000000000000000000000000000000000000000000000000000000
2279
      0000000000000000000000000000000000000000000000000000000000000000
2327
      0000000000000000000000000000000000000000000000000000000000000000
2280
      0000000000000000000000000000000000000000000000000000000000008080
2328
      0000000000000000000000000000000000000000000000000000000000008080
2281
      8000FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFFFF0000FFFF00FFFF
2329
      8000FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFFFF0000FFFF00FFFF
2282
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2330
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2283
      0000000000000000000000000000000000000000000000000000000000000000
2331
      0000000000000000000000000000000000000000000000000000000000000000
2284
      0000000000000000000000000000000000000000000000000000000000000000
2332
      0000000000000000000000000000000000000000000000000000000000000000
2285
      0000000000000000000000000000000000000000000000000000000000000000
2333
      0000000000000000000000000000000000000000000000000000000000000000
2286
      0000000000000000000000000000000000000000000000000000000000000000
2334
      0000000000000000000000000000000000000000000000000000000000000000
2287
      0000000000000000000000000000000000000000000000000000000000000000
2335
      0000000000000000000000000000000000000000000000000000000000000000
2288
      0000000000000000000000000000000000000000000000000000000000000000
2336
      0000000000000000000000000000000000000000000000000000000000000000
2289
      0000000000000000000000000000000000000000000000000000000000000000
2337
      0000000000000000000000000000000000000000000000000000000000000000
2290
      0000000000000000000000000000000000000000000000000000000000000000
2338
      0000000000000000000000000000000000000000000000000000000000000000
2291
      0000000000000000000000000000000000000000000000000000000000000000
2339
      0000000000000000000000000000000000000000000000000000000000000000
2292
      0000000000000000000000000000000000000000000000000000000000000000
2340
      0000000000000000000000000000000000000000000000000000000000000000
2293
      0000000000000000000000000000000000000000000000000000000000000000
2341
      0000000000000000000000000000000000000000000000000000000000000000
2294
      0000000000000000000000000000000000000000000000000000000000000000
2342
      0000000000000000000000000000000000000000000000000000000000000000
2295
      0000000000000000000000000000000000000000000000000000000000000000
2343
      0000000000000000000000000000000000000000000000000000000000000000
2296
      0000000000000000000000000000000000000000000000000000000000000000
2344
      0000000000000000000000000000000000000000000000000000000000000000
2297
      000080808000C0C0C000FF000000FFFFFF0000FFFF00FFFFFF00FF000000FF00
2345
      000080808000C0C0C000FF000000FFFFFF0000FFFF00FFFFFF00FF000000FF00
2298
      000000FFFF00C0C0C00000000000000000000000000000000000000000000000
2346
      000000FFFF00C0C0C00000000000000000000000000000000000000000000000
2299
      0000000000000000000000000000000000000000000000000000000000000000
2347
      0000000000000000000000000000000000000000000000000000000000000000
2300
      0000000000000000000000000000000000000000000000000000000000000000
2348
      0000000000000000000000000000000000000000000000000000000000000000
2301
      0000000000000000000000000000000000000000000000000000000000000000
2349
      0000000000000000000000000000000000000000000000000000000000000000
2302
      0000000000000000000000000000000000000000000000000000000000000000
2350
      0000000000000000000000000000000000000000000000000000000000000000
2303
      0000000000000000000000000000000000000000000000000000000000000000
2351
      0000000000000000000000000000000000000000000000000000000000000000
2304
      0000000000000000000000000000000000000000000000000000000000000000
2352
      0000000000000000000000000000000000000000000000000000000000000000
2305
      0000000000000000000000000000000000000000000000000000000000000000
2353
      0000000000000000000000000000000000000000000000000000000000000000
2306
      0000000000000000000000000000000000000000000000000000000000000000
2354
      0000000000000000000000000000000000000000000000000000000000000000
2307
      0000000000000000000000000000000000000000000000000000000000000000
2355
      0000000000000000000000000000000000000000000000000000000000000000
2308
      0000000000000000000000000000000000000000000000000000000000000000
2356
      0000000000000000000000000000000000000000000000000000000000000000
2309
      0000000000000000000000000000000000000000000000000000000000000000
2357
      0000000000000000000000000000000000000000000000000000000000000000
2310
      0000000000000000000000000000000000000000000000000000000000000000
2358
      0000000000000000000000000000000000000000000000000000000000000000
2311
      0000000000000000000000000000000000000000000000000000000000000000
2359
      0000000000000000000000000000000000000000000000000000000000000000
2312
      0000000000000000000000000000000000000000000000000000000000000000
2360
      0000000000000000000000000000000000000000000000000000000000000000
2313
      0000808080000000000000FFFF00FFFFFF00FF000000FF00000000FFFF00FFFF
2361
      0000808080000000000000FFFF00FFFFFF00FF000000FF00000000FFFF00FFFF
2314
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2362
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2315
      0000000000000000000000000000000000000000000000000000000000000000
2363
      0000000000000000000000000000000000000000000000000000000000000000
2316
      0000000000000000000000000000000000000000000000000000000000000000
2364
      0000000000000000000000000000000000000000000000000000000000000000
2317
      0000000000000000000000000000000000000000000000000000000000000000
2365
      0000000000000000000000000000000000000000000000000000000000000000
2318
      0000000000000000000000000000000000000000000000000000000000000000
2366
      0000000000000000000000000000000000000000000000000000000000000000
2319
      0000000000000000000000000000000000000000000000000000000000000000
2367
      0000000000000000000000000000000000000000000000000000000000000000
2320
      0000000000000000000000000000000000000000000000000000000000000000
2368
      0000000000000000000000000000000000000000000000000000000000000000
2321
      0000000000000000000000000000000000000000000000000000000000000000
2369
      0000000000000000000000000000000000000000000000000000000000000000
2322
      0000000000000000000000000000000000000000000000000000000000000000
2370
      0000000000000000000000000000000000000000000000000000000000000000
2323
      0000000000000000000000000000000000000000000000000000000000000000
2371
      0000000000000000000000000000000000000000000000000000000000000000
2324
      0000000000000000000000000000000000000000000000000000000000000000
2372
      0000000000000000000000000000000000000000000000000000000000000000
2325
      0000000000000000000000000000000000000000000000000000000000000000
2373
      0000000000000000000000000000000000000000000000000000000000000000
2326
      0000000000000000000000000000000000000000000000000000000000000000
2374
      0000000000000000000000000000000000000000000000000000000000000000
2327
      0000000000000000000000000000000000000000000000000000000000000000
2375
      0000000000000000000000000000000000000000000000000000000000000000
2328
      0000000000000000000000000000000000000000000000000000000000000000
2376
      0000000000000000000000000000000000000000000000000000000000000000
2329
      00000000000080808000C0C0C000FF00000000FFFF00FFFFFF00FFFFFF00FF00
2377
      00000000000080808000C0C0C000FF00000000FFFF00FFFFFF00FFFFFF00FF00
2330
      000000FFFF00C0C0C00000000000000000000000000000000000000000000000
2378
      000000FFFF00C0C0C00000000000000000000000000000000000000000000000
2331
      0000000000000000000000000000000000000000000000000000000000000000
2379
      0000000000000000000000000000000000000000000000000000000000000000
2332
      0000000000000000000000000000000000000000000000000000000000000000
2380
      0000000000000000000000000000000000000000000000000000000000000000
2333
      0000000000000000000000000000000000000000000000000000000000000000
2381
      0000000000000000000000000000000000000000000000000000000000000000
2334
      0000000000000000000000000000000000000000000000000000000000000000
2382
      0000000000000000000000000000000000000000000000000000000000000000
2335
      0000000000000000000000000000000000000000000000000000000000000000
2383
      0000000000000000000000000000000000000000000000000000000000000000
2336
      0000000000000000000000000000000000000000000000000000000000000000
2384
      0000000000000000000000000000000000000000000000000000000000000000
2337
      0000000000000000000000000000000000000000000000000000000000000000
2385
      0000000000000000000000000000000000000000000000000000000000000000
2338
      0000000000000000000000000000000000000000000000000000000000000000
2386
      0000000000000000000000000000000000000000000000000000000000000000
2339
      0000000000000000000000000000000000000000000000000000000000000000
2387
      0000000000000000000000000000000000000000000000000000000000000000
2340
      0000000000000000000000000000000000000000000000000000000000000000
2388
      0000000000000000000000000000000000000000000000000000000000000000
2341
      0000000000000000000000000000000000000000000000000000000000000000
2389
      0000000000000000000000000000000000000000000000000000000000000000
2342
      0000000000000000000000000000000000000000000000000000000000000000
2390
      0000000000000000000000000000000000000000000000000000000000000000
2343
      0000000000000000000000000000000000000000000000000000000000000000
2391
      0000000000000000000000000000000000000000000000000000000000000000
2344
      0000000000000000000000000000000000000000000000000000000000000000
2392
      0000000000000000000000000000000000000000000000000000000000000000
2345
      0000000000008080800000FFFF00FFFFFF00FFFFFF00FF000000FF000000FFFF
2393
      0000000000008080800000FFFF00FFFFFF00FFFFFF00FF000000FF000000FFFF
2346
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2394
      FF00FFFFFF00C0C0C00000000000000000000000000000000000000000000000
2347
      0000000000000000000000000000000000000000000000000000000000000000
2395
      0000000000000000000000000000000000000000000000000000000000000000
2348
      0000000000000000000000000000000000000000000000000000000000000000
2396
      0000000000000000000000000000000000000000000000000000000000000000
2349
      0000000000000000000000000000000000000000000000000000000000000000
2397
      0000000000000000000000000000000000000000000000000000000000000000
2350
      0000000000000000000000000000000000000000000000000000000000000000
2398
      0000000000000000000000000000000000000000000000000000000000000000
2351
      0000000000000000000000000000000000000000000000000000000000000000
2399
      0000000000000000000000000000000000000000000000000000000000000000
2352
      0000000000000000000000000000000000000000000000000000000000000000
2400
      0000000000000000000000000000000000000000000000000000000000000000
2353
      0000000000000000000000000000000000000000000000000000000000000000
2401
      0000000000000000000000000000000000000000000000000000000000000000
2354
      0000000000000000000000000000000000000000000000000000000000000000
2402
      0000000000000000000000000000000000000000000000000000000000000000
2355
      0000000000000000000000000000000000000000000000000000000000000000
2403
      0000000000000000000000000000000000000000000000000000000000000000
2356
      0000000000000000000000000000000000000000000000000000000000000000
2404
      0000000000000000000000000000000000000000000000000000000000000000
2357
      0000000000000000000000000000000000000000000000000000000000000000
2405
      0000000000000000000000000000000000000000000000000000000000000000
2358
      0000000000000000000000000000000000000000000000000000000000000000
2406
      0000000000000000000000000000000000000000000000000000000000000000
2359
      0000000000000000000000000000000000000000000000000000000000000000
2407
      0000000000000000000000000000000000000000000000000000000000000000
2360
      0000000000000000000000000000000000000000000000000000000000000000
2408
      0000000000000000000000000000000000000000000000000000000000000000
2361
      00000000000080808000FFFFFF00FF000000FF000000FFFFFF00FFFFFF00FFFF
2409
      00000000000080808000FFFFFF00FF000000FF000000FFFFFF00FFFFFF00FFFF
2362
      FF0000FFFF00C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2410
      FF0000FFFF00C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2363
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2411
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2364
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2412
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2365
      0000000000000000000000000000000000000000000000000000000000000000
2413
      0000000000000000000000000000000000000000000000000000000000000000
2366
      0000000000000000000000000000000000000000000000000000000000000000
2414
      0000000000000000000000000000000000000000000000000000000000000000
2367
      0000000000000000000000000000000000000000000000000000000000000000
2415
      0000000000000000000000000000000000000000000000000000000000000000
2368
      0000000000000000000000000000000000000000000000000000000000000000
2416
      0000000000000000000000000000000000000000000000000000000000000000
2369
      0000000000000000000000000000000000000000000000000000000000000000
2417
      0000000000000000000000000000000000000000000000000000000000000000
2370
      0000000000000000000000000000000000000000000000000000000000000000
2418
      0000000000000000000000000000000000000000000000000000000000000000
2371
      0000000000000000000000000000000000000000000000000000000000000000
2419
      0000000000000000000000000000000000000000000000000000000000000000
2372
      0000000000000000000000000000000000000000000000000000000000000000
2420
      0000000000000000000000000000000000000000000000000000000000000000
2373
      0000000000000000000000000000000000000000000000000000000000000000
2421
      0000000000000000000000000000000000000000000000000000000000000000
2374
      0000000000000000000000000000000000000000000000000000000000000000
2422
      0000000000000000000000000000000000000000000000000000000000000000
2375
      0000000000000000000000000000000000000000000000000000000000000000
2423
      0000000000000000000000000000000000000000000000000000000000000000
2376
      0000000000000000000000000000000000000000000000000000000000000000
2424
      0000000000000000000000000000000000000000000000000000000000000000
2377
      00000000000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FF000000FF00
2425
      00000000000080808000C0C0C000FFFFFF00FFFFFF00FFFFFF00FF000000FF00
2378
      0000FFFFFF00C0C0C00000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2426
      0000FFFFFF00C0C0C00000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2379
      FF00FFFFFF0000000000FFFFFF0080808000808080008080800080808000FFFF
2427
      FF00FFFFFF0000000000FFFFFF0080808000808080008080800080808000FFFF
2380
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2428
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2381
      0000000000000000000000000000000000000000000000000000000000000000
2429
      0000000000000000000000000000000000000000000000000000000000000000
2382
      0000000000000000000000000000000000000000000000000000000000000000
2430
      0000000000000000000000000000000000000000000000000000000000000000
2383
      0000000000000000000000000000000000000000000000000000000000000000
2431
      0000000000000000000000000000000000000000000000000000000000000000
2384
      0000000000000000000000000000000000000000000000000000000000000000
2432
      0000000000000000000000000000000000000000000000000000000000000000
2385
      0000000000000000000000000000000000000000000000000000000000000000
2433
      0000000000000000000000000000000000000000000000000000000000000000
2386
      0000000000000000000000000000000000000000000000000000000000000000
2434
      0000000000000000000000000000000000000000000000000000000000000000
2387
      0000000000000000000000000000000000000000000000000000000000000000
2435
      0000000000000000000000000000000000000000000000000000000000000000
2388
      0000000000000000000000000000000000000000000000000000000000000000
2436
      0000000000000000000000000000000000000000000000000000000000000000
2389
      0000000000000000000000000000000000000000000000000000000000000000
2437
      0000000000000000000000000000000000000000000000000000000000000000
2390
      0000000000000000000000000000000000000000000000000000000000000000
2438
      0000000000000000000000000000000000000000000000000000000000000000
2391
      0000000000000000000000000000000000000000000000000000000000000000
2439
      0000000000000000000000000000000000000000000000000000000000000000
2392
      0000000000000000000000000000000000000000000000000000000000000000
2440
      0000000000000000000000000000000000000000000000000000000000000000
2393
      00000000000080808000FFFFFF00FFFFFF00FF000000FF000000FFFFFF00FFFF
2441
      00000000000080808000FFFFFF00FFFFFF00FF000000FF000000FFFFFF00FFFF
2394
      FF0000FFFF00C0C0C00000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2442
      FF0000FFFF00C0C0C00000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2395
      FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2443
      FF000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2396
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2444
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2397
      0000000000000000000000000000000000000000000000000000000000000000
2445
      0000000000000000000000000000000000000000000000000000000000000000
2398
      0000000000000000000000000000000000000000000000000000000000000000
2446
      0000000000000000000000000000000000000000000000000000000000000000
2399
      0000000000000000000000000000000000000000000000000000000000000000
2447
      0000000000000000000000000000000000000000000000000000000000000000
2400
      0000000000000000000000000000000000000000000000000000000000000000
2448
      0000000000000000000000000000000000000000000000000000000000000000
2401
      0000000000000000000000000000000000000000000000000000000000000000
2449
      0000000000000000000000000000000000000000000000000000000000000000
2402
      0000000000000000000000000000000000000000000000000000000000000000
2450
      0000000000000000000000000000000000000000000000000000000000000000
2403
      0000000000000000000000000000000000000000000000000000000000000000
2451
      0000000000000000000000000000000000000000000000000000000000000000
2404
      0000000000000000000000000000000000000000000000000000000000000000
2452
      0000000000000000000000000000000000000000000000000000000000000000
2405
      0000000000000000000000000000000000000000000000000000000000000000
2453
      0000000000000000000000000000000000000000000000000000000000000000
2406
      0000000000000000000000000000000000000000000000000000000000000000
2454
      0000000000000000000000000000000000000000000000000000000000000000
2407
      0000000000000000000000000000000000000000000000000000000000000000
2455
      0000000000000000000000000000000000000000000000000000000000000000
2408
      0000000000000000000000000000000000000000000000000000000000000000
2456
      0000000000000000000000000000000000000000000000000000000000000000
2409
      0000000000008080800000FFFF00FF000000FFFFFF00FFFFFF0000FFFF00FF00
2457
      0000000000008080800000FFFF00FF000000FFFFFF00FFFFFF0000FFFF00FF00
2410
      0000FF000000FFFFFF008080800000000000FFFFFF00FFFFFF00000000000000
2458
      0000FF000000FFFFFF008080800000000000FFFFFF00FFFFFF00000000000000
2411
      0000C0C0C00000000000FFFFFF00FFFFFF00000000000000000000000000FFFF
2459
      0000C0C0C00000000000FFFFFF00FFFFFF00000000000000000000000000FFFF
2412
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2460
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2413
      0000000000000000000000000000000000000000000000000000000000000000
2461
      0000000000000000000000000000000000000000000000000000000000000000
2414
      0000000000000000000000000000000000000000000000000000000000000000
2462
      0000000000000000000000000000000000000000000000000000000000000000
2415
      0000000000000000000000000000000000000000000000000000000000000000
2463
      0000000000000000000000000000000000000000000000000000000000000000
2416
      0000000000000000000000000000000000000000000000000000000000000000
2464
      0000000000000000000000000000000000000000000000000000000000000000
2417
      0000000000000000000000000000000000000000000000000000000000000000
2465
      0000000000000000000000000000000000000000000000000000000000000000
2418
      0000000000000000000000000000000000000000000000000000000000000000
2466
      0000000000000000000000000000000000000000000000000000000000000000
2419
      0000000000000000000000000000000000000000000000000000000000000000
2467
      0000000000000000000000000000000000000000000000000000000000000000
2420
      0000000000000000000000000000000000000000000000000000000000000000
2468
      0000000000000000000000000000000000000000000000000000000000000000
2421
      0000000000000000000000000000000000000000000000000000000000000000
2469
      0000000000000000000000000000000000000000000000000000000000000000
2422
      0000000000000000000000000000000000000000000000000000000000000000
2470
      0000000000000000000000000000000000000000000000000000000000000000
2423
      0000000000000000000000000000000000000000000000000000000000000000
2471
      0000000000000000000000000000000000000000000000000000000000000000
2424
      0000000000000000000000000000000000000000000000000000000000000000
2472
      0000000000000000000000000000000000000000000000000000000000000000
2425
      00000000000080808000FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFF
2473
      00000000000080808000FFFFFF00FFFFFF0000FFFF00FF000000FF000000FFFF
2426
      FF0000FFFF00FFFFFF00FFFFFF00808080000000000000000000FFFFFF00FFFF
2474
      FF0000FFFF00FFFFFF00FFFFFF00808080000000000000000000FFFFFF00FFFF
2427
      FF00C0C0C00000000000FFFFFF0000008000000080000000FF0000008000FFFF
2475
      FF00C0C0C00000000000FFFFFF0000008000000080000000FF0000008000FFFF
2428
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2476
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2429
      0000000000000000000000000000000000000000000000000000000000000000
2477
      0000000000000000000000000000000000000000000000000000000000000000
2430
      0000000000000000000000000000000000000000000000000000000000000000
2478
      0000000000000000000000000000000000000000000000000000000000000000
2431
      0000000000000000000000000000000000000000000000000000000000000000
2479
      0000000000000000000000000000000000000000000000000000000000000000
2432
      0000000000000000000000000000000000000000000000000000000000000000
2480
      0000000000000000000000000000000000000000000000000000000000000000
2433
      0000000000000000000000000000000000000000000000000000000000000000
2481
      0000000000000000000000000000000000000000000000000000000000000000
2434
      0000000000000000000000000000000000000000000000000000000000000000
2482
      0000000000000000000000000000000000000000000000000000000000000000
2435
      0000000000000000000000000000000000000000000000000000000000000000
2483
      0000000000000000000000000000000000000000000000000000000000000000
2436
      0000000000000000000000000000000000000000000000000000000000000000
2484
      0000000000000000000000000000000000000000000000000000000000000000
2437
      0000000000000000000000000000000000000000000000000000000000000000
2485
      0000000000000000000000000000000000000000000000000000000000000000
2438
      0000000000000000000000000000000000000000000000000000000000000000
2486
      0000000000000000000000000000000000000000000000000000000000000000
2439
      0000000000000000000000000000000000000000000000000000000000000000
2487
      0000000000000000000000000000000000000000000000000000000000000000
2440
      0000000000000000000000000000000000000000000000000000000000000000
2488
      0000000000000000000000000000000000000000000000000000000000000000
2441
      0000000000008080800000FFFF00FF000000FF000000FFFFFF0000FFFF00FFFF
2489
      0000000000008080800000FFFF00FF000000FF000000FFFFFF0000FFFF00FFFF
2442
      FF00FF000000FF00000000FFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF
2490
      FF00FF000000FF00000000FFFF00FFFFFF0080808000FFFFFF00FFFFFF00FFFF
2443
      FF00C0C0C00000000000FFFFFF00FFFFFF000000FF00FFFF00000000FF00FFFF
2491
      FF00C0C0C00000000000FFFFFF00FFFFFF000000FF00FFFF00000000FF00FFFF
2444
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2492
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2445
      0000000000000000000000000000000000000000000000000000000000000000
2493
      0000000000000000000000000000000000000000000000000000000000000000
2446
      0000000000000000000000000000000000000000000000000000000000000000
2494
      0000000000000000000000000000000000000000000000000000000000000000
2447
      0000000000000000000000000000000000000000000000000000000000000000
2495
      0000000000000000000000000000000000000000000000000000000000000000
2448
      0000000000000000000000000000000000000000000000000000000000000000
2496
      0000000000000000000000000000000000000000000000000000000000000000
2449
      0000000000000000000000000000000000000000000000000000000000000000
2497
      0000000000000000000000000000000000000000000000000000000000000000
2450
      0000000000000000000000000000000000000000000000000000000000000000
2498
      0000000000000000000000000000000000000000000000000000000000000000
2451
      0000000000000000000000000000000000000000000000000000000000000000
2499
      0000000000000000000000000000000000000000000000000000000000000000
2452
      0000000000000000000000000000000000000000000000000000000000000000
2500
      0000000000000000000000000000000000000000000000000000000000000000
2453
      0000000000000000000000000000000000000000000000000000000000000000
2501
      0000000000000000000000000000000000000000000000000000000000000000
2454
      0000000000000000000000000000000000000000000000000000000000000000
2502
      0000000000000000000000000000000000000000000000000000000000000000
2455
      0000000000000000000000000000000000000000000000000000000000000000
2503
      0000000000000000000000000000000000000000000000000000000000000000
2456
      0000000000000000000000000000000000000000000000000000000000000000
2504
      0000000000000000000000000000000000000000000000000000000000000000
2457
      0000000000000000000080808000FFFFFF0000FFFF00FFFFFF00FF000000FF00
2505
      0000000000000000000080808000FFFFFF0000FFFF00FFFFFF00FF000000FF00
2458
      000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF0080808000808080008080
2506
      000000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF0080808000808080008080
2459
      800000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF00000000FF00FFFF
2507
      800000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF00000000FF00FFFF
2460
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2508
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2461
      0000000000000000000000000000000000000000000000000000000000000000
2509
      0000000000000000000000000000000000000000000000000000000000000000
2462
      0000000000000000000000000000000000000000000000000000000000000000
2510
      0000000000000000000000000000000000000000000000000000000000000000
2463
      0000000000000000000000000000000000000000000000000000000000000000
2511
      0000000000000000000000000000000000000000000000000000000000000000
2464
      0000000000000000000000000000000000000000000000000000000000000000
2512
      0000000000000000000000000000000000000000000000000000000000000000
2465
      0000000000000000000000000000000000000000000000000000000000000000
2513
      0000000000000000000000000000000000000000000000000000000000000000
2466
      0000000000000000000000000000000000000000000000000000000000000000
2514
      0000000000000000000000000000000000000000000000000000000000000000
2467
      0000000000000000000000000000000000000000000000000000000000000000
2515
      0000000000000000000000000000000000000000000000000000000000000000
2468
      0000000000000000000000000000000000000000000000000000000000000000
2516
      0000000000000000000000000000000000000000000000000000000000000000
2469
      0000000000000000000000000000000000000000000000000000000000000000
2517
      0000000000000000000000000000000000000000000000000000000000000000
2470
      0000000000000000000000000000000000000000000000000000000000000000
2518
      0000000000000000000000000000000000000000000000000000000000000000
2471
      0000000000000000000000000000000000000000000000000000000000000000
2519
      0000000000000000000000000000000000000000000000000000000000000000
2472
      0000000000000000000000000000000000000000000000000000000000000000
2520
      0000000000000000000000000000000000000000000000000000000000000000
2473
      0000000000000000000080808000FFFFFF00FF000000FF00000000FFFF00FFFF
2521
      0000000000000000000080808000FFFFFF00FF000000FF00000000FFFF00FFFF
2474
      FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C0008080
2522
      FF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C0008080
2475
      8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2523
      8000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2476
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2524
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2477
      0000000000000000000000000000000000000000000000000000000000000000
2525
      0000000000000000000000000000000000000000000000000000000000000000
2478
      0000000000000000000000000000000000000000000000000000000000000000
2526
      0000000000000000000000000000000000000000000000000000000000000000
2479
      0000000000000000000000000000000000000000000000000000000000000000
2527
      0000000000000000000000000000000000000000000000000000000000000000
2480
      0000000000000000000000000000000000000000000000000000000000000000
2528
      0000000000000000000000000000000000000000000000000000000000000000
2481
      0000000000000000000000000000000000000000000000000000000000000000
2529
      0000000000000000000000000000000000000000000000000000000000000000
2482
      0000000000000000000000000000000000000000000000000000000000000000
2530
      0000000000000000000000000000000000000000000000000000000000000000
2483
      0000000000000000000000000000000000000000000000000000000000000000
2531
      0000000000000000000000000000000000000000000000000000000000000000
2484
      0000000000000000000000000000000000000000000000000000000000000000
2532
      0000000000000000000000000000000000000000000000000000000000000000
2485
      0000000000000000000000000000000000000000000000000000000000000000
2533
      0000000000000000000000000000000000000000000000000000000000000000
2486
      0000000000000000000000000000000000000000000000000000000000000000
2534
      0000000000000000000000000000000000000000000000000000000000000000
2487
      0000000000000000000000000000000000000000000000000000000000000000
2535
      0000000000000000000000000000000000000000000000000000000000000000
2488
      0000000000000000000000000000000000000000000000000000000000000000
2536
      0000000000000000000000000000000000000000000000000000000000000000
2489
      00000000000000000000000000008080800000FFFF00FFFFFF00FFFFFF00FFFF
2537
      00000000000000000000000000008080800000FFFF00FFFFFF00FFFFFF00FFFF
2490
      FF0000FFFF00FFFFFF00FFFFFF00C0C0C0008080800080808000808080008080
2538
      FF0000FFFF00FFFFFF00FFFFFF00C0C0C0008080800080808000808080008080
2491
      8000FFFFFF00FFFFFF00FFFFFF0080808000808080008080800080808000FFFF
2539
      8000FFFFFF00FFFFFF00FFFFFF0080808000808080008080800080808000FFFF
2492
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2540
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2493
      0000000000000000000000000000000000000000000000000000000000000000
2541
      0000000000000000000000000000000000000000000000000000000000000000
2494
      0000000000000000000000000000000000000000000000000000000000000000
2542
      0000000000000000000000000000000000000000000000000000000000000000
2495
      0000000000000000000000000000000000000000000000000000000000000000
2543
      0000000000000000000000000000000000000000000000000000000000000000
2496
      0000000000000000000000000000000000000000000000000000000000000000
2544
      0000000000000000000000000000000000000000000000000000000000000000
2497
      0000000000000000000000000000000000000000000000000000000000000000
2545
      0000000000000000000000000000000000000000000000000000000000000000
2498
      0000000000000000000000000000000000000000000000000000000000000000
2546
      0000000000000000000000000000000000000000000000000000000000000000
2499
      0000000000000000000000000000000000000000000000000000000000000000
2547
      0000000000000000000000000000000000000000000000000000000000000000
2500
      0000000000000000000000000000000000000000000000000000000000000000
2548
      0000000000000000000000000000000000000000000000000000000000000000
2501
      0000000000000000000000000000000000000000000000000000000000000000
2549
      0000000000000000000000000000000000000000000000000000000000000000
2502
      0000000000000000000000000000000000000000000000000000000000000000
2550
      0000000000000000000000000000000000000000000000000000000000000000
2503
      0000000000000000000000000000000000000000000000000000000000000000
2551
      0000000000000000000000000000000000000000000000000000000000000000
2504
      0000000000000000000000000000000000000000000000000000000000000000
2552
      0000000000000000000000000000000000000000000000000000000000000000
2505
      000000000000000000000000000000000000808080008080800000FFFF00FFFF
2553
      000000000000000000000000000000000000808080008080800000FFFF00FFFF
2506
      FF00C0C0C000808080008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFF
2554
      FF00C0C0C000808080008080800080808000FFFFFF00FFFFFF00FFFFFF00FFFF
2507
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2555
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2508
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2556
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2509
      0000000000000000000000000000000000000000000000000000000000000000
2557
      0000000000000000000000000000000000000000000000000000000000000000
2510
      0000000000000000000000000000000000000000000000000000000000000000
2558
      0000000000000000000000000000000000000000000000000000000000000000
2511
      0000000000000000000000000000000000000000000000000000000000000000
2559
      0000000000000000000000000000000000000000000000000000000000000000
2512
      0000000000000000000000000000000000000000000000000000000000000000
2560
      0000000000000000000000000000000000000000000000000000000000000000
2513
      0000000000000000000000000000000000000000000000000000000000000000
2561
      0000000000000000000000000000000000000000000000000000000000000000
2514
      0000000000000000000000000000000000000000000000000000000000000000
2562
      0000000000000000000000000000000000000000000000000000000000000000
2515
      0000000000000000000000000000000000000000000000000000000000000000
2563
      0000000000000000000000000000000000000000000000000000000000000000
2516
      0000000000000000000000000000000000000000000000000000000000000000
2564
      0000000000000000000000000000000000000000000000000000000000000000
2517
      0000000000000000000000000000000000000000000000000000000000000000
2565
      0000000000000000000000000000000000000000000000000000000000000000
2518
      0000000000000000000000000000000000000000000000000000000000000000
2566
      0000000000000000000000000000000000000000000000000000000000000000
2519
      0000000000000000000000000000000000000000000000000000000000000000
2567
      0000000000000000000000000000000000000000000000000000000000000000
2520
      0000000000000000000000000000000000000000000000000000000000000000
2568
      0000000000000000000000000000000000000000000000000000000000000000
2521
      00000000000000000000000000000000000080808000C0C0C000808080008080
2569
      00000000000000000000000000000000000080808000C0C0C000808080008080
2522
      800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000008000
2570
      800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF0080000000800000008000
2523
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFF
2571
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000FFFF
2524
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2572
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2525
      0000000000000000000000000000000000000000000000000000000000000000
2573
      0000000000000000000000000000000000000000000000000000000000000000
2526
      0000000000000000000000000000000000000000000000000000000000000000
2574
      0000000000000000000000000000000000000000000000000000000000000000
2527
      0000000000000000000000000000000000000000000000000000000000000000
2575
      0000000000000000000000000000000000000000000000000000000000000000
2528
      0000000000000000000000000000000000000000000000000000000000000000
2576
      0000000000000000000000000000000000000000000000000000000000000000
2529
      0000000000000000000000000000000000000000000000000000000000000000
2577
      0000000000000000000000000000000000000000000000000000000000000000
2530
      0000000000000000000000000000000000000000000000000000000000000000
2578
      0000000000000000000000000000000000000000000000000000000000000000
2531
      0000000000000000000000000000000000000000000000000000000000000000
2579
      0000000000000000000000000000000000000000000000000000000000000000
2532
      0000000000000000000000000000000000000000000000000000000000000000
2580
      0000000000000000000000000000000000000000000000000000000000000000
2533
      0000000000000000000000000000000000000000000000000000000000000000
2581
      0000000000000000000000000000000000000000000000000000000000000000
2534
      0000000000000000000000000000000000000000000000000000000000000000
2582
      0000000000000000000000000000000000000000000000000000000000000000
2535
      0000000000000000000000000000000000000000000000000000000000000000
2583
      0000000000000000000000000000000000000000000000000000000000000000
2536
      0000000000000000000000000000000000000000000000000000000000000000
2584
      0000000000000000000000000000000000000000000000000000000000000000
2537
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2585
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2538
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008000
2586
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080000080800000808000008000
2539
      0000FFFFFF00FFFFFF00FFFFFF00FF00FF00FF00FF00FF00FF0000000000FFFF
2587
      0000FFFFFF00FFFFFF00FFFFFF00FF00FF00FF00FF00FF00FF0000000000FFFF
2540
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2588
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2541
      0000000000000000000000000000000000000000000000000000000000000000
2589
      0000000000000000000000000000000000000000000000000000000000000000
2542
      0000000000000000000000000000000000000000000000000000000000000000
2590
      0000000000000000000000000000000000000000000000000000000000000000
2543
      0000000000000000000000000000000000000000000000000000000000000000
2591
      0000000000000000000000000000000000000000000000000000000000000000
2544
      0000000000000000000000000000000000000000000000000000000000000000
2592
      0000000000000000000000000000000000000000000000000000000000000000
2545
      0000000000000000000000000000000000000000000000000000000000000000
2593
      0000000000000000000000000000000000000000000000000000000000000000
2546
      0000000000000000000000000000000000000000000000000000000000000000
2594
      0000000000000000000000000000000000000000000000000000000000000000
2547
      0000000000000000000000000000000000000000000000000000000000000000
2595
      0000000000000000000000000000000000000000000000000000000000000000
2548
      0000000000000000000000000000000000000000000000000000000000000000
2596
      0000000000000000000000000000000000000000000000000000000000000000
2549
      0000000000000000000000000000000000000000000000000000000000000000
2597
      0000000000000000000000000000000000000000000000000000000000000000
2550
      0000000000000000000000000000000000000000000000000000000000000000
2598
      0000000000000000000000000000000000000000000000000000000000000000
2551
      0000000000000000000000000000000000000000000000000000000000000000
2599
      0000000000000000000000000000000000000000000000000000000000000000
2552
      0000000000000000000000000000000000000000000000000000000000000000
2600
      0000000000000000000000000000000000000000000000000000000000000000
2553
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2601
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2554
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080800000FFFF00008080
2602
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0080800000FFFF00008080
2555
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00FF0000FFFF00FF00FF00FFFF
2603
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00FF0000FFFF00FF00FF00FFFF
2556
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2604
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2557
      0000000000000000000000000000000000000000000000000000000000000000
2605
      0000000000000000000000000000000000000000000000000000000000000000
2558
      0000000000000000000000000000000000000000000000000000000000000000
2606
      0000000000000000000000000000000000000000000000000000000000000000
2559
      0000000000000000000000000000000000000000000000000000000000000000
2607
      0000000000000000000000000000000000000000000000000000000000000000
2560
      0000000000000000000000000000000000000000000000000000000000000000
2608
      0000000000000000000000000000000000000000000000000000000000000000
2561
      0000000000000000000000000000000000000000000000000000000000000000
2609
      0000000000000000000000000000000000000000000000000000000000000000
2562
      0000000000000000000000000000000000000000000000000000000000000000
2610
      0000000000000000000000000000000000000000000000000000000000000000
2563
      0000000000000000000000000000000000000000000000000000000000000000
2611
      0000000000000000000000000000000000000000000000000000000000000000
2564
      0000000000000000000000000000000000000000000000000000000000000000
2612
      0000000000000000000000000000000000000000000000000000000000000000
2565
      0000000000000000000000000000000000000000000000000000000000000000
2613
      0000000000000000000000000000000000000000000000000000000000000000
2566
      0000000000000000000000000000000000000000000000000000000000000000
2614
      0000000000000000000000000000000000000000000000000000000000000000
2567
      0000000000000000000000000000000000000000000000000000000000000000
2615
      0000000000000000000000000000000000000000000000000000000000000000
2568
      0000000000000000000000000000000000000000000000000000000000000000
2616
      0000000000000000000000000000000000000000000000000000000000000000
2569
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2617
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2570
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080
2618
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00808000008080
2571
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00FF00FF00FF00FFFF
2619
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00FF00FF00FF00FFFF
2572
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2620
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2573
      0000000000000000000000000000000000000000000000000000000000000000
2621
      0000000000000000000000000000000000000000000000000000000000000000
2574
      0000000000000000000000000000000000000000000000000000000000000000
2622
      0000000000000000000000000000000000000000000000000000000000000000
2575
      0000000000000000000000000000000000000000000000000000000000000000
2623
      0000000000000000000000000000000000000000000000000000000000000000
2576
      0000000000000000000000000000000000000000000000000000000000000000
2624
      0000000000000000000000000000000000000000000000000000000000000000
2577
      0000000000000000000000000000000000000000000000000000000000000000
2625
      0000000000000000000000000000000000000000000000000000000000000000
2578
      0000000000000000000000000000000000000000000000000000000000000000
2626
      0000000000000000000000000000000000000000000000000000000000000000
2579
      0000000000000000000000000000000000000000000000000000000000000000
2627
      0000000000000000000000000000000000000000000000000000000000000000
2580
      0000000000000000000000000000000000000000000000000000000000000000
2628
      0000000000000000000000000000000000000000000000000000000000000000
2581
      0000000000000000000000000000000000000000000000000000000000000000
2629
      0000000000000000000000000000000000000000000000000000000000000000
2582
      0000000000000000000000000000000000000000000000000000000000000000
2630
      0000000000000000000000000000000000000000000000000000000000000000
2583
      0000000000000000000000000000000000000000000000000000000000000000
2631
      0000000000000000000000000000000000000000000000000000000000000000
2584
      0000000000000000000000000000000000000000000000000000000000000000
2632
      0000000000000000000000000000000000000000000000000000000000000000
2585
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2633
      00000000000000000000000000000000000080808000C0C0C000FFFFFF00FFFF
2586
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2634
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2587
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2635
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
2588
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2636
      FF00FFFFFF00FFFFFF00C0C0C000000000000000000000000000000000000000
2589
      0000000000000000000000000000000000000000000000000000000000000000
2637
      0000000000000000000000000000000000000000000000000000000000000000
2590
      0000000000000000000000000000000000000000000000000000000000000000
2638
      0000000000000000000000000000000000000000000000000000000000000000
2591
      0000000000000000000000000000000000000000000000000000000000000000
2639
      0000000000000000000000000000000000000000000000000000000000000000
2592
      0000000000000000000000000000000000000000000000000000000000000000
2640
      0000000000000000000000000000000000000000000000000000000000000000
2593
      0000000000000000000000000000000000000000000000000000000000000000
2641
      0000000000000000000000000000000000000000000000000000000000000000
2594
      0000000000000000000000000000000000000000000000000000000000000000
2642
      0000000000000000000000000000000000000000000000000000000000000000
2595
      0000000000000000000000000000000000000000000000000000000000000000
2643
      0000000000000000000000000000000000000000000000000000000000000000
2596
      0000000000000000000000000000000000000000000000000000000000000000
2644
      0000000000000000000000000000000000000000000000000000000000000000
2597
      0000000000000000000000000000000000000000000000000000000000000000
2645
      0000000000000000000000000000000000000000000000000000000000000000
2598
      0000000000000000000000000000000000000000000000000000000000000000
2646
      0000000000000000000000000000000000000000000000000000000000000000
2599
      0000000000000000000000000000000000000000000000000000000000000000
2647
      0000000000000000000000000000000000000000000000000000000000000000
2600
      0000000000000000000000000000000000000000000000000000000000000000
2648
      0000000000000000000000000000000000000000000000000000000000000000
2601
      00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0
2649
      00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0
2602
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2650
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2603
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2651
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2604
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2652
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2605
      0000000000000000000000000000000000000000000000000000000000000000
2653
      0000000000000000000000000000000000000000000000000000000000000000
2606
      0000000000000000000000000000000000000000000000000000000000000000
2654
      0000000000000000000000000000000000000000000000000000000000000000
2607
      0000000000000000000000000000000000000000000000000000000000000000
2655
      0000000000000000000000000000000000000000000000000000000000000000
2608
      0000000000000000000000000000000000000000000000000000000000000000
2656
      0000000000000000000000000000000000000000000000000000000000000000
2609
      0000000000000000000000000000000000000000000000000000000000000000
2657
      0000000000000000000000000000000000000000000000000000000000000000
2610
      0000000000000000000000000000000000000000000000000000000000000000
2658
      0000000000000000000000000000000000000000000000000000000000000000
2611
      0000000000000000000000000000000000000000000000000000000000000000
2659
      0000000000000000000000000000000000000000000000000000000000000000
2612
      0000000000000000000000000000000000000000000000000000000000000000
2660
      0000000000000000000000000000000000000000000000000000000000000000
2613
      0000000000000000000000000000000000000000000000000000000000000000
2661
      0000000000000000000000000000000000000000000000000000000000000000
2614
      0000000000000000000000000000000000000000000000000000000000000000
2662
      0000000000000000000000000000000000000000000000000000000000000000
2615
      0000000000000000000000000000000000000000000000000000000000000000
2663
      0000000000000000000000000000000000000000000000000000000000000000
2616
      0000000000000000000000000000000000000000000000000000000000000000
2664
      0000000000000000000000000000000000000000000000000000000000000000
2617
      00000000000000000000000000000000000080808000C0C0C000800000008000
2665
      00000000000000000000000000000000000080808000C0C0C000800000008000
2618
      0000800000008000000080000000800000008000000080000000800000008000
2666
      0000800000008000000080000000800000008000000080000000800000008000
2619
      0000800000008000000080000000800000008000000080000000800000008000
2667
      0000800000008000000080000000800000008000000080000000800000008000
2620
      00008000000080000000C0C0C000000000000000000000000000000000000000
2668
      00008000000080000000C0C0C000000000000000000000000000000000000000
2621
      0000000000000000000000000000000000000000000000000000000000000000
2669
      0000000000000000000000000000000000000000000000000000000000000000
2622
      0000000000000000000000000000000000000000000000000000000000000000
2670
      0000000000000000000000000000000000000000000000000000000000000000
2623
      0000000000000000000000000000000000000000000000000000000000000000
2671
      0000000000000000000000000000000000000000000000000000000000000000
2624
      0000000000000000000000000000000000000000000000000000000000000000
2672
      0000000000000000000000000000000000000000000000000000000000000000
2625
      0000000000000000000000000000000000000000000000000000000000000000
2673
      0000000000000000000000000000000000000000000000000000000000000000
2626
      0000000000000000000000000000000000000000000000000000000000000000
2674
      0000000000000000000000000000000000000000000000000000000000000000
2627
      0000000000000000000000000000000000000000000000000000000000000000
2675
      0000000000000000000000000000000000000000000000000000000000000000
2628
      0000000000000000000000000000000000000000000000000000000000000000
2676
      0000000000000000000000000000000000000000000000000000000000000000
2629
      0000000000000000000000000000000000000000000000000000000000000000
2677
      0000000000000000000000000000000000000000000000000000000000000000
2630
      0000000000000000000000000000000000000000000000000000000000000000
2678
      0000000000000000000000000000000000000000000000000000000000000000
2631
      0000000000000000000000000000000000000000000000000000000000000000
2679
      0000000000000000000000000000000000000000000000000000000000000000
2632
      0000000000000000000000000000000000000000000000000000000000000000
2680
      0000000000000000000000000000000000000000000000000000000000000000
2633
      00000000000000000000000000000000000080808000C0C0C000800000008000
2681
      00000000000000000000000000000000000080808000C0C0C000800000008000
2634
      0000800000008000000080000000800000008000000080000000800000008000
2682
      0000800000008000000080000000800000008000000080000000800000008000
2635
      0000800000008000000080000000800000008000000080000000800000008000
2683
      0000800000008000000080000000800000008000000080000000800000008000
2636
      00008000000080000000C0C0C000000000000000000000000000000000000000
2684
      00008000000080000000C0C0C000000000000000000000000000000000000000
2637
      0000000000000000000000000000000000000000000000000000000000000000
2685
      0000000000000000000000000000000000000000000000000000000000000000
2638
      0000000000000000000000000000000000000000000000000000000000000000
2686
      0000000000000000000000000000000000000000000000000000000000000000
2639
      0000000000000000000000000000000000000000000000000000000000000000
2687
      0000000000000000000000000000000000000000000000000000000000000000
2640
      0000000000000000000000000000000000000000000000000000000000000000
2688
      0000000000000000000000000000000000000000000000000000000000000000
2641
      0000000000000000000000000000000000000000000000000000000000000000
2689
      0000000000000000000000000000000000000000000000000000000000000000
2642
      0000000000000000000000000000000000000000000000000000000000000000
2690
      0000000000000000000000000000000000000000000000000000000000000000
2643
      0000000000000000000000000000000000000000000000000000000000000000
2691
      0000000000000000000000000000000000000000000000000000000000000000
2644
      0000000000000000000000000000000000000000000000000000000000000000
2692
      0000000000000000000000000000000000000000000000000000000000000000
2645
      0000000000000000000000000000000000000000000000000000000000000000
2693
      0000000000000000000000000000000000000000000000000000000000000000
2646
      0000000000000000000000000000000000000000000000000000000000000000
2694
      0000000000000000000000000000000000000000000000000000000000000000
2647
      0000000000000000000000000000000000000000000000000000000000000000
2695
      0000000000000000000000000000000000000000000000000000000000000000
2648
      0000000000000000000000000000000000000000000000000000000000000000
2696
      0000000000000000000000000000000000000000000000000000000000000000
2649
      00000000000000000000000000000000000080808000C0C0C000800000008000
2697
      00000000000000000000000000000000000080808000C0C0C000800000008000
2650
      0000800000008000000080000000800000008000000080000000800000008000
2698
      0000800000008000000080000000800000008000000080000000800000008000
2651
      0000800000008000000080000000800000008000000080000000800000008000
2699
      0000800000008000000080000000800000008000000080000000800000008000
2652
      00008000000080000000C0C0C000000000000000000000000000000000000000
2700
      00008000000080000000C0C0C000000000000000000000000000000000000000
2653
      0000000000000000000000000000000000000000000000000000000000000000
2701
      0000000000000000000000000000000000000000000000000000000000000000
2654
      0000000000000000000000000000000000000000000000000000000000000000
2702
      0000000000000000000000000000000000000000000000000000000000000000
2655
      0000000000000000000000000000000000000000000000000000000000000000
2703
      0000000000000000000000000000000000000000000000000000000000000000
2656
      0000000000000000000000000000000000000000000000000000000000000000
2704
      0000000000000000000000000000000000000000000000000000000000000000
2657
      0000000000000000000000000000000000000000000000000000000000000000
2705
      0000000000000000000000000000000000000000000000000000000000000000
2658
      0000000000000000000000000000000000000000000000000000000000000000
2706
      0000000000000000000000000000000000000000000000000000000000000000
2659
      0000000000000000000000000000000000000000000000000000000000000000
2707
      0000000000000000000000000000000000000000000000000000000000000000
2660
      0000000000000000000000000000000000000000000000000000000000000000
2708
      0000000000000000000000000000000000000000000000000000000000000000
2661
      0000000000000000000000000000000000000000000000000000000000000000
2709
      0000000000000000000000000000000000000000000000000000000000000000
2662
      0000000000000000000000000000000000000000000000000000000000000000
2710
      0000000000000000000000000000000000000000000000000000000000000000
2663
      0000000000000000000000000000000000000000000000000000000000000000
2711
      0000000000000000000000000000000000000000000000000000000000000000
2664
      0000000000000000000000000000000000000000000000000000000000000000
2712
      0000000000000000000000000000000000000000000000000000000000000000
2665
      00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0
2713
      00000000000000000000000000000000000080808000C0C0C000C0C0C000C0C0
2666
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2714
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2667
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2715
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
2668
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2716
      C000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
2669
      0000000000000000000000000000000000000000000000000000000000000000
2717
      0000000000000000000000000000000000000000000000000000000000000000
2670
      0000000000000000000000000000000000000000000000000000000000000000
2718
      0000000000000000000000000000000000000000000000000000000000000000
2671
      0000000000000000000000000000000000000000000000000000000000000000
2719
      0000000000000000000000000000000000000000000000000000000000000000
2672
      0000000000000000000000000000000000000000000000000000000000000000
2720
      0000000000000000000000000000000000000000000000000000000000000000
2673
      0000000000000000000000000000000000000000000000000000000000000000
2721
      0000000000000000000000000000000000000000000000000000000000000000
2674
      0000000000000000000000000000000000000000000000000000000000000000
2722
      0000000000000000000000000000000000000000000000000000000000000000
2675
      0000000000000000000000000000000000000000000000000000000000000000
2723
      0000000000000000000000000000000000000000000000000000000000000000
2676
      0000000000000000000000000000000000000000000000000000000000000000
2724
      0000000000000000000000000000000000000000000000000000000000000000
2677
      0000000000000000000000000000000000000000000000000000000000000000
2725
      0000000000000000000000000000000000000000000000000000000000000000
2678
      0000000000000000000000000000000000000000000000000000000000000000
2726
      0000000000000000000000000000000000000000000000000000000000000000
2679
      0000000000000000000000000000000000000000000000000000000000000000
2727
      0000000000000000000000000000000000000000000000000000000000000000
2680
      0000000000000000000000000000000000000000000000000000000000000000
2728
      0000000000000000000000000000000000000000000000000000000000000000
2681
      0000000000000000000000000000000000008080800080808000808080008080
2729
      0000000000000000000000000000000000008080800080808000808080008080
2682
      8000808080008080800080808000808080008080800080808000808080008080
2730
      8000808080008080800080808000808080008080800080808000808080008080
2683
      8000808080008080800080808000808080008080800080808000808080008080
2731
      8000808080008080800080808000808080008080800080808000808080008080
2684
      8000808080008080800080808000000000000000000000000000000000000000
2732
      8000808080008080800080808000000000000000000000000000000000000000
2685
      0000000000000000000000000000000000000000000000000000000000000000
2733
      0000000000000000000000000000000000000000000000000000000000000000
2686
      0000000000000000000000000000000000000000000000000000000000000000
2734
      0000000000000000000000000000000000000000000000000000000000000000
2687
      0000000000000000000000000000000000000000000000000000000000000000
2735
      0000000000000000000000000000000000000000000000000000000000000000
2688
      0000000000000000000000000000000000000000000000000000000000000000
2736
      0000000000000000000000000000000000000000000000000000000000000000
2689
      0000000000000000000000000000000000000000000000000000000000000000
2737
      0000000000000000000000000000000000000000000000000000000000000000
2690
      0000000000000000000000000000000000000000000000000000000000000000
2738
      0000000000000000000000000000000000000000000000000000000000000000
2691
      0000000000000000000000000000000000000000000000000000000000000000
2739
      0000000000000000000000000000000000000000000000000000000000000000
2692
      0000000000000000000000000000000000000000000000000000000000000000
2740
      0000000000000000000000000000000000000000000000000000000000000000
2693
      0000000000000000000000000000000000000000000000000000000000000000
2741
      0000000000000000000000000000000000000000000000000000000000000000
2694
      0000000000000000000000000000000000000000000000000000000000000000
2742
      0000000000000000000000000000000000000000000000000000000000000000
2695
      0000000000000000000000000000000000000000000000000000000000000000
2743
      0000000000000000000000000000000000000000000000000000000000000000
2696
      000000000000000000000000000000000000424D3E000000000000003E000000
2744
      000000000000000000000000000000000000424D3E000000000000003E000000
2697
      2800000080000000200000000100010000000000000200000000000000000000
2745
      2800000080000000200000000100010000000000000200000000000000000000
2698
      000000000000000000000000FFFFFF00FF3FFFFF000000000000000000000000
2746
      000000000000000000000000FFFFFF00FF3FFFFF000000000000000000000000
2699
      FC0FFFFF000000000000000000000000F007FFFF000000000000000000000000
2747
      FC0FFFFF000000000000000000000000F007FFFF000000000000000000000000
2700
      C003FFFF0000000000000000000000000003FFFF000000000000000000000000
2748
      C003FFFF0000000000000000000000000003FFFF000000000000000000000000
2701
      C001FFFF000000000000000000000000E001FFFF000000000000000000000000
2749
      C001FFFF000000000000000000000000E001FFFF000000000000000000000000
2702
      F001FFFF000000000000000000000000F401FFFF000000000000000000000000
2750
      F001FFFF000000000000000000000000F401FFFF000000000000000000000000
2703
      F801FFFF000000000000000000000000F8000000000000000000000000000000
2751
      F801FFFF000000000000000000000000F8000000000000000000000000000000
2704
      F8000000000000000000000000000000F8000000000000000000000000000000
2752
      F8000000000000000000000000000000F8000000000000000000000000000000
2705
      F8000000000000000000000000000000F8000000000000000000000000000000
2753
      F8000000000000000000000000000000F8000000000000000000000000000000
2706
      F8000000000000000000000000000000F8000000000000000000000000000000
2754
      F8000000000000000000000000000000F8000000000000000000000000000000
2707
      FC000000000000000000000000000000FC000000000000000000000000000000
2755
      FC000000000000000000000000000000FC000000000000000000000000000000
2708
      FE000000000000000000000000000000FF000000000000000000000000000000
2756
      FE000000000000000000000000000000FF000000000000000000000000000000
2709
      FF000000000000000000000000000000FF000000000000000000000000000000
2757
      FF000000000000000000000000000000FF000000000000000000000000000000
2710
      FF000000000000000000000000000000FF000000000000000000000000000000
2758
      FF000000000000000000000000000000FF000000000000000000000000000000
2711
      FF000000000000000000000000000000FF000000000000000000000000000000
2759
      FF000000000000000000000000000000FF000000000000000000000000000000
2712
      FF000000000000000000000000000000FF000000000000000000000000000000
2760
      FF000000000000000000000000000000FF000000000000000000000000000000
2713
      FF000000000000000000000000000000FF000000000000000000000000000000
2761
      FF000000000000000000000000000000FF000000000000000000000000000000
2714
      FF00000000000000000000000000000000000000000000000000000000000000
2762
      FF00000000000000000000000000000000000000000000000000000000000000
2715
      000000000000}
2763
      000000000000}
2716
  end
2764
  end
2717
  object SaveDialog1: TSaveDialog
2765
  object SaveDialog1: TSaveDialog
2718
    DefaultExt = '.ini'
2766
    DefaultExt = '.ini'
2719
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2767
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2720
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
2768
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
2721
    Left = 488
2769
    Left = 488
2722
    Top = 32
2770
    Top = 32
2723
  end
2771
  end
2724
  object TasksPopupMenu: TPopupMenu
2772
  object TasksPopupMenu: TPopupMenu
2725
    OnPopup = TasksPopupMenuPopup
2773
    OnPopup = TasksPopupMenuPopup
2726
    Left = 456
2774
    Left = 456
2727
    Top = 32
2775
    Top = 32
2728
    object Run1: TMenuItem
2776
    object Run1: TMenuItem
2729
      Caption = 'Run'
2777
      Caption = 'Run'
2730
      Default = True
2778
      Default = True
2731
      OnClick = Run1Click
2779
      OnClick = Run1Click
2732
    end
2780
    end
2733
    object Properties1: TMenuItem
2781
    object Properties1: TMenuItem
2734
      Caption = 'Properties'
2782
      Caption = 'Properties'
2735
      OnClick = Properties1Click
2783
      OnClick = Properties1Click
2736
    end
2784
    end
2737
  end
2785
  end
2738
  object IdentificationsPopupMenu: TPopupMenu
2786
  object IdentificationsPopupMenu: TPopupMenu
2739
    OnPopup = IdentificationsPopupMenuPopup
2787
    OnPopup = IdentificationsPopupMenuPopup
2740
    Left = 424
2788
    Left = 424
2741
    Top = 32
2789
    Top = 32
2742
    object CopyTaskDefinitionExample1: TMenuItem
2790
    object CopyTaskDefinitionExample1: TMenuItem
2743
      Caption = 'Copy Task Definition Example to Clipboard'
2791
      Caption = 'Copy Task Definition Example to Clipboard'
2744
      OnClick = CopyTaskDefinitionExample1Click
2792
      OnClick = CopyTaskDefinitionExample1Click
2745
    end
2793
    end
2746
  end
2794
  end
2747
  object LoadedPluginsPopupMenu: TPopupMenu
2795
  object LoadedPluginsPopupMenu: TPopupMenu
2748
    OnPopup = LoadedPluginsPopupMenuPopup
2796
    OnPopup = LoadedPluginsPopupMenuPopup
2749
    Left = 392
2797
    Left = 392
2750
    Top = 32
2798
    Top = 32
2751
    object MenuItem1: TMenuItem
2799
    object MenuItem1: TMenuItem
2752
      Caption = 'Copy status code to Clipboard'
2800
      Caption = 'Copy status code to Clipboard'
2753
      OnClick = MenuItem1Click
2801
      OnClick = MenuItem1Click
2754
    end
2802
    end
2755
  end
2803
  end
2756
end
2804
end