home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / canon / bj364 / bj364d1.exe / BJL.BIN / SOURCE.ZIP / BJL_LET.H < prev    next >
C/C++ Source or Header  |  1996-06-12  |  4KB  |  65 lines

  1. // ========================================================================================
  2. //    Installer for BJ Printer Setup Utility Program
  3. //    DOS Base
  4. //    BJ Printer (such as the A250 and A5311)
  5. //
  6. //    1. Version 1.00 [August 18, '95]       : Tsukasa Jackie AIBA    : Created new
  7. //    2. Version 1.01 [September 21, '95]    : Tsukasa Jackie AIBA    : Added A240
  8. //    3. Version 1.02 [September 26, '95]    : Tsukasa Jackie AIBA    : Added mono display
  9. //    4. Version 1.03 [March 12, '96]        : Tsukasa Jackie AIBA    : Added MultiPASS C2500
  10. //    5. Version 1.10 [April 30, '96]        : Tsukasa Jackie AIBA    : Added BJC-80/240/4200/4550
  11. //
  12. //    Copyright Canon Information Systems, Inc. 1995, 1996
  13. // ========================================================================================
  14.  
  15. #include    "bjl_inst.h"
  16.  
  17. // ***********************************************************************
  18. //        define global character strings
  19. // ***********************************************************************
  20.  
  21. #define    ERROR                 " Error "
  22. #define    ERROR_MOUSE           "\n Mouse driver is NOT found!\n"
  23. #define    ERROR_FILE            "\n Access denied because the directory is FULL or\n the file exists and can NOT be overwritten!\n"
  24. #define    ERROR_FILE6           "\n Too many open files!\n"
  25. #define    ERROR_FILE7           "\n NOT enough space on target drive or\n LOW on available conventional memory\n\n      Please try again or exit!"
  26. #define    ERROR_FILE8           "\n NOT found install disk of BJ Setup Utility\n\n             Please try again!"
  27. #define    ERROR_HELP            "\n Unable to open help file!\n"
  28. #define    ERROR_DRIVE           "\n Invalid drive!\n"             
  29. #define    ERROR_DIR                     "\n Invalid directory!\n"
  30. static char *INITFAIL_MSG =      "BJ Printer Setup Utility:  Unable to initialize display.\n";
  31.  
  32. //    Window 0 ---------------------------------------------------------------------------
  33.  
  34. #define    WINDOW_0              "   Installer for Canon BJ Printer Setup Utility   "
  35.  
  36. //    Window 1 ---------------------------------------------------------------------------
  37.  
  38. #define    WINDOW_s_1            "\n Source drive and directory : @fd[#######################################]\n"
  39.  
  40. #define    WINDOW_1_TITLE        "               Install Canon BJ Printer Setup Utility               "
  41. #define    WINDOW_1_1            "\n Target drive and directory : @fd[#######################################]\n"
  42. #define    WINDOW_1_2            " Use DEL, Backspace or Arrow key and type a new drive and directory "
  43. #define    MENU_0_OK           "\n                     @fd2[ OK ]"
  44. #define    MENU_0_CA             "                     @fd2[ Exit ]                     \n"
  45. #define    MENU_0_OK_H           " Click or Enter to continue "
  46. #define    MENU_0_CA_H           " Click or Enter to discontinue"
  47.  
  48. #define    WINDOW_1_3            "   Directory is not found. Create new?  \n"
  49. #define    MENU_1_OK           "\n            @fd2[ OK ]"
  50. #define    MENU_1_CA             "         @fd2[ Cancel ]        \n\n"
  51.  
  52. #define    WINDOW_2_1            "       Install is successful.    \n"
  53. #define    MENU_2_OK           "\n               @f[ OK ]          \n\n"
  54.  
  55. //    Window 5 ---------------------------------------------------------------------------
  56.  
  57. #define    WINDOW_5_1            "       Installer for Canon BJ Printer Setup Utility      \n"
  58. #define    WINDOW_5_2            "              Version 1.10 [June 12, 1996]               \n\n"
  59. #define    WINDOW_5_3            " Copyright (c) 1995, 1996 Canon Information Systems, Inc.\n"
  60. #define    WINDOW_5_4            "             Copyright (c) 1995, 1996 Canon Inc.         \n"
  61. #define    WINDOW_5_5            "                    All Rights Reserved                  \n\n"
  62.  
  63. //    ------------------------------------------------------------------------------------
  64.  
  65.