home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.2 / samples / vc / EXPAND / EXPAND.RC < prev    next >
Encoding:
Text File  |  1996-04-05  |  6.3 KB  |  232 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\\expand.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\\expand.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About expand"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  81.     LTEXT           "expand Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  82.     LTEXT           "Copyright ⌐ 1996",IDC_STATIC,40,25,119,8
  83.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  84. END
  85.  
  86. IDD_EXPAND_DIALOG DIALOGEX 0, 0, 277, 178
  87. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  88. EXSTYLE WS_EX_APPWINDOW
  89. CAPTION "expand"
  90. FONT 8, "MS Sans Serif"
  91. BEGIN
  92.     DEFPUSHBUTTON   "Close",IDOK,7,157,50,14
  93.     CONTROL         "",IDC_INTERACTCTRL1,
  94.                     "{9DCCD563-29B5-11CF-BDCB-0020A90B183A}",WS_TABSTOP,7,7,
  95.                     263,137
  96. END
  97.  
  98.  
  99. #ifndef _MAC
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // Version
  103. //
  104.  
  105. VS_VERSION_INFO VERSIONINFO
  106.  FILEVERSION 1,0,0,1
  107.  PRODUCTVERSION 1,0,0,1
  108.  FILEFLAGSMASK 0x3fL
  109. #ifdef _DEBUG
  110.  FILEFLAGS 0x1L
  111. #else
  112.  FILEFLAGS 0x0L
  113. #endif
  114.  FILEOS 0x4L
  115.  FILETYPE 0x1L
  116.  FILESUBTYPE 0x0L
  117. BEGIN
  118.     BLOCK "StringFileInfo"
  119.     BEGIN
  120.         BLOCK "040904B0"
  121.         BEGIN
  122.             VALUE "CompanyName", "\0"
  123.             VALUE "FileDescription", "EXPAND MFC Application\0"
  124.             VALUE "FileVersion", "1, 0, 0, 1\0"
  125.             VALUE "InternalName", "EXPAND\0"
  126.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  127.             VALUE "LegalTrademarks", "\0"
  128.             VALUE "OriginalFilename", "EXPAND.EXE\0"
  129.             VALUE "ProductName", "EXPAND Application\0"
  130.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  131.         END
  132.     END
  133.     BLOCK "VarFileInfo"
  134.     BEGIN
  135.         VALUE "Translation", 0x409, 1200
  136.     END
  137. END
  138.  
  139. #endif    // !_MAC
  140.  
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // DESIGNINFO
  145. //
  146.  
  147. #ifdef APSTUDIO_INVOKED
  148. GUIDELINES DESIGNINFO DISCARDABLE 
  149. BEGIN
  150.     IDD_ABOUTBOX, DIALOG
  151.     BEGIN
  152.         LEFTMARGIN, 7
  153.         RIGHTMARGIN, 210
  154.         TOPMARGIN, 7
  155.         BOTTOMMARGIN, 48
  156.     END
  157.  
  158.     IDD_EXPAND_DIALOG, DIALOG
  159.     BEGIN
  160.         LEFTMARGIN, 7
  161.         RIGHTMARGIN, 270
  162.         TOPMARGIN, 7
  163.         BOTTOMMARGIN, 171
  164.     END
  165. END
  166. #endif    // APSTUDIO_INVOKED
  167.  
  168.  
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Dialog Info
  172. //
  173.  
  174. IDD_EXPAND_DIALOG DLGINIT
  175. BEGIN
  176.     IDC_INTERACTCTRL1, 0x376, 252, 0
  177. 0x0068, 0x0000, 0x0043, 0x006f, 0x0070, 0x0079, 0x0072, 0x0069, 0x0067, 
  178. 0x0068, 0x0074, 0x0020, 0x0028, 0x0063, 0x0029, 0x0020, 0x0031, 0x0039, 
  179. 0x0039, 0x0036, 0x0020, 0x0050, 0x0072, 0x006f, 0x0074, 0x006f, 0x0056, 
  180. 0x0069, 0x0065, 0x0077, 0x0020, 0x0044, 0x0065, 0x0076, 0x0065, 0x006c, 
  181. 0x006f, 0x0070, 0x006d, 0x0065, 0x006e, 0x0074, 0x0020, 0x0043, 0x006f, 
  182. 0x0072, 0x0070, 0x002e, 0x000d, 0x000a, 0x0050, 0x0072, 0x006f, 0x0074, 
  183. 0x006f, 0x0056, 0x0069, 0x0065, 0x0077, 0x0020, 0x0049, 0x006e, 0x0074, 
  184. 0x0065, 0x0072, 0x0041, 0x0063, 0x0074, 0x0020, 0x002d, 0x0020, 0x0049, 
  185. 0x006e, 0x0074, 0x0065, 0x0072, 0x0061, 0x0063, 0x0074, 0x0069, 0x0076, 
  186. 0x0065, 0x0020, 0x0044, 0x0069, 0x0061, 0x0067, 0x0072, 0x0061, 0x006d, 
  187. 0x006d, 0x0069, 0x006e, 0x0067, 0x0020, 0x004f, 0x0062, 0x006a, 0x0065, 
  188. 0x0063, 0x0074, 0x0020, 0x0076, 0x0031, 0x002e, 0x0035, 0x0005, 0x0001, 
  189. 0x28d3, 0x0000, 0x170c, 0x0000, 0x0001, 0x0000, 0xc0c0, 0x00c0, 0x0001, 
  190. 0x0100, 0x0000, 0x2801, 0x2800, 0xff00, 0xffff, 0xc000, 0xc0c0, 0x0000, 
  191.  
  192.     0
  193. END
  194.  
  195.  
  196. /////////////////////////////////////////////////////////////////////////////
  197. //
  198. // String Table
  199. //
  200.  
  201. STRINGTABLE DISCARDABLE 
  202. BEGIN
  203.     IDS_ABOUTBOX            "&About expand..."
  204. END
  205.  
  206. #endif    // English (U.S.) resources
  207. /////////////////////////////////////////////////////////////////////////////
  208.  
  209.  
  210.  
  211. #ifndef APSTUDIO_INVOKED
  212. /////////////////////////////////////////////////////////////////////////////
  213. //
  214. // Generated from the TEXTINCLUDE 3 resource.
  215. //
  216. #define _AFX_NO_SPLITTER_RESOURCES
  217. #define _AFX_NO_OLE_RESOURCES
  218. #define _AFX_NO_TRACKER_RESOURCES
  219. #define _AFX_NO_PROPERTY_RESOURCES
  220.  
  221. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  222. #ifdef _WIN32
  223. LANGUAGE 9, 1
  224. #pragma code_page(1252)
  225. #endif
  226. #include "res\expand.rc2"  // non-Microsoft Visual C++ edited resources
  227. #include "afxres.rc"         // Standard components
  228. #endif
  229. /////////////////////////////////////////////////////////////////////////////
  230. #endif    // not APSTUDIO_INVOKED
  231.  
  232.