home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / CrackMesCbjNet / nh-k4n3.ZIP / nh.rc < prev    next >
Encoding:
Text File  |  2001-04-23  |  4.9 KB  |  192 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. // Russian resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
  21. #pragma code_page(1251)
  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\\nh.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\\nh.ico"
  70. #endif    // Russian resources
  71. /////////////////////////////////////////////////////////////////////////////
  72.  
  73.  
  74. /////////////////////////////////////////////////////////////////////////////
  75. // English (U.S.) resources
  76.  
  77. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  78. #ifdef _WIN32
  79. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  80. #pragma code_page(1252)
  81. #endif //_WIN32
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Dialog
  86. //
  87.  
  88. IDD_NH_DIALOG DIALOGEX 0, 0, 213, 62
  89. STYLE DS_MODALFRAME | DS_3DLOOK | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | 
  90.     WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  91. EXSTYLE WS_EX_APPWINDOW
  92. CAPTION "K4N KeygenMe #3 keygen by nh"
  93. FONT 8, "MS Sans Serif"
  94. BEGIN
  95.     DEFPUSHBUTTON   "OK",IDOK,162,14,31,14
  96.     PUSHBUTTON      "Cancel",IDCANCEL,162,30,31,14
  97.     LTEXT           "Name:",IDC_STATIC,22,14,21,8
  98.     LTEXT           "Key:",IDC_STATIC,22,29,21,8
  99.     EDITTEXT        IDC_EDIT1,47,14,109,12,ES_AUTOHSCROLL
  100.     EDITTEXT        IDC_EDIT2,47,31,109,12,ES_AUTOHSCROLL
  101. END
  102.  
  103.  
  104. #ifndef _MAC
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Version
  108. //
  109.  
  110. VS_VERSION_INFO VERSIONINFO
  111.  FILEVERSION 1,0,0,1
  112.  PRODUCTVERSION 1,0,0,1
  113.  FILEFLAGSMASK 0x3fL
  114. #ifdef _DEBUG
  115.  FILEFLAGS 0x1L
  116. #else
  117.  FILEFLAGS 0x0L
  118. #endif
  119.  FILEOS 0x4L
  120.  FILETYPE 0x1L
  121.  FILESUBTYPE 0x0L
  122. BEGIN
  123.     BLOCK "StringFileInfo"
  124.     BEGIN
  125.         BLOCK "040904B0"
  126.         BEGIN
  127.             VALUE "CompanyName", "\0"
  128.             VALUE "FileDescription", "nh MFC Application\0"
  129.             VALUE "FileVersion", "1, 0, 0, 1\0"
  130.             VALUE "InternalName", "nh\0"
  131.             VALUE "LegalCopyright", "Copyright (C) 2001\0"
  132.             VALUE "LegalTrademarks", "\0"
  133.             VALUE "OriginalFilename", "nh.EXE\0"
  134.             VALUE "ProductName", "nh Application\0"
  135.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  136.         END
  137.     END
  138.     BLOCK "VarFileInfo"
  139.     BEGIN
  140.         VALUE "Translation", 0x409, 1200
  141.     END
  142. END
  143.  
  144. #endif    // !_MAC
  145.  
  146.  
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // DESIGNINFO
  150. //
  151.  
  152. #ifdef APSTUDIO_INVOKED
  153. GUIDELINES DESIGNINFO DISCARDABLE 
  154. BEGIN
  155.     IDD_NH_DIALOG, DIALOG
  156.     BEGIN
  157.         LEFTMARGIN, 7
  158.         RIGHTMARGIN, 206
  159.         TOPMARGIN, 7
  160.         BOTTOMMARGIN, 55
  161.     END
  162. END
  163. #endif    // APSTUDIO_INVOKED
  164.  
  165. #endif    // English (U.S.) resources
  166. /////////////////////////////////////////////////////////////////////////////
  167.  
  168.  
  169.  
  170. #ifndef APSTUDIO_INVOKED
  171. /////////////////////////////////////////////////////////////////////////////
  172. //
  173. // Generated from the TEXTINCLUDE 3 resource.
  174. //
  175. #define _AFX_NO_SPLITTER_RESOURCES
  176. #define _AFX_NO_OLE_RESOURCES
  177. #define _AFX_NO_TRACKER_RESOURCES
  178. #define _AFX_NO_PROPERTY_RESOURCES
  179.  
  180. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  181. #ifdef _WIN32
  182. LANGUAGE 9, 1
  183. #pragma code_page(1252)
  184. #endif //_WIN32
  185. #include "res\nh.rc2"  // non-Microsoft Visual C++ edited resources
  186. #include "afxres.rc"         // Standard components
  187. #endif
  188.  
  189. /////////////////////////////////////////////////////////////////////////////
  190. #endif    // not APSTUDIO_INVOKED
  191.  
  192.