home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / avcinst / avcinst.rc < prev   
Text File  |  1999-05-11  |  2KB  |  97 lines

  1. /*************************************************************************
  2.  * File Name    : AVCINST.RC
  3.  *
  4.  * Description  : This is the resource file for the AVCINST program.
  5.  *
  6.  * Concepts     : See the C source file for this program.
  7.  *
  8.  * MMPM/2 API's : See the C source file for this program.
  9.  *
  10.  * Required
  11.  *    Files     : See the C source file for this program.
  12.  *
  13.  * Copyright (C) IBM 1991, 1993
  14.  *************************************************************************/
  15.  
  16. #define  INCL_WIN
  17. #define  INCL_PM
  18. #define  INCL_DOS
  19. #include <os2.h>
  20.  
  21. #include "AVCINST.H"
  22.  
  23. RCINCLUDE AVCINST.DLG
  24.  
  25. ICON ID_ICON AVCINST.ICO
  26.  
  27. /*
  28.  * Help Table Definition.
  29.  *
  30.  * The help table definition for the dialog window.
  31.  */
  32.  
  33. HELPTABLE ID_AVC_HELPTABLE
  34. {
  35.     HELPITEM ID_MAIN_DIALOG_BOX,   0,                   0
  36.     HELPITEM ID_MESSAGE_BOX,       SUBTABLE_MESSAGEBOX, ID_MESSAGE_BOX
  37. }
  38.  
  39. HELPSUBTABLE SUBTABLE_MESSAGEBOX
  40. {
  41. }
  42.  
  43. /*
  44.  * String Table Definition.
  45.  */
  46. STRINGTABLE
  47. {
  48.  
  49.    IDS_HELP_WINDOW_TITLE,
  50.    "AVC I/O Procedure Installation Utility"
  51.  
  52.    IDS_MESSAGE_BOX_TITLE,
  53.    "AVC I/O Procedure Installation"
  54.  
  55.    IDS_MMIO_INSTALLPROC_NAME,
  56.    "AVCAIOProc"
  57.  
  58.    IDS_MMIO_INSTALLPROC_DLL_NAME,
  59.    "AVCAPROC"
  60.  
  61.    IDS_HELP_LIBRARY_FILE,
  62.    "AVCINST.HLP"
  63.  
  64.    IDS_MAIN_WINDOW_TITLE,
  65.    "AVC I/O Procedure Installation Utility"
  66.  
  67.  
  68.    IDS_HELP_CREATION_FAILED,
  69.    "Help Initialization failed.  Help will not be available."
  70.  
  71.    IDS_INSTALLATION_IS_COMPLETE,
  72.    "The selected action has successfully completed."
  73.  
  74.    IDS_MMIOPROC_COULD_NOT_BE_INSTALLED,
  75.    "The sample MMIO procedure could not be installed."
  76.  
  77.    IDS_LOADMODULE_FAILED,
  78.    "The AVCAPROC.DLL file could not be loaded.  Please make sure that this"
  79.    " file resides in your \\MMOS2\\DLL directory, and retry."
  80.  
  81.    IDS_QUERY_PROC_ADDR_FAILED,
  82.    "The AVCAIOProc cannot be found in the AVCAPROC.DLL file. Please make sure"
  83.    " that the AVCAPROC.DLL file in your \\MMOS2\\DLL is correct, and retry."
  84.  
  85.    IDS_INSTALL_FIRST,
  86.    "The AVC I/O Procedure is not currently installed.  Please install the AVC"
  87.    " I/O Procedure and retry."
  88.  
  89.    IDS_ALREADY_INSTALLED,
  90.    "The AVC I/O Procedure is already installed.  Please deinstall the AVC"
  91.    " I/O Procedure and retry."
  92.  
  93.    IDS_DEFAULTSIZE,
  94.    "~Default Size"
  95.  
  96. }  /* End of String Table. */
  97.