home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / IKLOWNS / CGRSRCE.H < prev    next >
C/C++ Source or Header  |  1996-08-28  |  5KB  |  106 lines

  1. /**************************************************************************
  2.  
  3.     (C) Copyright 1995-1996 Microsoft Corp.  All rights reserved.
  4.  
  5.     You have a royalty-free right to use, modify, reproduce and 
  6.     distribute the Sample Files (and/or any modified version) in 
  7.     any way you find useful, provided that you agree that 
  8.     Microsoft has no warranty obligations or liability for any 
  9.     Sample Application Files which are modified. 
  10.  
  11.     we do not recomend you base your game on IKlowns, start with one of
  12.     the other simpler sample apps in the GDK
  13.  
  14.  **************************************************************************/
  15.  
  16. //{{NO_DEPENDENCIES}}
  17. // Microsoft Visual C++ generated include file.
  18. // Used by iklowns.rc
  19. //
  20. #define IDS_INFO_TITLE                  1
  21. #define IDS_ERROR_TITLE                 2
  22. #define IDS_INVALID_FILE                3
  23. #define IDS_GDI_ERROR                   4
  24. #define IDS_STARTUP_ERROR               5
  25. #define IDR_GENERIC                     101
  26. #define IDI_APP                         102
  27. #define IDD_ABOUTBOX                    103
  28. #define IDR_ACCELERATOR1                106
  29. #define IDD_REMCONNABORTDLG             106
  30. #define IDD_Q_CREATE                    108
  31. #define IDD_OPTIONS                     109
  32. #define IDD_CHOOSEPROVIDER              129
  33. #define IDD_SELSESSION                  130
  34. #define IDC_FILEDESCRIPTION             1000
  35. #define IDC_PRODUCTVERSION              1001
  36. #define IDC_LEGALCOPYRIGHT              1002
  37. #define IDC_COMPANYNAME                 1003
  38. #define IDC_LEGALTRADEMARKS             1004
  39. #define IDC_CREATE                      1005
  40. #define IDC_CONNECT                     1006
  41. #define IDC_LISTOPTION                  1009
  42. #define IDC_LIST1                       1021
  43. #define IDC_LB_SESSION                  1024
  44. #define OPTION_PLAY_START               2001
  45. #define IDS_SOLO_PLAY                   2001
  46. #define IDS_TWO_PLAYER                  2002
  47. #define IDS_NET_PLAY                    2003
  48. #define IDS_QUIT_GAME                   2004
  49. #define OPTION_PLAY_END                 2004
  50. #define IDS_INSTRUCTION_1               2005
  51. #define IDS_INSTRUCTION_2               2006
  52. #define CREDIT_START                    2100
  53. #define IDS_LOAD_MSG                    2200
  54. #define IDS_WIN_START                   2300
  55. #define IDS_WIN_1                       2300
  56. #define IDS_WIN_2                       2301
  57. #define IDS_WIN_3                       2302
  58. #define IDS_WIN_4                       2303
  59. #define IDS_WIN_5                       2304
  60. #define IDS_WIN_6                       2305
  61. #define IDS_WIN_END                     IDS_WIN_6
  62. #define IDS_LOSE_START                  2400
  63. #define IDS_LOSE_1                      2400
  64. #define IDS_LOSE_2                      2401
  65. #define IDS_LOSE_3                      2402
  66. #define IDS_LOSE_4                      2403
  67. #define IDS_LOSE_5                      2404
  68. #define IDS_LOSE_6                      2405
  69. #define IDS_LOSE_END                    IDS_LOSE_6
  70. #define NET_GAME_OPTION                 2410
  71. #define IDM_NEW                         40001
  72. #define IDM_OPEN                        40002
  73. #define IDM_SAVE                        40003
  74. #define IDM_SAVEAS                      40004
  75. #define IDM_PRINT                       40005
  76. #define IDM_PRINTSETUP                  40006
  77. #define IDM_EXIT                        40007
  78. #define IDM_UNDO                        40008
  79. #define IDM_CUT                         40009
  80. #define IDM_COPY                        40010
  81. #define IDM_PASTE                       40011
  82. #define IDM_LINK                        40012
  83. #define IDM_LINKS                       40013
  84. #define IDM_HELPCONTENTS                40014
  85. #define IDM_HELPSEARCH                  40015
  86. #define IDM_HELPHELP                    40016
  87. #define IDM_ABOUT                       40017
  88. #define IDA_LEFT                        40018
  89. #define IDA_RIGHT                       40019
  90. #define IDA_UP                          40020
  91. #define IDA_DOWN                        40021
  92. #define IDA_RETURN                      40022
  93. #define IDC_STATIC                      -1
  94.  
  95. // Next default values for new objects
  96. // 
  97. #ifdef APSTUDIO_INVOKED
  98. #ifndef APSTUDIO_READONLY_SYMBOLS
  99. #define _APS_NO_MFC                     1
  100. #define _APS_NEXT_RESOURCE_VALUE        110
  101. #define _APS_NEXT_COMMAND_VALUE         40023
  102. #define _APS_NEXT_CONTROL_VALUE         1010
  103. #define _APS_NEXT_SYMED_VALUE           104
  104. #endif
  105. #endif
  106.