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.

106 lines
3.2 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "choosert.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. #include "chooserd.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifdef APSTUDIO_INVOKED
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // TEXTINCLUDE
  24. //
  25. 1 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "choosert.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include ""afxres.h""\r\n"
  32. "#include ""chooserd.h""\0"
  33. END
  34. 3 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Dialog
  43. //
  44. IDD_CHOOSER_CHOOSE_MACHINE DIALOG DISCARDABLE 0, 0, 331, 157
  45. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  46. CAPTION "Select Computer"
  47. FONT 8, "MS Shell Dlg"
  48. BEGIN
  49. LTEXT "Select the computer you want this snap-in to manage.",
  50. IDC_CHOOSER_STATIC,7,6,317,8
  51. GROUPBOX "This snap-in will always manage:",
  52. IDC_CHOOSER_GROUP_TARGET_MACHINE,7,20,317,76
  53. CONTROL "&Local computer: (the computer this console is running on)",
  54. IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
  55. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,34,297,10
  56. CONTROL "&Another computer:",IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,
  57. "Button",BS_AUTORADIOBUTTON,16,51,83,10
  58. EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,102,50,154,13,
  59. ES_AUTOHSCROLL
  60. PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,262,
  61. 49,53,14
  62. CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.",
  63. IDC_CHOOSER_CHECK_OVERRIDE_MACHINE_NAME,"Button",
  64. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
  65. 71,296,20
  66. END
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // String Table
  70. //
  71. STRINGTABLE DISCARDABLE
  72. BEGIN
  73. IDS_CHOOSER_INVALID_COMPUTERNAME "Invalid computer name."
  74. IDS_SELECT_COMPUTER "Select Computer"
  75. IDS_UNABLE_TO_OPEN_COMPUTER_SELECTOR "Unable to open Computer Selector."
  76. END
  77. #endif // English (U.S.) resources
  78. /////////////////////////////////////////////////////////////////////////////
  79. #ifndef APSTUDIO_INVOKED
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Generated from the TEXTINCLUDE 3 resource.
  83. //
  84. /////////////////////////////////////////////////////////////////////////////
  85. #endif // not APSTUDIO_INVOKED