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.

139 lines
3.8 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: mssign32.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #define APSTUDIO_HIDDEN_SYMBOLS
  19. #include "windows.h"
  20. #undef APSTUDIO_HIDDEN_SYMBOLS
  21. #ifndef APSTUDIO_INVOKED
  22. #include "version.rc"
  23. #endif
  24. /////////////////////////////////////////////////////////////////////////////
  25. #undef APSTUDIO_READONLY_SYMBOLS
  26. /////////////////////////////////////////////////////////////////////////////
  27. // English (U.S.) resources
  28. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  29. #ifdef _WIN32
  30. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  31. #pragma code_page(1252)
  32. #endif //_WIN32
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // Dialog
  36. //
  37. IDD_ENTERKEYPASSWORD DIALOG DISCARDABLE 111, 98, 207, 112
  38. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  39. WS_SYSMENU
  40. CAPTION "Enter Private Key Password"
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43. LTEXT "Key:",-1,14,19,39,9
  44. LTEXT "xxxxxxxxxxxxxxxxxxx",IDC_KEY,63,19,124,9
  45. LTEXT "&Password:",-1,14,36,41,9
  46. EDITTEXT IDC_PASSWORD0,63,34,124,12,ES_PASSWORD | ES_AUTOHSCROLL
  47. DEFPUSHBUTTON "OK",IDOK,55,92,40,14
  48. PUSHBUTTON "Cancel",IDCANCEL,111,92,40,14
  49. END
  50. IDD_CREATEKEYPASSWORD DIALOG DISCARDABLE 57, 58, 227, 131
  51. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  52. WS_SYSMENU
  53. CAPTION "Create Private Key Password"
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56. LTEXT "Key:",-1,14,19,39,9
  57. LTEXT "xxxxxxxxxxxxxxxxxxx",IDC_KEY,81,19,124,9
  58. LTEXT "&Password:",-1,15,38,41,9
  59. EDITTEXT IDC_PASSWORD0,81,36,124,12,ES_PASSWORD | ES_AUTOHSCROLL
  60. LTEXT "&Confirm Password:",-1,14,58,61,9
  61. EDITTEXT IDC_PASSWORD1,81,56,124,12,ES_PASSWORD | ES_AUTOHSCROLL
  62. DEFPUSHBUTTON "OK",IDOK,33,111,40,14
  63. PUSHBUTTON "None",IDC_NONE,94,111,40,14
  64. PUSHBUTTON "Cancel",IDCANCEL,155,111,40,14
  65. END
  66. #ifdef APSTUDIO_INVOKED
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // TEXTINCLUDE
  70. //
  71. 1 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "resource.h\0"
  74. END
  75. 2 TEXTINCLUDE DISCARDABLE
  76. BEGIN
  77. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  78. "#include ""windows.h""\r\n"
  79. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  80. "\r\n"
  81. "#ifndef APSTUDIO_INVOKED\r\n"
  82. "#inlcude ""version.rc""\r\n"
  83. "#endif\r\n"
  84. "\0"
  85. END
  86. 3 TEXTINCLUDE DISCARDABLE
  87. BEGIN
  88. "\r\n"
  89. "\0"
  90. END
  91. #endif // APSTUDIO_INVOKED
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // String Table
  95. //
  96. STRINGTABLE DISCARDABLE
  97. BEGIN
  98. IDS_Publisher "publisher"
  99. IDS_MY "my"
  100. IDS_CA "CA"
  101. IDS_SPC "SPC"
  102. IDS_ROOTSTORE "root"
  103. IDS_NO_PASSWORD "Without password protection ?"
  104. IDS_PASSWORD_NO_MATCH "Confirm password doesn't match"
  105. END
  106. #endif // English (U.S.) resources
  107. /////////////////////////////////////////////////////////////////////////////
  108. #ifndef APSTUDIO_INVOKED
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Generated from the TEXTINCLUDE 3 resource.
  112. //
  113. /////////////////////////////////////////////////////////////////////////////
  114. #endif // not APSTUDIO_INVOKED