home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / Topware / fprint / fpdk400.exe / samples / msvc / callback / fpcall.rc < prev    next >
Text File  |  2000-06-02  |  3KB  |  114 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.     "\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Dialog
  53. //
  54.  
  55. IDD_Callback DIALOG DISCARDABLE  0, 0, 249, 135
  56. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  57. CAPTION "FinePrint Callback - Win32 version"
  58. FONT 8, "MS Sans Serif"
  59. BEGIN
  60.     ICON            IDI_FinePrint,IDC_STATIC,12,13,21,20
  61.     LTEXT           "Thank you for using the FinePrint Developer's Kit!",
  62.                     IDC_STATIC,54,12,156,8
  63.     LTEXT           "Select one of these buttons to handle this FinePrint job:",
  64.                     IDC_STATIC,54,26,174,8
  65.     PUSHBUTTON      "show the FinePrint dialog NOW",PB_Early,65,46,119,14
  66.     PUSHBUTTON      "show the FinePrint dialog LATER",PB_Late,65,66,119,14
  67.     PUSHBUTTON      "SKIP the FinePrint dialog",PB_Never,65,86,119,14
  68.     PUSHBUTTON      "abort the print job",IDCANCEL,65,106,119,14
  69. END
  70.  
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // DESIGNINFO
  75. //
  76.  
  77. #ifdef APSTUDIO_INVOKED
  78. GUIDELINES DESIGNINFO DISCARDABLE 
  79. BEGIN
  80.     IDD_Callback, DIALOG
  81.     BEGIN
  82.         LEFTMARGIN, 7
  83.         RIGHTMARGIN, 242
  84.         TOPMARGIN, 7
  85.         BOTTOMMARGIN, 128
  86.     END
  87. END
  88. #endif    // APSTUDIO_INVOKED
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Icon
  94. //
  95.  
  96. // Icon with lowest ID value placed first to ensure application icon
  97. // remains consistent on all systems.
  98. IDI_FinePrint           ICON    DISCARDABLE     "Fineprt.ico"
  99. #endif    // English (U.S.) resources
  100. /////////////////////////////////////////////////////////////////////////////
  101.  
  102.  
  103.  
  104. #ifndef APSTUDIO_INVOKED
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Generated from the TEXTINCLUDE 3 resource.
  108. //
  109.  
  110.  
  111. /////////////////////////////////////////////////////////////////////////////
  112. #endif    // not APSTUDIO_INVOKED
  113.  
  114.