home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / Documents / Diagram / BunchOPalettes / OrgChart.dpalette (.txt) < prev    next >
NeXT TypedStream Data  |  1991-10-01  |  10KB  |  368 lines

  1. typedstream
  2.     PrintInfo
  3. Object
  4. *fffffcsiii*s***i
  5. Letter
  6. John_the_Printer
  7. NeXT 400 dpi Laser Printer
  8. trieste
  9. ffffii
  10. PaletteView
  11. GraphicView
  12. ViewGrid
  13.     Responder
  14. EditView
  15. @iiffcc
  16. LightOrderedSet
  17. LightUnsortedCollection
  18. LightOrderedCollection
  19. LightCollection
  20. compare:
  21. Group
  22. Graphic
  23.     cccccc#@@
  24. LineTaskTextGraphic
  25. LineTaskGraphic
  26. SplineGraphic
  27. LineGraphic
  28.     Rectangle
  29. TaskTextGraphic
  30. SolidGraphic
  31. cccif
  32.     TextThing
  33. [181c]{\rtf0\ansi{\fonttbl\f1\froman Times;}
  34. \margl40
  35. \margr40
  36. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\b0\i0\ul0\fs36 Title\
  37. \fs24 Name\
  38. Office\
  39. [114c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  40. \margl40
  41. \margr40
  42. {\f0\b\fs24\fi0\li0\qc\gray1000 Place\
  43. Face\
  44. Here}
  45. {\rtf0\ansi{\fonttbl\f1\froman Times;}
  46. \margl40
  47. \margr40
  48. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\b0\i0\ul0\fs36 Title\
  49. \fs28 Name\
  50. Office\
  51. [105c]{\rtf0\ansi{\fonttbl\f1\froman Times;}
  52. \margl40
  53. \margr40
  54. {\f1\fs36\fi0\li0\ql\gray0 Staff\
  55. Assistants}
  56.     PSGraphic
  57. [3702c]%!PS-Adobe-2.0 EPSF-1.2
  58. %%Title: 
  59. %%Creator: Draw
  60. %%CreationDate: Sun Jul  8 23:58:04 1990
  61. %%For: jis
  62. %%DocumentFonts: (atend)
  63. %%Pages: 0 1
  64. %%BoundingBox: 87.000000 386.000000 117.000000 455.000000
  65. %%EndComments
  66. %%BeginFile: /usr/lib/NextStep//printPackage1.0.ps
  67. %!PSNext-1.0
  68. %%Title: Printing Package
  69. %%Copyright 1988, NeXT, Inc.
  70. %%CreationDate: 23Feb88
  71. %%PackageName: printPackage0.8.37
  72. %%PackageDescription: Routines to support printing
  73. %%EndComments
  74. %debugging aids
  75. %/clip {gsave 0.9 setgray 0.5 setlinewidth stroke grestore} def
  76. % simulations of DPS ops
  77. /__NXbdef {1 index where {pop pop pop} {bind def} ifelse} bind def
  78. /__NXUserObjectList 10 array __NXbdef
  79. /defineuserobject {
  80.     exch
  81.     dup 1 add
  82.     dup __NXUserObjectList length gt {
  83.     array dup 0 __NXUserObjectList putinterval
  84.     /__NXUserObjectList exch def
  85.     }
  86.     { pop }
  87.     ifelse
  88.     __NXUserObjectList exch 3 -1 roll put
  89. } __NXbdef
  90. /execuserobject {
  91.     __NXUserObjectList exch get exec
  92. } __NXbdef
  93. /__NXDoRectOp {
  94.     1 index type /arraytype eq {
  95.     exch aload length
  96.     dup 2 add -1 roll exch
  97.     4 idiv
  98.     }
  99.     { 1 }
  100.     ifelse
  101.     {
  102.     5 1 roll
  103.     newpath 4 2 roll moveto 1 index 0 rlineto
  104.         0 exch rlineto neg 0 rlineto closepath
  105.     dup cvx exec
  106.     } repeat pop
  107. } __NXbdef
  108. /rectclip {/clip __NXDoRectOp newpath} __NXbdef
  109. /rectfill {gsave /fill __NXDoRectOp grestore} __NXbdef
  110. /rectstroke {gsave /stroke __NXDoRectOp grestore} __NXbdef
  111. /arct {arcto pop pop pop pop} __NXbdef
  112. /setbbox {pop pop pop pop} __NXbdef
  113. /ucache {} __NXbdef
  114. /ucachestatus {mark 0 0 0 0 0} __NXbdef
  115. /setucacheparams {cleartomark} __NXbdef
  116. /uappend {systemdict begin cvx exec end} __NXbdef
  117. /ueofill {gsave newpath uappend eofill grestore} __NXbdef
  118. /ufill {gsave newpath uappend fill grestore} __NXbdef
  119. /ustroke {
  120.     gsave newpath
  121.     dup length 6 eq {
  122.     exch uappend concat 
  123.     } {
  124.     uappend
  125.     } ifelse
  126.     stroke grestore
  127. } __NXbdef
  128. /__NXustrokepathMatrix dup where {pop pop} {matrix def} ifelse
  129. /ustrokepath {
  130.     newpath
  131.     dup length 6 eq {
  132.     exch uappend
  133.     __NXustrokepathMatrix currentmatrix exch concat
  134.     strokepath setmatrix
  135.     } {
  136.     uappend strokepath
  137.     } ifelse
  138. } __NXbdef
  139. /upath {
  140.     [
  141.     exch {/ucache cvx} if
  142.     pathbbox /setbbox cvx
  143.     {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall
  144.     ] cvx
  145. } __NXbdef
  146. /setstrokeadjust {pop} __NXbdef
  147. /currentstrokeadjust {false} __NXbdef
  148. /selectfont {
  149.     exch findfont exch
  150.     dup type /arraytype eq {
  151.     makefont
  152.     } {
  153.     scalefont
  154.     } ifelse setfont
  155. } __NXbdef
  156. /_NXCombineArrays {
  157.     counttomark dup 2 add index
  158.     dup length 3 -1 roll {
  159.     2 index length sub
  160.     dup 4 1 roll
  161.     1 index exch 4 -1 roll
  162.     putinterval exch
  163.     } repeat
  164.     pop pop pop
  165. } __NXbdef
  166. % simulations of NeXT additions to DPS
  167. /flushgraphics {} def
  168. /hidecursor {} def
  169. /obscurecursor {} def
  170. /revealcursor {} def
  171. /setcursor {4 {pop} repeat} bind def
  172. /showcursor {} def
  173. %%EndFile
  174. %%EndProlog
  175. %%BeginSetup
  176. /oval {
  177.     translate scale newpath 0.5 0.5 0.5 0 360 arc
  178. } def /fillandframeoval {
  179.     oval gsave eofill grestore 0 setgray matrix defaultmatrix setmatrix stroke
  180. } def /fillandframerectangle {
  181.     4 copy rectfill 0 setgray rectstroke
  182. } def /line {
  183.     moveto rlineto stroke
  184. } def /setup {
  185.     setgray setlinewidth setlinecap setlinejoin gsave
  186. } def /arrow {
  187.     newpath moveto dup rotate -13 6 rlineto 4 -6 rlineto -4 -6 rlineto closepath gsave 0 setlinejoin stroke grestore fill neg rotate
  188. } def
  189. %%EndSetup
  190. 0 0 792 1008 rectclip
  191. 87 386 30 69 rectclip
  192. 87 386 30 69 rectclip
  193. 0 0 0 0 setup
  194. 14 14 95 436 oval fill
  195. grestore
  196. 0 0 0 0 setup
  197. 92 413 5 21 rectfill
  198. grestore
  199. 0 0 0 0 setup
  200. 107 413 5 21 rectfill
  201. grestore
  202. 0 0 0 0 setup
  203. 99 391 6 43 rectfill
  204. grestore
  205. gsave
  206. 0 0 792 1008 rectclip
  207. [1 0 0 -1 0 1008] concat
  208. grestore
  209. %!PS-Adobe-2.0 EPSF-1.2
  210. %%Title: 
  211. %%Creator: Draw
  212. %%CreationDate: Sun Jul  8 23:58:04 1990
  213. %%For: jis
  214. %%DocumentFonts: (atend)
  215. %%Pages: 0 1
  216. %%BoundingBox: 87.000000 386.000000 117.000000 455.000000
  217. %%EndComments
  218. %%BeginFile: /usr/lib/NextStep//printPackage1.0.ps
  219. %!PSNext-1.0
  220. %%Title: Printing Package
  221. %%Copyright 1988, NeXT, Inc.
  222. %%CreationDate: 23Feb88
  223. %%PackageName: printPackage0.8.37
  224. %%PackageDescription: Routines to support printing
  225. %%EndComments
  226. %debugging aids
  227. %/clip {gsave 0.9 setgray 0.5 setlinewidth stroke grestore} def
  228. % simulations of DPS ops
  229. /__NXbdef {1 index where {pop pop pop} {bind def} ifelse} bind def
  230. /__NXUserObjectList 10 array __NXbdef
  231. /defineuserobject {
  232.     exch
  233.     dup 1 add
  234.     dup __NXUserObjectList length gt {
  235.     array dup 0 __NXUserObjectList putinterval
  236.     /__NXUserObjectList exch def
  237.     }
  238.     { pop }
  239.     ifelse
  240.     __NXUserObjectList exch 3 -1 roll put
  241. } __NXbdef
  242. /execuserobject {
  243.     __NXUserObjectList exch get exec
  244. } __NXbdef
  245. /__NXDoRectOp {
  246.     1 index type /arraytype eq {
  247.     exch aload length
  248.     dup 2 add -1 roll exch
  249.     4 idiv
  250.     }
  251.     { 1 }
  252.     ifelse
  253.     {
  254.     5 1 roll
  255.     newpath 4 2 roll moveto 1 index 0 rlineto
  256.         0 exch rlineto neg 0 rlineto closepath
  257.     dup cvx exec
  258.     } repeat pop
  259. } __NXbdef
  260. /rectclip {/clip __NXDoRectOp newpath} __NXbdef
  261. /rectfill {gsave /fill __NXDoRectOp grestore} __NXbdef
  262. /rectstroke {gsave /stroke __NXDoRectOp grestore} __NXbdef
  263. /arct {arcto pop pop pop pop} __NXbdef
  264. /setbbox {pop pop pop pop} __NXbdef
  265. /ucache {} __NXbdef
  266. /ucachestatus {mark 0 0 0 0 0} __NXbdef
  267. /setucacheparams {cleartomark} __NXbdef
  268. /uappend {systemdict begin cvx exec end} __NXbdef
  269. /ueofill {gsave newpath uappend eofill grestore} __NXbdef
  270. /ufill {gsave newpath uappend fill grestore} __NXbdef
  271. /ustroke {
  272.     gsave newpath
  273.     dup length 6 eq {
  274.     exch uappend concat 
  275.     } {
  276.     uappend
  277.     } ifelse
  278.     stroke grestore
  279. } __NXbdef
  280. /__NXustrokepathMatrix dup where {pop pop} {matrix def} ifelse
  281. /ustrokepath {
  282.     newpath
  283.     dup length 6 eq {
  284.     exch uappend
  285.     __NXustrokepathMatrix currentmatrix exch concat
  286.     strokepath setmatrix
  287.     } {
  288.     uappend strokepath
  289.     } ifelse
  290. } __NXbdef
  291. /upath {
  292.     [
  293.     exch {/ucache cvx} if
  294.     pathbbox /setbbox cvx
  295.     {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall
  296.     ] cvx
  297. } __NXbdef
  298. /setstrokeadjust {pop} __NXbdef
  299. /currentstrokeadjust {false} __NXbdef
  300. /selectfont {
  301.     exch findfont exch
  302.     dup type /arraytype eq {
  303.     makefont
  304.     } {
  305.     scalefont
  306.     } ifelse setfont
  307. } __NXbdef
  308. /_NXCombineArrays {
  309.     counttomark dup 2 add index
  310.     dup length 3 -1 roll {
  311.     2 index length sub
  312.     dup 4 1 roll
  313.     1 index exch 4 -1 roll
  314.     putinterval exch
  315.     } repeat
  316.     pop pop pop
  317. } __NXbdef
  318. % simulations of NeXT additions to DPS
  319. /flushgraphics {} def
  320. /hidecursor {} def
  321. /obscurecursor {} def
  322. /revealcursor {} def
  323. /setcursor {4 {pop} repeat} bind def
  324. /showcursor {} def
  325. %%EndFile
  326. %%EndProlog
  327. %%BeginSetup
  328. /oval {
  329.     translate scale newpath 0.5 0.5 0.5 0 360 arc
  330. } def /fillandframeoval {
  331.     oval gsave eofill grestore 0 setgray matrix defaultmatrix setmatrix stroke
  332. } def /fillandframerectangle {
  333.     4 copy rectfill 0 setgray rectstroke
  334. } def /line {
  335.     moveto rlineto stroke
  336. } def /setup {
  337.     setgray setlinewidth setlinecap setlinejoin gsave
  338. } def /arrow {
  339.     newpath moveto dup rotate -13 6 rlineto 4 -6 rlineto -4 -6 rlineto closepath gsave 0 setlinejoin stroke grestore fill neg rotate
  340. } def
  341. %%EndSetup
  342. 0 0 792 1008 rectclip
  343. 87 386 30 69 rectclip
  344. 87 386 30 69 rectclip
  345. 0 0 0 0 setup
  346. 14 14 95 436 oval fill
  347. grestore
  348. 0 0 0 0 setup
  349. 92 413 5 21 rectfill
  350. grestore
  351. 0 0 0 0 setup
  352. 107 413 5 21 rectfill
  353. grestore
  354. 0 0 0 0 setup
  355. 99 391 6 43 rectfill
  356. grestore
  357. gsave
  358. 0 0 792 1008 rectclip
  359. [1 0 0 -1 0 1008] concat
  360. grestore
  361. RoundedRectangle
  362. [189c]{\rtf0\ansi{\fonttbl\f1\froman Times;\f0\fswiss Helvetica;}
  363. \margl40
  364. \margr40
  365. {\f1\fs36\fi0\li0\qc\gray0 Vacancy}
  366. {\f0\fs24\fi0\li0\qc\gray0 \
  367. {\f1\fs24\fi0\li0\qc\gray0 Position Name}
  368.