home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff336.lzh / FileWindow / FileWindow.h < prev    next >
Text File  |  1990-03-14  |  2KB  |  57 lines

  1. /* Name: FileWindow.h
  2.  
  3.  
  4.   FFFFF III L     EEEEE     W     W III N   N DDD    OOO  W     W
  5.   F      I  L     E         W     W  I  NN  N D  D  O   O W     W
  6.   FFFF   I  L     EEE       W  W  W  I  N N N D   D O   O W  W  W
  7.   F      I  L     E          W W W   I  N  NN D  D  O   O  W W W
  8.   F     III LLLLL EEEEE       W W   III N   N DDD    OOO    W W
  9.  
  10.  
  11.   
  12.   FILE WINDOW   VERSION 1.10   89-08-31
  13.  
  14.   Yet another program dedicated to Sioe-Lin Kwik.
  15.   
  16.  
  17.   FILE WINDOW was created by Anders Bjerin, and is distributed as
  18.   public domain with NO RIGHTS RESERVED. That means that you can do
  19.   what ever you want to do with the program.
  20.   
  21.   You may use FILE WINDOW in your own programs, commercial or not, and 
  22.   do not even need to mention that you have used it. You may alter the
  23.   source code to fit your needs, and you may spread it to anyone.
  24.  
  25.   Anders Bjerin
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.          III M   M PPPP   OOO  RRRR  TTTTT   AAA  N   N TTTTT
  33.           I  MM MM P   P O   O R   R   T    A   A NN  N   T
  34.           I  M M M PPPP  O   O RRRR    T    AAAAA N N N   T
  35.           I  M   M P     O   O R  R    T    A   A N  NN   T
  36.          III M   M P      OOO  R   R   T    A   A N   N   T
  37.  
  38.   IF YOU CHANGE THESE VALUES,  P L E A S E  CHANGE THE INSTRUCTIONS TOO:
  39.   
  40. */
  41.  
  42. /* What file_window() will return: */
  43. #define LOAD    500
  44. #define SAVE    600
  45. #define DELETE  700
  46. #define CANCEL  800
  47. #define QUIT    900
  48. #define PANIC  1000
  49.  
  50. /* The minimum size of the strings: */
  51. #define DRAWER_LENGTH 100 /*  100 characters including NULL. */
  52. #define FILE_LENGTH    30 /*   30           -"-              */
  53. #define TOTAL_LENGTH  130 /*  130           -"-              */
  54.  
  55. /* THE END */
  56.  
  57.