home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Topware / fprint / fpdk400.exe / samples / msvc / callback.mfc / FPCALLM.RC < prev    next >
Text File  |  1999-09-21  |  5KB  |  178 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\\fpcallm.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. // Dialog
  64. //
  65.  
  66. IDD_Callback DIALOG DISCARDABLE  0, 0, 249, 114
  67. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  68. CAPTION "FinePrint Callback - MFC version"
  69. FONT 8, "MS Sans Serif"
  70. BEGIN
  71.     LTEXT           "Thank you for using the FinePrint Developer's Kit!",
  72.                     IDC_STATIC,54,12,156,8
  73.     LTEXT           "Select one of these buttons to handle this FinePrint job:",
  74.                     IDC_STATIC,54,26,174,8
  75.     PUSHBUTTON      "show the FinePrint dialog NOW",PB_Early,65,46,119,14
  76.     PUSHBUTTON      "show the FinePrint dialog LATER",PB_Late,65,66,119,14
  77.     PUSHBUTTON      "abort the print job",IDCANCEL,65,86,119,14
  78.     ICON            IDI_FinePrint,IDC_STATIC,12,13,20,20
  79. END
  80.  
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // DESIGNINFO
  85. //
  86.  
  87. #ifdef APSTUDIO_INVOKED
  88. GUIDELINES DESIGNINFO DISCARDABLE 
  89. BEGIN
  90.     IDD_Callback, DIALOG
  91.     BEGIN
  92.         LEFTMARGIN, 7
  93.         RIGHTMARGIN, 242
  94.         TOPMARGIN, 7
  95.         BOTTOMMARGIN, 107
  96.     END
  97. END
  98. #endif    // APSTUDIO_INVOKED
  99.  
  100.  
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Icon
  104. //
  105.  
  106. // Icon with lowest ID value placed first to ensure application icon
  107. // remains consistent on all systems.
  108. IDI_FinePrint           ICON    DISCARDABLE     "Fineprt.ico"
  109.  
  110. #ifndef _MAC
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Version
  114. //
  115.  
  116. VS_VERSION_INFO VERSIONINFO
  117.  FILEVERSION 1,0,0,1
  118.  PRODUCTVERSION 1,0,0,1
  119.  FILEFLAGSMASK 0x3fL
  120. #ifdef _DEBUG
  121.  FILEFLAGS 0x1L
  122. #else
  123.  FILEFLAGS 0x0L
  124. #endif
  125.  FILEOS 0x4L
  126.  FILETYPE 0x2L
  127.  FILESUBTYPE 0x0L
  128. BEGIN
  129.     BLOCK "StringFileInfo"
  130.     BEGIN
  131.         BLOCK "040904B0"
  132.         BEGIN
  133.             VALUE "CompanyName", "\0"
  134.             VALUE "FileDescription", "MFC callback DLL\0"
  135.             VALUE "FileVersion", "1, 0, 0, 1\0"
  136.             VALUE "InternalName", "MFC callback\0"
  137.             VALUE "LegalCopyright", "Copyright (C) 1999\0"
  138.             VALUE "LegalTrademarks", "\0"
  139.             VALUE "OriginalFilename", "MFC callback.DLL\0"
  140.             VALUE "ProductName", "MFC callback Dynamic Link Library\0"
  141.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  142.         END
  143.     END
  144.     BLOCK "VarFileInfo"
  145.     BEGIN
  146.         VALUE "Translation", 0x409, 1200
  147.     END
  148. END
  149.  
  150. #endif    // !_MAC
  151.  
  152. #endif    // English (U.S.) resources
  153. /////////////////////////////////////////////////////////////////////////////
  154.  
  155.  
  156.  
  157. #ifndef APSTUDIO_INVOKED
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // Generated from the TEXTINCLUDE 3 resource.
  161. //
  162. #define _AFX_NO_SPLITTER_RESOURCES
  163. #define _AFX_NO_OLE_RESOURCES
  164. #define _AFX_NO_TRACKER_RESOURCES
  165. #define _AFX_NO_PROPERTY_RESOURCES
  166.  
  167. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  168. #ifdef _WIN32
  169. LANGUAGE 9, 1
  170. #pragma code_page(1252)
  171. #endif
  172. #include "res\fpcallm.rc2"  // non-Microsoft Visual C++ edited resources
  173. #include "afxres.rc"         // Standard components
  174. #endif
  175. /////////////////////////////////////////////////////////////////////////////
  176. #endif    // not APSTUDIO_INVOKED
  177.  
  178.