home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / wbar16.zip / WBAR.DOC next >
Text File  |  1991-02-17  |  9KB  |  277 lines

  1.  
  2.  
  3.  
  4.  
  5.                                                      
  6.                             Windows BarCode Generator
  7.                                    Version 1.6
  8.                               (C)opyright 1990-1991
  9.                                 All Rights Reserved
  10.  
  11.  
  12.  
  13.                                 Stellar Technologies
  14.                                    2510 Metro Blvd
  15.                                  St. Louis, MO 63043
  16.  
  17.  
  18.                                                                        
  19.             
  20.         Wbar is user-supported software provided to you at no 
  21.         charge on a trial basis. If you use this software and 
  22.         find it of value please send $15 for a registered copy 
  23.         and support the shareware concept. Registered users 
  24.         will be provided with information about program 
  25.         updates. Please make checks payable to Stu Gisburne at 
  26.         the above address. You are encouraged to share this 
  27.         software with others provided that it is distributed 
  28.         complete with documentation and in unmodified form and 
  29.         that no fee or other consideration is charged or 
  30.         accepted. All commercial, business and government users 
  31.         must register each copy in use. I hope you enjoy using 
  32.         Wbar. Your comments and suggestions to improve this 
  33.         product are always welcome.                                                                   
  34.                 
  35.   
  36.  
  37.  
  38.          PROGRAM DESCRIPTION
  39.  
  40.      Wbar is a program which generates bar codes (ie: 3 of 9, UPC,
  41.      Postnet, etc) that can be copied to the Windows Clipboard. Once
  42.      in the Clipboard, you can then paste the barcode into other
  43.      programs such as Windows Write, MicroSoft Word for Windows,
  44.      Paintbrush, as well as other Windows programs that can accept
  45.      bitmaps or metafiles from the Windows Clipboard.
  46.  
  47.  
  48.          HARDWARE REQUIREMENTS
  49.  
  50.      IBM Personal Computer or Compatible
  51.      MicroSoft Windows 3.0
  52.      Mouse
  53.  
  54.  
  55.          PROGRAM FILES
  56.  
  57.      The Wbar system comes in two files:
  58.  
  59.      WBAR.EXE    executable program module
  60.      WBAR.DOC    document that you are reading now
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.      GENERAL PROGRAM OVERVIEW
  68.  
  69.         Upon execution, Wbar produces a typical Windows program 
  70.         window. The menu consists of File, Edit, Action, Type 
  71.         and Help. When first loaded, the About Wbar Dialog Box 
  72.         appears if you have an unregistered copy of Wbar, 
  73.         otherwise you are presented by blank window. The cursor 
  74.         takes on the shape of a barcode while in the workspace 
  75.         of the Wbar window. To make a barcode, you simply 
  76.         position the cursor in the window where you want to 
  77.         place the barcode and click the left button on your 
  78.         mouse. A dialog box will appear allowing you to toggle 
  79.         various options, select what type of barcode to produce 
  80.         and to input the barcode data. After all this is done, 
  81.         clicking on OK will produce the desired barcode on the 
  82.         display. If you have the AutoMeta mode ON then a 
  83.         metafile of the barcode is copied to the clipboard. If
  84.         wish to copy a bitmap representation of the barcode to
  85.         the clipboard, you then    choose ACTION from the main menu.
  86.         Clicking on SELECT from the ACTION submenu will toggle
  87.         the cursor to become a cross. You then press the left
  88.         mouse button and drag a box around the barcode. After
  89.         releasing the left mouse button, clicking on COPY from
  90.         the EDIT menu copies the selected box area to be pasted
  91.         in Bitmap form to the Windows Clipboard.
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. MENU FUNCTIONS
  99.  
  100.  
  101. FILE
  102.  
  103.     NEW     basically clears the Wbar window of any barcodes
  104.  
  105.     EXIT    exits the Wbar program and closes the window
  106.  
  107. EDIT
  108.  
  109.     COPY    copies a selected area to the Clipboard
  110.  
  111.     PASTE    pastes from the Clipboard to the upper left area
  112.              of the Wbar window
  113.  
  114.     CLEAR    another way to clear the Wbar window
  115.  
  116. ACTION
  117.  
  118.     BARCODE    toggles the cursor to barcode mode
  119.  
  120.     SELECT    toggles the cursor to the area select mode
  121.  
  122.  
  123. TYPE
  124.  
  125.     COLOR    when checked, any copies to the clipboard will
  126.             a color bitmap
  127.  
  128.     MONOCHROME  when checked, any copies to the clipboard will
  129.             be a monochrome bitmap
  130.  
  131.     AUTOMETA    when checked, any barcodes produced on the display
  132.             will be automatically copied to the clipboard in the Windows
  133.             MetaFile format. Very useful to produce barcodes
  134.             of exact size. Also the best way to paste barcodes
  135.             into Corel Draw 2.0 and procduce POSTNET barcodes suitable
  136.             for printing on envelopes. 
  137.             
  138.             Note: Metafiles pasted into other applications may not look
  139.             correct on the display, but should print correctly.
  140.  
  141. HELP
  142.  
  143.     HELP    currently not used at this time
  144.  
  145.     ABOUT    displays a dialog box containing information about
  146.             the Wbar Program
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. Barcode Types currently supported in Wbar:
  156.  
  157. UPC-A
  158.  
  159.     Universal Product Code. Commonly used in the supermarket industry 
  160. since 1973. UPC is a coding system as well as a symbology, used to identify 
  161. a product and its manufacturer. UPC-A is a fixed length numeric barcode 
  162. which encodes 12 digits. 
  163.  
  164.  
  165.                               0 04560 17100 8
  166.  
  167.     The first digit is the industry code. For example 0 is grocery and 3 
  168. is pharmaceutical. Digits 2 thru 6 specify the manufacturers product 
  169. number. Digits 7 thru 11 contain the manufacturer ID number. The remaining 
  170. 12th digit is a check digit calculated from the preceding digits.
  171.  
  172.  
  173.  
  174. Interleaved 2 of 5
  175.  
  176.     A variable length, high density code containing the digits 0 thru 9. 
  177.  
  178.  
  179.  
  180. 3 of 9
  181.  
  182.     An alphanumeric code consisting of the upper case letters "A" thru 
  183. "Z", the digits "0" thru "9", and the characters "-", "+", ".", "$", "/", 
  184. "%" and the space character. It is of a variable length and can contain up 
  185. to 100 charcters in this version of Wbar. 
  186.  
  187.  
  188. POSTNET
  189.  
  190.     The POSTNET bar code was developed by the Postal Service to provide a 
  191. system of encoding Zip Code information on letter mail, which can be read 
  192. reliably by relatively inexpensive bar code sorters. The code is made up of 
  193. binary elements printed in the lower right corner of the mail peice as tall 
  194. and short bars representing the Zip Code or Zip+4 code. 
  195.  
  196.     The location of the complete Zip+4 is very presice. The baseline of 
  197. the code should be 1/4" (+/- 1/16") from the bottom edge of the mail piece. 
  198. The start (left-most) bar should lie between 3 1/4" and 4" from the right 
  199. edge of the mail piece. 
  200.     
  201.  
  202.  
  203.     STELLAR TECHNOLOGIES MAKES NO WARRANTIES, EXPRESS OR
  204.     IMPLIED, AND SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES
  205.     OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE.
  206.     STELLAR TECHNOLOGIES FURTHER RESERVES THE RIGHT TO MAKE
  207.     CHANGES TO THE SPECIFICATIONS OF THE PRODUCT WITHOUT OBLIGATION
  208.     TO NOTIFY ANY PERSON OR ORGANIZATION OF SUCH CHANGES.
  209.     LIMITATION OF LIABILITY:  The Customer's sole remedies are
  210.     set forth in the warranty clause above.  Stellar Technologies
  211.     liability for damages shall not exceed the current registration
  212.     fee for the Product. In no event will Stellar Technologies be
  213.     liable for any special, incidental or consequential damages even
  214.     if Stellar Technologies has been advised of the possibility of
  215.     the same.
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.                         Comments and inquiries may be
  224.                    sent to me through Compuserve ID number
  225.                                 74516,2776
  226.  
  227.                                    or to:
  228.                                                                                 
  229.                             Stellar Technologies
  230.                               c/o Stu Gisburne
  231.                                2510 Metro Blvd.
  232.                              St. Louis, MO 63043
  233.                                                                                 
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.                                                                                 
  244.  
  245.  
  246.  
  247.  
  248.                    Revision History
  249.                    ================
  250.  
  251. Version 1.0  -    07-14-90    - Pastes UPC-A bar code to the clipboard
  252.  
  253. Version 1.1  -    08-05-90    - Added 3 of 9 barcode
  254.  
  255. Version 1.2  -    08-22-90    - Added Postnet barcode
  256.  
  257. Version 1.3  -    09-13-90    - Added monochrome bitmap capabilites to allow
  258.                             pastes into Corel Draw 1.21
  259.  
  260. Version 1.4  -    11-30-90    - Added Interleaved 2 of 5 barcode
  261.  
  262. Version 1.5  -    01-21-91    - Included documentation with file
  263.  
  264. Version 1.6  -    02-17-91    - Fixed Postnet, incorrectly calculated check 
  265.                             digit when the sum of digits in the zipcode was
  266.                             zero.
  267.                             - Added Windows Metafile capabilites. This enables
  268.                             Wbar to produce exact size barcodes and sets up
  269.                             Wbar for Dynamic Data Exchange with other 
  270.                             programs.
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.