home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / cmdwnd / msdevcmd / msdevcmd.rc < prev    next >
Text File  |  1998-04-08  |  9KB  |  279 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\msdevcmd.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\msdevcmd.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75.  
  76. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  78. CAPTION "About msdevcmd"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  82.     LTEXT           "msdevcmd Version 1.0",IDC_STATIC,40,10,119,8,
  83.                     SS_NOPREFIX
  84.     LTEXT           "Copyright (C) 1998",IDC_STATIC,40,25,119,8
  85.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  86. END
  87.  
  88. IDD_MSDEVCMD_DIALOG DIALOGEX 0, 0, 228, 105
  89. STYLE WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 
  90.     WS_THICKFRAME
  91. EXSTYLE WS_EX_TOOLWINDOW | WS_EX_APPWINDOW
  92. CAPTION "Command Window"
  93. FONT 8, "MS Sans Serif"
  94. BEGIN
  95.     EDITTEXT        IDC_EDITCMD,0,15,228,89,ES_MULTILINE | ES_AUTOVSCROLL | 
  96.                     ES_AUTOHSCROLL | ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL
  97.     PUSHBUTTON      "Pinned",IDC_BTN_PIN,0,1,17,12,BS_BITMAP
  98. END
  99.  
  100.  
  101. #ifndef _MAC
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Version
  105. //
  106.  
  107. VS_VERSION_INFO VERSIONINFO
  108.  FILEVERSION 1,0,0,1
  109.  PRODUCTVERSION 1,0,0,1
  110.  FILEFLAGSMASK 0x3fL
  111. #ifdef _DEBUG
  112.  FILEFLAGS 0x1L
  113. #else
  114.  FILEFLAGS 0x0L
  115. #endif
  116.  FILEOS 0x4L
  117.  FILETYPE 0x1L
  118.  FILESUBTYPE 0x0L
  119. BEGIN
  120.     BLOCK "StringFileInfo"
  121.     BEGIN
  122.         BLOCK "040904b0"
  123.         BEGIN
  124.             VALUE "Comments", "dra\0"
  125.             VALUE "CompanyName", "Microsoft Corp\0"
  126.             VALUE "FileDescription", "msdevcmd MFC Application\0"
  127.             VALUE "FileVersion", "1, 0, 0, 1\0"
  128.             VALUE "InternalName", "msdevcmd\0"
  129.             VALUE "LegalCopyright", "Copyright (C) 1998\0"
  130.             VALUE "LegalTrademarks", "\0"
  131.             VALUE "OriginalFilename", "msdevcmd.EXE\0"
  132.             VALUE "PrivateBuild", "\0"
  133.             VALUE "ProductName", "msdevcmd Application\0"
  134.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  135.             VALUE "SpecialBuild", "\0"
  136.         END
  137.     END
  138.     BLOCK "VarFileInfo"
  139.     BEGIN
  140.         VALUE "Translation", 0x409, 1200
  141.     END
  142. END
  143.  
  144. #endif    // !_MAC
  145.  
  146.  
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // DESIGNINFO
  150. //
  151.  
  152. #ifdef APSTUDIO_INVOKED
  153. GUIDELINES DESIGNINFO DISCARDABLE 
  154. BEGIN
  155.     IDD_ABOUTBOX, DIALOG
  156.     BEGIN
  157.         LEFTMARGIN, 7
  158.         RIGHTMARGIN, 210
  159.         TOPMARGIN, 7
  160.         BOTTOMMARGIN, 48
  161.     END
  162.  
  163.     IDD_MSDEVCMD_DIALOG, DIALOG
  164.     BEGIN
  165.         TOPMARGIN, 1
  166.         BOTTOMMARGIN, 104
  167.     END
  168. END
  169. #endif    // APSTUDIO_INVOKED
  170.  
  171.  
  172. /////////////////////////////////////////////////////////////////////////////
  173. //
  174. // REGISTRY
  175. //
  176.  
  177. IDR_COMMANDWINDOW       REGISTRY DISCARDABLE    "res\\CommandWindow.rgs"
  178.  
  179. /////////////////////////////////////////////////////////////////////////////
  180. //
  181. // TYPELIB
  182. //
  183.  
  184. IDR_TYPELIB             TYPELIB DISCARDABLE     "devcmd.tlb"
  185.  
  186. /////////////////////////////////////////////////////////////////////////////
  187. //
  188. // Bitmap
  189. //
  190.  
  191. IDB_BM_PINNED           BITMAP  DISCARDABLE     "res\\bm_pinne.bmp"
  192. IDB_BM_NOTPINNED        BITMAP  DISCARDABLE     "res\\bm_notpi.bmp"
  193.  
  194. /////////////////////////////////////////////////////////////////////////////
  195. //
  196. // String Table
  197. //
  198.  
  199. STRINGTABLE DISCARDABLE 
  200. BEGIN
  201.     IDS_ABOUTBOX            "&About msdevcmd..."
  202.     IDS_REGOK               "Registration succeeded."
  203.     IDS_NOREG               "Registration Failed."
  204.     IDS_DEBUGBREAK          "Do you wish to debug this app. Press ""Yes"" to break into debugger."
  205. END
  206.  
  207. STRINGTABLE DISCARDABLE 
  208. BEGIN
  209.     IDS_START               "?;?;HELP"
  210.     IDS_EXIT                "Exit;Exit;Exits MSDEV"
  211.     IDS_GO                  "G;G;Go"
  212.     IDS_OPEN                "Open;Open;Open the given file"
  213.     IDS_CLOSE               "Close;Close;Close the current file"
  214.     IDS_STEP                "s;s;Step over"
  215.     IDS_STEPINTO            "t;t;Step Into"
  216.     IDS_BREAKPOINT          "bp;bp;Set Breakpoint. Arguments are [File,]""."" (current line), line number, "".+n"" where n is an integer offset to line to set breakpoint on. Eg., ""bp foo.cpp, 32"" or ""bp ."" or ""bp  .+3""."
  217.     IDS_QUIT                "q;q;Quits the command window"
  218.     IDS_BUILD               "bld;bld;Builds the current project in its current configuration"
  219.     IDS_REBUILD             "rb;rb;ReBuild the current project in the current configuration"
  220.     IDS_CD                  "cd;cd;Change directory or drive (can't use environment variables)"
  221.     IDS_CLS                 "cls;cls;Clear Command Window"
  222.     IDS_DOS                 "!;!;Dos command"
  223.     IDS_BREAKPOINTLIST      "bl;bl;List Breakpoints (enabled are *'d)"
  224.     IDS_CLEARBRKPNTS        "bc;bc;Clear Breakpoint(s). * or no argument clears all. Or list breakpoint numbers, separated by commas."
  225. END
  226.  
  227. STRINGTABLE DISCARDABLE 
  228. BEGIN
  229.     IDS_DEFAULT             "Any unrecognized command will be sent to msdev as a command and then to dos and the result will be placed in this window."
  230.     IDS_DEFAULT2            "MSDEV commands can be found listed in the Tools/Customize/Keyboard dialog. An example is ""NewText""."
  231.     IDS_DEFAULT3            "Breakpoints are specified by number. * matches all, as does an empty argument list. Numbers may be listed separated by commas. Eg., 1, 2, 3"
  232.     IDS_COMMENT             "Format: base string for command (smaller are later to remove disambiguity); command id (don't localize); help string"
  233. END
  234.  
  235. STRINGTABLE DISCARDABLE 
  236. BEGIN
  237.     IDS_BREAKPOINTDISABLE   "bd;bd;Disable breakpoints "
  238.     IDS_BREAKPOINTENABLE    "be;be;Enable breakpoints"
  239.     IDS_MAP                 "map;map;Map a command to a string, or remove it. Eg., ""map nt=NewText"" allows typing of ""nt"" instead of ""NewText"". ""map nt="" would remove this. The map is stored and reloaded from session to session. A semicolon is interpreted as a new line."
  240. END
  241.  
  242. STRINGTABLE DISCARDABLE 
  243. BEGIN
  244.     IDS_CHANGED_EXPRESSION  "CHANGED  EXPRESSION"
  245.     IDS_LOCATION            "LOCATION"
  246.     IDS_LOCATIONWITHTRUEEXPRESSION "LOCATION WITH TRUE EXPRESSION"
  247.     IDS_LOCATIONWITHCHANGEDEXPRESSION "LOCATION WITH CHANGED EXPRESSION"
  248.     IDS_MESSAGE             "MESSAGE"
  249.     IDS_TRUEEXPRESSION      "TRUE EXPRESSION"
  250. END
  251.  
  252. #endif    // English (U.S.) resources
  253. /////////////////////////////////////////////////////////////////////////////
  254.  
  255.  
  256.  
  257. #ifndef APSTUDIO_INVOKED
  258. /////////////////////////////////////////////////////////////////////////////
  259. //
  260. // Generated from the TEXTINCLUDE 3 resource.
  261. //
  262. #define _AFX_NO_SPLITTER_RESOURCES
  263. #define _AFX_NO_OLE_RESOURCES
  264. #define _AFX_NO_TRACKER_RESOURCES
  265. #define _AFX_NO_PROPERTY_RESOURCES
  266.  
  267. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  268. #ifdef _WIN32
  269. LANGUAGE 9, 1
  270. #pragma code_page(1252)
  271. #endif //_WIN32
  272. #include "res\msdevcmd.rc2"  // non-Microsoft Visual C++ edited resources
  273. #include "afxres.rc"         // Standard components
  274. #endif
  275.  
  276. /////////////////////////////////////////////////////////////////////////////
  277. #endif    // not APSTUDIO_INVOKED
  278.  
  279.