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.

113 lines
4.1 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "windows.h"
  5. #include "ntverp.h"
  6. #include "main.h"
  7. #define VER_FILETYPE VFT_APP
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "Remote Installation Service Policy Snap-in"
  10. #define VER_INTERNALNAME_STR "rigpsnap.dll"
  11. #define VER_ORIGINALFILENAME_STR "rigpsnap.dll"
  12. #include "common.ver"
  13. /////////////////////////////////////////////////////////////////////////////
  14. //
  15. // Icon
  16. //
  17. // Icon with lowest ID value placed first to ensure application icon
  18. // remains consistent on all systems.
  19. 2 ICON DISCARDABLE "txtfile.ico"
  20. IDI_REMOTEINSTAL ICON DISCARDABLE "setup.ico"
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Bitmap
  24. //
  25. 1 BITMAP MOVEABLE PURE "icons16.bmp"
  26. 2 BITMAP MOVEABLE PURE "icons32.bmp"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Dialog
  30. //
  31. IDD_SCREEN DIALOG DISCARDABLE 6, 18, 252, 218
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  33. CAPTION "Policy"
  34. FONT 8, "MS Shell Dlg"
  35. BEGIN
  36. ICON IDI_REMOTEINSTAL,IDC_STATIC,7,7,20,20
  37. LTEXT "Choice Screen Options",IDC_STATIC,40,11,181,8
  38. LTEXT "Set the policy for the options available to users during the client installation wizard.",
  39. IDC_STATIC,7,37,236,19
  40. GROUPBOX "Automatic Setup",IDC_STATIC,7,61,113,63,WS_GROUP
  41. CONTROL "Enabled",IDC_R_AUTO_ALLOW,"Button",BS_AUTORADIOBUTTON,
  42. 14,73,96,10
  43. CONTROL "Not Configured",IDC_R_AUTO_DONTCARE,"Button",
  44. BS_AUTORADIOBUTTON,14,103,96,10
  45. CONTROL "Disabled",IDC_R_AUTO_DENY,"Button",BS_AUTORADIOBUTTON,
  46. 14,88,96,10
  47. GROUPBOX "Custom Setup",IDC_STATIC,132,61,113,63,WS_GROUP
  48. CONTROL "Enabled",IDC_R_CUST_ALLOW,"Button",BS_AUTORADIOBUTTON,
  49. 142,73,96,10
  50. CONTROL "Not Configured",IDC_R_CUST_DONTCARE,"Button",
  51. BS_AUTORADIOBUTTON,142,103,96,10
  52. CONTROL "Disabled",IDC_R_CUST_DENY,"Button",BS_AUTORADIOBUTTON,
  53. 142,88,96,10
  54. GROUPBOX "Restart Setup",IDC_STATIC,7,134,113,63,WS_GROUP
  55. CONTROL "Enabled",IDC_R_RESTART_ALLOW,"Button",
  56. BS_AUTORADIOBUTTON,14,146,96,10
  57. CONTROL "Not Configured",IDC_R_RESTART_DONTCARE,"Button",
  58. BS_AUTORADIOBUTTON,14,176,96,10
  59. CONTROL "Disabled",IDC_R_RESTART_DENY,"Button",
  60. BS_AUTORADIOBUTTON,14,161,96,10
  61. GROUPBOX "Tools",IDC_STATIC,132,134,113,63,WS_GROUP
  62. CONTROL "Enabled",IDC_R_TOOLS_ALLOW,"Button",BS_AUTORADIOBUTTON,
  63. 142,146,96,10
  64. CONTROL "Not Configured",IDC_R_TOOLS_DONTCARE,"Button",
  65. BS_AUTORADIOBUTTON,142,176,96,10
  66. CONTROL "Disabled",IDC_R_TOOLS_DENY,"Button",BS_AUTORADIOBUTTON,
  67. 142,161,96,10
  68. END
  69. IDD_README DIALOG DISCARDABLE 6, 18, 252, 218
  70. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  71. CAPTION "Notes"
  72. FONT 8, "MS Shell Dlg"
  73. BEGIN
  74. ICON 2,IDC_STATIC,8,11,21,20
  75. LTEXT "OSC Screen Policies",IDC_STATIC,45,18,153,8
  76. LTEXT "This folder contains the names of OSC screens that you wish to apply policy to. By applying policy, you can limit the options available to users in your enterprise.",
  77. IDC_STATIC,8,49,237,28
  78. LTEXT "TODO: Gloria write more better text. <grin>",IDC_STATIC,
  79. 8,81,237,40
  80. END
  81. /////////////////////////////////////////////////////////////////////////////
  82. //
  83. // String Table
  84. //
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_SNAPIN_NAME "Remote Installation Services"
  88. IDS_CHOICEOSC "Choice Options"
  89. END
  90. STRINGTABLE DISCARDABLE
  91. BEGIN
  92. IDS_AUTO "OSAUTO"
  93. IDS_CUSTOM "CUSTOM"
  94. IDS_RESTART "RESTART"
  95. IDS_TOOLS "TOOLS"
  96. IDS_NAME "Name"
  97. END