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.

94 lines
2.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 "commctrl.h"
  10. #include "winnt.h"
  11. #include "winuser.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. #ifdef APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // TEXTINCLUDE
  25. //
  26. 1 TEXTINCLUDE DISCARDABLE
  27. BEGIN
  28. "resource.h\0"
  29. END
  30. 2 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "#include ""commctrl.h""\r\n"
  33. "#include ""winnt.h""\r\n"
  34. "#include ""winuser.h""\r\n"
  35. "\0"
  36. END
  37. 3 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "\0"
  40. END
  41. #endif // APSTUDIO_INVOKED
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // Dialog
  45. //
  46. DLG_RPCConfig DIALOG DISCARDABLE 0, 0, 252, 218
  47. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  48. CAPTION "RPC Service"
  49. FONT 8, "MS Shell Dlg"
  50. BEGIN
  51. LTEXT "The name service provider and network address can be changed for the Remote Procedure Call (RPC) service. ",
  52. IDC_STATIC,7,7,222,17
  53. LTEXT "Name &service provider:",IDC_STATIC,7,29,87,8
  54. COMBOBOX CMB_NameService,7,40,238,43,CBS_DROPDOWNLIST |
  55. WS_VSCROLL | WS_TABSTOP
  56. LTEXT "&Network address:",IDC_TXT_NetAddress,7,58,57,8
  57. EDITTEXT EDT_NetAddress,7,69,238,14,ES_AUTOHSCROLL | WS_DISABLED
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // DESIGNINFO
  62. //
  63. #ifdef APSTUDIO_INVOKED
  64. GUIDELINES DESIGNINFO DISCARDABLE
  65. BEGIN
  66. DLG_RPCConfig, DIALOG
  67. BEGIN
  68. LEFTMARGIN, 7
  69. RIGHTMARGIN, 245
  70. TOPMARGIN, 7
  71. BOTTOMMARGIN, 211
  72. END
  73. END
  74. #endif // APSTUDIO_INVOKED
  75. #endif // English (U.S.) resources
  76. /////////////////////////////////////////////////////////////////////////////