home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / ANWENDUN / CIRCAD / CIRCAD.DOC < prev    next >
Text File  |  1993-12-01  |  23KB  |  666 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                  C I R C U I T   C A D
  21.  
  22.       --------------------------------------------------------------------
  23.       Reference Manual                                        Version 1.0
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.       Copyright 1991  Rick Smith
  37.  
  38.  
  39.       A L L  R I G H T S  R E S E R V E D
  40.       -----------------------------------
  41.  
  42.  
  43.  
  44.  
  45.     DISCLAIMER
  46.     ==========
  47.  
  48.     CIRCUIT CAD AND IT'S SUPPORT PROGRAMS ARE LICENSED "AS-IS".  THE
  49.     AUTHOR OF THIS SOFTWARE MAKES NO WARRANTIES, EITHER EXPRESSED
  50.     OR IMPLIED, WITH RESPECT TO THIS PROGRAM, IT'S QUALITY,
  51.     PERFORMANCE, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR
  52.     PURPOSE.  IN PARTICULAR, IT IS NOT GUARANTEED TO PREVENT OR
  53.     DETECT DAMAGE TO YOUR DATA OR PROGRAMS.
  54.  
  55.     IN NO EVENT WILL THE AUTHOR BE LIABLE FOR ANY DAMAGES INCLUDING
  56.     BUT NOT LIMITED TO LOSS OF DATA, LOST PROFITS, COST OF COVER
  57.     OR OTHER SPECIAL, INCIDENTAL, CONSEQUENTIAL OR INDIRECT DAMAGES
  58.     ARISING OUT OF THE USE OF OR INABILITY TO USE THIS PROGRAM
  59.     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY. THIS LIMITATION
  60.     WILL APPLY EVEN IF THE AUTHOR IS ADVISED OF THE POSSIBILITY
  61.     OF SUCH DAMAGE.
  62.  
  63.  
  64.         BY USING THIS SOFTWARE YOU ACCEPT AND AGREE TO THE ABOVE TERMS.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.     Copyright 1991  Rick Smith
  72.  
  73.     CIRCUIT CAD is protected by United States Copyright Laws.
  74.  
  75.     CIRCUIT CAD is a shareware product. You may feel free to make
  76.     copies of this package and pass it on to friends for their
  77.     evaluation as long as the programs are not modified in any way.
  78.  
  79.     If you make use of this product you are expected to pay a
  80.     registration fee of $25.00 to:
  81.  
  82.             Rick Smith
  83.             8713 W. St. Joe
  84.             Lansing, MI. 48917
  85.  
  86.     Please register to ensure continued program developement and
  87.     enhancement.  As a registered user you will receive notices
  88.     of updates and new products. Please use the invoice at the
  89.     end of this manual to register.
  90.  
  91.     Your registration fee entitles you to use this product on a
  92.     single computer and to make copies for backup purposes.
  93.  
  94.  
  95.         SYSTEM REQUIREMENTS
  96.     ===================
  97.  
  98.     This program requires a CGA card or a VGA/EGA card capable of 
  99.     down switching to CGA, 640K RAM, Microsoft compatible mouse,
  100.     Epson FX compatible printer, and a hard drive.
  101.  
  102.  
  103.  
  104.  
  105.     Introduction
  106.     ============
  107.  
  108.     CIRCUIT CAD is a schematic drafting program.  It was written
  109.     entirely in Turbo C.  The purpose behind this program was to
  110.     provide a simple and inexpensive program that had good
  111.     performance characteristics.  This program uses bit mapped
  112.     graphics to achieve these goals.  The size of the availiable
  113.     work area is 3 full screens wide by 4 full screens deep.
  114.     The basic working procedure is simply to recall parts with
  115.     the (G)et command, move the part to the desired location
  116.     with the mouse and then place the part.  Then lines (wires)
  117.     are connected between parts by way of the mouse.  The
  118.     orthogonal line mode allows for very easy pin to pin
  119.     connections.
  120.  
  121.     The Part editor programs complete the CIRCUIT CAD package.
  122.     There are two types of parts: graphic parts and IC parts.
  123.     There are separate editors for the two types. The purpose of 
  124.       the editors was to make it extremely easy to make parts.
  125.  
  126.     You will find a drawing file included with the package.
  127.     PARTS.DRW shows what all the included graphics parts look like.
  128.     It doesn't show the IC parts however  The following extensions
  129.     denote the accompaning file types:
  130.  
  131.         .GRF          Graphics part file
  132.         .PRT        Integrated circuit part file
  133.         .DRW        Schematic drawing file
  134.  
  135.     One of the drawbacks of this program is that the drawing files
  136.     are extremely large; about 200K bytes!  It is therefore
  137.     recommended that you use one of the popular compression-archive
  138.     utilities.  They do an excellent job on the drawing files;
  139.     compressing them down to about 20K or less.
  140.  
  141.     You will also want to print out a list of the available parts
  142.     so that you have the names on hand.  You can do this with the
  143.     following dos commands:
  144.  
  145.     dir *.grf/w >prn
  146.  
  147.     dir *.prt/w >prn
  148.  
  149.     Of course, you must do this from within the directory where
  150.     the parts are located.
  151.  
  152.  
  153.  
  154.  
  155.     CIRCAD.EXE - The schematic drafting program.
  156.     ============================================
  157.  
  158.         The majority of the available functions can be invoked by
  159.     pressing the first letter of the command.  For example to
  160.     GET a part press (G),  for help press (H). Other functions are
  161.     available through function keys. The ESCape key may be used to undo
  162.     drawing errors.
  163.  
  164.     (H)elp
  165.     ------
  166.         Pressing H will bring up the help screen.  The help
  167.     screen lists all the available functions.  The function is
  168.     invoked by pressing the letter contained in parenthesis.
  169.  
  170.     (G)et
  171.     -----
  172.         Use this function to load a part.  It doesn't matter
  173.     whether the part is a graphics part or an IC part, the
  174.     program figures it out.  To get a part press (G).  You are
  175.     then prompted for the part name.  Enter the part name
  176.     without an extension.  For example if you want an NPN
  177.     transister, just enter the file name 'npn'.  If the program,
  178.     for some reason, can't load the part then nothing happens.
  179.     If the part is successfully loaded then it appears on the
  180.     screen (or in the case of an IC, a rectangle appears).
  181.  
  182.     CIRCUIT CAD doesn't have true rotation of parts.  This means
  183.     that for some of the graphics parts there are vertical and
  184.     horizonal versions of the parts.  There are actually fewer
  185.     keystrokes to this method but you have to be aware of it.
  186.     For example there is VRES & HRES.  The V & H signify the
  187.     directions vertical and horizonal.
  188.  
  189.     If the part is a graphics part it may be flipped
  190.     horizonally or vertically.  If the part is an IC part it may
  191.     be flipped horizonally, but you won't be prompted for this
  192.     option until AFTER you place the part.
  193.         Move the part to the desired location with the mouse
  194.     and click the RIGHT mouse button or space bar to place the part.
  195.  
  196.  
  197.     (A)gain
  198.     -------
  199.         When you (G)et a part it is loaded into a buffer.  The
  200.     part remains in the buffer until you (G)et a different part.
  201.     The (A)gain function allows you to repeat a part placement
  202.     without having to re-type in the part name.  Simply press
  203.     (A), and then place the displayed part just like you would
  204.     while using (G)et.
  205.  
  206.     Drawing Lines
  207.     -------------
  208.         To draw a line simply press the left mouse button.
  209.     This initiates the drawing function.  Drag the line around
  210.     with the mouse to where ever you want it then press the
  211.     space bar to terminate the line drawing mode.
  212.  
  213.     (O)rthogonal line mode
  214.     ----------------------
  215.         Pressing the (O) (the letter, not zero) toggles the
  216.     line mode between orthogonal and non-orthogonal.  When drawing
  217.     a line in the orthogonal mode, two lines at right angles are used
  218.     to connect between two points.  For any two points there are
  219.     two ways to connect them.  For example if the starting point
  220.     is at the upper left of the screen and you drag a line down
  221.     to the lower right portion of the screen, the orthogonal
  222.     line could either go horizonal first then down vertically to
  223.     the end point, -OR- it could go down vertically FIRST then
  224.     go over horizonally to the end point.  This is determined by
  225.     the program by which way YOU move the cursor FIRST.  So if
  226.     you don't like the way the orthogonal line is being drawn,
  227.     go back to the starting point and drag it out the other way!
  228.     (you don't have to terminate the line to do this!)  The
  229.     default mode at start-up is orthogonal.
  230.  
  231.     (L)oad drawing
  232.     --------------
  233.         To load a drawing, press L.  The program will prompt
  234.     you for a filename.  Do not use an extension.  CIRCUIT CAD
  235.     attaches the extension .DRW to all drawing files.  If you invoke
  236.     this function by mistake, just hit enter to escape.   After you
  237.     type a name hit enter to load the file.
  238.  
  239.     (S)ave drawing
  240.     --------------
  241.         To save a drawing press S.  Again, the program will
  242.     prompt you to enter a filename.  This function works just
  243.     like the load drawing function.
  244.  
  245.  
  246.     (P)rint drawing
  247.     ---------------
  248.         Make sure you have continous fan fold paper in your
  249.     printer and the printer is ready to print.  The drawing
  250.     size on paper is about 12 inches deep by 16 inches wide.  It
  251.     therefore needs 4 continuous sheets total.  The program
  252.     prints the drawing in the same orientation as it appears on
  253.     the screen.  It prints the left half of the drawing on the
  254.     first 2 sheets of paper and then prints the right half of
  255.     the drawing on the last 2 sheets.  You will have to trim and
  256.     scotch tape the two halfs together for a 16 by 12 inch
  257.     drawing.  You will be prompted to select 1 pass or 2 passes.
  258.     When 2 passes is selected the printing routine makes two
  259.     passes for each line in order to darken the drawing.  Of
  260.     course this takes twice as long to do so if you have a good
  261.     ribbon on your printer you may want to select 1 pass. 
  262.         SAVE your drawing before printing!
  263.  
  264.     (Q)uit program
  265.     --------------
  266.         The program asks you if you're sure you want to quit
  267.     (you need to save your drawing before you quit if you want
  268.     to keep it).  If you answer yes, then the program ends.
  269.  
  270.     (B)uss
  271.     ------
  272.         Invoking this function will start a buss line (thick
  273.     line) which can then be dragged out with the mouse (just
  274.     like the orthogonal line).  Pressing the space bar
  275.     terminates the buss line.
  276.  
  277.     (DEL)ete block
  278.     --------------
  279.         Pressing the delete key will allow you to drag out a
  280.     dotted box from the current cursor position.  Pressing the
  281.     space bar will delete the area inside the box to a scrap
  282.     buffer.  This deleted area can then be placed again with the
  283.     mouse using the INSert key.
  284.  
  285.  
  286.     (INS)ert block
  287.     --------------
  288.         If there is something in the scrap buffer, pressing
  289.     INSert will place the contents on the screen which can then
  290.     be dragged around with the mouse.  Pressing the space bar
  291.     will place the contents at the current position.
  292.  
  293.  
  294.     (E)rase
  295.     -------
  296.         Pressing E will bring up an erasing cursor.  The cursor
  297.     will erase whatever it passes over only while the left mouse
  298.     button is held down.  To terminate this mode, press the space bar.
  299.  
  300.     (J)unction
  301.     ----------
  302.         Pressing J will place a small solid circle at the
  303.     current cursor position.  This is used to show an electrical
  304.     connection between two crossing wires.
  305.  
  306.     (T)ext
  307.     ------
  308.         To use this function, first place the mouse where you
  309.     want the text to start.  Press T and type some text. Hit
  310.     enter.  If the size is the default size 4, the function will
  311.     automatically move down one line and prompt you again.  Just
  312.     hit enter to quit.
  313.  
  314.     (F1)  Set text size, direction and justification.
  315.     ----
  316.         Prompts you for this information.  All following (T)ext
  317.     commands will use these settings.
  318.  
  319.     (F3)  Sets snap to 10 pixels.
  320.     ----
  321.     (F4)  Sets snap to 5 pixels.
  322.     ----
  323.     (F5)  Sets the screen color. Keep pressing until you have the
  324.     ----   desired color.
  325.  
  326.     Cursor Movement
  327.     ---------------
  328.         The mouse cursor is primarly moved with the mouse but
  329.     it can also be moved with the arrow keys.  Use SHIFT arrow
  330.     keys to scroll screens.
  331.  
  332.  
  333.  
  334.  
  335.     CAD.CFG - The configuration file.
  336.     =================================
  337.  
  338.         If you want to put all your parts into another sub-
  339.     directory, you may do so but you must tell circad.exe where
  340.     they are.  This information is in the cad.cfg file.  For
  341.     example if you wanted to put your parts in  C:\CCAD\PARTS\
  342.     directory, you put this path name as the FIRST line of a
  343.     file.  Note that you must include the last \.  To make this
  344.     file you can type the following at the DOS prompt (hit enter
  345.     after each line):
  346.  
  347.     copy con: cad.cfg
  348.     c:\ccad\parts\
  349.  
  350.     Then press function key F6, then enter. This will save the
  351.     text line c:\ccad\parts\ under the filename cad.cfg.  Of
  352.     course you can use any directory path name you wish,
  353.     however, remember to include the final \.
  354.  
  355.     If you have your parts in the same directory as circad.exe
  356.     then no configuration file is needed.  In fact, in this case
  357.     make sure there is NOT an cad.cfg file!  circad.exe will
  358.     automatically look in it's own directory.
  359.  
  360.         AN IMPORTANT NOTE ABOUT PRINTING
  361.         ================================
  362.  
  363.                CIRCUIT CAD checks to see if the printer is ready 
  364.         before the program starts printing.  However if, while 
  365.         printing, you turned off the printer the program would end
  366.         and you would get the DOS message Abort, Retry, Ignore. After
  367.         hitting abort, you would then be in DOS, however, the screen 
  368.         would still be in the high resolution mode, not in text mode.
  369.  
  370.                To change back to the normal text mode, use the DOS 
  371.         command:
  372.  
  373.         MODE co80
  374.  
  375.     This will return the screen to text mode. This is a good reason
  376.         to save your drawing before printing!
  377.         
  378.  
  379.  
  380.  
  381.     ICEDIT.EXE - The IC editing utility.
  382.     ====================================
  383.  
  384.         This utility is used to created integrated circuit type
  385.     parts or "chips".  The goal of this utility is to make the
  386.     part making procedure as easy as possible.  The whole part
  387.     may not fit on the screen.  You can use PGUP, PGDN to view
  388.     the entire part. The summary of commands are as follows:
  389.  
  390.     (N)ew part
  391.     ----------
  392.         Press N to begin a totally new part.  You are then
  393.     asked for the number of pins and the part name.  The number
  394.     of pins is the total number including pins with "no
  395.     connection".  It must ALWAYS be an EVEN number.  Typical
  396.     values are 8, 14, 16, 20, 24, 28, 40 etc.  The name of the
  397.     part is a label that will be located at the bottom of the
  398.     chip.
  399.  
  400.         You will then be prompted to enter the label for pin 1.
  401.     If you want to abort this process you may type "quit" and
  402.     hit enter.  Otherwise type a the label for the pin like:
  403.     VCC, GND, D0, whatever!
  404.  
  405.  
  406.         Next you will be prompted for the pin type: (D) for dot
  407.     or (L) for line.  The reason for this is that there is no
  408.     overbar for the label to signify "active low" therefore you
  409.     may use a dot line (a line terminated with a not circle at
  410.     the body) for this purpose.  Another way to signify an active
  411.     low pin on the label is to use the single quote '. Like this
  412.     R/W' or  CS'.  For the latter, using CS and a dot line would
  413.     be more appropriate.
  414.  
  415.          You will then be asked for the same information for
  416.     pin 2 on up to the number of pins you first entered.
  417.  
  418.     Altering the IC body size
  419.     -------------------------
  420.         By using the arrow keys you may stretch out the body of
  421.     the IC to any size.  Notice that the pins start out at the
  422.     upper left, move down, and then go back up the other side.
  423.     This is how the pin labels and numbers are put on the IC
  424.     body.  It is merely a list and the list starts at the upper
  425.     left.  This is evident when the body size is altered.
  426.  
  427.  
  428.  
  429.     Moving pins around
  430.     ------------------
  431.         After the pin data is enter by the (N)ew command, the
  432.     IC is displayed in compact form.  You probably won't like it
  433.     in this form.  For example it is convienent to have all the
  434.     data lines D0 through D7 on one side of the IC, likewise
  435.     with address lines.  So what you need to do is to stretch
  436.     out the IC body as mentioned above then simply use the mouse
  437.     to move pins around.
  438.         Move the mouse cursor to the pin you want to move and
  439.     press the left mouse button.  The program will echo your
  440.     selection.  Then move the mouse cursor to an open spot
  441.     along the sides of the IC and click it again.  The pin will
  442.     be moved to the new location.  Make sure the spot is open.
  443.     Any previous pin labeling will be erased it you place the
  444.     selected pin over an existing pin.
  445.  
  446.     (E)dit Pin
  447.     ----------
  448.         If you need to change the labeling for a pin you may do
  449.     so with this function.  After pressing E, move the mouse
  450.     cursor to the pin you want to edit and press the left mouse
  451.     button.  You are then prompted for the information.  If you
  452.     hit enter without typing anything for the pin number and
  453.     label, they will remain unchanged. For the line type,
  454.     however, if you hit enter without typing a D for dot or L
  455.     for line, no line will be drawn.  This is preferred for some
  456.     things (see the part PCIO).
  457.  
  458.     e(D)it label
  459.     ------------
  460.         If you need to change the IC label you can use this
  461.     option.
  462.  
  463.     (L)oad IC
  464.     ---------
  465.         To load an IC part, press L.  The program will prompt
  466.     you for a filename.  Do not use an extension.  Icedit
  467.     attaches the extension .PRT to all IC part files.  If you
  468.     invoke this function by mistake, just hit enter to escape.
  469.     After you type a name hit enter to load the part.
  470.  
  471.     (S)ave IC
  472.     ---------
  473.         To save a part press S.  Again, the program will
  474.     prompt you to enter a filename.  This function works just
  475.     like the load function.
  476.  
  477.     (Q)uit program
  478.     --------------
  479.         The program asks you if you're sure you want to quit
  480.     (you need to save your part before you quit).  If you answer yes,
  481.     then the program ends.
  482.  
  483.  
  484.     GREDIT.EXE - The graphics part utility.
  485.     =======================================
  486.  
  487.         This utility is for making parts that are of a graphic
  488.     nature like transistors, resistors, capacitors, etc.  When you
  489.     run the graphics editor, you will see a large magnified viewing
  490.     area to the right and a small viewing area at the upper left
  491.     corner of the screen.
  492.  
  493.  
  494.     A summary of the commands are as follows:
  495.  
  496.     (F10)  This will bring up a screen that lists the possible
  497.     -----       options.
  498.  
  499.     (P)rint part
  500.     ------------
  501.         Make sure that the printer is on and ready to go.
  502.     It's a good idea to save your part before invoking this option.
  503.     With this option you can print your graphics part so you can see
  504.     exactly how it looks on paper.
  505.  
  506.     (F)ill
  507.     ------
  508.         This option will fill in an area TOTALLY enclosed by
  509.     pixels with solid color.  To use, put the mouse cursor any place
  510.     on the inside of the enclosed area and press F.  If the area
  511.     is not totally enclosed, the fill will leak out and continue
  512.     to fill the whole drawing area.  You might want to save your
  513.     part before you use this until you're sure of how it works.
  514.  
  515.     (D)ot
  516.     -----
  517.         This function places a circle of radius 3 pixels centered
  518.     at the current cursor position.  This is a common size used for
  519.     NOT symbols on logic gates, etc.
  520.  
  521.     (C)ircle
  522.     --------
  523.         This function will draw a circle centered at the
  524.     current cursor position with a radius value that you enter
  525.     (you will be prompted).
  526.  
  527.     (F1)  Places a dot at current cursor position.
  528.     ----
  529.  
  530.     (F2)  Removes a dot at current cursor position.
  531.     ----
  532.  
  533.     (CTRL-PGUP) Pages magnified view to upper visable area.
  534.     -----------
  535.  
  536.     (CTRL-PGDN) Pages magnified view to lower visable area.
  537.     -----------
  538.  
  539.  
  540.     (L)oad part
  541.     -----------
  542.         To load a part, press L.  The program will prompt
  543.     you for a filename.  Do not use an extension.  Gredit
  544.     attaches the extension .GRF to all graphic part files.  If you
  545.     invoke this function by mistake, just hit enter to escape.
  546.     After you type a name hit enter to load the part.
  547.  
  548.     (S)ave part
  549.     -----------
  550.         To save a part press S.  You will then be advised to
  551.     "crop" the part.  Hit enter to continue and you will see a
  552.     dotted rectangle on the small drawing.  With the arrow keys,
  553.     crop the area to the smallest size (only the area enclosed by
  554.     the dotted rectangle is saved) and hit enter. The program will
  555.     then prompt you to enter a filename.  The reason for this has
  556.     to do with flipping the part over in the CIRCUIT CAD program and
  557.     the borders of the drawing.  For example, if you drew a small part
  558.     and did not crop it, there would be a large blank area to
  559.     bottom that would be saved also.  Now if you were in the CIRCUIT
  560.     CAD program and you recalled this part with (G)et and then flipped
  561.     it vertically, the large blank area would be to the top. Now
  562.     if you tried to move this part up with the mouse to place it,
  563.     the blank area would hit the border first and you wouldn't
  564.     be able to move any farther up.  That is why you need to crop
  565.     the part in this gredit program.
  566.  
  567.     (Q)uit program
  568.     --------------
  569.         The program asks you if you're sure you want to quit
  570.     (you need to save your part before you quit).  If you answer yes,
  571.     then the program ends.
  572.  
  573.  
  574.  
  575.     A word about making a graphics part:
  576.     ------------------------------------
  577.     The CIRCUIT CAD program mouse cursor has the option of snapping
  578.     to the nearest 5 pixel position or to the nearest 10 pixel
  579.     position.  The graphics parts are oriented so that their
  580.     "unflipped position" origin is at the UPPER LEFT corner.  So if
  581.     you draw a part, the "Leads" or "Legs" of the part MUST be at
  582.     the nearest 5th or 10th pixel position or else when you place
  583.     the part on the CIRCUIT CAD drawing sheet and try to hook up a
  584.     wire, it won't match up !!  The upper left corner is the (0,0)
  585.     position. You must start counting from there.  If you put a dot
  586.     at positions (0,0), (0,10), and (10,0), the GREDIT screen would
  587.     look something like this:
  588.                         1
  589.                   01234567890
  590.          Upper left______
  591.                  \-----------------------------------
  592.        .    .      |              |*         *                       |
  593.           |              |                                  |
  594.           |              |                                  |
  595.        .      |              |                                  |
  596.           |              |                                  |
  597.           |              |                                  |
  598.           |              |                                  |
  599.           |              |                                  |
  600.           |              |                                  |
  601.           |              |                                  |
  602.        ------------              |*                                 |
  603.                  |                                  |
  604.                  |                                  |
  605.  
  606.     To draw you can either use the mouse & the left mouse button or
  607.     the arrow key pad (including the diagonals) & the F1 and F2 keys.
  608.  
  609.     To use the mouse simply put the mouse at the desired position
  610.     and press the left mouse button.  Dots will be placed if the
  611.     starting position was blank. If the starting position had a dot
  612.     there already, then dots will be erased. Play with this to see
  613.     how it works.
  614.  
  615.     The other way (and the more precise way) is to use the arrow
  616.     keys on the numeric key pad along with the F1 function key to
  617.     place dots.  What you can do is to get a rhythm going hitting
  618.     an arrow key then F1 and so on to draw a line. You can also
  619.     use the diagonal keys (Number 7,9,1,3 on keypad) to draw lines.
  620.     This way is usually easier than the mouse because it's hard to
  621.     draw straight lines with the mouse.  Also, as mentioned before,
  622.     you have to COUNT to the nearest 5th or 10 pixel to make sure
  623.     your leads match up!
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.     INVOICE
  631.     =======
  632.  
  633.         CIRCUIT CAD registration.
  634.  
  635.  
  636.     Remit $25.00 to:
  637.  
  638.     Rick Smith
  639.     8713 W. St. Joe
  640.     Lansing, MI.  48917
  641.  
  642.  
  643.  
  644.  
  645.  
  646.     _____________________________________________
  647.     Name
  648.  
  649.  
  650.     _____________________________________________
  651.     Address
  652.  
  653.  
  654.     __________________   _______   ______________
  655.     City                 State     Zip
  656.  
  657.  
  658.  
  659.  
  660.     If you have any suggestions for this program, Please write
  661.     them below:
  662.  
  663.  
  664.  
  665.  
  666.