summaryrefslogtreecommitdiff
path: root/fpcdocs/pics/idewin.eps
blob: b0f1ef74f483967fb552da2dee1df7306d02ddd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (idewin.eps)
%%CreationDate: (Sun Nov 12 11:15:00 2000)
%%BoundingBox: 0 0 725 305
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 0
%%EndComments

%%BeginDefaults
%%PageOrientation: Portrait
%%EndDefaults

%%BeginProlog
%
% Display a color image.  The image is displayed in color on
% Postscript viewers or printers that support color, otherwise
% it is displayed as grayscale.
%
/buffer 512 string def
/byte 1 string def
/color_packet 3 string def
/pixels 768 string def

/DirectClassPacket
{
  %
  % Get a DirectClass packet.
  %
  % Parameters:
  %   red.
  %   green.
  %   blue.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  compression 0 gt
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/DirectClassImage
{
  %
  % Display a DirectClass image.
  %
  systemdict /colorimage known
  {
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { DirectClassPacket } false 3 colorimage
  }
  {
    %
    % No colorimage operator;  convert to grayscale.
    %
    columns rows 8
    [
      columns 0 0
      rows neg 0 rows
    ]
    { GrayDirectClassPacket } image
  } ifelse
} bind def

/GrayDirectClassPacket
{
  %
  % Get a DirectClass packet;  convert to grayscale.
  %
  % Parameters:
  %   red
  %   green
  %   blue
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile color_packet readhexstring pop pop
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 gt
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/GrayPseudoClassPacket
{
  %
  % Get a PseudoClass packet;  convert to grayscale.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  color_packet 0 get 0.299 mul
  color_packet 1 get 0.587 mul add
  color_packet 2 get 0.114 mul add
  cvi
  /gray_packet exch def
  compression 0 gt
  {
    /number_pixels 1 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add def
  } ifelse
  0 1 number_pixels 1 sub
  {
    pixels exch gray_packet put
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassPacket
{
  %
  % Get a PseudoClass packet.
  %
  % Parameters:
  %   index: index into the colormap.
  %   length: number of pixels minus one of this color (optional).
  %
  currentfile byte readhexstring pop 0 get
  /offset exch 3 mul def
  /color_packet colormap offset 3 getinterval def
  compression 0 gt
  {
    /number_pixels 3 def
  }
  {
    currentfile byte readhexstring pop 0 get
    /number_pixels exch 1 add 3 mul def
  } ifelse
  0 3 number_pixels 1 sub
  {
    pixels exch color_packet putinterval
  } for
  pixels 0 number_pixels getinterval
} bind def

/PseudoClassImage
{
  %
  % Display a PseudoClass image.
  %
  % Parameters:
  %   class: 0-PseudoClass or 1-Grayscale.
  %
  currentfile buffer readline pop
  token pop /class exch def pop
  class 0 gt
  {
    currentfile buffer readline pop
    token pop /depth exch def pop
    /grays columns 8 add depth sub depth mul 8 idiv string def
    columns rows depth
    [
      columns 0 0
      rows neg 0 rows
    ]
    { currentfile grays readhexstring pop } image
  }
  {
    %
    % Parameters:
    %   colors: number of colors in the colormap.
    %   colormap: red, green, blue color packets.
    %
    currentfile buffer readline pop
    token pop /colors exch def pop
    /colors colors 3 mul def
    /colormap colors string def
    currentfile colormap readhexstring pop pop
    systemdict /colorimage known
    {
      columns rows 8
      [
        columns 0 0
        rows neg 0 rows
      ]
      { PseudoClassPacket } false 3 colorimage
    }
    {
      %
      % No colorimage operator;  convert to grayscale.
      %
      columns rows 8
      [
        columns 0 0
        rows neg 0 rows
      ]
      { GrayPseudoClassPacket } image
    } ifelse
  } ifelse
} bind def

/DisplayImage
{
  %
  % Display a DirectClass or PseudoClass image.
  %
  % Parameters:
  %   x & y translation.
  %   x & y scale.
  %   label pointsize.
  %   image label.
  %   image columns & rows.
  %   class: 0-DirectClass or 1-PseudoClass.
  %   compression: 0-RunlengthEncodedCompression or 1-NoCompression.
  %   hex color packets.
  %
  gsave
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  x y translate
  currentfile buffer readline pop
  token pop /x exch def
  token pop /y exch def pop
  currentfile buffer readline pop
  token pop /pointsize exch def pop
  /Helvetica findfont pointsize scalefont setfont
  x y scale
  currentfile buffer readline pop
  token pop /columns exch def
  token pop /rows exch def pop
  currentfile buffer readline pop
  token pop /class exch def pop
  currentfile buffer readline pop
  token pop /compression exch def pop
  class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
  grestore
} bind def
%%EndProlog
%%Page:  1 1
%%PageBoundingBox: 0 0 726 306
userdict begin
%%BeginData:
DisplayImage
0 0
726 306
12.000000
726 306
1
0
0
16
000099
009999
ffffff
66ff66
c9c9c9
6666cc
9999cc
006699
336666
339966
33cc66
000000
000000
000000
000000
000000
001a0204000e020400ff00ff006f0204000e02040018001a0204000e020400ff003a0600
02020600000605000600020000ff000f0500060002000012020400060901000502040018
001a02010014020100ff003906000204060000030600020300ff000d0600020300120201
0008080003010800000702010018001a02010014020100ff003805000201050000000500
020105000002060005000000020100ff000d060005000000020100120201000708000303
0800000602010018001a0201000503080005020100f60201000006000201040005000004
040002020400000302010000060002010400050000030600040002020400050000010201
000004000200050000000400020006000003060004000201040005000002040002000600
000206000200040000050201000f02010000060002010400050000030600040002020400
05000003060002020400060000e302010012020100070a000800030108000a0000060201
0018001a0201000503080005020100f60201040002030400000304000204040000020201
040002030400000302050400000102010400020104010202000204000205050000010400
02000500000205000200040000050201000f020104000204050000020205040000020400
020500e30201001202010009030100080201001800030212000302010005030800050201
000302e6000b020205000000060002010002060002000400050000000500040002000600
000102020500000006000201000706000201000102010400050002010400050002010001
06000200040005000001040002000400000102010004020100050201000f020206000001
040002000400000606000201000202010500000105000600000d02d0000402010003020a
000302010009030100080201000302120001000302120003020100050308000502010003
02e6000b0201050000020201000202010500000205000201000102010500000202010008
020100010201050000000201050000000201000104000200050000030201000102010004
020100050201000f02010500000205000201000702010002020104000500001002d00004
02010003020a000302010009030100080201000302120001000302010014020100050308
0005020100f6020100030201000202010004020100010201000302010003050004000204
00010201000102010001020100010208000102010004020100050201000f020100040201
00020500040002040002050002030600050000e302010012020100090301000802010014
02010001000302010000020f000302010005030800050201000302e6000b020100030201
000202010004020100010201000302010002050002000400050000010201000102010001
020100010201000102080001040002000500000205000200040000050201000f02010004
0201000105000200040005000001020100040500040002020600000c02d0000402010003
020a0003020100090301000802010003020f000002010001000302010000020f00030201
0005030800050201000302e6000b02010003020100020201050000020500020100010201
000302010002020100030201000102010001020100010201000102010500000704000200
0600000206000200040000050201000f0201000305000200040000010201000302010007
06000201000c02d0000402010003020a0003020100090301000802010003020f00000201
0001000302010000020100110201000503080005020100f6020100030201000206000200
040005000000050004000200060000010201000302010002020106000000050006000201
050000000201000102010001020100010600020004000500000205010001050002010500
000005000201050000050201000702020004020104000500000005000201060000010201
06000000050006000201050000010400050000020500020100e202010012020100090301
0008020100110201000002010001000302010000020100110201000503080005020100f6
0201000302010003040002040400000202010003020100020400020a0001020100010201
000204000206000206000204060000030207000402020004020604000002040002080000
0206060000df0207000f0201000903010008020100110201000002010001000302010000
020100110201000503080005020100f60201000302010004040002020400000302010003
020100030400020104000501020104000201000102010001020100030600040002020400
050000030600020206000004020700040202000402010500040002010400000404000201
040005010201040000000500040002020400060000e00207000f02010009030100080201
001102010000020100010003020100000201001102010014020100ff0059020100ff0013
0201000903010008020100110201000002010001000302010000020100110204000e0204
00ff0059020100ff00130204000603010005020400110201000002010001000302010000
020100110204000e020400ff0059020100ff001302040006030100050204001102010000
02010001000302010000020100ff00ff00c50201000002010001000302010000020100ff
00ff00c20109000302010000020100ff00ff00c20109000302010000020100ff00ff00c2
0109000302010000020100ff00ff00c20109000302010000020100ff00ff00c201050700
0102000302010000020100ff00ff00c201040700000007000101000302010000020100ff
00ff00c20104000107000101000302010000020100ff00ff00c201030700000207000100
000302010000020100ff00ff00c20103000307000100000302010000020100ff00ff00c2
0102070000040100000302010000020100ff00ff00c20101070000050700000302010000
020100ff00ff00c2010107000006000302010000020100ff00ff00c20100070000070003
02010000020100ff00ff00c2010007000007000302010000020100ff00ff00c201090003
02010000020100ff00ff00c20109000302010000020100ff00ff00c20109000302010000
020100ff00ff00c20109000302010000020100ff00ff00c2010100010100000101010000
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c20101000101000001010100000003020100000201
00ff00ff00cc000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c20101
00010100000101010000000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00c201010001010000010101
0000000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00cc000302010000020100ff00ff00c2010100010100000101010000000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c201010001010000010101000000030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff
00cc000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00c2010100010100
000101010000000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00c20101000101000001010100000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00cc
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c20101000101000001010100000003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00cc0003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00c201010001010000010101
0000000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c20101000101000001
01010000000302010000020100ff00ff00c2010100010100000101010000000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00cc00030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff
00c2010100010100000101010000000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00cc000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00c20101000101000001010100000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c2010100010100000101010000
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00cc0003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c20101
00010100000101010000000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00cc000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c20101000101000001
01010000000302010000020100ff00ff00c2010100010100000101010000000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c201010001010000010101000000030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00cc000302010000020100ff00ff
00c2010100010100000101010000000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00c2010100010100
000101010000000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00cc000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c2010100010100000101010000
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c20101000101000001010100000003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00cc000302010000020100ff00ff00c20101
00010100000101010000000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
0109000302010000020100ff00ff00c20109000302010000020100ff00ff00c201090003
02010000020100ff00ff00c20109000302010000020100ff00ff00c20100000800030201
0000020100ff00ff00c201000008000302010000020100ff00ff00c20100000800030201
0000020100ff00ff00c201000008000302010000020100ff00ff00c20100000800030201
0000020100ff00ff00c201000008000302010000020100ff00ff00c20100000800030201
0000020100ff00ff00c201000008000302010000020100ff00ff00c20100000800030201
0000020100ff00ff00c201000008000302010000020100ff00ff00c20109000302010000
020100ff00ff00c20109000302010000020100ff00ff00c20109000302010000020100ff
00ff00c20109000302010000020100ff00ff00c201010001010000010101000000030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff
00cc000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00c2010100010100
000101010000000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00c20101000101000001010100000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00cc
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c20101000101000001010100000003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00cc0003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00c201010001010000010101
0000000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c20101000101000001
01010000000302010000020100ff00ff00c2010100010100000101010000000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00cc00030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff
00c2010100010100000101010000000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00cc000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00c20101000101000001010100000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c2010100010100000101010000
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00cc0003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c20101
00010100000101010000000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00cc000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c20101000101000001
01010000000302010000020100ff00ff00c2010100010100000101010000000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c201010001010000010101000000030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00cc000302010000020100ff00ff
00c2010100010100000101010000000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c2010100010100000101010000000302010000020100ff00ff00c2010100010100
000101010000000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201010001
0100000101010000000302010000020100ff00ff00cc000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c2010100010100000101010000
000302010000020100ff00ff00c2010100010100000101010000000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00c20101000101000001010100000003020100000201
00ff00ff00c2010100010100000101010000000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00cc000302010000020100ff00ff00c20101
00010100000101010000000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c401010001010000010100000302010000020100ff00ff00c2
010100010100000101010000000302010000020100ff00ff00c201010001010000010101
0000000302010000020100ff00ff00c401010001010000010100000302010000020100ff
00ff00c401010001010000010100000302010000020100ff00ff00c20101000101000001
01010000000302010000020100ff00ff00cc000302010000020100ff00ff00c401010001
010000010100000302010000020100ff00ff00c201010001010000010101000000030201
0000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff00c4
01010001010000010100000302010000020100ff00ff00c4010100010100000101000003
02010000020100ff00ff00c2010100010100000101010000000302010000020100ff00ff
00c2010100010100000101010000000302010000020100ff00ff00c40101000101000001
0100000302010000020100ff00ff00cc000302010000020100ff00ff00c2010100010100
000101010000000302010000020100ff00ff00c401010001010000010100000302010000
020100ff00ff00c401010001010000010100000302010000020100ff00ff00c201090003
02010000020100ff00ff00c20109000302010000020100ff00ff00c20109000302010000
020100ff00ff00c20109000302010000020100ff00ff00c2010007000007000302010000
020100ff00ff00c2010007000007000302010000020100ff00ff00c20101070000060003
02010000020100ff00ff00c20101070000050700000302010000020100ff00ff00c20102
070000040100000302010000020100ff00ff00c201030003070001000003020100000201
00ff00ff00c201030700000207000100000302010000020100ff00ff00c2010400010700
0101000302010000020100ff00ff00c201040700000007000101000302010000020100ff
00ff00c2010507000102000302010000020100ff00ff00c20109000302010000020100ff
00ff00c20109000302010000020100ff00ff00c20109000302010000020100ff00ff00c2
010900030201000002010091010c00010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010c00010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010a0004030100020003020100000201001c020100320206
00040500040002010400060000100500060002000019010c000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
00010100000101010001010c000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
00010100000101010001010100010100000101010001010a000403010002000302010000
0201001c040100320206000305000205000e060002030019010a00010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010c00010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010c00040301000200030201
00000201001906010500040105000601002f02010008020104000500000005000600000e
06000500000002010019010a000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
00010101000101000001010100010101000101000001010100010101000101000001010c
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
00010101000101000001010c000403010002000302010000020100190400020100010201
0400002f0201000706000201000a02020008020100190108070101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101000008010200010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010007010107
0004030100020003020100000201001b050000010500003102010007040002000600000a
020200080201001901060700009c01000008010000ff0075010000020700010500040301
0002000302010000021a000204030003022b000102030600000402010500060002010400
05000005020200080201000e020a01030701000601010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010102000801000001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101020004070101020004030100020003
02010000021a0001060002000501020006000002022b0001020505000002020106000204
050000100201000e020a0101070100060101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010100000801020001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101000006070101000306000200030201
001d05000400000104000500003305000400020004000002020104000500000005000400
020004000010020100190100070000080101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010100000801020001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
0100000101010001010100010100000101010001010000080700030600020003021d000a
022b000602010002020105000003020100100201000e020a010107000009010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101020008010000010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010200070700
010000090003021d000a022b0006020100020400020005000003020100100201000e020a
010307000007010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101020008010000010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
000101000001010100010101000101000001010100010101000101000001010100010101
00010100000101020005070001020009005a060005000000050004000200040000020600
020105000001040002000400000402020008020100190105070000030101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010100000801020001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101000003
070001040009005a02050500000304000205050000040202000502070016010607010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010100010100000101010001
010100010100000101010001010100010100000101010001010000080102000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
0101000101000001070101050009005a0400020204000500000506000202040005000005
020200050207001601080701000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010102
000801000001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
000101010001010100010100000101010001010100010100000101010001010100010100
00010101000101010001010000010102070101070009009a010a0099010a00ff0075010a
0009009a010c000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
01010001010100010100000101010001010100010100000101010001010c000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
010100010101000101000001010100010101000101000001010100010101000101000001
01010001010a0009009a010a000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
00010101000101000001010100010101000101000001010100010101000101000001010c
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
000101010001010000010101000101010001010000010101000101010001010000010101
00010101000101000001010c0009009a010a000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
01000001010c000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
010000010101000101010001010000010101000101010001010000010101000101010001
01000001010100010101000101000001010c0009
%%EndData
end
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 725 305
%%EOF