home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / bldrec / bldrec.rc < prev    next >
Text File  |  1998-04-03  |  5KB  |  194 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\r\n"
  53.     "#include ""res\\bldrec.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "1 TYPELIB ""bldrec.tlb""\r\n"
  57.     "\0"
  58. END
  59.  
  60. #endif    // APSTUDIO_INVOKED
  61.  
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67.  
  68. IDR_TOOLBAR_MEDIUM      BITMAP  MOVEABLE PURE   "res\\TBarMedm.bmp"
  69. IDR_TOOLBAR_LARGE       BITMAP  MOVEABLE PURE   "res\\TBarLrge.bmp"
  70.  
  71. #ifndef _MAC
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Version
  75. //
  76.  
  77. VS_VERSION_INFO VERSIONINFO
  78.  FILEVERSION 1,0,0,1
  79.  PRODUCTVERSION 1,0,0,1
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x2L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "040904B0"
  93.         BEGIN
  94.             VALUE "CompanyName", "\0"
  95.             VALUE "FileDescription", "BLDREC DLL\0"
  96.             VALUE "FileVersion", "1, 0, 0, 1\0"
  97.             VALUE "InternalName", "BLDREC\0"
  98.             VALUE "LegalCopyright", "Copyright (C) 1996\0"
  99.             VALUE "LegalTrademarks", "\0"
  100.             VALUE "OriginalFilename", "BLDREC.DLL\0"
  101.             VALUE "ProductName", "BLDREC Dynamic Link Library\0"
  102.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x409, 1200
  108.     END
  109. END
  110.  
  111. #endif    // !_MAC
  112.  
  113.  
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Dialog
  117. //
  118.  
  119. IDD_DIALOGFILE DIALOG DISCARDABLE  0, 0, 186, 95
  120. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  121. CAPTION "Dialog"
  122. FONT 8, "MS Sans Serif"
  123. BEGIN
  124.     DEFPUSHBUTTON   "OK",IDOK,35,74,50,14
  125.     PUSHBUTTON      "Cancel",IDCANCEL,104,74,50,14
  126.     EDITTEXT        IDC_EDITFILE,15,20,120,12,ES_AUTOHSCROLL
  127.     LTEXT           "File",IDC_STATIC,15,7,66,10
  128.     PUSHBUTTON      "Browse...",IDC_BUTTONBROWSE,140,20,33,11
  129. END
  130.  
  131.  
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // DESIGNINFO
  135. //
  136.  
  137. #ifdef APSTUDIO_INVOKED
  138. GUIDELINES DESIGNINFO DISCARDABLE 
  139. BEGIN
  140.     IDD_DIALOGFILE, DIALOG
  141.     BEGIN
  142.         LEFTMARGIN, 7
  143.         RIGHTMARGIN, 179
  144.         TOPMARGIN, 7
  145.         BOTTOMMARGIN, 88
  146.     END
  147. END
  148. #endif    // APSTUDIO_INVOKED
  149.  
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // String Table
  154. //
  155.  
  156. STRINGTABLE DISCARDABLE 
  157. BEGIN
  158.     IDS_BLDREC_LONGNAME     "bldrec Developer Studio Add-in"
  159.     IDS_BLDREC_DESCRIPTION  "Records build times"
  160.     IDS_CMD_STRING          "\nBldrec Sample Command\nDisplays a message box\nBldrec Command"
  161.     IDS_DEFAULTFILE         "c:\\buildtimes.txt"
  162.     IDS_TXTFILTER           "Text files (*.txt)|*.txt|All files (*.*)|*.*||"
  163.     IDS_DEFAULT_EXTENSION   ".txt"
  164. END
  165.  
  166. #endif    // English (U.S.) resources
  167. /////////////////////////////////////////////////////////////////////////////
  168.  
  169.  
  170.  
  171. #ifndef APSTUDIO_INVOKED
  172. /////////////////////////////////////////////////////////////////////////////
  173. //
  174. // Generated from the TEXTINCLUDE 3 resource.
  175. //
  176. #define _AFX_NO_SPLITTER_RESOURCES
  177. #define _AFX_NO_OLE_RESOURCES
  178. #define _AFX_NO_TRACKER_RESOURCES
  179. #define _AFX_NO_PROPERTY_RESOURCES
  180.  
  181. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  182. #ifdef _WIN32
  183. LANGUAGE 9, 1
  184. #pragma code_page(1252)
  185. #endif
  186. #include "res\bldrec.rc2"  // non-Microsoft Visual C++ edited resources
  187. #include "afxres.rc"         // Standard components
  188. #endif
  189. 1 TYPELIB "bldrec.tlb"
  190.  
  191. /////////////////////////////////////////////////////////////////////////////
  192. #endif    // not APSTUDIO_INVOKED
  193.  
  194.