home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 September / CICA_Shareware_for_Windows_Walnut_Creek_September_1994.iso / win3 / programr / atre27.exe / ATREE_27 / MOSQWIN / MOSQUITO.RC < prev    next >
Text File  |  1992-08-01  |  4KB  |  76 lines

  1. // remember to include \atree_27\include\
  2. // in your include path!
  3.  
  4. /*****************************************************************************
  5.  ****                                                                     ****
  6.  **** mosquito.rc                                                         ****
  7.  ****                                                                     ****
  8.  **** atree release 2.7 for Windows                                       ****
  9.  **** Adaptive Logic Network (ALN) simulation program.                    ****
  10.  **** Copyright (C) A. Dwelly, R. Manderscheid, M. Thomas, W.W. Armstrong ****
  11.  ****               1991, 1992                                            ****
  12.  ****                                                                     ****
  13.  **** License:                                                            ****
  14.  **** A royalty-free license is granted for the use of this software for  ****
  15.  **** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or     ****
  16.  **** modified provided this notice appears in its entirety and unchanged ****
  17.  **** in all derived source programs.  Persons modifying the code are     ****
  18.  **** requested to state the date, the changes made and who made them     ****
  19.  **** in the modification history.                                        ****
  20.  ****                                                                     ****
  21.  **** Patent License:                                                     ****
  22.  **** The use of a digital circuit which transmits a signal indicating    ****
  23.  **** heuristic responsibility is protected by U. S. Patent 3,934,231     ****
  24.  **** and others assigned to Dendronic Decisions Limited of Edmonton,     ****
  25.  **** W. W. Armstrong, President.  A royalty-free license is granted      ****
  26.  **** by the company to use this patent for NON_COMMERCIAL PURPOSES to    ****
  27.  **** adapt logic trees using this program and its modifications.         ****
  28.  ****                                                                     ****
  29.  **** Limited Warranty:                                                   ****
  30.  **** This software is provided "as is" without warranty of any kind,     ****
  31.  **** either expressed or implied, including, but not limited to, the     ****
  32.  **** implied warrantees of merchantability and fitness for a particular  ****
  33.  **** purpose.  The entire risk as to the quality and performance of the  ****
  34.  **** program is with the user.  Neither the authors, nor the             ****
  35.  **** University of Alberta, its officers, agents, servants or employees  ****
  36.  **** shall be liable or responsible in any way for any damage to         ****
  37.  **** property or direct personal or consequential injury of any nature   ****
  38.  **** whatsoever that may be suffered or sustained by any licensee, user  ****
  39.  **** or any other party as a consequence of the use or disposition of    ****
  40.  **** this software.                                                      ****
  41.  **** Modification history:                                               ****
  42.  ****                                                                     ****
  43.  **** 92.04.27 atree v2.5 for Windows, M. Thomas                          ****
  44.  **** 92.03.07 Release 2.6, Monroe Thomas                                 ****
  45.  **** 92.01.08 Release 2.7, Monroe Thomas                                 ****
  46.  ****                                                                     ****
  47.  *****************************************************************************/
  48.  
  49. #ifndef WORKSHOP_INVOKED
  50.     #include <windows.h>
  51. #endif
  52. #include "mosqwin.h"
  53.  
  54. mosqico icon mosquito.ico
  55. mosqcur cursor mosquito.cur
  56.  
  57. #include "atree.rc"
  58.  
  59. MENU_RESOURCE MENU 
  60. BEGIN
  61.     MENUITEM "&Run!", IDM_RUN
  62.     MENUITEM "&About...", IDM_ABOUT
  63.     MENUITEM "&Exit!", IDM_EXIT
  64.     MENUITEM "&Help!", IDM_HELP
  65. END
  66.  
  67. IDD_ABOUT DIALOG 23, 28, 155, 104
  68. STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | 0x80L
  69. BEGIN
  70.     CONTROL "&Cool!", IDD_OK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 14, 83, 127, 13
  71.     CONTROL "Mosquito", IDD_TEXT1, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 59, 10, 37, 8
  72.     CONTROL "Adaptive Logic Network Demo", IDD_TEXT2, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 27, 46, 100, 9
  73.     ICON "mosqico", IDD_ICON, 69, 25, 17, 17
  74.     CONTROL "Windows version by Monroe M. Thomas", IDD_TEXT3, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 40, 59, 74, 17
  75. END
  76.