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.

114 lines
4.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "insexe.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include <windows.h>
  10. #include "common.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. "insexe.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include <windows.h>\r\n"
  32. "#include ""common.h""\0"
  33. END
  34. 3 TEXTINCLUDE DISCARDABLE
  35. BEGIN
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Dialog
  42. //
  43. IDD_SAVEAS DIALOG DISCARDABLE 0, 0, 334, 182
  44. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
  45. CAPTION "Save .INS file and .CAB files"
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. LTEXT "By saving the .INS file and .CAB files, you can use them for Automatic Configuration. The URL specified below will be entered into the .INS file as the location to find the .CAB files. To digitally sign your .CAB files, click the Signatures button.",
  49. IDC_STATIC,10,8,309,25
  50. LTEXT ".INS file full p&ath and filename:",IDC_STATIC,10,45,96,
  51. 8
  52. EDITTEXT IDE_INSFILE,13,56,250,14,ES_AUTOHSCROLL | WS_GROUP
  53. PUSHBUTTON "&Browse",IDC_INSBROWSE,274,56,50,14,WS_GROUP
  54. LTEXT "&URL Path of cabinet (.CAB) files:",IDC_CABSURLTEXT,10,
  55. 75,104,8
  56. EDITTEXT IDE_CABSURL,13,86,250,14,ES_AUTOHSCROLL | WS_GROUP
  57. PUSHBUTTON "&Signatures",IDC_ADVANCEDSIGN,274,86,50,15,NOT
  58. WS_VISIBLE | WS_GROUP
  59. LTEXT "Co&nfiguration cabinet (.CAB) filename:",IDC_CAB1TEXT,
  60. 10,105,127,8
  61. EDITTEXT IDE_CAB1NAME,13,116,115,14,ES_AUTOHSCROLL | WS_GROUP
  62. LTEXT "&Desktop cabinet (.CAB) filename:",IDC_CAB2TEXT,145,105,
  63. 121,8
  64. EDITTEXT IDE_CAB2NAME,148,116,115,14,ES_AUTOHSCROLL | WS_GROUP
  65. LTEXT "Version number:",IDC_STATIC,145,139,52,8
  66. LTEXT "Static",IDC_CABVERSION,203,139,119,8
  67. PUSHBUTTON "&OK",IDOK,216,158,50,14,WS_GROUP
  68. PUSHBUTTON "&Cancel",IDCANCEL,274,158,50,14
  69. END
  70. IDD_DISPLAYSAVE DIALOG DISCARDABLE 0, 0, 200, 60
  71. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  72. WS_CAPTION
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75. CONTROL "Animate1",IDC_ANIMATE,"SysAnimate32",ACS_TRANSPARENT |
  76. WS_GROUP,11,12,20,20
  77. LTEXT "Saving profile information...",IDC_STATIC,75,25,86,8
  78. END
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // String Table
  82. //
  83. STRINGTABLE PRELOAD DISCARDABLE
  84. BEGIN
  85. IDS_CANTCREATEFILE "The file you specified cannot be created. Please type another file name or click Browse."
  86. IDS_MUSTSPECIFYNAME "Please specify a name."
  87. IDS_MUSTSPECIFYURL "Please specify an URL."
  88. IDS_MUSTSPECIFYINS "Please specify an .INS file."
  89. IDS_ERROR_MULTPROFMGR "The IEAK Profile Manager is already running. You cannot open a second window for the Profile Manager."
  90. IDS_PROFMGR_DEMOMODE "The IEAK Profile Manager will now run in demonstration mode. This mode is for evaluation purposes only, so you will not be able to save a profile."
  91. IDS_REQUIRE_CORPMODE "The IEAK Profile Manager is a tool that only applies to corporate administrators. Your current license only applies to external distributions. Please visit the IEAK Web site for more licensing information."
  92. IDS_FILE_ALREADY_EXISTS "The following file(s) already exists.\r\n%s\r\nReplace existing file(s) ?"
  93. IDS_FILE_READONLY "The following file(s) have read only attributes.\r\n%s\r\nPlease change the attributes to normal and then save the files."
  94. END
  95. #endif // English (U.S.) resources
  96. /////////////////////////////////////////////////////////////////////////////