home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / panshr24.zip / README < prev    next >
Text File  |  1993-11-17  |  6KB  |  167 lines

  1.       ............................................................
  2.       .                                                          .
  3.       .                       Panels for C                       .
  4.       .                       Version 2.4                        .
  5.       .              Copyright 1989-1993, Jay Brown              .
  6.       .               All Rights Reserved worldwide              .
  7.       .                                                          .
  8.       ............................................................
  9.  
  10.  
  11. THIS SOFTWARE IS PROVIDED AS IS WITHOUT ANY WARRANTY, EXPRESSED OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR PURPOSE.
  13. THE AUTHOR ACCEPTS NO RESPONSIBILTIY FOR ANY LOSS THAT MAY OCCUR AS A
  14. RESULT OF USING THIS SOFTWARE.
  15.  
  16. Panels for C is not public domain software.  Users are expected to
  17. register after a reasonable trial period by ordering either the source
  18. or object software packages.  Unregistered users will be guilty of the
  19. standard copyright violations.  Those who register will receive
  20. technical support, notice of revisons, and notice of future software
  21. products.  SUPPORT THE SHAREWARE MARKETING CONCEPT BY REGISTERING YOUR
  22. COPY OF THIS SOFTWARE!  Your contribution will encourage the author to
  23. produce other useful shareware.
  24.  
  25. You are welcome and ENCOURAGED to pass along the shareware version of
  26. this software to other programmers with the following limitations.  No
  27. fee may be charged for the distribution of this software, except when
  28. authorized in writing by the author.  All documentation files and
  29. sample programs must accompany any distribution.
  30.  
  31. BC Systems grants to purchasers of either object or source packages a
  32. no-fee license to resell applications created with the Panel routines.
  33. The only constraint is that the application code and documentation
  34. MUST contain the following acknowledgement:
  35.  
  36.                 Portions Copyright 1989-1993, J. Brown
  37.  
  38.  
  39. ------------------------------------------------------------------------
  40.  
  41. The following is a list of the programs on this diskette:
  42.  
  43.     SOUND    - Demonstrate speaker tones
  44.  
  45.     SHOWTIME - Display system time
  46.  
  47.     DIFFTIME - Calculates the difference between two times
  48.  
  49.     COLORS   - Display field colors and attributes
  50.  
  51.     ATTR     - Demonstrate field attributes
  52.  
  53.     PLIST    - Demonstrate pick list functionality
  54.  
  55.     SHOWPAN  - Display the panel specified by the first parameter
  56.  
  57.     PAN2H    - Converts a panel file to a header file
  58.  
  59.     IPD      - Interactive Panel Design utility
  60.  
  61.  
  62. ------------------------------------------------------------------------
  63.  
  64. The following is an inventory of files on this diskette:
  65.  
  66. sound.c            Sound test source
  67. sound.exe          Sound test executable
  68. sound.pan          Sound test panel
  69.  
  70. showtime.c         Display time source
  71. showtime.exe       Display time executable
  72.  
  73. colors.c           Screen colors source
  74. colors.exe         Screen colors executable
  75. colors.pan         Screen colors panel
  76.  
  77. difftime.c         Time difference source
  78. difftime.exe       Time difference executable
  79. difftime.pan       Time difference panel
  80.  
  81. attr.c             Attribute demo source
  82. attr.exe           Attribute demo executable
  83. attr.pan           Attribute demo panel
  84.  
  85. plist.c            pick list demo source
  86. plist.exe          pick list demo executable
  87.  
  88. showpan.c          Utility to display any panel on the screen - source
  89. showpan.exe        show panel executable program
  90.  
  91. ipd.exe            Utility to create and modify panel files
  92. pan2h.exe          Utility to convert panel to header file
  93.  
  94. panel.h            Header file for panel routine prototypes and defines
  95. keys.h             Header for key codes
  96.  
  97. makefile           Microsoft nmake file for sample programs
  98. panel.def          OS/2 definition file
  99.  
  100. panels24.doc       Programming with panels documentation
  101. readme             This text file!
  102.  
  103.  
  104. One or more of the following files may also be included:
  105.  
  106. spanelr.obj        DOS small memory model
  107. spaneltc.obj       Turbo C small memory model
  108. spanelp.obj        OS/2 small memory model
  109. lpanelr.obj        DOS large memory model
  110. lpaneltc.obj       Turbo C large memory model
  111. lpanelp.obj        OS/2 large memory model
  112.  
  113.  
  114. The following files are included only in the source package:
  115.  
  116. panel.c            Panel routines source code
  117. ipd.c              Interactive Panel Design source code
  118. ipd.h              Interactive Panel Design header file
  119. pan2h.c            Panel to header conversion source code
  120.  
  121.  
  122. ------------------------------------------------------------------------
  123.  
  124. =====================   O R D E R   F O R M   =======================
  125.  
  126. [ ]  I wish to purchase a copy of the Panels for C,
  127.      Version 2.4 Object code package for $19.95.       $____________
  128.  
  129. [ ]  I wish to purchase a copy of the Panels for C,
  130.      Version 2.4 Source code package for $49.95.       $____________
  131.  
  132.      Both of the above packages include product
  133.      registration and a developer's license.
  134.  
  135.                                   Shipping and Handling $___________
  136.                ($2.00 domestic or $5.00 outside USA)
  137.  
  138.                                                Subtotal $___________
  139.  
  140.     (Kansas Residents please add 5.9% sales tax.)   Tax $___________
  141.  
  142.                                                   Total $___________
  143.  
  144. Payment by:  [ ] Check   [ ] Money order  (US funds only please)
  145.  
  146. Name:____________________________________________________________
  147.  
  148. Company:_________________________________________________________
  149.  
  150. Address:_________________________________________________________
  151.  
  152. City:______________________________  State:______  Zip:__________
  153.  
  154. Phone:___________________________________________________________
  155.  
  156.  
  157. Please specify diskette size:  [ ] 5.25"   [ ] 3.5"
  158.  
  159. Please specify compiler:  [ ] Microsoft   [ ] Turbo C
  160.  
  161.               Remit to:  Jay Brown
  162.                          BC Systems
  163.                          7801 Dublin
  164.                          Wichita, KS  67206
  165.  
  166. ===================================================================
  167.