Leaked source code of windows server 2003
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.

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