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.

173 lines
4.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: chPin.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. #include "afxres.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. #undef APSTUDIO_READONLY_SYMBOLS
  21. /////////////////////////////////////////////////////////////////////////////
  22. // English (U.S.) resources
  23. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  24. #ifdef _WIN32
  25. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  26. #pragma code_page(1252)
  27. #endif //_WIN32
  28. #ifdef APSTUDIO_INVOKED
  29. /////////////////////////////////////////////////////////////////////////////
  30. //
  31. // TEXTINCLUDE
  32. //
  33. 1 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "resource.h\0"
  36. END
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#include ""afxres.h""\r\n"
  40. "\0"
  41. END
  42. 3 TEXTINCLUDE DISCARDABLE
  43. BEGIN
  44. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  45. "#define _AFX_NO_OLE_RESOURCES\r\n"
  46. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  47. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  48. "\r\n"
  49. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  50. "#ifdef _WIN32\r\n"
  51. "LANGUAGE 9, 1\r\n"
  52. "#pragma code_page(1252)\r\n"
  53. "#endif //_WIN32\r\n"
  54. "#include ""res\\ChangePin.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  55. "#include ""afxres.rc"" // Standard components\r\n"
  56. "#endif\r\n"
  57. "\0"
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64. // Icon with lowest ID value placed first to ensure application icon
  65. // remains consistent on all systems.
  66. IDR_MAINFRAME ICON DISCARDABLE "res\\ChangePin.ico"
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Dialog
  70. //
  71. IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  73. CAPTION "About ChangePin"
  74. FONT 9, "MS Shell Dlg"
  75. BEGIN
  76. ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  77. LTEXT "ChangePin Version 1.0",IDC_STATIC,40,10,119,8,
  78. SS_NOPREFIX
  79. LTEXT "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  80. DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
  81. END
  82. IDD_CHANGEPIN_DIALOG DIALOGEX 0, 0, 219, 39
  83. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP |
  84. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  85. EXSTYLE WS_EX_APPWINDOW
  86. CAPTION "Change Smart Card PIN"
  87. FONT 9, "MS Shell Dlg"
  88. BEGIN
  89. LTEXT "This application provides means to change your smart card PIN. When prompted for your PIN, select the Change PIN option.",
  90. IDC_STATIC,10,10,200,20,NOT WS_GROUP
  91. END
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // DESIGNINFO
  95. //
  96. #ifdef APSTUDIO_INVOKED
  97. GUIDELINES DESIGNINFO DISCARDABLE
  98. BEGIN
  99. IDD_ABOUTBOX, DIALOG
  100. BEGIN
  101. LEFTMARGIN, 7
  102. RIGHTMARGIN, 228
  103. TOPMARGIN, 7
  104. BOTTOMMARGIN, 48
  105. END
  106. IDD_CHANGEPIN_DIALOG, DIALOG
  107. BEGIN
  108. LEFTMARGIN, 7
  109. RIGHTMARGIN, 212
  110. TOPMARGIN, 7
  111. BOTTOMMARGIN, 32
  112. END
  113. END
  114. #endif // APSTUDIO_INVOKED
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119. STRINGTABLE DISCARDABLE
  120. BEGIN
  121. IDS_ABOUTBOX "&About ChangePin..."
  122. END
  123. #endif // English (U.S.) resources
  124. /////////////////////////////////////////////////////////////////////////////
  125. #ifndef APSTUDIO_INVOKED
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // Generated from the TEXTINCLUDE 3 resource.
  129. //
  130. #define _AFX_NO_SPLITTER_RESOURCES
  131. #define _AFX_NO_OLE_RESOURCES
  132. #define _AFX_NO_TRACKER_RESOURCES
  133. #define _AFX_NO_PROPERTY_RESOURCES
  134. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  135. #ifdef _WIN32
  136. LANGUAGE 9, 1
  137. #pragma code_page(1252)
  138. #endif //_WIN32
  139. #include "res\ChangePin.rc2" // non-Microsoft Visual C++ edited resources
  140. #include "afxres.rc" // Standard components
  141. #endif
  142. /////////////////////////////////////////////////////////////////////////////
  143. #endif // not APSTUDIO_INVOKED