summaryrefslogtreecommitdiff
path: root/fpcdocs/pics/ide/seldir.eps
blob: c81d285680802c05e5c4a996046aa4312db3c709 (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
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: (ImageMagick)
%%Title: (seldir.eps)
%%CreationDate: (Wed Nov 15 21:36:01 2000)
%%BoundingBox: 0 0 476 359
%%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 477 360
userdict begin
%%BeginData:
DisplayImage
0 0
477 360
12.000000
477 360
1
0
0
10
000080
c0c0c0
00fc00
f8fcf8
f8fc00
008000
000000
f87cf8
008080
00fcf8
00ff00dc01ff01dc01ff01dc01ff01dc011f020501cd030101e601160303010402050104
0303017303030103030101390305010603010124030101bf011603030104020501040303
017203050102030101390306012c030101bf011603010106020501060301017103020101
0302010103010139030101020302012b030101bf03130102030101060205010603010102
0363010a030101070301010003020104030401030301010003020105030301050303010d
030101030301010203030104030101000304010303030105030301040305010403030103
0301010003040101030101030301010a0392031301020301010602050106030101020363
010a03010107030601030305010203060103030501030305010c03010103030101020303
0104030701020305010303050103030501030305010203070101030101030301010a0392
030301120301010602050106030101710301010703020101030201070301010103020101
030201010302010103020101030201010302010b03010103030101040301010403030105
030201010302010103020101030201030301010503020101030201010303010503010103
0301019c0300030301120301010602050106030101710301010703010103030101020306
010103010103030101010301010303010101030101030301010b03010103030101040301
010403020106030101030301010103010109030101050301010303010101030201060301
01030301019c030003030101030d01020301010602050106030101020363010a03010107
030101030301010103070101030101030301010103010103030101010307010b03010103
030101040301010403010107030701010301010903010105030101030301010103010107
030101030301010a038f0101030003030101030d01020301010602050106030101020363
010a03010107030101030301010103010103030101010301010303010101030101030301
01010307010b030101030301010403010104030101070307010103010109030101050301
01030301010103010107030101030301010a038f01010300030301010302010d03010106
020501060301017103020101030201010301010303010101030101030301010103010103
030101010302010103020101030201100301010203020104030101040301010703020106
030201010302010303010105030201010302010103010107030201010302019703020101
0300030301010302010d0301010602050106030101720305010203010103030101010307
01010301010303010102030601020305010c030601030305010203010108030501030305
010403040103030501020301010803060197030201010300030301010302010d03010106
020501060301017303030103030101030301010203060101030101030301010303020100
030101030303010d03050104030501020301010903030105030301060303010403030103
030101090302010003010197030201010300030301010302010d030101130301019f0301
016b03010197030201010300030301010302010d0303010f0303019e0302016b03010197
030201010300030301010302010d0303010f0303019a0305016703050198030201010300
03030101030201c0030401680304019903020101030003030101030201ff01cd03020101
030003030101030201ff01cd03020101030003030101030201ff01cd0302010103000303
0101030201ff01cd03020101030003030101030201ff01cd030201010300030301010302
01ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd
03020101030003030101030201ff01cd03020101030003030101030201ff01cd03020101
030003030101030201ff01cd03020101030003030101030201ff01cd0302010103000303
0101030201ff01cd03020101030003030101030201ff01cd030201010300030301010302
01ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd
03020101030003030101030201ff01cd03020101030003030101030201ff01cd03020101
030003030101030201ff01cd03020101030003030101030201ff01cd0302010103000303
0101030201ff01cd03020101030003030101030201ff01cd030201010300030301010302
0122030101ff01a803020101030003030101030201150305010603010124030101ff0181
03020101030003030101030201150306012c030101ff0181030201010300030301010302
0115030101020302012b030101ff01810302010103000303010103020115030101030301
010203030104030101000304010303030105030301040305010403030103030101000304
0101030101030301010b0401010004020104030401030301010003010100030001040303
01ff012f0302010103000303010103020115030101030301010203030104030701020305
010303050103030501030305010203070101030101030301010b04060103030501020307
0102030501ff012e03020101030003030101030201150301010303010104030101040303
010503020101030201010302010103020103030101050302010103020101030301050301
01030301010b040201010402010703010101030101000301010003010101030201010302
01ff012d0302010103000303010103020115030101030301010403010104030201060301
0103030101010301010903010105030101030301010103020106030101030301010b0401
0103040101020306010103010100030101000301010103010103030101ff012d03020101
030003030101030201150301010303010104030101040301010703070101030101090301
0105030101030301010103010107030101030301010b0401010304010101030701010301
01000301010003010101030701ff012d0302010103000303010103020115030101030301
010403010104030101070307010103010109030101050301010303010101030101070301
01030301010b040101030401010103010103030101010301010003010100030101010307
01ff012d0302010103000303010103020115030101020302010403010104030101070302
0106030201010302010303010105030201010302010103010107030201010302010b0401
0103040101010301010303010101030101000301010003010101030201ff013203020101
030003030101030201150306010303050102030101080305010303050104030401030305
0102030101080306010b0401010304010101030701010301010003010100030101020305
01ff012e0302010103000303010103020115030501040305010203010109030301050303
0106030301040303010303010109030201000301010b0401010304010102030601010301
01000301010003010103030301ff012f030201010300030301010302016b030101ff015f
030201010300030301010302016b030101ff015f03020101030003030101030201660305
01ff01600302010103000303010103020166030401ff0161030201010300030301010302
01140009054500bd051d018c03020101030003030101030201140009054500bd051d018c
03020101030003030101030201140009054500bd050d0601050d018c0302010103000303
0101030201140009054500bd050d0601050d018c03020101030003030101030201140009
05020303050d030105090301052200bd0502060305060601050606030502018c03020101
03000303010103020114000905010305050c030105090301052200bd0502060305060601
050606030502018c030201010300030301010302011400090500030205010302050c0301
05080301052200bd0502060105080601050806010502018c030201010300030301010302
011400090500030105120301050703050504030305030301050003010500030005020301
05000302050200bd0502060105080601050806010502018c030201010300030301010302
01140009050003010513030105060305050303050502030705010306050100bd05020601
05080601050806010502018c0302010103000303010103020114000905000301050a0301
050603010507030105050302050103020501030105000301050003010501030205010302
050000bd0502060105080601050806010502018c03020101030003030101030201140009
05000301050a030105070301050603010505030105030301050103010500030105000301
0501030105030301050000bd0502060105080601050806010502018c0302010103000303
010103020114000905000301051403010506030105050307050103010500030105000301
0501030105030301050000bd0502060105080601050806010502018c0302010103000303
010103020114000905000301051503010505030105050307050103010500030105000301
0501030105030301050000bd0502060105080601050806010502018c0302010103000303
01010302011400090500030205010302050f030105050301050503020506030105000301
050003010501030205010302050000bd0502060105050607050506010502018c03020101
030003030101030201140009050103050505030105090301050403040503030505020301
050003010500030105010306050100bd0502060105060605050606010502018c03020101
030003030101030201140009050203030506030105090301050503030504030305030301
05000301050003010501030105000302050200bd0502060105070603050706010502018c
03020101030003030101030201140009051a0301051f0301050600bd0502060105080601
050806010502018c03020101030003030101030201140009051a0301051f0301050600bd
05020603050f06030502018c030201010300030301010302011400090709053203010506
00bd05020603050f06030502018c03020101030003030101030201140009070905320301
050600bd051d018c03020101030003030101030201ff01cd030201010300030301010302
01ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd
03020101030003030101030201ff01cd03020101030003030101030201ff01cd03020101
030003030101030201ff01cd03020101030003030101030201ff01cd0302010103000303
0101030201ff01cd03020101030003030101030201ff01cd030201010300030301010302
01ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd
03020101030003030101030201ff01cd03020101030003030101030201ff01cd03020101
030003030101030201ff01cd03020101030003030101030201ff01cd0302010103000303
0101030201ff01cd03020101030003030101030201ff01cd030201010300030301010302
01ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd
03020101030003030101030201ff01cd0302010103000303010103020122060101ff01a8
030201010300030301010302011506050106060101240601012f040101ff014f03020101
030003030101030201150606012c0601012f040101ff014f030201010300030301010302
0115060101020602012b0601012f040101ff014f03020101030003030101030201150601
010306010102060301040601010006040103060301050603010406050104060301030601
010006040101060101030601010c04050102060101000604010306030105060301ff012f
030201010300030301010302011506010103060101020603010406070102060501030605
0103060501030605010206070101060101030601010c0405010206070102060501030605
01ff012e0302010103000303010103020115060101030601010406010104060301050602
010106020101060201010602010306010105060201010602010106030105060101030601
010d0401010506030105060201010602010106020101060201ff012d0302010103000303
010103020115060101030601010406010104060201060601010306010101060101090601
0105060101030601010106020106060101030601010d0401010506020106060101030601
010106010103060101ff012d030201010300030301010302011506010103060101040601
010406010107060701010601010906010105060101030601010106010107060101030601
010d040101050601010706070101060701ff012d03020101030003030101030201150601
010306010104060101040601010706070101060101090601010506010103060101010601
0107060101030601010d040101050601010706070101060701ff012d0302010103000303
010103020115060101020602010406010104060101070602010606020101060201030601
0105060201010602010106010107060201010602010d0401010506010107060201060602
01ff01320302010103000303010103020115060601030605010206010108060501030605
01040604010306050102060101080606010d040401020601010806050103060501ff012e
030201010300030301010302011506050104060501020601010906030105060301060603
01040603010306010109060201000601010e040301020601010906030105060301ff012f
030201010300030301010302016b060101ff015f030201010300030301010302016b0601
01ff015f0302010103000303010103020166060501ff0160030201010300030301010302
0166060401ff0161030201010300030301010302011408ff08210009011d054f011e0302
01010300030301010302011408ff08210009011d054f011e030201010300030301010302
011408ff08210009011d054f011e03020101030003030101030201140821060108fd0009
011d054f011e0302010103000303010103020114080a06050810060108fd0009011d0520
0903050304010524011e0302010103000303010103020114080a060608ff080f0009011d
051f0905050204010524011e0302010103000303010103020114080a06010802060208ff
080e0009011d051e090205010902050104010524011e0302010103000303010103020114
080a06010803060108010601080006040802060308040601080306010803060308050603
08de0009011d051e0901050309010501040105020401051f011e03020101030003030101
03020114080a060108030601080106070802060308040601080306010802060508030605
08dd0009011d051e09010503090105010401050104010520011e03020101030003030101
03020114080a060108030601080106030808060108040601080306010801060208010602
080106010803060108dc000308010003011d051e09010503090105010401050004010521
011e0302010103000303010103020114080a060108030601080106020809060108040601
0803060108010601080306010801060208e1000208030002011d051e0901050309010501
04030522060901140302010103000303010103020114080a06010803060108010601080a
06010804060108030601080106070802060508dd000108050001011d051e090105030901
050104020523060901140302010103000303010103020114080a06010803060108010601
080a06010804060108030601080106070806060208dc000008070000011d051e09010503
0901050104040521060901140302010103000303010103020114080a0601080206020801
0601080a0601080506010801060108020602080606010803060108dc0009011d051e0902
0501090205010401050104010520060901140302010103000303010103020114080a0606
080206010808060508040603080406050803060508dd0009011d051f0905050204010502
0401051f060901140302010103000303010103020114080a060508030601080806050805
0601080606030805060308de0009011d052009030503040105030401051e060901140302
01010300030301010302011408ff08210009011d054f0609011403020101030003030101
0302011408ff08210009011d054f06090114030201010300030301010302011408ff0821
0009011d054f06090114030201010300030301010302011408ff08210009011d054f0609
01140302010103000303010103020114080d060108ff0811000008000000080000000800
00000800000008000127064f01140302010103000303010103020114080d060108ff0812
0000080000000800000008000000080000000127064f0114030201010300030301010302
0114080d060108ff081100000800000008000000080000000800000008000127064f0114
0302010103000303010103020114080d060108ff08120000080000000800000008000000
080000000127064f01140302010103000303010103020114080d0601081a0603080d0601
08e200000800000008000000080000000800000008000127064f01140302010103000303
010103020114080d060108190605080c060108e300000800000008000000080000000800
00000127064f01140302010103000303010103020114080d06010818060208010602080c
060108e100000800000008000000080000000800000008000127064f0114030201010300
0303010103020114080d0601081806010812060108e20000080000000800000008000000
080000000127064f01140302010103000303010103020114080d06190800060108130601
08e000000800000008000000080000000800000008000127064f01140302010103000303
010103020114080d061908000601080a06010806060108e1000008000000080000000800
0000080000000127064f011403020101030003030101030201140821060108040601080a
06010807060108df0000080000000800000008000000080000000800018c030201010300
030301010302011408210601080406010814060108e00000080000000800000008000000
08000000018c030201010300030301010302011408210601080406010815060108de0000
080000000800000008000000080000000800018c03020101030003030101030201140821
06010804060208010602080f060108df000008000000080000000800000008000000018c
03020101030003030101030201140821060108050605080506010809060108dd00000800
00000800000008000000080000000800018c030201010300030301010302011408210601
08060603080606010809060108de000008000000080000000800000008000000018c0302
01010300030301010302011408210601081e060108dc0000080000000800000008000000
080000000800018c030201010300030301010302011408210601081e060108dd00000800
0000080000000800000008000000018c03020101030003030101030201140821060108fd
0000080000000800000008000000080000000800018c0302010103000303010103020114
0821060108fe000008000000080000000800000008000000018c03020101030003030101
030201140821040108fd0000080000000800000008000000080000000800018c03020101
030003030101030201140821040108fe000008000000080000000800000008000000018c
03020101030003030101030201140821040108fd00000800000008000000080000000800
00000800018c03020101030003030101030201140821040108fe00000800000008000000
0800000008000000018c030201010300030301010302011408210401081a040108e00000
080000000800000008000000080000000800018c03020101030003030101030201140821
0401081a040108e1000008000000080000000800000008000000018c0302010103000303
01010302011408210401081a040108e00000080000000800000008000000080000000800
018c03020101030003030101030201140821040108190405080404030803040108000401
08000400080204010800040208c1000008000000080000000800000008000000018c0302
010103000303010103020114082104190801040508030405080204070801040608bf0000
080000000800000008000000080000000800018c03020101030003030101030201140821
0419080204010805040208010402080104010800040108000401080104020801040208bf
000008000000080000000800000008000000018c03020101030003030101030201140835
0401080604010805040108030401080104010800040108000401080104010803040108be
0000080000000800000008000000080000000800018c0302010103000303010103020114
083504010806040108050407080104010800040108000401080104010803040108bf0000
08000000080000000800000008000000018c030201010300030301010302011408350401
0806040108050407080104010800040108000401080104010803040108be000008000000
0800000008000000080000000800018c0302010103000303010103020114083504010806
040108050402080604010800040108000401080104020801040208bf0000080000000800
00000800000008000000018c030201010300030301010302011408350401080604040803
04050802040108000401080004010801040608bf00000800000008000000080000000800
00000800018c030201010300030301010302011408350401080704030804040308030401
0800040108000401080104010800040208c1000008000000080000000800000008000000
018c0302010103000303010103020114083504010822040108c400000800000008000000
08000000080000000800018c0302010103000303010103020114083504010822040108c5
000008000000080000000800000008000000018c03020101030003030101030201140835
04010822040108c40000080000000800000008000000080000000800018c030201010300
0303010103020114083504010822040108c5000008000000080000000800000008000000
018c03020101030003030101030201140835060108e90000080000000800000008000000
080000000800011d054f011e03020101030003030101030201140835060108ea00000800
0000080000000800000008000000011d054f011e03020101030003030101030201140835
060108e90000080000000800000008000000080000000800011d054f011e030201010300
03030101030201140835060108ea000008000000080000000800000008000000011d052b
06010521011e03020101030003030101030201140835060108e900000800000008000000
08000000080000000800011d050c040305030601050d0601050406010521011e03020101
030003030101030201140835060108ea000008000000080000000800000008000000011d
050b040505020601050d06010528011e03020101030003030101030201140835060108e9
0000080000000800000008000000080000000800011d050a04020501040205010601050d
06010528011e030201010300030301010302011408350601081a06030805060308030601
080006040801060108030601080306030803060108000604089700000800000008000000
0800000008000000011d050a040105070601050006020505060205000601050206030504
0601050006040514011e0302010103000303010103020114083506190801060508030605
080206070801060108030601080206050802060708960000080000000800000008000000
080000000800011d050a0401050706060503060605020603050406070514011e03020101
030003030101030201140835061908000601080306010801060208010602080106030805
060108030601080106020801060208010603089b00000800000008000000080000000800
0000011d050a04010507060205010602050106020501060205040601050406030518011e
0302010103000303010103020114083f0601080e06020806060108030601080106020806
060108030601080106010803060108010602089b00000800000008000000080000000800
00000800011d050a04010507060105030601050106010503060105040601050406020519
060901140302010103000303010103020114083f0601080f060508020607080106010807
0601080306010801060708010601089d000008000000080000000800000008000000011d
050a0401050706010503060105010601050306010504060105040601051a060901140302
010103000303010103020114083f06010813060208010607080106010807060108030601
0801060708010601089c0000080000000800000008000000080000000800011d050a0401
050706010503060105010601050306010504060105040601051a06090114030201010300
0303010103020114083f0601080e06010803060108010602080606010808060108010601
0802060208060601089d000008000000080000000800000008000000011d050a04020501
0402050106010503060105010602050106020504060105040601051a0609011403020101
03000303010103020114083f0601080f0605080306050802060108090603080406050802
0601089c0000080000000800000008000000080000000800011d050b0405050206010503
0601050206060502060505020601051a060901140302010103000303010103020114083f
0601081006030805060308030601080a06010806060308030601089d0000080000000800
00000800000008000000011d050c04030503060105030601050306020500060105020605
05020601051a060901140302010103000303010103020114083f060108df000008000000
0800000008000000080000000800011d054f060901140302010103000303010103020114
083f060108e0000008000000080000000800000008000000011d054f0609011403020101
03000303010103020114083f060108df0000080000000800000008000000080000000800
011d054f060901140302010103000303010103020114083f060108e00000080000000800
00000800000008000000011d054f060901140302010103000303010103020114083f0601
08df00090127064f01140302010103000303010103020114083f060108df00090127064f
01140302010103000303010103020114083f060108df00090127064f0114030201010300
0303010103020114083f060108df0001080500010127064f011403020101030003030101
03020114083f0601081b0604080206030806060308ac0001080500010127064f01140302
010103000303010103020114083f0601081a0605080206030805060508ab000108050001
0127064f01140302010103000303010103020114083f0601081a06010808060108040602
0801060208aa0001080500010127064f01140302010103000303010103020114083f0601
080e0601080306010803060108080601080a060108aa0001080500010127064f01140302
010103000303010103020114083f060f0800060108030601080106070804060108090602
08aa0001080500010127064f01140302010103000303010103020114083f060f08000601
0803060108010607080406010808060208ab0001080500010127064f0114030201010300
0303010103020114083f0601080e06010803060108030601080806010807060208ac0001
08050001018c0302010103000303010103020114083f0601080e06010803060108030601
080806010806060208ad000108050001018c0302010103000303010103020114083f0601
080e06010803060108030601080806010805060208ae000108050001018c030201010300
0303010103020114083f0601080e06020801060208030601080806010804060208af0001
08050001018c0302010103000303010103020114083f0601080f06060803060108060605
0802060708aa000108050001018c0302010103000303010103020114083f060108100602
0800060108030601080606050802060708aa000108050001018c03020101030003030101
03020114083f06010814060108c80009018c0302010103000303010103020114083f0601
0814060108c80009018c0302010103000303010103020114083f0601080f060508c90009
018c0302010103000303010103020114083f0601080f060408ca0009018c030201010300
0303010103020114083f060108df0000080000000800000008000000080000000800018c
0302010103000303010103020114083f060108e000000800000008000000080000000800
0000018c0302010103000303010103020114083f060108df000008000000080000000800
0000080000000800018c0302010103000303010103020114083f060108e0000008000000
080000000800000008000000018c0302010103000303010103020114083f060108190605
080406030803060708010601080306010801060508060601080e06050804060508020605
08660000080000000800000008000000080000000800018c030201010300030301010302
0114083f060108190605080306050802060708010601080306010801060608030603080e
060608030605080206060866000008000000080000000800000008000000018c03020101
03000303010103020114083f0601081b0601080406020801060208040601080406020801
0602080106010802060208020603080e0601080206020804060108040601080206020864
0000080000000800000008000000080000000800018c0302010103000303010103020114
083f0601081b060108040602080906010804060208010602080106010803060108040601
080e06010803060108040601080406010803060108650000080000000800000008000000
08000000018c0302010103000303010103020114083f060f080d06010805060208080601
08040607080106010803060108040601080e060108030601080406010804060108030601
08640000080000000800000008000000080000000800018c030201010300030301010302
0114083f060f080d0601080606020807060108040607080106010802060208040601080e
060108030601080406010804060108020602086500000800000008000000080000000800
0000018c0302010103000303010103020114085d06010808060108060601080406010800
0601080006010801060608050601080e0601080306010804060108040606086500000800
00000800000008000000080000000800018c0302010103000303010103020114085d0601
08090601080506010804060108000601080006010801060508060601080e060108030601
08040601080406050867000008000000080000000800000008000000018c030201010300
0303010103020114085d06010809060208040601080406010803060108010601080a0601
080e06010803060108040601080406010802060108650000080000000800000008000000
080000000800018c0302010103000303010103020114085d060108040602080106020804
0601080406010803060108010601080a0601080e06010802060208040601080406010803
06010865000008000000080000000800000008000000018c030201010300030301010302
0114085b06050803060508050601080406010803060108010601080a0601080706010804
060608030605080206010803060108640000080000000800000008000000080000000800
018c0302010103000303010103020114085b060508040603080606010804060108030601
08010601080a060108070601080406050804060508020601080306010865000008000000
080000000800000008000000018c030201010300030301010302011408ff082100000800
00000800000008000000080000000800018c030201010300030301010302011408500607
08c9000008000000080000000800000008000000018c0302010103000303010103020114
0850060708c80000080000000800000008000000080000000800018c0302010103000303
01010302011408ff0822000008000000080000000800000008000000018c030201010300
030301010302011408ff08210000080000000800000008000000080000000800011d054f
011e030201010300030301010302011408ff082200000800000008000000080000000800
0000011d054f011e030201010300030301010302011408ff082100000800000008000000
08000000080000000800011d054f011e030201010300030301010302011408ff08220000
08000000080000000800000008000000011d054f011e0302010103000303010103020114
08ff08210000080000000800000008000000080000000800011d050a0405052d0601050e
011e030201010300030301010302011408ff082200000800000008000000080000000800
0000011d050a0406052c0601050e011e030201010300030301010302011408ff08210000
080000000800000008000000080000000800011d050a040105020402052b0601050e011e
030201010300030301010302011408ff0822000008000000080000000800000008000000
011d050a0401050304010503060305030601050306010503060305030601050006040502
0605050b011e030201010300030301010302011408ff0821000008000000080000000800
0000080000000800011d050a040105030401050206050502060105030601050206050502
060705020605050b011e030201010300030301010302011408ff08220000080000000800
00000800000008000000011d050a04010502040205010602050106020501060105030601
05010602050106020501060305070601050e011e030201010300030301010302011408ff
08210000080000000800000008000000080000000800011d050a04060502060105030601
050106010503060105010601050306010501060205080601050e06090114030201010300
030301010302011408ff0822000008000000080000000800000008000000011d050a0405
050306070501060105030601050106070501060105090601050e06090114030201010300
030301010302011408ff08210000080000000800000008000000080000000800011d050a
040105020401050206070501060105030601050106070501060105090601050e06090114
030201010300030301010302011408ff0822000008000000080000000800000008000000
011d050a040105030401050106020507060105010601050206020506060105090601050e
06090114030201010300030301010302011408ff08210000080000000800000008000000
080000000800011d050a0401050304010502060505040603050406050502060105090604
050b06090114030201010300030301010302011408ff0822000008000000080000000800
000008000000011d050a04010503040105030603050606010506060305030601050a0603
050b06090114030201010300030301010302011408ff0821000008000000080000000800
0000080000000800011d054f06090114030201010300030301010302011408ff08220000
08000000080000000800000008000000011d054f06090114030201010300030301010302
011408ff08210000080000000800000008000000080000000800011d054f060901140302
01010300030301010302011408ff0822000008000000080000000800000008000000011d
054f06090114030201010300030301010302011408ff0821000008000000080000000800
00000800000008000127064f0114030201010300030301010302011408ff082200000800
00000800000008000000080000000127064f0114030201010300030301010302011408ff
082100000800000008000000080000000800000008000127064f01140302010103000303
01010302011408ff08220000080000000800000008000000080000000127064f01140302
01010300030301010302011408ff08210000080000000800000008000000080000000800
0127064f0114030201010300030301010302011408ff0822000008000000080000000800
0000080000000127064f0114030201010300030301010302011408ff0821000008000000
08000000080000000800000008000127064f0114030201010300030301010302011408ff
08220000080000000800000008000000080000000127064f011403020101030003030101
0302011408ff082100000800000008000000080000000800000008000127064f01140302
01010300030301010302011408ff08220000080000000800000008000000080000000127
064f0114030201010300030301010302011408ff08210000080000000800000008000000
080000000800018c030201010300030301010302011408ff082200000800000008000000
0800000008000000018c030201010300030301010302011408ff08210000080000000800
000008000000080000000800018c030201010300030301010302011408ff082200000800
0000080000000800000008000000018c030201010300030301010302011408ff08210000
080000000800000008000000080000000800018c030201010300030301010302011408ff
0822000008000000080000000800000008000000018c0302010103000303010103020114
08ff08210000080000000800000008000000080000000800018c03020101030003030101
0302011408ff0822000008000000080000000800000008000000018c0302010103000303
01010302011408ff08210000080000000800000008000000080000000800018c03020101
0300030301010302011408ff0822000008000000080000000800000008000000018c0302
01010300030301010302011408ff08210000080000000800000008000000080000000800
018c030201010300030301010302011408ff082200000800000008000000080000000800
0000018c030201010300030301010302011408ff08210000080000000800000008000000
080000000800018c030201010300030301010302011408ff082200000800000008000000
0800000008000000018c030201010300030301010302011408ff08210000080000000800
000008000000080000000800018c030201010300030301010302011408ff082200000800
0000080000000800000008000000018c030201010300030301010302011408ff08210000
080000000800000008000000080000000800018c030201010300030301010302011408ff
0822000008000000080000000800000008000000018c0302010103000303010103020114
08ff08210000080000000800000008000000080000000800018c03020101030003030101
0302011408ff0822000008000000080000000800000008000000018c0302010103000303
01010302011408ff08210000080000000800000008000000080000000800018c03020101
0300030301010302011408ff0822000008000000080000000800000008000000018c0302
01010300030301010302011408ff08210000080000000800000008000000080000000800
018c030201010300030301010302011408ff082200000800000008000000080000000800
0000018c030201010300030301010302011408ff08210000080000000800000008000000
080000000800018c030201010300030301010302011408ff082200000800000008000000
0800000008000000018c030201010300030301010302011408ff08210000080000000800
000008000000080000000800018c030201010300030301010302011408ff082200000800
0000080000000800000008000000018c030201010300030301010302011408ff08210000
080000000800000008000000080000000800018c030201010300030301010302011408ff
0822000008000000080000000800000008000000018c0302010103000303010103020114
08ff08210009018c030201010300030301010302011408ff08210009018c030201010300
030301010302011408ff08210009018c030201010300030301010302011408ff08210009
018c030201010300030301010302011408ff08210009018c030201010300030301010302
011408ff08210009018c030201010300030301010302011408ff08210009018c03020101
0300030301010302011408ff08210009018c030201010300030301010302011408ff0821
0009018c030201010300030301010302011408ff0821000008070000018c030201010300
030301010302011408ff0821000108050001018c030201010300030301010302011408ff
0821000208030002018c030201010300030301010302011408ff0821000308010003018c
030201010300030301010302011408ff08210009018c0302010103000303010103020114
08ff08210009018c030201010300030301010302011408ff08210009018c030201010300
030301010302011408ff08210009018c030201010300030301010302011408ff08210009
018c030201010300030301010302011408ff08210009018c030201010300030301010302
011408ff08210009018c03020101030003030101030201ff01cd03020101030003030101
030201ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff
01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd0302
0101030003030101030201ff01cd03020101030003030101030201ff01cd030201010300
03030101030201ff01cd03020101030003030101030201ff01cd03020101030003030101
030201ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff
01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd0302
0101030003030101030201ff01cd03020101030003030101030201ff01cd030201010300
03030101030201ff01cd03020101030003030101030201ff01cd03020101030003030101
030201ff01cd03020101030003030101030201ff01cd03020101030003030101030201ff
01cd03020101030003030101030201ff01cd03020101030003030101030201ff01cd0302
0101030003030101030201ff01cd03020101030003030101030201ff01cd030201010300
03030101030201ff01cd0302010103000303010103ff03d3010103000303010103ff03d3
01010300030301ff01d70300030301ff01d7030003ff03dc03ff03dc01ff01dc01ff01dc
01ff01dc01ff01dc01ff01dc01ff01dc
%%EndData
end
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 476 359
%%EOF