blob: cf7ccec0ba04925cadf7d27e7f09f477f29935e7 (
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
|
%!PS-Adobe-2.0 EPSF-1.2
%%BoundingBox: 22 60 439 358
/Outterbox
{ newpath moveto
0 283 rlineto
125 0 rlineto
23 61 moveto
415 0 rlineto
0 283 rlineto
-115 0 rlineto
23 87 moveto
415 0 rlineto
closepath } def
/Innerbox
{ moveto
352 0 rlineto
0 157 rlineto
-352 0 rlineto
closepath} def
/TitleFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/PanelFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/ContentFont
{ /Helvetica findfont 12 scalefont setfont
moveto } def
/ButtonFont
{ /Helvetica findfont 11 scalefont setfont
moveto } def
23 61 Outterbox
54 100 Innerbox
153 339 TitleFont(KEYBOARD MAP SELECTION) show
63 320 PanelFont (You may select one of the following keyboard maps. ) show
63 306 PanelFont (If you do not select a keyboard map, 'us.map' - the) show
63 292 PanelFont (US keyboard map - is the default. Use the UP/DOWN) show
63 278 PanelFont (arrow keys and the PageUp/Page/Down to scroll through) show
63 264 PanelFont (the whole list of choices.) show
63 242 PanelFont (qwerty/us.map) show
63 229 PanelFont (qwerty/uk.map) show
63 216 PanelFont (azerty/azerty.map) show
63 203 PanelFont (azerty/be-latin1.map) show
63 190 PanelFont (azerty/fr-latin0.map) show
63 177 PanelFont (azerty/fr-latin1.map) show
63 164 PanelFont (azerty/fr-latin9.map) show
63 151 PanelFont (azerty/fr-old.map) show
63 138 PanelFont (azerty/fr-pc.map) show
63 125 PanelFont (azerty/fr.map) show
63 112 PanelFont (azerty/wanbe.map) show
153 71 ButtonFont (< OK >) show
267 71 ButtonFont (<Cancel>) show
stroke
showpage
%%EOF
|