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.

136 lines
4.1 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 "winres.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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""si.rcv""\r\n"
  36. "#include ""..\\..\\h\\version.rc""\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Icon
  43. //
  44. // Icon with lowest ID value placed first to ensure application icon
  45. // remains consistent on all systems.
  46. IDI_SHORTCUT_ICON ICON DISCARDABLE "..\\res\\dshrtcut.ico"
  47. IDI_USERINFO ICON DISCARDABLE "..\\res\\my_1.ico"
  48. IDI_SERVER ICON DISCARDABLE "..\\res\\dir_1.ico"
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // REGISTRY
  52. //
  53. IDR_NMAPP REGISTRY DISCARDABLE "NmApp.rgs"
  54. IDR_NMSYSINFO REGISTRY DISCARDABLE "NmSysInfo.rgs"
  55. IDR_NMMANAGER REGISTRY DISCARDABLE "NmManager.rgs"
  56. IDR_MSLABLTI REGISTRY DISCARDABLE "marshalableti.rgs"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_USERINFO DIALOG DISCARDABLE 0, 0, 256, 193
  62. STYLE DS_MODALFRAME | DS_CENTER | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
  63. WS_SYSMENU
  64. CAPTION "NetMeeting"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. GROUPBOX "My Information",IDG_UI_MYINFO,7,7,242,101,WS_GROUP
  68. ICON IDI_USERINFO,IDC_STATIC,14,18,20,20
  69. LTEXT "Enter the information others can use to find you in the directory, or see while in a meeting with you.",
  70. IDC_STATIC,43,18,195,16
  71. LTEXT "&First name:",IDC_STATIC,43,40,35,8
  72. EDITTEXT IDE_UI_FIRSTNAME,96,38,144,14,ES_AUTOHSCROLL
  73. LTEXT "&Last name:",IDC_STATIC,43,57,41,8
  74. EDITTEXT IDE_UI_LASTNAME,96,55,144,14,ES_AUTOHSCROLL
  75. LTEXT "&Email name:",IDC_STATIC,43,74,44,8
  76. EDITTEXT IDE_UI_EMAIL,96,72,144,14,ES_AUTOHSCROLL
  77. LTEXT "L&ocation:",IDC_STATIC,43,91,44,8
  78. EDITTEXT IDE_UI_LOCATION,96,89,144,14,ES_AUTOHSCROLL
  79. GROUPBOX "Directory",IDG_UI_DIRECTORY,7,117,242,46,WS_GROUP
  80. ICON IDI_SERVER,IDC_STATIC,14,129,20,20
  81. LTEXT "Enter the name of the directory others can use to find you.",
  82. IDC_STATIC,43,129,199,10
  83. LTEXT "&Server name:",IDC_STATIC,43,146,46,8,NOT WS_GROUP
  84. COMBOBOX IDE_UI_DIRECTORY,96,144,144,99,CBS_DROPDOWN |
  85. CBS_AUTOHSCROLL | CBS_OEMCONVERT | WS_VSCROLL |
  86. WS_TABSTOP
  87. DEFPUSHBUTTON "OK",IDOK,70,172,50,14,WS_GROUP
  88. PUSHBUTTON "Cancel",IDCANCEL,136,172,50,14
  89. END
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // String Table
  93. //
  94. STRINGTABLE DISCARDABLE
  95. BEGIN
  96. IDS_LAUNCH_ERROR "NetMeeting"
  97. IDS_COULD_NOT_CALL "Could not place the call."
  98. IDS_MS_INTERNET_DIRECTORY "Microsoft Internet Directory"
  99. IDS_NAME_ORDER "%1 %2"
  100. END
  101. #endif // English (U.S.) resources
  102. /////////////////////////////////////////////////////////////////////////////
  103. #ifndef APSTUDIO_INVOKED
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Generated from the TEXTINCLUDE 3 resource.
  107. //
  108. #include "si.rcv"
  109. #include "..\..\h\version.rc"
  110. /////////////////////////////////////////////////////////////////////////////
  111. #endif // not APSTUDIO_INVOKED