WinPing.rc
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:7k
源码类别:

书籍源码

开发平台:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 220, 81
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "About WinPing"
  26. FONT 8, "MS Sans Serif"
  27. BEGIN
  28.     DEFPUSHBUTTON   "OK",IDOK,84,60,50,14,WS_GROUP
  29.     ICON            IDR_MAINFRAME,IDC_STATIC,4,4,20,20
  30. END
  31. IDD_WINPING_DIALOG DIALOGEX 0, 0, 240, 154
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  33. EXSTYLE WS_EX_APPWINDOW
  34. CAPTION "WinPing"
  35. FONT 8, "MS Sans Serif"
  36. BEGIN
  37.     COMBOBOX        IDC_SERVERS,28,28,140,60,CBS_DROPDOWN | CBS_SORT | 
  38.                     WS_VSCROLL | WS_TABSTOP
  39.     EDITTEXT        IDC_RETRIES,196,28,28,14,ES_RIGHT | ES_AUTOHSCROLL
  40.     CONTROL         "Spin1",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | 
  41.                     UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | 
  42.                     UDS_NOTHOUSANDS,224,28,10,14
  43.     CONTROL         "List1",IDC_LIST,"SysListView32",LVS_REPORT | 
  44.                     LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,4,44,232,89
  45.     DEFPUSHBUTTON   "&Ping",ID_PING,128,136,50,14
  46.     PUSHBUTTON      "&Close",IDCANCEL,184,136,50,14
  47.     LTEXT           "Hosts",IDC_STATIC,8,32,16,8
  48.     ICON            IDI_ICON,IDC_FROM,4,4,21,23
  49.     ICON            IDI_ICON,IDC_TO,216,4,21,23
  50.     LTEXT           "Retries:",IDC_STATIC,172,32,24,8
  51. END
  52. #ifndef _MAC
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Version
  56. //
  57. VS_VERSION_INFO VERSIONINFO
  58.  FILEVERSION 1,0,0,1
  59.  PRODUCTVERSION 1,0,0,1
  60.  FILEFLAGSMASK 0x3fL
  61. #ifdef _DEBUG
  62.  FILEFLAGS 0x1L
  63. #else
  64.  FILEFLAGS 0x0L
  65. #endif
  66.  FILEOS 0x4L
  67.  FILETYPE 0x1L
  68.  FILESUBTYPE 0x0L
  69. BEGIN
  70.     BLOCK "StringFileInfo"
  71.     BEGIN
  72.         BLOCK "040904b0"
  73.         BEGIN
  74.             VALUE "Comments", ""
  75.             VALUE "CompanyName", ""
  76.             VALUE "FileDescription", "WinPing MFC Application"
  77.             VALUE "FileVersion", "1, 0, 0, 1"
  78.             VALUE "InternalName", "WinPing"
  79.             VALUE "LegalCopyright", "Copyright (C) 2000"
  80.             VALUE "LegalTrademarks", ""
  81.             VALUE "OriginalFilename", "WinPing.EXE"
  82.             VALUE "PrivateBuild", ""
  83.             VALUE "ProductName", "WinPing Application"
  84.             VALUE "ProductVersion", "1, 0, 0, 1"
  85.             VALUE "SpecialBuild", ""
  86.         END
  87.     END
  88.     BLOCK "VarFileInfo"
  89.     BEGIN
  90.         VALUE "Translation", 0x409, 1200
  91.     END
  92. END
  93. #endif    // !_MAC
  94. /////////////////////////////////////////////////////////////////////////////
  95. //
  96. // DESIGNINFO
  97. //
  98. #ifdef APSTUDIO_INVOKED
  99. GUIDELINES DESIGNINFO DISCARDABLE 
  100. BEGIN
  101.     IDD_ABOUTBOX, DIALOG
  102.     BEGIN
  103.         LEFTMARGIN, 7
  104.         RIGHTMARGIN, 213
  105.         TOPMARGIN, 7
  106.         BOTTOMMARGIN, 74
  107.     END
  108.     IDD_WINPING_DIALOG, DIALOG
  109.     BEGIN
  110.         LEFTMARGIN, 7
  111.         RIGHTMARGIN, 233
  112.         TOPMARGIN, 7
  113.         BOTTOMMARGIN, 147
  114.     END
  115. END
  116. #endif    // APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // String Table
  120. //
  121. STRINGTABLE DISCARDABLE 
  122. BEGIN
  123.     IDS_ABOUTBOX            "&About WinPing..."
  124.     IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
  125. END
  126. #endif    // English (U.S.) resources
  127. /////////////////////////////////////////////////////////////////////////////
  128. /////////////////////////////////////////////////////////////////////////////
  129. // English (U.K.) resources
  130. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  131. #ifdef _WIN32
  132. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  133. #pragma code_page(1252)
  134. #endif //_WIN32
  135. #ifdef APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // TEXTINCLUDE
  139. //
  140. 1 TEXTINCLUDE DISCARDABLE 
  141. BEGIN
  142.     "resource.h"
  143. END
  144. 2 TEXTINCLUDE DISCARDABLE 
  145. BEGIN
  146.     "#include ""afxres.h""rn"
  147.     ""
  148. END
  149. 3 TEXTINCLUDE DISCARDABLE 
  150. BEGIN
  151.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  152.     "#define _AFX_NO_OLE_RESOURCESrn"
  153.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  154.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  155.     "rn"
  156.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  157.     "#ifdef _WIN32rn"
  158.     "LANGUAGE 9, 1rn"
  159.     "#pragma code_page(1252)rn"
  160.     "#endif //_WIN32rn"
  161.     "#include ""res\WinPing.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  162.     "#include ""afxres.rc""         // Standard componentsrn"
  163.     "#endifrn"
  164.     ""
  165. END
  166. #endif    // APSTUDIO_INVOKED
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // Icon
  170. //
  171. // Icon with lowest ID value placed first to ensure application icon
  172. // remains consistent on all systems.
  173. IDR_MAINFRAME           ICON    DISCARDABLE     "res\WinPing.ico"
  174. IDI_ICON                ICON    DISCARDABLE     "res\icon1.ico"
  175. IDI_ICONTO              ICON    DISCARDABLE     "res\ico00001.ico"
  176. /////////////////////////////////////////////////////////////////////////////
  177. //
  178. // Bitmap
  179. //
  180. IDB_LOG                 BITMAP  DISCARDABLE     "res\bitmap1.bmp"
  181. #endif    // English (U.K.) resources
  182. /////////////////////////////////////////////////////////////////////////////
  183. #ifndef APSTUDIO_INVOKED
  184. /////////////////////////////////////////////////////////////////////////////
  185. //
  186. // Generated from the TEXTINCLUDE 3 resource.
  187. //
  188. #define _AFX_NO_SPLITTER_RESOURCES
  189. #define _AFX_NO_OLE_RESOURCES
  190. #define _AFX_NO_TRACKER_RESOURCES
  191. #define _AFX_NO_PROPERTY_RESOURCES
  192. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  193. #ifdef _WIN32
  194. LANGUAGE 9, 1
  195. #pragma code_page(1252)
  196. #endif //_WIN32
  197. #include "resWinPing.rc2"  // non-Microsoft Visual C++ edited resources
  198. #include "afxres.rc"         // Standard components
  199. #endif
  200. /////////////////////////////////////////////////////////////////////////////
  201. #endif    // not APSTUDIO_INVOKED