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.

151 lines
3.9 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 "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_CLIENT DIALOG DISCARDABLE 0, 0, 270, 116
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  25. CAPTION "New IntelliMirror Client to Recognize"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. LTEXT "&NIC/GUID Address:",IDC_STATIC,7,73,71,11
  29. EDITTEXT IDC_E_MAC,84,71,179,14
  30. PUSHBUTTON "&OK",IDOK,154,95,50,14
  31. PUSHBUTTON "&Cancel",IDCANCEL,213,95,50,14
  32. LTEXT "This tool will add an entry in the Registry to make this server answer BINL requests from a client. Please enter the GUID (32 digits) for the machine if the machine has one. If it does not have a GUID, enter its NIC MAC (12 digits) address instead.",
  33. IDC_STATIC,7,7,256,34
  34. LTEXT "CurrentClientCount vs. MaxClients will still be valid so make sure that you have room for the new client on the server via the DS SNAPIN.",
  35. IDC_STATIC,7,46,256,22
  36. LTEXT "Static",IDC_S_NUMBER,84,90,65,8
  37. CONTROL "&Add",IDC_ADD,"Button",BS_AUTORADIOBUTTON,7,88,28,10
  38. CONTROL "&Remove",IDC_REMOVE,"Button",BS_AUTORADIOBUTTON,7,99,43,
  39. 10
  40. END
  41. #ifdef APSTUDIO_INVOKED
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // TEXTINCLUDE
  45. //
  46. 1 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "resource.h\0"
  49. END
  50. 2 TEXTINCLUDE DISCARDABLE
  51. BEGIN
  52. "#include ""afxres.h""\r\n"
  53. "\0"
  54. END
  55. 3 TEXTINCLUDE DISCARDABLE
  56. BEGIN
  57. "\r\n"
  58. "\0"
  59. END
  60. #endif // APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // DESIGNINFO
  64. //
  65. #ifdef APSTUDIO_INVOKED
  66. GUIDELINES DESIGNINFO DISCARDABLE
  67. BEGIN
  68. IDD_CLIENT, DIALOG
  69. BEGIN
  70. LEFTMARGIN, 7
  71. RIGHTMARGIN, 263
  72. VERTGUIDE, 78
  73. VERTGUIDE, 84
  74. TOPMARGIN, 7
  75. BOTTOMMARGIN, 109
  76. END
  77. END
  78. #endif // APSTUDIO_INVOKED
  79. #ifndef _MAC
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Version
  83. //
  84. VS_VERSION_INFO VERSIONINFO
  85. FILEVERSION 1,0,0,1
  86. PRODUCTVERSION 1,0,0,1
  87. FILEFLAGSMASK 0x3fL
  88. #ifdef _DEBUG
  89. FILEFLAGS 0x1L
  90. #else
  91. FILEFLAGS 0x0L
  92. #endif
  93. FILEOS 0x40004L
  94. FILETYPE 0x1L
  95. FILESUBTYPE 0x0L
  96. BEGIN
  97. BLOCK "StringFileInfo"
  98. BEGIN
  99. BLOCK "040904b0"
  100. BEGIN
  101. VALUE "CompanyName", "Microsoft Corporation\0"
  102. VALUE "FileDescription", "Creates new machine account in DS\0"
  103. VALUE "FileVersion", "1, 0, 0, 1\0"
  104. VALUE "InternalName", "newrb\0"
  105. VALUE "LegalCopyright", "Copyright � 1997\0"
  106. VALUE "OriginalFilename", "newrb.exe\0"
  107. VALUE "ProductName", "Microsoft Remote Boot Services\0"
  108. VALUE "ProductVersion", "1, 0, 0, 1\0"
  109. END
  110. END
  111. BLOCK "VarFileInfo"
  112. BEGIN
  113. VALUE "Translation", 0x409, 1200
  114. END
  115. END
  116. #endif // !_MAC
  117. #endif // English (U.S.) resources
  118. /////////////////////////////////////////////////////////////////////////////
  119. #ifndef APSTUDIO_INVOKED
  120. /////////////////////////////////////////////////////////////////////////////
  121. //
  122. // Generated from the TEXTINCLUDE 3 resource.
  123. //
  124. /////////////////////////////////////////////////////////////////////////////
  125. #endif // not APSTUDIO_INVOKED