home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c13 / useatltrigarc / useatltrigarc.rc < prev    next >
Encoding:
Text File  |  1997-02-20  |  4.5 KB  |  175 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\\UseAtlTrigArc.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\UseAtlTrigArc.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_USEATLTRIGARC_DIALOG DIALOGEX 0, 0, 185, 92
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. EXSTYLE WS_EX_APPWINDOW
  78. CAPTION "UseAtlTrigArc"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     PUSHBUTTON      "trig to arc",IDC_BUTTON1,35,22,57,14
  82.     PUSHBUTTON      "arc to trig",IDC_BUTTON2,35,56,57,14
  83.     DEFPUSHBUTTON   "OK",IDOK,128,7,50,14
  84.     PUSHBUTTON      "Cancel",IDCANCEL,128,23,50,14
  85. END
  86.  
  87.  
  88. #ifndef _MAC
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // Version
  92. //
  93.  
  94. VS_VERSION_INFO VERSIONINFO
  95.  FILEVERSION 1,0,0,1
  96.  PRODUCTVERSION 1,0,0,1
  97.  FILEFLAGSMASK 0x3fL
  98. #ifdef _DEBUG
  99.  FILEFLAGS 0x1L
  100. #else
  101.  FILEFLAGS 0x0L
  102. #endif
  103.  FILEOS 0x4L
  104.  FILETYPE 0x1L
  105.  FILESUBTYPE 0x0L
  106. BEGIN
  107.     BLOCK "StringFileInfo"
  108.     BEGIN
  109.         BLOCK "040904B0"
  110.         BEGIN
  111.             VALUE "CompanyName", "\0"
  112.             VALUE "FileDescription", "UseAtlTrigArc MFC Application\0"
  113.             VALUE "FileVersion", "1, 0, 0, 1\0"
  114.             VALUE "InternalName", "UseAtlTrigArc\0"
  115.             VALUE "LegalCopyright", "Copyright (C) 1997\0"
  116.             VALUE "LegalTrademarks", "\0"
  117.             VALUE "OriginalFilename", "UseAtlTrigArc.EXE\0"
  118.             VALUE "ProductName", "UseAtlTrigArc Application\0"
  119.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  120.         END
  121.     END
  122.     BLOCK "VarFileInfo"
  123.     BEGIN
  124.         VALUE "Translation", 0x409, 1200
  125.     END
  126. END
  127.  
  128. #endif    // !_MAC
  129.  
  130.  
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // DESIGNINFO
  134. //
  135.  
  136. #ifdef APSTUDIO_INVOKED
  137. GUIDELINES DESIGNINFO DISCARDABLE 
  138. BEGIN
  139.     IDD_USEATLTRIGARC_DIALOG, DIALOG
  140.     BEGIN
  141.         LEFTMARGIN, 7
  142.         RIGHTMARGIN, 178
  143.         TOPMARGIN, 7
  144.         BOTTOMMARGIN, 85
  145.     END
  146. END
  147. #endif    // APSTUDIO_INVOKED
  148.  
  149. #endif    // English (U.S.) resources
  150. /////////////////////////////////////////////////////////////////////////////
  151.  
  152.  
  153.  
  154. #ifndef APSTUDIO_INVOKED
  155. /////////////////////////////////////////////////////////////////////////////
  156. //
  157. // Generated from the TEXTINCLUDE 3 resource.
  158. //
  159. #define _AFX_NO_SPLITTER_RESOURCES
  160. #define _AFX_NO_OLE_RESOURCES
  161. #define _AFX_NO_TRACKER_RESOURCES
  162. #define _AFX_NO_PROPERTY_RESOURCES
  163.  
  164. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  165. #ifdef _WIN32
  166. LANGUAGE 9, 1
  167. #pragma code_page(1252)
  168. #endif
  169. #include "res\UseAtlTrigArc.rc2"  // non-Microsoft Visual C++ edited resources
  170. #include "afxres.rc"         // Standard components
  171. #endif
  172. /////////////////////////////////////////////////////////////////////////////
  173. #endif    // not APSTUDIO_INVOKED
  174.  
  175.