home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / TIPS.ZIP / prj / ToolTips / ToolTips.rc < prev    next >
Encoding:
Text File  |  1998-10-14  |  5.6 KB  |  219 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\\ToolTips.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\\ToolTips.ico"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75.  
  76. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  78. CAPTION "About ToolTips"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  82.     LTEXT           "ToolTips 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,50,14,WS_GROUP
  86. END
  87.  
  88. IDD_TOOLTIPS_DIALOG DIALOGEX 0, 0, 320, 102
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  90. EXSTYLE WS_EX_APPWINDOW
  91. CAPTION "ToolTips"
  92. FONT 8, "MS Sans Serif"
  93. BEGIN
  94.     DEFPUSHBUTTON   "OK",IDOK,260,7,50,14
  95.     PUSHBUTTON      "Cancel",IDCANCEL,260,23,50,14
  96.     CONTROL         "Show tooltips",IDC_CHECK_SHOWTOOLTIPS,"Button",
  97.                     BS_AUTOCHECKBOX | WS_TABSTOP,28,37,58,10
  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 "CompanyName", "\0"
  125.             VALUE "FileDescription", "ToolTips MFC Application\0"
  126.             VALUE "FileVersion", "1, 0, 0, 1\0"
  127.             VALUE "InternalName", "ToolTips\0"
  128.             VALUE "LegalCopyright", "Copyright (C) 1998\0"
  129.             VALUE "LegalTrademarks", "\0"
  130.             VALUE "OriginalFilename", "ToolTips.EXE\0"
  131.             VALUE "ProductName", "ToolTips Application\0"
  132.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  133.         END
  134.     END
  135.     BLOCK "VarFileInfo"
  136.     BEGIN
  137.         VALUE "Translation", 0x409, 1200
  138.     END
  139. END
  140.  
  141. #endif    // !_MAC
  142.  
  143.  
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // DESIGNINFO
  147. //
  148.  
  149. #ifdef APSTUDIO_INVOKED
  150. GUIDELINES DESIGNINFO DISCARDABLE 
  151. BEGIN
  152.     IDD_ABOUTBOX, DIALOG
  153.     BEGIN
  154.         LEFTMARGIN, 7
  155.         RIGHTMARGIN, 228
  156.         TOPMARGIN, 7
  157.         BOTTOMMARGIN, 48
  158.     END
  159.  
  160.     IDD_TOOLTIPS_DIALOG, DIALOG
  161.     BEGIN
  162.         LEFTMARGIN, 7
  163.         RIGHTMARGIN, 313
  164.         TOPMARGIN, 7
  165.         BOTTOMMARGIN, 95
  166.     END
  167. END
  168. #endif    // APSTUDIO_INVOKED
  169.  
  170.  
  171. /////////////////////////////////////////////////////////////////////////////
  172. //
  173. // String Table
  174. //
  175.  
  176. STRINGTABLE DISCARDABLE 
  177. BEGIN
  178.     IDS_ABOUTBOX            "&About ToolTips..."
  179. END
  180.  
  181. STRINGTABLE DISCARDABLE 
  182. BEGIN
  183.     IDOK                    "Press this button to accept the settings you entered in this dialog."
  184.     IDCANCEL                "Press this button to cancel the settings you entered in this dialog."
  185. END
  186.  
  187. STRINGTABLE DISCARDABLE 
  188. BEGIN
  189.     IDC_CHECK_SHOWTOOLTIPS  "Check this box to enable tooltips in the dialogs of this application."
  190. END
  191.  
  192. #endif    // English (U.S.) resources
  193. /////////////////////////////////////////////////////////////////////////////
  194.  
  195.  
  196.  
  197. #ifndef APSTUDIO_INVOKED
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Generated from the TEXTINCLUDE 3 resource.
  201. //
  202. #define _AFX_NO_SPLITTER_RESOURCES
  203. #define _AFX_NO_OLE_RESOURCES
  204. #define _AFX_NO_TRACKER_RESOURCES
  205. #define _AFX_NO_PROPERTY_RESOURCES
  206.  
  207. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  208. #ifdef _WIN32
  209. LANGUAGE 9, 1
  210. #pragma code_page(1252)
  211. #endif //_WIN32
  212. #include "res\ToolTips.rc2"  // non-Microsoft Visual C++ edited resources
  213. #include "afxres.rc"         // Standard components
  214. #endif
  215.  
  216. /////////////////////////////////////////////////////////////////////////////
  217. #endif    // not APSTUDIO_INVOKED
  218.  
  219.