Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
3.2 KiB

  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 <windows.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. // Version
  22. //
  23. #ifdef WIN95
  24. #include <windows.h>
  25. //#include <version.h>
  26. #include "verinfo.h"
  27. #define VERSIONNAME "dpwsockx.dll\0"
  28. #ifdef DEBUG
  29. #define VERSIONDESCRIPTION "Internet TCP/IP and IPX Connection For DirectPlay Debug\0"
  30. #else
  31. #define VERSIONDESCRIPTION "Internet TCP/IP and IPX Connection For DirectPlay\0"
  32. #endif
  33. #define VERSIONTYPE VFT_DLL
  34. #define VERSIONSUBTYPE VFT2_UNKNOWN
  35. #include "verinfo.ver"
  36. #else // WinNT
  37. #include <windows.h>
  38. #include <ntverp.h>
  39. #define VER_FILETYPE VFT_DLL
  40. #define VER_FILESUBTYPE VFT2_UNKNOWN
  41. #define VER_FILEDESCRIPTION_STR "Internet TCP/IP and IPX Connection For DirectPlay"
  42. #define VER_INTERNALNAME_STR "dpwsockx.dll"
  43. #include "common.ver"
  44. #endif // WIN95 or NT
  45. #ifdef APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // TEXTINCLUDE
  49. //
  50. 1 TEXTINCLUDE DISCARDABLE
  51. BEGIN
  52. "resource.h\0"
  53. END
  54. 2 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "#include <windows.h>\r\n"
  57. "\r\n"
  58. "\0"
  59. END
  60. 3 TEXTINCLUDE DISCARDABLE
  61. BEGIN
  62. "\r\n"
  63. "\0"
  64. END
  65. #endif // APSTUDIO_INVOKED
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Dialog
  69. //
  70. IDD_SELECTSERVER DIALOG DISCARDABLE 0, 0, 197, 65
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Locate Session"
  73. #ifdef WIN95
  74. FONT 8, "MS Sans Serif"
  75. #else // WINNT
  76. FONT 8, "MS Shell Dlg"
  77. #endif
  78. BEGIN
  79. LTEXT "Enter the computer name or IP address of the session host, or leave blank to search.",
  80. IDC_STATIC,7,8,124,34
  81. EDITTEXT IDC_EDIT1,7,46,119,12,ES_AUTOHSCROLL
  82. DEFPUSHBUTTON "OK",IDOK,140,7,50,14
  83. PUSHBUTTON "Cancel",IDCANCEL,140,27,50,14,NOT WS_TABSTOP
  84. END
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // DESIGNINFO
  88. //
  89. #ifdef APSTUDIO_INVOKED
  90. GUIDELINES DESIGNINFO DISCARDABLE
  91. BEGIN
  92. IDD_SELECTSERVER, DIALOG
  93. BEGIN
  94. LEFTMARGIN, 7
  95. RIGHTMARGIN, 151
  96. TOPMARGIN, 7
  97. BOTTOMMARGIN, 55
  98. END
  99. END
  100. #endif // APSTUDIO_INVOKED
  101. #endif // English (U.S.) resources
  102. /////////////////////////////////////////////////////////////////////////////
  103. #ifndef APSTUDIO_INVOKED
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Generated from the TEXTINCLUDE 3 resource.
  107. //
  108. /////////////////////////////////////////////////////////////////////////////
  109. #endif // not APSTUDIO_INVOKED