home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / Documents / Diagram / UW_Palettes / PCBLayout.dpalette (.txt) < prev    next >
NeXT TypedStream Data  |  1992-06-12  |  62KB  |  1,904 lines

  1. typedstream
  2.     PrintInfo
  3. Object
  4. *fffffcsiii*s***i
  5. Letter
  6. Promethius
  7. NeXT 400 dpi Laser Printer
  8. morpheus
  9. ffffii
  10. PaletteView
  11. GraphicView
  12. ViewGrid
  13.     Responder
  14. EditView
  15. cccf    
  16. @iiffcc
  17. LightOrderedSet
  18. LightUnsortedCollection
  19. LightOrderedCollection
  20. LightCollection
  21. compare:
  22. [36@]
  23.     Rectangle
  24. TaskTextGraphic
  25. SolidGraphic
  26. Graphic
  27.     cccccc#@@
  28. LineTaskTextGraphic
  29. LineTaskGraphic
  30. SplineGraphic
  31. LineGraphic
  32. cccif
  33.     TextThing
  34. [215c]{\rtf0\ansi{\fonttbl\f1\fnil Times-Roman;\f0\fswiss Helvetica;}
  35. \margl40
  36. \margr40
  37. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\b\i\ul0\qc\fs36 Printed Circuit Board Layout Palette
  38. [257c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  39. \margl40
  40. \margr40
  41. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\qc\fs20 by Kevin Brain\
  42. (ksbrain@zeus.UWaterloo.ca)\
  43. Department of Systems Design\
  44. University of Waterloo
  45. Vertex
  46. [1311c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  47. \margl40
  48. \margr40
  49. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 This palette provides a means of doing simple printed circuit board layouts by hand.  It has been designed to work with the grid snap turned on and the grid size set to 9 (the default).  This minimum resolution (9 pixels) corresponds to 0.05 inches when printed at 40% scale (using Page Layout).  Printing at 80% will produce 2:1 scale output.  Each pad in this palette is an eps image.  An accompanying diagram, "PCBLayoutPadSizes", gives the dimensions of each item in this palette.  \
  50. Points have been added on top of each image, and the point and image then grouped together.  Make sure you draw lines to the point, and not the image itself, since lines drawn to eps images "begin" at the edge of the bounding box (possibly leaving a gap between the line and the pad).  After all lines to the pads have been drawn, send them to the back (Command-B) so they are not visible in the "hole" in the centre of the pad.  After all connections have been made, the fastest way to get rid of an unused point is to draw a line from the point to the image underneath it.\
  51. Warning:  The accuracy of the NeXT laser printer may be inadequate for large layouts.
  52. [186c]{\rtf0\ansi{\fonttbl\f1\fmodern Courier;\f0\fswiss Helvetica;}
  53. \margl40
  54. \margr40
  55. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f1\b0\i0\ul0\fs24 Courier12
  56. [168c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  57. \margl40
  58. \margr40
  59. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Helvetica12
  60. [172c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  61. \margl40
  62. \margr40
  63. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\qc\fs24 0.6\
  64. spacing
  65. {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  66. \margl40
  67. \margr40
  68. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 0.3 spacing
  69. Group
  70.     PSGraphic
  71. [922c]%!PS-Adobe-2.0 EPSF-2.0
  72. %%Title:ICPadVertical.eps
  73. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  74. %%CreationDate: Fri Nov 22 1991
  75. %%Pages: 0 1
  76. %%BoundingBox: 0 0 18 36 
  77. %%DocumentFonts: Times-BoldItalic
  78. %%EndComments
  79. % eps drawing of component for Diagram palette 
  80. % number of pixels per Diagram Grid
  81. /GRIDSIZE 9 def
  82. % one grid represents 0.05 inches
  83. /GRIDSCALE 0.05 def
  84. % multiply sizes in inches by ScaleFactor in pixels/inch 
  85. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  86. /OUTERRADIUS {0.03 SCALEFACTOR} def
  87. /HOLERADIUS {0.015 SCALEFACTOR} def
  88. 1 1 scale
  89. 0 setlinewidth
  90. gsave
  91. GRIDSIZE GRIDSIZE 2 mul moveto
  92. OUTERRADIUS 0 rmoveto
  93. 0 OUTERRADIUS rlineto
  94. OUTERRADIUS -1 mul 0 rlineto
  95. currentpoint translate
  96. 0 0 OUTERRADIUS 0 180 arc
  97. 0 OUTERRADIUS -2 mul rlineto
  98. OUTERRADIUS 0 rlineto
  99. currentpoint translate
  100. 0 0 OUTERRADIUS 180 0 arc
  101. closepath
  102. grestore
  103. 1 setgray
  104. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  105. %!PS-Adobe-2.0 EPSF-2.0
  106. %%Title:ICPadVertical.eps
  107. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  108. %%CreationDate: Fri Nov 22 1991
  109. %%Pages: 0 1
  110. %%BoundingBox: 0 0 18 36 
  111. %%DocumentFonts: Times-BoldItalic
  112. %%EndComments
  113. % eps drawing of component for Diagram palette 
  114. % number of pixels per Diagram Grid
  115. /GRIDSIZE 9 def
  116. % one grid represents 0.05 inches
  117. /GRIDSCALE 0.05 def
  118. % multiply sizes in inches by ScaleFactor in pixels/inch 
  119. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  120. /OUTERRADIUS {0.03 SCALEFACTOR} def
  121. /HOLERADIUS {0.015 SCALEFACTOR} def
  122. 1 1 scale
  123. 0 setlinewidth
  124. gsave
  125. GRIDSIZE GRIDSIZE 2 mul moveto
  126. OUTERRADIUS 0 rmoveto
  127. 0 OUTERRADIUS rlineto
  128. OUTERRADIUS -1 mul 0 rlineto
  129. currentpoint translate
  130. 0 0 OUTERRADIUS 0 180 arc
  131. 0 OUTERRADIUS -2 mul rlineto
  132. OUTERRADIUS 0 rlineto
  133. currentpoint translate
  134. 0 0 OUTERRADIUS 180 0 arc
  135. closepath
  136. grestore
  137. 1 setgray
  138. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  139. %!PS-Adobe-2.0 EPSF-2.0
  140. %%Title:ICPadVertical.eps
  141. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  142. %%CreationDate: Fri Nov 22 1991
  143. %%Pages: 0 1
  144. %%BoundingBox: 0 0 18 36 
  145. %%DocumentFonts: Times-BoldItalic
  146. %%EndComments
  147. % eps drawing of component for Diagram palette 
  148. % number of pixels per Diagram Grid
  149. /GRIDSIZE 9 def
  150. % one grid represents 0.05 inches
  151. /GRIDSCALE 0.05 def
  152. % multiply sizes in inches by ScaleFactor in pixels/inch 
  153. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  154. /OUTERRADIUS {0.03 SCALEFACTOR} def
  155. /HOLERADIUS {0.015 SCALEFACTOR} def
  156. 1 1 scale
  157. 0 setlinewidth
  158. gsave
  159. GRIDSIZE GRIDSIZE 2 mul moveto
  160. OUTERRADIUS 0 rmoveto
  161. 0 OUTERRADIUS rlineto
  162. OUTERRADIUS -1 mul 0 rlineto
  163. currentpoint translate
  164. 0 0 OUTERRADIUS 0 180 arc
  165. 0 OUTERRADIUS -2 mul rlineto
  166. OUTERRADIUS 0 rlineto
  167. currentpoint translate
  168. 0 0 OUTERRADIUS 180 0 arc
  169. closepath
  170. grestore
  171. 1 setgray
  172. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  173. %!PS-Adobe-2.0 EPSF-2.0
  174. %%Title:ICPadVertical.eps
  175. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  176. %%CreationDate: Fri Nov 22 1991
  177. %%Pages: 0 1
  178. %%BoundingBox: 0 0 18 36 
  179. %%DocumentFonts: Times-BoldItalic
  180. %%EndComments
  181. % eps drawing of component for Diagram palette 
  182. % number of pixels per Diagram Grid
  183. /GRIDSIZE 9 def
  184. % one grid represents 0.05 inches
  185. /GRIDSCALE 0.05 def
  186. % multiply sizes in inches by ScaleFactor in pixels/inch 
  187. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  188. /OUTERRADIUS {0.03 SCALEFACTOR} def
  189. /HOLERADIUS {0.015 SCALEFACTOR} def
  190. 1 1 scale
  191. 0 setlinewidth
  192. gsave
  193. GRIDSIZE GRIDSIZE 2 mul moveto
  194. OUTERRADIUS 0 rmoveto
  195. 0 OUTERRADIUS rlineto
  196. OUTERRADIUS -1 mul 0 rlineto
  197. currentpoint translate
  198. 0 0 OUTERRADIUS 0 180 arc
  199. 0 OUTERRADIUS -2 mul rlineto
  200. OUTERRADIUS 0 rlineto
  201. currentpoint translate
  202. 0 0 OUTERRADIUS 180 0 arc
  203. closepath
  204. grestore
  205. 1 setgray
  206. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  207. [932c]%!PS-Adobe-2.0 EPSF-2.0
  208. %%Title:ICPadHorizontal.eps
  209. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  210. %%CreationDate: Fri Nov 22 1991
  211. %%Pages: 0 1
  212. %%BoundingBox: 0 0 36 18 
  213. %%DocumentFonts: Times-BoldItalic
  214. %%EndComments
  215. % eps drawing of component for Diagram palette 
  216. % number of pixels per Diagram Grid
  217. /GRIDSIZE 9 def
  218. % one grid represents 0.05 inches
  219. /GRIDSCALE 0.05 def
  220. % multiply sizes in inches by ScaleFactor in pixels/inch 
  221. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  222. /OUTERRADIUS {0.03 SCALEFACTOR} def
  223. /HOLERADIUS {0.015 SCALEFACTOR} def
  224. 1 1 scale
  225. 0 setlinewidth
  226. gsave
  227. GRIDSIZE 2 mul GRIDSIZE moveto
  228. 0 OUTERRADIUS rmoveto
  229. OUTERRADIUS -1 mul 0 rlineto
  230. 0 OUTERRADIUS -1 mul rlineto
  231. currentpoint translate
  232. 0 0 OUTERRADIUS 90 270 arc
  233. OUTERRADIUS 2 mul 0 rlineto
  234. 0 OUTERRADIUS rlineto
  235. currentpoint translate
  236. 0 0 OUTERRADIUS 270 90 arc
  237. closepath
  238. grestore
  239. 1 setgray
  240. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  241. %!PS-Adobe-2.0 EPSF-2.0
  242. %%Title:ICPadHorizontal.eps
  243. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  244. %%CreationDate: Fri Nov 22 1991
  245. %%Pages: 0 1
  246. %%BoundingBox: 0 0 36 18 
  247. %%DocumentFonts: Times-BoldItalic
  248. %%EndComments
  249. % eps drawing of component for Diagram palette 
  250. % number of pixels per Diagram Grid
  251. /GRIDSIZE 9 def
  252. % one grid represents 0.05 inches
  253. /GRIDSCALE 0.05 def
  254. % multiply sizes in inches by ScaleFactor in pixels/inch 
  255. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  256. /OUTERRADIUS {0.03 SCALEFACTOR} def
  257. /HOLERADIUS {0.015 SCALEFACTOR} def
  258. 1 1 scale
  259. 0 setlinewidth
  260. gsave
  261. GRIDSIZE 2 mul GRIDSIZE moveto
  262. 0 OUTERRADIUS rmoveto
  263. OUTERRADIUS -1 mul 0 rlineto
  264. 0 OUTERRADIUS -1 mul rlineto
  265. currentpoint translate
  266. 0 0 OUTERRADIUS 90 270 arc
  267. OUTERRADIUS 2 mul 0 rlineto
  268. 0 OUTERRADIUS rlineto
  269. currentpoint translate
  270. 0 0 OUTERRADIUS 270 90 arc
  271. closepath
  272. grestore
  273. 1 setgray
  274. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  275. %!PS-Adobe-2.0 EPSF-2.0
  276. %%Title:ICPadHorizontal.eps
  277. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  278. %%CreationDate: Fri Nov 22 1991
  279. %%Pages: 0 1
  280. %%BoundingBox: 0 0 36 18 
  281. %%DocumentFonts: Times-BoldItalic
  282. %%EndComments
  283. % eps drawing of component for Diagram palette 
  284. % number of pixels per Diagram Grid
  285. /GRIDSIZE 9 def
  286. % one grid represents 0.05 inches
  287. /GRIDSCALE 0.05 def
  288. % multiply sizes in inches by ScaleFactor in pixels/inch 
  289. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  290. /OUTERRADIUS {0.03 SCALEFACTOR} def
  291. /HOLERADIUS {0.015 SCALEFACTOR} def
  292. 1 1 scale
  293. 0 setlinewidth
  294. gsave
  295. GRIDSIZE 2 mul GRIDSIZE moveto
  296. 0 OUTERRADIUS rmoveto
  297. OUTERRADIUS -1 mul 0 rlineto
  298. 0 OUTERRADIUS -1 mul rlineto
  299. currentpoint translate
  300. 0 0 OUTERRADIUS 90 270 arc
  301. OUTERRADIUS 2 mul 0 rlineto
  302. 0 OUTERRADIUS rlineto
  303. currentpoint translate
  304. 0 0 OUTERRADIUS 270 90 arc
  305. closepath
  306. grestore
  307. 1 setgray
  308. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  309. %!PS-Adobe-2.0 EPSF-2.0
  310. %%Title:ICPadHorizontal.eps
  311. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  312. %%CreationDate: Fri Nov 22 1991
  313. %%Pages: 0 1
  314. %%BoundingBox: 0 0 36 18 
  315. %%DocumentFonts: Times-BoldItalic
  316. %%EndComments
  317. % eps drawing of component for Diagram palette 
  318. % number of pixels per Diagram Grid
  319. /GRIDSIZE 9 def
  320. % one grid represents 0.05 inches
  321. /GRIDSCALE 0.05 def
  322. % multiply sizes in inches by ScaleFactor in pixels/inch 
  323. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  324. /OUTERRADIUS {0.03 SCALEFACTOR} def
  325. /HOLERADIUS {0.015 SCALEFACTOR} def
  326. 1 1 scale
  327. 0 setlinewidth
  328. gsave
  329. GRIDSIZE 2 mul GRIDSIZE moveto
  330. 0 OUTERRADIUS rmoveto
  331. OUTERRADIUS -1 mul 0 rlineto
  332. 0 OUTERRADIUS -1 mul rlineto
  333. currentpoint translate
  334. 0 0 OUTERRADIUS 90 270 arc
  335. OUTERRADIUS 2 mul 0 rlineto
  336. 0 OUTERRADIUS rlineto
  337. currentpoint translate
  338. 0 0 OUTERRADIUS 270 90 arc
  339. closepath
  340. grestore
  341. 1 setgray
  342. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  343. %!PS-Adobe-2.0 EPSF-2.0
  344. %%Title:ICPadHorizontal.eps
  345. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  346. %%CreationDate: Fri Nov 22 1991
  347. %%Pages: 0 1
  348. %%BoundingBox: 0 0 36 18 
  349. %%DocumentFonts: Times-BoldItalic
  350. %%EndComments
  351. % eps drawing of component for Diagram palette 
  352. % number of pixels per Diagram Grid
  353. /GRIDSIZE 9 def
  354. % one grid represents 0.05 inches
  355. /GRIDSCALE 0.05 def
  356. % multiply sizes in inches by ScaleFactor in pixels/inch 
  357. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  358. /OUTERRADIUS {0.03 SCALEFACTOR} def
  359. /HOLERADIUS {0.015 SCALEFACTOR} def
  360. 1 1 scale
  361. 0 setlinewidth
  362. gsave
  363. GRIDSIZE 2 mul GRIDSIZE moveto
  364. 0 OUTERRADIUS rmoveto
  365. OUTERRADIUS -1 mul 0 rlineto
  366. 0 OUTERRADIUS -1 mul rlineto
  367. currentpoint translate
  368. 0 0 OUTERRADIUS 90 270 arc
  369. OUTERRADIUS 2 mul 0 rlineto
  370. 0 OUTERRADIUS rlineto
  371. currentpoint translate
  372. 0 0 OUTERRADIUS 270 90 arc
  373. closepath
  374. grestore
  375. 1 setgray
  376. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  377. %!PS-Adobe-2.0 EPSF-2.0
  378. %%Title:ICPadHorizontal.eps
  379. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  380. %%CreationDate: Fri Nov 22 1991
  381. %%Pages: 0 1
  382. %%BoundingBox: 0 0 36 18 
  383. %%DocumentFonts: Times-BoldItalic
  384. %%EndComments
  385. % eps drawing of component for Diagram palette 
  386. % number of pixels per Diagram Grid
  387. /GRIDSIZE 9 def
  388. % one grid represents 0.05 inches
  389. /GRIDSCALE 0.05 def
  390. % multiply sizes in inches by ScaleFactor in pixels/inch 
  391. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  392. /OUTERRADIUS {0.03 SCALEFACTOR} def
  393. /HOLERADIUS {0.015 SCALEFACTOR} def
  394. 1 1 scale
  395. 0 setlinewidth
  396. gsave
  397. GRIDSIZE 2 mul GRIDSIZE moveto
  398. 0 OUTERRADIUS rmoveto
  399. OUTERRADIUS -1 mul 0 rlineto
  400. 0 OUTERRADIUS -1 mul rlineto
  401. currentpoint translate
  402. 0 0 OUTERRADIUS 90 270 arc
  403. OUTERRADIUS 2 mul 0 rlineto
  404. 0 OUTERRADIUS rlineto
  405. currentpoint translate
  406. 0 0 OUTERRADIUS 270 90 arc
  407. closepath
  408. grestore
  409. 1 setgray
  410. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  411. %!PS-Adobe-2.0 EPSF-2.0
  412. %%Title:ICPadHorizontal.eps
  413. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  414. %%CreationDate: Fri Nov 22 1991
  415. %%Pages: 0 1
  416. %%BoundingBox: 0 0 36 18 
  417. %%DocumentFonts: Times-BoldItalic
  418. %%EndComments
  419. % eps drawing of component for Diagram palette 
  420. % number of pixels per Diagram Grid
  421. /GRIDSIZE 9 def
  422. % one grid represents 0.05 inches
  423. /GRIDSCALE 0.05 def
  424. % multiply sizes in inches by ScaleFactor in pixels/inch 
  425. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  426. /OUTERRADIUS {0.03 SCALEFACTOR} def
  427. /HOLERADIUS {0.015 SCALEFACTOR} def
  428. 1 1 scale
  429. 0 setlinewidth
  430. gsave
  431. GRIDSIZE 2 mul GRIDSIZE moveto
  432. 0 OUTERRADIUS rmoveto
  433. OUTERRADIUS -1 mul 0 rlineto
  434. 0 OUTERRADIUS -1 mul rlineto
  435. currentpoint translate
  436. 0 0 OUTERRADIUS 90 270 arc
  437. OUTERRADIUS 2 mul 0 rlineto
  438. 0 OUTERRADIUS rlineto
  439. currentpoint translate
  440. 0 0 OUTERRADIUS 270 90 arc
  441. closepath
  442. grestore
  443. 1 setgray
  444. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  445. %!PS-Adobe-2.0 EPSF-2.0
  446. %%Title:ICPadHorizontal.eps
  447. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  448. %%CreationDate: Fri Nov 22 1991
  449. %%Pages: 0 1
  450. %%BoundingBox: 0 0 36 18 
  451. %%DocumentFonts: Times-BoldItalic
  452. %%EndComments
  453. % eps drawing of component for Diagram palette 
  454. % number of pixels per Diagram Grid
  455. /GRIDSIZE 9 def
  456. % one grid represents 0.05 inches
  457. /GRIDSCALE 0.05 def
  458. % multiply sizes in inches by ScaleFactor in pixels/inch 
  459. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  460. /OUTERRADIUS {0.03 SCALEFACTOR} def
  461. /HOLERADIUS {0.015 SCALEFACTOR} def
  462. 1 1 scale
  463. 0 setlinewidth
  464. gsave
  465. GRIDSIZE 2 mul GRIDSIZE moveto
  466. 0 OUTERRADIUS rmoveto
  467. OUTERRADIUS -1 mul 0 rlineto
  468. 0 OUTERRADIUS -1 mul rlineto
  469. currentpoint translate
  470. 0 0 OUTERRADIUS 90 270 arc
  471. OUTERRADIUS 2 mul 0 rlineto
  472. 0 OUTERRADIUS rlineto
  473. currentpoint translate
  474. 0 0 OUTERRADIUS 270 90 arc
  475. closepath
  476. grestore
  477. 1 setgray
  478. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  479. %!PS-Adobe-2.0 EPSF-2.0
  480. %%Title:ICPadVertical.eps
  481. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  482. %%CreationDate: Fri Nov 22 1991
  483. %%Pages: 0 1
  484. %%BoundingBox: 0 0 18 36 
  485. %%DocumentFonts: Times-BoldItalic
  486. %%EndComments
  487. % eps drawing of component for Diagram palette 
  488. % number of pixels per Diagram Grid
  489. /GRIDSIZE 9 def
  490. % one grid represents 0.05 inches
  491. /GRIDSCALE 0.05 def
  492. % multiply sizes in inches by ScaleFactor in pixels/inch 
  493. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  494. /OUTERRADIUS {0.03 SCALEFACTOR} def
  495. /HOLERADIUS {0.015 SCALEFACTOR} def
  496. 1 1 scale
  497. 0 setlinewidth
  498. gsave
  499. GRIDSIZE GRIDSIZE 2 mul moveto
  500. OUTERRADIUS 0 rmoveto
  501. 0 OUTERRADIUS rlineto
  502. OUTERRADIUS -1 mul 0 rlineto
  503. currentpoint translate
  504. 0 0 OUTERRADIUS 0 180 arc
  505. 0 OUTERRADIUS -2 mul rlineto
  506. OUTERRADIUS 0 rlineto
  507. currentpoint translate
  508. 0 0 OUTERRADIUS 180 0 arc
  509. closepath
  510. grestore
  511. 1 setgray
  512. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  513. %!PS-Adobe-2.0 EPSF-2.0
  514. %%Title:ICPadVertical.eps
  515. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  516. %%CreationDate: Fri Nov 22 1991
  517. %%Pages: 0 1
  518. %%BoundingBox: 0 0 18 36 
  519. %%DocumentFonts: Times-BoldItalic
  520. %%EndComments
  521. % eps drawing of component for Diagram palette 
  522. % number of pixels per Diagram Grid
  523. /GRIDSIZE 9 def
  524. % one grid represents 0.05 inches
  525. /GRIDSCALE 0.05 def
  526. % multiply sizes in inches by ScaleFactor in pixels/inch 
  527. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  528. /OUTERRADIUS {0.03 SCALEFACTOR} def
  529. /HOLERADIUS {0.015 SCALEFACTOR} def
  530. 1 1 scale
  531. 0 setlinewidth
  532. gsave
  533. GRIDSIZE GRIDSIZE 2 mul moveto
  534. OUTERRADIUS 0 rmoveto
  535. 0 OUTERRADIUS rlineto
  536. OUTERRADIUS -1 mul 0 rlineto
  537. currentpoint translate
  538. 0 0 OUTERRADIUS 0 180 arc
  539. 0 OUTERRADIUS -2 mul rlineto
  540. OUTERRADIUS 0 rlineto
  541. currentpoint translate
  542. 0 0 OUTERRADIUS 180 0 arc
  543. closepath
  544. grestore
  545. 1 setgray
  546. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  547. %!PS-Adobe-2.0 EPSF-2.0
  548. %%Title:ICPadVertical.eps
  549. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  550. %%CreationDate: Fri Nov 22 1991
  551. %%Pages: 0 1
  552. %%BoundingBox: 0 0 18 36 
  553. %%DocumentFonts: Times-BoldItalic
  554. %%EndComments
  555. % eps drawing of component for Diagram palette 
  556. % number of pixels per Diagram Grid
  557. /GRIDSIZE 9 def
  558. % one grid represents 0.05 inches
  559. /GRIDSCALE 0.05 def
  560. % multiply sizes in inches by ScaleFactor in pixels/inch 
  561. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  562. /OUTERRADIUS {0.03 SCALEFACTOR} def
  563. /HOLERADIUS {0.015 SCALEFACTOR} def
  564. 1 1 scale
  565. 0 setlinewidth
  566. gsave
  567. GRIDSIZE GRIDSIZE 2 mul moveto
  568. OUTERRADIUS 0 rmoveto
  569. 0 OUTERRADIUS rlineto
  570. OUTERRADIUS -1 mul 0 rlineto
  571. currentpoint translate
  572. 0 0 OUTERRADIUS 0 180 arc
  573. 0 OUTERRADIUS -2 mul rlineto
  574. OUTERRADIUS 0 rlineto
  575. currentpoint translate
  576. 0 0 OUTERRADIUS 180 0 arc
  577. closepath
  578. grestore
  579. 1 setgray
  580. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  581. %!PS-Adobe-2.0 EPSF-2.0
  582. %%Title:ICPadVertical.eps
  583. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  584. %%CreationDate: Fri Nov 22 1991
  585. %%Pages: 0 1
  586. %%BoundingBox: 0 0 18 36 
  587. %%DocumentFonts: Times-BoldItalic
  588. %%EndComments
  589. % eps drawing of component for Diagram palette 
  590. % number of pixels per Diagram Grid
  591. /GRIDSIZE 9 def
  592. % one grid represents 0.05 inches
  593. /GRIDSCALE 0.05 def
  594. % multiply sizes in inches by ScaleFactor in pixels/inch 
  595. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  596. /OUTERRADIUS {0.03 SCALEFACTOR} def
  597. /HOLERADIUS {0.015 SCALEFACTOR} def
  598. 1 1 scale
  599. 0 setlinewidth
  600. gsave
  601. GRIDSIZE GRIDSIZE 2 mul moveto
  602. OUTERRADIUS 0 rmoveto
  603. 0 OUTERRADIUS rlineto
  604. OUTERRADIUS -1 mul 0 rlineto
  605. currentpoint translate
  606. 0 0 OUTERRADIUS 0 180 arc
  607. 0 OUTERRADIUS -2 mul rlineto
  608. OUTERRADIUS 0 rlineto
  609. currentpoint translate
  610. 0 0 OUTERRADIUS 180 0 arc
  611. closepath
  612. grestore
  613. 1 setgray
  614. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  615. [664c]%!PS-Adobe-2.0 EPSF-2.0
  616. %%Title:ConnectorRound.eps
  617. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  618. %%CreationDate: Fri Nov 22 1991
  619. %%Pages: 0 1
  620. %%BoundingBox: 0 0 18 18 
  621. %%DocumentFonts: Times-BoldItalic
  622. %%EndComments
  623. % eps drawing of component for Diagram palette 
  624. % number of pixels per Diagram Grid
  625. /GRIDSIZE 9 def
  626. % one grid represents 0.05 inches
  627. /GRIDSCALE 0.05 def
  628. % multiply sizes in inches by ScaleFactor in pixels/inch 
  629. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  630. /OUTERRADIUS {0.03 SCALEFACTOR} def
  631. /HOLERADIUS {0.015 SCALEFACTOR} def
  632. 1 1 scale
  633. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  634. 1 setgray
  635. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  636. %!PS-Adobe-2.0 EPSF-2.0
  637. %%Title:ConnectorRound.eps
  638. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  639. %%CreationDate: Fri Nov 22 1991
  640. %%Pages: 0 1
  641. %%BoundingBox: 0 0 18 18 
  642. %%DocumentFonts: Times-BoldItalic
  643. %%EndComments
  644. % eps drawing of component for Diagram palette 
  645. % number of pixels per Diagram Grid
  646. /GRIDSIZE 9 def
  647. % one grid represents 0.05 inches
  648. /GRIDSCALE 0.05 def
  649. % multiply sizes in inches by ScaleFactor in pixels/inch 
  650. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  651. /OUTERRADIUS {0.03 SCALEFACTOR} def
  652. /HOLERADIUS {0.015 SCALEFACTOR} def
  653. 1 1 scale
  654. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  655. 1 setgray
  656. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  657. %!PS-Adobe-2.0 EPSF-2.0
  658. %%Title:ConnectorRound.eps
  659. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  660. %%CreationDate: Fri Nov 22 1991
  661. %%Pages: 0 1
  662. %%BoundingBox: 0 0 18 18 
  663. %%DocumentFonts: Times-BoldItalic
  664. %%EndComments
  665. % eps drawing of component for Diagram palette 
  666. % number of pixels per Diagram Grid
  667. /GRIDSIZE 9 def
  668. % one grid represents 0.05 inches
  669. /GRIDSCALE 0.05 def
  670. % multiply sizes in inches by ScaleFactor in pixels/inch 
  671. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  672. /OUTERRADIUS {0.03 SCALEFACTOR} def
  673. /HOLERADIUS {0.015 SCALEFACTOR} def
  674. 1 1 scale
  675. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  676. 1 setgray
  677. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  678. %!PS-Adobe-2.0 EPSF-2.0
  679. %%Title:ConnectorRound.eps
  680. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  681. %%CreationDate: Fri Nov 22 1991
  682. %%Pages: 0 1
  683. %%BoundingBox: 0 0 18 18 
  684. %%DocumentFonts: Times-BoldItalic
  685. %%EndComments
  686. % eps drawing of component for Diagram palette 
  687. % number of pixels per Diagram Grid
  688. /GRIDSIZE 9 def
  689. % one grid represents 0.05 inches
  690. /GRIDSCALE 0.05 def
  691. % multiply sizes in inches by ScaleFactor in pixels/inch 
  692. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  693. /OUTERRADIUS {0.03 SCALEFACTOR} def
  694. /HOLERADIUS {0.015 SCALEFACTOR} def
  695. 1 1 scale
  696. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  697. 1 setgray
  698. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  699. [14@]
  700. %!PS-Adobe-2.0 EPSF-2.0
  701. %%Title:ICPadHorizontal.eps
  702. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  703. %%CreationDate: Fri Nov 22 1991
  704. %%Pages: 0 1
  705. %%BoundingBox: 0 0 36 18 
  706. %%DocumentFonts: Times-BoldItalic
  707. %%EndComments
  708. % eps drawing of component for Diagram palette 
  709. % number of pixels per Diagram Grid
  710. /GRIDSIZE 9 def
  711. % one grid represents 0.05 inches
  712. /GRIDSCALE 0.05 def
  713. % multiply sizes in inches by ScaleFactor in pixels/inch 
  714. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  715. /OUTERRADIUS {0.03 SCALEFACTOR} def
  716. /HOLERADIUS {0.015 SCALEFACTOR} def
  717. 1 1 scale
  718. 0 setlinewidth
  719. gsave
  720. GRIDSIZE 2 mul GRIDSIZE moveto
  721. 0 OUTERRADIUS rmoveto
  722. OUTERRADIUS -1 mul 0 rlineto
  723. 0 OUTERRADIUS -1 mul rlineto
  724. currentpoint translate
  725. 0 0 OUTERRADIUS 90 270 arc
  726. OUTERRADIUS 2 mul 0 rlineto
  727. 0 OUTERRADIUS rlineto
  728. currentpoint translate
  729. 0 0 OUTERRADIUS 270 90 arc
  730. closepath
  731. grestore
  732. 1 setgray
  733. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  734. %!PS-Adobe-2.0 EPSF-2.0
  735. %%Title:ICPadHorizontal.eps
  736. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  737. %%CreationDate: Fri Nov 22 1991
  738. %%Pages: 0 1
  739. %%BoundingBox: 0 0 36 18 
  740. %%DocumentFonts: Times-BoldItalic
  741. %%EndComments
  742. % eps drawing of component for Diagram palette 
  743. % number of pixels per Diagram Grid
  744. /GRIDSIZE 9 def
  745. % one grid represents 0.05 inches
  746. /GRIDSCALE 0.05 def
  747. % multiply sizes in inches by ScaleFactor in pixels/inch 
  748. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  749. /OUTERRADIUS {0.03 SCALEFACTOR} def
  750. /HOLERADIUS {0.015 SCALEFACTOR} def
  751. 1 1 scale
  752. 0 setlinewidth
  753. gsave
  754. GRIDSIZE 2 mul GRIDSIZE moveto
  755. 0 OUTERRADIUS rmoveto
  756. OUTERRADIUS -1 mul 0 rlineto
  757. 0 OUTERRADIUS -1 mul rlineto
  758. currentpoint translate
  759. 0 0 OUTERRADIUS 90 270 arc
  760. OUTERRADIUS 2 mul 0 rlineto
  761. 0 OUTERRADIUS rlineto
  762. currentpoint translate
  763. 0 0 OUTERRADIUS 270 90 arc
  764. closepath
  765. grestore
  766. 1 setgray
  767. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  768. %!PS-Adobe-2.0 EPSF-2.0
  769. %%Title:ICPadHorizontal.eps
  770. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  771. %%CreationDate: Fri Nov 22 1991
  772. %%Pages: 0 1
  773. %%BoundingBox: 0 0 36 18 
  774. %%DocumentFonts: Times-BoldItalic
  775. %%EndComments
  776. % eps drawing of component for Diagram palette 
  777. % number of pixels per Diagram Grid
  778. /GRIDSIZE 9 def
  779. % one grid represents 0.05 inches
  780. /GRIDSCALE 0.05 def
  781. % multiply sizes in inches by ScaleFactor in pixels/inch 
  782. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  783. /OUTERRADIUS {0.03 SCALEFACTOR} def
  784. /HOLERADIUS {0.015 SCALEFACTOR} def
  785. 1 1 scale
  786. 0 setlinewidth
  787. gsave
  788. GRIDSIZE 2 mul GRIDSIZE moveto
  789. 0 OUTERRADIUS rmoveto
  790. OUTERRADIUS -1 mul 0 rlineto
  791. 0 OUTERRADIUS -1 mul rlineto
  792. currentpoint translate
  793. 0 0 OUTERRADIUS 90 270 arc
  794. OUTERRADIUS 2 mul 0 rlineto
  795. 0 OUTERRADIUS rlineto
  796. currentpoint translate
  797. 0 0 OUTERRADIUS 270 90 arc
  798. closepath
  799. grestore
  800. 1 setgray
  801. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  802. %!PS-Adobe-2.0 EPSF-2.0
  803. %%Title:ICPadHorizontal.eps
  804. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  805. %%CreationDate: Fri Nov 22 1991
  806. %%Pages: 0 1
  807. %%BoundingBox: 0 0 36 18 
  808. %%DocumentFonts: Times-BoldItalic
  809. %%EndComments
  810. % eps drawing of component for Diagram palette 
  811. % number of pixels per Diagram Grid
  812. /GRIDSIZE 9 def
  813. % one grid represents 0.05 inches
  814. /GRIDSCALE 0.05 def
  815. % multiply sizes in inches by ScaleFactor in pixels/inch 
  816. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  817. /OUTERRADIUS {0.03 SCALEFACTOR} def
  818. /HOLERADIUS {0.015 SCALEFACTOR} def
  819. 1 1 scale
  820. 0 setlinewidth
  821. gsave
  822. GRIDSIZE 2 mul GRIDSIZE moveto
  823. 0 OUTERRADIUS rmoveto
  824. OUTERRADIUS -1 mul 0 rlineto
  825. 0 OUTERRADIUS -1 mul rlineto
  826. currentpoint translate
  827. 0 0 OUTERRADIUS 90 270 arc
  828. OUTERRADIUS 2 mul 0 rlineto
  829. 0 OUTERRADIUS rlineto
  830. currentpoint translate
  831. 0 0 OUTERRADIUS 270 90 arc
  832. closepath
  833. grestore
  834. 1 setgray
  835. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  836. %!PS-Adobe-2.0 EPSF-2.0
  837. %%Title:ICPadHorizontal.eps
  838. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  839. %%CreationDate: Fri Nov 22 1991
  840. %%Pages: 0 1
  841. %%BoundingBox: 0 0 36 18 
  842. %%DocumentFonts: Times-BoldItalic
  843. %%EndComments
  844. % eps drawing of component for Diagram palette 
  845. % number of pixels per Diagram Grid
  846. /GRIDSIZE 9 def
  847. % one grid represents 0.05 inches
  848. /GRIDSCALE 0.05 def
  849. % multiply sizes in inches by ScaleFactor in pixels/inch 
  850. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  851. /OUTERRADIUS {0.03 SCALEFACTOR} def
  852. /HOLERADIUS {0.015 SCALEFACTOR} def
  853. 1 1 scale
  854. 0 setlinewidth
  855. gsave
  856. GRIDSIZE 2 mul GRIDSIZE moveto
  857. 0 OUTERRADIUS rmoveto
  858. OUTERRADIUS -1 mul 0 rlineto
  859. 0 OUTERRADIUS -1 mul rlineto
  860. currentpoint translate
  861. 0 0 OUTERRADIUS 90 270 arc
  862. OUTERRADIUS 2 mul 0 rlineto
  863. 0 OUTERRADIUS rlineto
  864. currentpoint translate
  865. 0 0 OUTERRADIUS 270 90 arc
  866. closepath
  867. grestore
  868. 1 setgray
  869. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  870. %!PS-Adobe-2.0 EPSF-2.0
  871. %%Title:ICPadHorizontal.eps
  872. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  873. %%CreationDate: Fri Nov 22 1991
  874. %%Pages: 0 1
  875. %%BoundingBox: 0 0 36 18 
  876. %%DocumentFonts: Times-BoldItalic
  877. %%EndComments
  878. % eps drawing of component for Diagram palette 
  879. % number of pixels per Diagram Grid
  880. /GRIDSIZE 9 def
  881. % one grid represents 0.05 inches
  882. /GRIDSCALE 0.05 def
  883. % multiply sizes in inches by ScaleFactor in pixels/inch 
  884. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  885. /OUTERRADIUS {0.03 SCALEFACTOR} def
  886. /HOLERADIUS {0.015 SCALEFACTOR} def
  887. 1 1 scale
  888. 0 setlinewidth
  889. gsave
  890. GRIDSIZE 2 mul GRIDSIZE moveto
  891. 0 OUTERRADIUS rmoveto
  892. OUTERRADIUS -1 mul 0 rlineto
  893. 0 OUTERRADIUS -1 mul rlineto
  894. currentpoint translate
  895. 0 0 OUTERRADIUS 90 270 arc
  896. OUTERRADIUS 2 mul 0 rlineto
  897. 0 OUTERRADIUS rlineto
  898. currentpoint translate
  899. 0 0 OUTERRADIUS 270 90 arc
  900. closepath
  901. grestore
  902. 1 setgray
  903. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  904. %!PS-Adobe-2.0 EPSF-2.0
  905. %%Title:ICPadHorizontal.eps
  906. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  907. %%CreationDate: Fri Nov 22 1991
  908. %%Pages: 0 1
  909. %%BoundingBox: 0 0 36 18 
  910. %%DocumentFonts: Times-BoldItalic
  911. %%EndComments
  912. % eps drawing of component for Diagram palette 
  913. % number of pixels per Diagram Grid
  914. /GRIDSIZE 9 def
  915. % one grid represents 0.05 inches
  916. /GRIDSCALE 0.05 def
  917. % multiply sizes in inches by ScaleFactor in pixels/inch 
  918. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  919. /OUTERRADIUS {0.03 SCALEFACTOR} def
  920. /HOLERADIUS {0.015 SCALEFACTOR} def
  921. 1 1 scale
  922. 0 setlinewidth
  923. gsave
  924. GRIDSIZE 2 mul GRIDSIZE moveto
  925. 0 OUTERRADIUS rmoveto
  926. OUTERRADIUS -1 mul 0 rlineto
  927. 0 OUTERRADIUS -1 mul rlineto
  928. currentpoint translate
  929. 0 0 OUTERRADIUS 90 270 arc
  930. OUTERRADIUS 2 mul 0 rlineto
  931. 0 OUTERRADIUS rlineto
  932. currentpoint translate
  933. 0 0 OUTERRADIUS 270 90 arc
  934. closepath
  935. grestore
  936. 1 setgray
  937. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  938. %!PS-Adobe-2.0 EPSF-2.0
  939. %%Title:ICPadHorizontal.eps
  940. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  941. %%CreationDate: Fri Nov 22 1991
  942. %%Pages: 0 1
  943. %%BoundingBox: 0 0 36 18 
  944. %%DocumentFonts: Times-BoldItalic
  945. %%EndComments
  946. % eps drawing of component for Diagram palette 
  947. % number of pixels per Diagram Grid
  948. /GRIDSIZE 9 def
  949. % one grid represents 0.05 inches
  950. /GRIDSCALE 0.05 def
  951. % multiply sizes in inches by ScaleFactor in pixels/inch 
  952. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  953. /OUTERRADIUS {0.03 SCALEFACTOR} def
  954. /HOLERADIUS {0.015 SCALEFACTOR} def
  955. 1 1 scale
  956. 0 setlinewidth
  957. gsave
  958. GRIDSIZE 2 mul GRIDSIZE moveto
  959. 0 OUTERRADIUS rmoveto
  960. OUTERRADIUS -1 mul 0 rlineto
  961. 0 OUTERRADIUS -1 mul rlineto
  962. currentpoint translate
  963. 0 0 OUTERRADIUS 90 270 arc
  964. OUTERRADIUS 2 mul 0 rlineto
  965. 0 OUTERRADIUS rlineto
  966. currentpoint translate
  967. 0 0 OUTERRADIUS 270 90 arc
  968. closepath
  969. grestore
  970. 1 setgray
  971. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  972. %!PS-Adobe-2.0 EPSF-2.0
  973. %%Title:ICPadHorizontal.eps
  974. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  975. %%CreationDate: Fri Nov 22 1991
  976. %%Pages: 0 1
  977. %%BoundingBox: 0 0 36 18 
  978. %%DocumentFonts: Times-BoldItalic
  979. %%EndComments
  980. % eps drawing of component for Diagram palette 
  981. % number of pixels per Diagram Grid
  982. /GRIDSIZE 9 def
  983. % one grid represents 0.05 inches
  984. /GRIDSCALE 0.05 def
  985. % multiply sizes in inches by ScaleFactor in pixels/inch 
  986. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  987. /OUTERRADIUS {0.03 SCALEFACTOR} def
  988. /HOLERADIUS {0.015 SCALEFACTOR} def
  989. 1 1 scale
  990. 0 setlinewidth
  991. gsave
  992. GRIDSIZE 2 mul GRIDSIZE moveto
  993. 0 OUTERRADIUS rmoveto
  994. OUTERRADIUS -1 mul 0 rlineto
  995. 0 OUTERRADIUS -1 mul rlineto
  996. currentpoint translate
  997. 0 0 OUTERRADIUS 90 270 arc
  998. OUTERRADIUS 2 mul 0 rlineto
  999. 0 OUTERRADIUS rlineto
  1000. currentpoint translate
  1001. 0 0 OUTERRADIUS 270 90 arc
  1002. closepath
  1003. grestore
  1004. 1 setgray
  1005. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1006. %!PS-Adobe-2.0 EPSF-2.0
  1007. %%Title:ICPadHorizontal.eps
  1008. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1009. %%CreationDate: Fri Nov 22 1991
  1010. %%Pages: 0 1
  1011. %%BoundingBox: 0 0 36 18 
  1012. %%DocumentFonts: Times-BoldItalic
  1013. %%EndComments
  1014. % eps drawing of component for Diagram palette 
  1015. % number of pixels per Diagram Grid
  1016. /GRIDSIZE 9 def
  1017. % one grid represents 0.05 inches
  1018. /GRIDSCALE 0.05 def
  1019. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1020. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1021. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1022. /HOLERADIUS {0.015 SCALEFACTOR} def
  1023. 1 1 scale
  1024. 0 setlinewidth
  1025. gsave
  1026. GRIDSIZE 2 mul GRIDSIZE moveto
  1027. 0 OUTERRADIUS rmoveto
  1028. OUTERRADIUS -1 mul 0 rlineto
  1029. 0 OUTERRADIUS -1 mul rlineto
  1030. currentpoint translate
  1031. 0 0 OUTERRADIUS 90 270 arc
  1032. OUTERRADIUS 2 mul 0 rlineto
  1033. 0 OUTERRADIUS rlineto
  1034. currentpoint translate
  1035. 0 0 OUTERRADIUS 270 90 arc
  1036. closepath
  1037. grestore
  1038. 1 setgray
  1039. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1040. %!PS-Adobe-2.0 EPSF-2.0
  1041. %%Title:ICPadHorizontal.eps
  1042. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1043. %%CreationDate: Fri Nov 22 1991
  1044. %%Pages: 0 1
  1045. %%BoundingBox: 0 0 36 18 
  1046. %%DocumentFonts: Times-BoldItalic
  1047. %%EndComments
  1048. % eps drawing of component for Diagram palette 
  1049. % number of pixels per Diagram Grid
  1050. /GRIDSIZE 9 def
  1051. % one grid represents 0.05 inches
  1052. /GRIDSCALE 0.05 def
  1053. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1054. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1055. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1056. /HOLERADIUS {0.015 SCALEFACTOR} def
  1057. 1 1 scale
  1058. 0 setlinewidth
  1059. gsave
  1060. GRIDSIZE 2 mul GRIDSIZE moveto
  1061. 0 OUTERRADIUS rmoveto
  1062. OUTERRADIUS -1 mul 0 rlineto
  1063. 0 OUTERRADIUS -1 mul rlineto
  1064. currentpoint translate
  1065. 0 0 OUTERRADIUS 90 270 arc
  1066. OUTERRADIUS 2 mul 0 rlineto
  1067. 0 OUTERRADIUS rlineto
  1068. currentpoint translate
  1069. 0 0 OUTERRADIUS 270 90 arc
  1070. closepath
  1071. grestore
  1072. 1 setgray
  1073. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1074. %!PS-Adobe-2.0 EPSF-2.0
  1075. %%Title:ICPadHorizontal.eps
  1076. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1077. %%CreationDate: Fri Nov 22 1991
  1078. %%Pages: 0 1
  1079. %%BoundingBox: 0 0 36 18 
  1080. %%DocumentFonts: Times-BoldItalic
  1081. %%EndComments
  1082. % eps drawing of component for Diagram palette 
  1083. % number of pixels per Diagram Grid
  1084. /GRIDSIZE 9 def
  1085. % one grid represents 0.05 inches
  1086. /GRIDSCALE 0.05 def
  1087. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1088. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1089. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1090. /HOLERADIUS {0.015 SCALEFACTOR} def
  1091. 1 1 scale
  1092. 0 setlinewidth
  1093. gsave
  1094. GRIDSIZE 2 mul GRIDSIZE moveto
  1095. 0 OUTERRADIUS rmoveto
  1096. OUTERRADIUS -1 mul 0 rlineto
  1097. 0 OUTERRADIUS -1 mul rlineto
  1098. currentpoint translate
  1099. 0 0 OUTERRADIUS 90 270 arc
  1100. OUTERRADIUS 2 mul 0 rlineto
  1101. 0 OUTERRADIUS rlineto
  1102. currentpoint translate
  1103. 0 0 OUTERRADIUS 270 90 arc
  1104. closepath
  1105. grestore
  1106. 1 setgray
  1107. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1108. %!PS-Adobe-2.0 EPSF-2.0
  1109. %%Title:ICPadHorizontal.eps
  1110. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1111. %%CreationDate: Fri Nov 22 1991
  1112. %%Pages: 0 1
  1113. %%BoundingBox: 0 0 36 18 
  1114. %%DocumentFonts: Times-BoldItalic
  1115. %%EndComments
  1116. % eps drawing of component for Diagram palette 
  1117. % number of pixels per Diagram Grid
  1118. /GRIDSIZE 9 def
  1119. % one grid represents 0.05 inches
  1120. /GRIDSCALE 0.05 def
  1121. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1122. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1123. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1124. /HOLERADIUS {0.015 SCALEFACTOR} def
  1125. 1 1 scale
  1126. 0 setlinewidth
  1127. gsave
  1128. GRIDSIZE 2 mul GRIDSIZE moveto
  1129. 0 OUTERRADIUS rmoveto
  1130. OUTERRADIUS -1 mul 0 rlineto
  1131. 0 OUTERRADIUS -1 mul rlineto
  1132. currentpoint translate
  1133. 0 0 OUTERRADIUS 90 270 arc
  1134. OUTERRADIUS 2 mul 0 rlineto
  1135. 0 OUTERRADIUS rlineto
  1136. currentpoint translate
  1137. 0 0 OUTERRADIUS 270 90 arc
  1138. closepath
  1139. grestore
  1140. 1 setgray
  1141. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1142. %!PS-Adobe-2.0 EPSF-2.0
  1143. %%Title:ICPadHorizontal.eps
  1144. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1145. %%CreationDate: Fri Nov 22 1991
  1146. %%Pages: 0 1
  1147. %%BoundingBox: 0 0 36 18 
  1148. %%DocumentFonts: Times-BoldItalic
  1149. %%EndComments
  1150. % eps drawing of component for Diagram palette 
  1151. % number of pixels per Diagram Grid
  1152. /GRIDSIZE 9 def
  1153. % one grid represents 0.05 inches
  1154. /GRIDSCALE 0.05 def
  1155. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1156. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1157. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1158. /HOLERADIUS {0.015 SCALEFACTOR} def
  1159. 1 1 scale
  1160. 0 setlinewidth
  1161. gsave
  1162. GRIDSIZE 2 mul GRIDSIZE moveto
  1163. 0 OUTERRADIUS rmoveto
  1164. OUTERRADIUS -1 mul 0 rlineto
  1165. 0 OUTERRADIUS -1 mul rlineto
  1166. currentpoint translate
  1167. 0 0 OUTERRADIUS 90 270 arc
  1168. OUTERRADIUS 2 mul 0 rlineto
  1169. 0 OUTERRADIUS rlineto
  1170. currentpoint translate
  1171. 0 0 OUTERRADIUS 270 90 arc
  1172. closepath
  1173. grestore
  1174. 1 setgray
  1175. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1176. %!PS-Adobe-2.0 EPSF-2.0
  1177. %%Title:ICPadVertical.eps
  1178. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1179. %%CreationDate: Fri Nov 22 1991
  1180. %%Pages: 0 1
  1181. %%BoundingBox: 0 0 18 36 
  1182. %%DocumentFonts: Times-BoldItalic
  1183. %%EndComments
  1184. % eps drawing of component for Diagram palette 
  1185. % number of pixels per Diagram Grid
  1186. /GRIDSIZE 9 def
  1187. % one grid represents 0.05 inches
  1188. /GRIDSCALE 0.05 def
  1189. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1190. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1191. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1192. /HOLERADIUS {0.015 SCALEFACTOR} def
  1193. 1 1 scale
  1194. 0 setlinewidth
  1195. gsave
  1196. GRIDSIZE GRIDSIZE 2 mul moveto
  1197. OUTERRADIUS 0 rmoveto
  1198. 0 OUTERRADIUS rlineto
  1199. OUTERRADIUS -1 mul 0 rlineto
  1200. currentpoint translate
  1201. 0 0 OUTERRADIUS 0 180 arc
  1202. 0 OUTERRADIUS -2 mul rlineto
  1203. OUTERRADIUS 0 rlineto
  1204. currentpoint translate
  1205. 0 0 OUTERRADIUS 180 0 arc
  1206. closepath
  1207. grestore
  1208. 1 setgray
  1209. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1210. %!PS-Adobe-2.0 EPSF-2.0
  1211. %%Title:ICPadVertical.eps
  1212. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1213. %%CreationDate: Fri Nov 22 1991
  1214. %%Pages: 0 1
  1215. %%BoundingBox: 0 0 18 36 
  1216. %%DocumentFonts: Times-BoldItalic
  1217. %%EndComments
  1218. % eps drawing of component for Diagram palette 
  1219. % number of pixels per Diagram Grid
  1220. /GRIDSIZE 9 def
  1221. % one grid represents 0.05 inches
  1222. /GRIDSCALE 0.05 def
  1223. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1224. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1225. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1226. /HOLERADIUS {0.015 SCALEFACTOR} def
  1227. 1 1 scale
  1228. 0 setlinewidth
  1229. gsave
  1230. GRIDSIZE GRIDSIZE 2 mul moveto
  1231. OUTERRADIUS 0 rmoveto
  1232. 0 OUTERRADIUS rlineto
  1233. OUTERRADIUS -1 mul 0 rlineto
  1234. currentpoint translate
  1235. 0 0 OUTERRADIUS 0 180 arc
  1236. 0 OUTERRADIUS -2 mul rlineto
  1237. OUTERRADIUS 0 rlineto
  1238. currentpoint translate
  1239. 0 0 OUTERRADIUS 180 0 arc
  1240. closepath
  1241. grestore
  1242. 1 setgray
  1243. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1244. %!PS-Adobe-2.0 EPSF-2.0
  1245. %%Title:ICPadVertical.eps
  1246. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1247. %%CreationDate: Fri Nov 22 1991
  1248. %%Pages: 0 1
  1249. %%BoundingBox: 0 0 18 36 
  1250. %%DocumentFonts: Times-BoldItalic
  1251. %%EndComments
  1252. % eps drawing of component for Diagram palette 
  1253. % number of pixels per Diagram Grid
  1254. /GRIDSIZE 9 def
  1255. % one grid represents 0.05 inches
  1256. /GRIDSCALE 0.05 def
  1257. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1258. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1259. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1260. /HOLERADIUS {0.015 SCALEFACTOR} def
  1261. 1 1 scale
  1262. 0 setlinewidth
  1263. gsave
  1264. GRIDSIZE GRIDSIZE 2 mul moveto
  1265. OUTERRADIUS 0 rmoveto
  1266. 0 OUTERRADIUS rlineto
  1267. OUTERRADIUS -1 mul 0 rlineto
  1268. currentpoint translate
  1269. 0 0 OUTERRADIUS 0 180 arc
  1270. 0 OUTERRADIUS -2 mul rlineto
  1271. OUTERRADIUS 0 rlineto
  1272. currentpoint translate
  1273. 0 0 OUTERRADIUS 180 0 arc
  1274. closepath
  1275. grestore
  1276. 1 setgray
  1277. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1278. %!PS-Adobe-2.0 EPSF-2.0
  1279. %%Title:ICPadVertical.eps
  1280. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1281. %%CreationDate: Fri Nov 22 1991
  1282. %%Pages: 0 1
  1283. %%BoundingBox: 0 0 18 36 
  1284. %%DocumentFonts: Times-BoldItalic
  1285. %%EndComments
  1286. % eps drawing of component for Diagram palette 
  1287. % number of pixels per Diagram Grid
  1288. /GRIDSIZE 9 def
  1289. % one grid represents 0.05 inches
  1290. /GRIDSCALE 0.05 def
  1291. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1292. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1293. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1294. /HOLERADIUS {0.015 SCALEFACTOR} def
  1295. 1 1 scale
  1296. 0 setlinewidth
  1297. gsave
  1298. GRIDSIZE GRIDSIZE 2 mul moveto
  1299. OUTERRADIUS 0 rmoveto
  1300. 0 OUTERRADIUS rlineto
  1301. OUTERRADIUS -1 mul 0 rlineto
  1302. currentpoint translate
  1303. 0 0 OUTERRADIUS 0 180 arc
  1304. 0 OUTERRADIUS -2 mul rlineto
  1305. OUTERRADIUS 0 rlineto
  1306. currentpoint translate
  1307. 0 0 OUTERRADIUS 180 0 arc
  1308. closepath
  1309. grestore
  1310. 1 setgray
  1311. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1312. %!PS-Adobe-2.0 EPSF-2.0
  1313. %%Title:ICPadVertical.eps
  1314. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1315. %%CreationDate: Fri Nov 22 1991
  1316. %%Pages: 0 1
  1317. %%BoundingBox: 0 0 18 36 
  1318. %%DocumentFonts: Times-BoldItalic
  1319. %%EndComments
  1320. % eps drawing of component for Diagram palette 
  1321. % number of pixels per Diagram Grid
  1322. /GRIDSIZE 9 def
  1323. % one grid represents 0.05 inches
  1324. /GRIDSCALE 0.05 def
  1325. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1326. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1327. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1328. /HOLERADIUS {0.015 SCALEFACTOR} def
  1329. 1 1 scale
  1330. 0 setlinewidth
  1331. gsave
  1332. GRIDSIZE GRIDSIZE 2 mul moveto
  1333. OUTERRADIUS 0 rmoveto
  1334. 0 OUTERRADIUS rlineto
  1335. OUTERRADIUS -1 mul 0 rlineto
  1336. currentpoint translate
  1337. 0 0 OUTERRADIUS 0 180 arc
  1338. 0 OUTERRADIUS -2 mul rlineto
  1339. OUTERRADIUS 0 rlineto
  1340. currentpoint translate
  1341. 0 0 OUTERRADIUS 180 0 arc
  1342. closepath
  1343. grestore
  1344. 1 setgray
  1345. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1346. %!PS-Adobe-2.0 EPSF-2.0
  1347. %%Title:ICPadVertical.eps
  1348. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1349. %%CreationDate: Fri Nov 22 1991
  1350. %%Pages: 0 1
  1351. %%BoundingBox: 0 0 18 36 
  1352. %%DocumentFonts: Times-BoldItalic
  1353. %%EndComments
  1354. % eps drawing of component for Diagram palette 
  1355. % number of pixels per Diagram Grid
  1356. /GRIDSIZE 9 def
  1357. % one grid represents 0.05 inches
  1358. /GRIDSCALE 0.05 def
  1359. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1360. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1361. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1362. /HOLERADIUS {0.015 SCALEFACTOR} def
  1363. 1 1 scale
  1364. 0 setlinewidth
  1365. gsave
  1366. GRIDSIZE GRIDSIZE 2 mul moveto
  1367. OUTERRADIUS 0 rmoveto
  1368. 0 OUTERRADIUS rlineto
  1369. OUTERRADIUS -1 mul 0 rlineto
  1370. currentpoint translate
  1371. 0 0 OUTERRADIUS 0 180 arc
  1372. 0 OUTERRADIUS -2 mul rlineto
  1373. OUTERRADIUS 0 rlineto
  1374. currentpoint translate
  1375. 0 0 OUTERRADIUS 180 0 arc
  1376. closepath
  1377. grestore
  1378. 1 setgray
  1379. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1380. %!PS-Adobe-2.0 EPSF-2.0
  1381. %%Title:ICPadVertical.eps
  1382. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1383. %%CreationDate: Fri Nov 22 1991
  1384. %%Pages: 0 1
  1385. %%BoundingBox: 0 0 18 36 
  1386. %%DocumentFonts: Times-BoldItalic
  1387. %%EndComments
  1388. % eps drawing of component for Diagram palette 
  1389. % number of pixels per Diagram Grid
  1390. /GRIDSIZE 9 def
  1391. % one grid represents 0.05 inches
  1392. /GRIDSCALE 0.05 def
  1393. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1394. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1395. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1396. /HOLERADIUS {0.015 SCALEFACTOR} def
  1397. 1 1 scale
  1398. 0 setlinewidth
  1399. gsave
  1400. GRIDSIZE GRIDSIZE 2 mul moveto
  1401. OUTERRADIUS 0 rmoveto
  1402. 0 OUTERRADIUS rlineto
  1403. OUTERRADIUS -1 mul 0 rlineto
  1404. currentpoint translate
  1405. 0 0 OUTERRADIUS 0 180 arc
  1406. 0 OUTERRADIUS -2 mul rlineto
  1407. OUTERRADIUS 0 rlineto
  1408. currentpoint translate
  1409. 0 0 OUTERRADIUS 180 0 arc
  1410. closepath
  1411. grestore
  1412. 1 setgray
  1413. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1414. %!PS-Adobe-2.0 EPSF-2.0
  1415. %%Title:ICPadVertical.eps
  1416. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1417. %%CreationDate: Fri Nov 22 1991
  1418. %%Pages: 0 1
  1419. %%BoundingBox: 0 0 18 36 
  1420. %%DocumentFonts: Times-BoldItalic
  1421. %%EndComments
  1422. % eps drawing of component for Diagram palette 
  1423. % number of pixels per Diagram Grid
  1424. /GRIDSIZE 9 def
  1425. % one grid represents 0.05 inches
  1426. /GRIDSCALE 0.05 def
  1427. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1428. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1429. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1430. /HOLERADIUS {0.015 SCALEFACTOR} def
  1431. 1 1 scale
  1432. 0 setlinewidth
  1433. gsave
  1434. GRIDSIZE GRIDSIZE 2 mul moveto
  1435. OUTERRADIUS 0 rmoveto
  1436. 0 OUTERRADIUS rlineto
  1437. OUTERRADIUS -1 mul 0 rlineto
  1438. currentpoint translate
  1439. 0 0 OUTERRADIUS 0 180 arc
  1440. 0 OUTERRADIUS -2 mul rlineto
  1441. OUTERRADIUS 0 rlineto
  1442. currentpoint translate
  1443. 0 0 OUTERRADIUS 180 0 arc
  1444. closepath
  1445. grestore
  1446. 1 setgray
  1447. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1448. %!PS-Adobe-2.0 EPSF-2.0
  1449. %%Title:ICPadVertical.eps
  1450. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1451. %%CreationDate: Fri Nov 22 1991
  1452. %%Pages: 0 1
  1453. %%BoundingBox: 0 0 18 36 
  1454. %%DocumentFonts: Times-BoldItalic
  1455. %%EndComments
  1456. % eps drawing of component for Diagram palette 
  1457. % number of pixels per Diagram Grid
  1458. /GRIDSIZE 9 def
  1459. % one grid represents 0.05 inches
  1460. /GRIDSCALE 0.05 def
  1461. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1462. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1463. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1464. /HOLERADIUS {0.015 SCALEFACTOR} def
  1465. 1 1 scale
  1466. 0 setlinewidth
  1467. gsave
  1468. GRIDSIZE GRIDSIZE 2 mul moveto
  1469. OUTERRADIUS 0 rmoveto
  1470. 0 OUTERRADIUS rlineto
  1471. OUTERRADIUS -1 mul 0 rlineto
  1472. currentpoint translate
  1473. 0 0 OUTERRADIUS 0 180 arc
  1474. 0 OUTERRADIUS -2 mul rlineto
  1475. OUTERRADIUS 0 rlineto
  1476. currentpoint translate
  1477. 0 0 OUTERRADIUS 180 0 arc
  1478. closepath
  1479. grestore
  1480. 1 setgray
  1481. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1482. %!PS-Adobe-2.0 EPSF-2.0
  1483. %%Title:ICPadVertical.eps
  1484. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1485. %%CreationDate: Fri Nov 22 1991
  1486. %%Pages: 0 1
  1487. %%BoundingBox: 0 0 18 36 
  1488. %%DocumentFonts: Times-BoldItalic
  1489. %%EndComments
  1490. % eps drawing of component for Diagram palette 
  1491. % number of pixels per Diagram Grid
  1492. /GRIDSIZE 9 def
  1493. % one grid represents 0.05 inches
  1494. /GRIDSCALE 0.05 def
  1495. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1496. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1497. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1498. /HOLERADIUS {0.015 SCALEFACTOR} def
  1499. 1 1 scale
  1500. 0 setlinewidth
  1501. gsave
  1502. GRIDSIZE GRIDSIZE 2 mul moveto
  1503. OUTERRADIUS 0 rmoveto
  1504. 0 OUTERRADIUS rlineto
  1505. OUTERRADIUS -1 mul 0 rlineto
  1506. currentpoint translate
  1507. 0 0 OUTERRADIUS 0 180 arc
  1508. 0 OUTERRADIUS -2 mul rlineto
  1509. OUTERRADIUS 0 rlineto
  1510. currentpoint translate
  1511. 0 0 OUTERRADIUS 180 0 arc
  1512. closepath
  1513. grestore
  1514. 1 setgray
  1515. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1516. %!PS-Adobe-2.0 EPSF-2.0
  1517. %%Title:ICPadVertical.eps
  1518. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1519. %%CreationDate: Fri Nov 22 1991
  1520. %%Pages: 0 1
  1521. %%BoundingBox: 0 0 18 36 
  1522. %%DocumentFonts: Times-BoldItalic
  1523. %%EndComments
  1524. % eps drawing of component for Diagram palette 
  1525. % number of pixels per Diagram Grid
  1526. /GRIDSIZE 9 def
  1527. % one grid represents 0.05 inches
  1528. /GRIDSCALE 0.05 def
  1529. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1530. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1531. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1532. /HOLERADIUS {0.015 SCALEFACTOR} def
  1533. 1 1 scale
  1534. 0 setlinewidth
  1535. gsave
  1536. GRIDSIZE GRIDSIZE 2 mul moveto
  1537. OUTERRADIUS 0 rmoveto
  1538. 0 OUTERRADIUS rlineto
  1539. OUTERRADIUS -1 mul 0 rlineto
  1540. currentpoint translate
  1541. 0 0 OUTERRADIUS 0 180 arc
  1542. 0 OUTERRADIUS -2 mul rlineto
  1543. OUTERRADIUS 0 rlineto
  1544. currentpoint translate
  1545. 0 0 OUTERRADIUS 180 0 arc
  1546. closepath
  1547. grestore
  1548. 1 setgray
  1549. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1550. %!PS-Adobe-2.0 EPSF-2.0
  1551. %%Title:ICPadVertical.eps
  1552. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1553. %%CreationDate: Fri Nov 22 1991
  1554. %%Pages: 0 1
  1555. %%BoundingBox: 0 0 18 36 
  1556. %%DocumentFonts: Times-BoldItalic
  1557. %%EndComments
  1558. % eps drawing of component for Diagram palette 
  1559. % number of pixels per Diagram Grid
  1560. /GRIDSIZE 9 def
  1561. % one grid represents 0.05 inches
  1562. /GRIDSCALE 0.05 def
  1563. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1564. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1565. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1566. /HOLERADIUS {0.015 SCALEFACTOR} def
  1567. 1 1 scale
  1568. 0 setlinewidth
  1569. gsave
  1570. GRIDSIZE GRIDSIZE 2 mul moveto
  1571. OUTERRADIUS 0 rmoveto
  1572. 0 OUTERRADIUS rlineto
  1573. OUTERRADIUS -1 mul 0 rlineto
  1574. currentpoint translate
  1575. 0 0 OUTERRADIUS 0 180 arc
  1576. 0 OUTERRADIUS -2 mul rlineto
  1577. OUTERRADIUS 0 rlineto
  1578. currentpoint translate
  1579. 0 0 OUTERRADIUS 180 0 arc
  1580. closepath
  1581. grestore
  1582. 1 setgray
  1583. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1584. %!PS-Adobe-2.0 EPSF-2.0
  1585. %%Title:ICPadVertical.eps
  1586. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1587. %%CreationDate: Fri Nov 22 1991
  1588. %%Pages: 0 1
  1589. %%BoundingBox: 0 0 18 36 
  1590. %%DocumentFonts: Times-BoldItalic
  1591. %%EndComments
  1592. % eps drawing of component for Diagram palette 
  1593. % number of pixels per Diagram Grid
  1594. /GRIDSIZE 9 def
  1595. % one grid represents 0.05 inches
  1596. /GRIDSCALE 0.05 def
  1597. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1598. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1599. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1600. /HOLERADIUS {0.015 SCALEFACTOR} def
  1601. 1 1 scale
  1602. 0 setlinewidth
  1603. gsave
  1604. GRIDSIZE GRIDSIZE 2 mul moveto
  1605. OUTERRADIUS 0 rmoveto
  1606. 0 OUTERRADIUS rlineto
  1607. OUTERRADIUS -1 mul 0 rlineto
  1608. currentpoint translate
  1609. 0 0 OUTERRADIUS 0 180 arc
  1610. 0 OUTERRADIUS -2 mul rlineto
  1611. OUTERRADIUS 0 rlineto
  1612. currentpoint translate
  1613. 0 0 OUTERRADIUS 180 0 arc
  1614. closepath
  1615. grestore
  1616. 1 setgray
  1617. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1618. %!PS-Adobe-2.0 EPSF-2.0
  1619. %%Title:ICPadVertical.eps
  1620. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1621. %%CreationDate: Fri Nov 22 1991
  1622. %%Pages: 0 1
  1623. %%BoundingBox: 0 0 18 36 
  1624. %%DocumentFonts: Times-BoldItalic
  1625. %%EndComments
  1626. % eps drawing of component for Diagram palette 
  1627. % number of pixels per Diagram Grid
  1628. /GRIDSIZE 9 def
  1629. % one grid represents 0.05 inches
  1630. /GRIDSCALE 0.05 def
  1631. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1632. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1633. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1634. /HOLERADIUS {0.015 SCALEFACTOR} def
  1635. 1 1 scale
  1636. 0 setlinewidth
  1637. gsave
  1638. GRIDSIZE GRIDSIZE 2 mul moveto
  1639. OUTERRADIUS 0 rmoveto
  1640. 0 OUTERRADIUS rlineto
  1641. OUTERRADIUS -1 mul 0 rlineto
  1642. currentpoint translate
  1643. 0 0 OUTERRADIUS 0 180 arc
  1644. 0 OUTERRADIUS -2 mul rlineto
  1645. OUTERRADIUS 0 rlineto
  1646. currentpoint translate
  1647. 0 0 OUTERRADIUS 180 0 arc
  1648. closepath
  1649. grestore
  1650. 1 setgray
  1651. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1652. %!PS-Adobe-2.0 EPSF-2.0
  1653. %%Title:ICPadVertical.eps
  1654. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1655. %%CreationDate: Fri Nov 22 1991
  1656. %%Pages: 0 1
  1657. %%BoundingBox: 0 0 18 36 
  1658. %%DocumentFonts: Times-BoldItalic
  1659. %%EndComments
  1660. % eps drawing of component for Diagram palette 
  1661. % number of pixels per Diagram Grid
  1662. /GRIDSIZE 9 def
  1663. % one grid represents 0.05 inches
  1664. /GRIDSCALE 0.05 def
  1665. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1666. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1667. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1668. /HOLERADIUS {0.015 SCALEFACTOR} def
  1669. 1 1 scale
  1670. 0 setlinewidth
  1671. gsave
  1672. GRIDSIZE GRIDSIZE 2 mul moveto
  1673. OUTERRADIUS 0 rmoveto
  1674. 0 OUTERRADIUS rlineto
  1675. OUTERRADIUS -1 mul 0 rlineto
  1676. currentpoint translate
  1677. 0 0 OUTERRADIUS 0 180 arc
  1678. 0 OUTERRADIUS -2 mul rlineto
  1679. OUTERRADIUS 0 rlineto
  1680. currentpoint translate
  1681. 0 0 OUTERRADIUS 180 0 arc
  1682. closepath
  1683. grestore
  1684. 1 setgray
  1685. GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1686. %!PS-Adobe-2.0 EPSF-2.0
  1687. %%Title:ICPadHorizontal.eps
  1688. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1689. %%CreationDate: Fri Nov 22 1991
  1690. %%Pages: 0 1
  1691. %%BoundingBox: 0 0 36 18 
  1692. %%DocumentFonts: Times-BoldItalic
  1693. %%EndComments
  1694. % eps drawing of component for Diagram palette 
  1695. % number of pixels per Diagram Grid
  1696. /GRIDSIZE 9 def
  1697. % one grid represents 0.05 inches
  1698. /GRIDSCALE 0.05 def
  1699. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1700. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1701. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1702. /HOLERADIUS {0.015 SCALEFACTOR} def
  1703. 1 1 scale
  1704. 0 setlinewidth
  1705. gsave
  1706. GRIDSIZE 2 mul GRIDSIZE moveto
  1707. 0 OUTERRADIUS rmoveto
  1708. OUTERRADIUS -1 mul 0 rlineto
  1709. 0 OUTERRADIUS -1 mul rlineto
  1710. currentpoint translate
  1711. 0 0 OUTERRADIUS 90 270 arc
  1712. OUTERRADIUS 2 mul 0 rlineto
  1713. 0 OUTERRADIUS rlineto
  1714. currentpoint translate
  1715. 0 0 OUTERRADIUS 270 90 arc
  1716. closepath
  1717. grestore
  1718. 1 setgray
  1719. GRIDSIZE 2 mul GRIDSIZE HOLERADIUS 0 360 arc fill
  1720. [164c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1721. \margl40
  1722. \margr40
  1723. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 IC Pads
  1724. [169c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1725. \margl40
  1726. \margr40
  1727. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Through Hole
  1728. [662c]%!PS-Adobe-2.0 EPSF-2.0
  1729. %%Title:ThroughHole.eps
  1730. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1731. %%CreationDate: Fri Nov 22 1991
  1732. %%Pages: 0 1
  1733. %%BoundingBox: 0 0 18 18 
  1734. %%DocumentFonts: Times-BoldItalic
  1735. %%EndComments
  1736. % eps drawing of component for Diagram palette 
  1737. % number of pixels per Diagram Grid
  1738. /GRIDSIZE 9 def
  1739. % one grid represents 0.05 inches
  1740. /GRIDSCALE 0.05 def
  1741. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1742. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1743. /OUTERRADIUS {0.025 SCALEFACTOR} def
  1744. /HOLERADIUS {0.015 SCALEFACTOR} def
  1745. 1 1 scale
  1746. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  1747. 1 setgray
  1748. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  1749. [701c]%!PS-Adobe-2.0 EPSF-2.0
  1750. %%Title:Target.eps
  1751. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1752. %%CreationDate: Fri Nov 22 1991
  1753. %%Pages: 0 1
  1754. %%BoundingBox: 0 0 72 72 
  1755. %%DocumentFonts: Times-BoldItalic
  1756. %%EndComments
  1757. % eps drawing of component for Diagram palette 
  1758. % number of pixels per Diagram Grid
  1759. /GRIDSIZE 9 def
  1760. % one grid represents 0.05 inches
  1761. /GRIDSCALE 0.05 def
  1762. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1763. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1764. /OUTERRADIUS {0.2 SCALEFACTOR} def
  1765. /HOLERADIUS {0.015 SCALEFACTOR} def
  1766. 1 1 scale
  1767. 0 setlinewidth
  1768. GRIDSIZE 4 mul GRIDSIZE 4 mul moveto
  1769. currentpoint translate
  1770. 0 0 OUTERRADIUS 90 180 arc
  1771. 0 0 OUTERRADIUS 0 270 arcn
  1772. closepath fill 
  1773. %!PS-Adobe-2.0 EPSF-2.0
  1774. %%Title:ConnectorRound.eps
  1775. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1776. %%CreationDate: Fri Nov 22 1991
  1777. %%Pages: 0 1
  1778. %%BoundingBox: 0 0 18 18 
  1779. %%DocumentFonts: Times-BoldItalic
  1780. %%EndComments
  1781. % eps drawing of component for Diagram palette 
  1782. % number of pixels per Diagram Grid
  1783. /GRIDSIZE 9 def
  1784. % one grid represents 0.05 inches
  1785. /GRIDSCALE 0.05 def
  1786. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1787. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1788. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1789. /HOLERADIUS {0.015 SCALEFACTOR} def
  1790. 1 1 scale
  1791. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  1792. 1 setgray
  1793. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  1794. [162c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1795. \margl40
  1796. \margr40
  1797. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Round
  1798. [163c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1799. \margl40
  1800. \margr40
  1801. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Square
  1802. [811c]%!PS-Adobe-2.0 EPSF-2.0
  1803. %%Title:ConnectorSquare.eps
  1804. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1805. %%CreationDate: Fri Nov 22 1991
  1806. %%Pages: 0 1
  1807. %%BoundingBox: 0 0 18 18 
  1808. %%DocumentFonts: Times-BoldItalic
  1809. %%EndComments
  1810. % eps drawing of component for Diagram palette 
  1811. % number of pixels per Diagram Grid
  1812. /GRIDSIZE 9 def
  1813. % one grid represents 0.05 inches
  1814. /GRIDSCALE 0.05 def
  1815. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1816. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1817. /OUTERRADIUS {0.03 SCALEFACTOR} def
  1818. /HOLERADIUS {0.015 SCALEFACTOR} def
  1819. 1 1 scale
  1820. 0 setlinewidth
  1821. GRIDSIZE GRIDSIZE moveto
  1822. OUTERRADIUS OUTERRADIUS rmoveto
  1823. OUTERRADIUS -2 mul 0 rlineto
  1824. 0 OUTERRADIUS -2 mul rlineto
  1825. OUTERRADIUS 2 mul 0 rlineto
  1826. 0 OUTERRADIUS 2 mul rlineto
  1827. 1 setgray
  1828. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  1829. [687c]%!PS-Adobe-2.0 EPSF-2.0
  1830. %%Title:ComponentLarge.eps
  1831. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1832. %%CreationDate: Fri Nov 22 1991
  1833. %%Pages: 0 1
  1834. %%BoundingBox: 0 0 36 36 
  1835. %%DocumentFonts: Times-BoldItalic
  1836. %%EndComments
  1837. % eps drawing of component for Diagram palette 
  1838. % number of pixels per Diagram Grid
  1839. /GRIDSIZE 9 def
  1840. % one grid represents 0.05 inches
  1841. /GRIDSCALE 0.05 def
  1842. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1843. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1844. /OUTERRADIUS {0.1 SCALEFACTOR} def
  1845. /HOLERADIUS {0.025 SCALEFACTOR} def
  1846. 1 1 scale
  1847. GRIDSIZE 2 mul GRIDSIZE 2 mul OUTERRADIUS 0 360 arc fill
  1848. 1 setgray
  1849. GRIDSIZE 2 mul GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1850. [690c]%!PS-Adobe-2.0 EPSF-2.0
  1851. %%Title:ComponentMedium.eps
  1852. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1853. %%CreationDate: Fri Nov 22 1991
  1854. %%Pages: 0 1
  1855. %%BoundingBox: 0 0 36 36 
  1856. %%DocumentFonts: Times-BoldItalic
  1857. %%EndComments
  1858. % eps drawing of component for Diagram palette 
  1859. % number of pixels per Diagram Grid
  1860. /GRIDSIZE 9 def
  1861. % one grid represents 0.05 inches
  1862. /GRIDSCALE 0.05 def
  1863. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1864. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1865. /OUTERRADIUS {0.055 SCALEFACTOR} def
  1866. /HOLERADIUS {0.015 SCALEFACTOR} def
  1867. 1 1 scale
  1868. GRIDSIZE 2 mul GRIDSIZE 2 mul OUTERRADIUS 0 360 arc fill
  1869. 1 setgray
  1870. GRIDSIZE 2 mul GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  1871. %!PS-Adobe-2.0 EPSF-2.0
  1872. %%Title:ComponentSmall.eps
  1873. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  1874. %%CreationDate: Fri Nov 22 1991
  1875. %%Pages: 0 1
  1876. %%BoundingBox: 0 0 18 18 
  1877. %%DocumentFonts: Times-BoldItalic
  1878. %%EndComments
  1879. % eps drawing of component for Diagram palette 
  1880. % number of pixels per Diagram Grid
  1881. /GRIDSIZE 9 def
  1882. % one grid represents 0.05 inches
  1883. /GRIDSCALE 0.05 def
  1884. % multiply sizes in inches by ScaleFactor in pixels/inch 
  1885. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  1886. /OUTERRADIUS {0.04 SCALEFACTOR} def
  1887. /HOLERADIUS {0.015 SCALEFACTOR} def
  1888. 1 1 scale
  1889. GRIDSIZE GRIDSIZE OUTERRADIUS 0 360 arc fill
  1890. 1 setgray
  1891. GRIDSIZE GRIDSIZE HOLERADIUS 0 360 arc fill
  1892. [171c]{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1893. \margl40
  1894. \margr40
  1895. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Connector Pads
  1896. {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1897. \margl40
  1898. \margr40
  1899. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 Component Holes
  1900. {\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
  1901. \margl40
  1902. \margr40
  1903. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs24 0.6 spacing
  1904.