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.

165 lines
4.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include <ntdef.h>
  10. #include <winres.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. "resource.h\0"
  28. END
  29. 2 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "#include <ntdef.h>\r\n"
  32. "#include <winres.h>\r\n"
  33. "\0"
  34. END
  35. 3 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "1 TYPELIB ""exitsql.tlb""\r\n"
  38. "\0"
  39. END
  40. #endif // APSTUDIO_INVOKED
  41. #ifndef _MAC
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // Version
  45. //
  46. VS_VERSION_INFO VERSIONINFO
  47. FILEVERSION 5,0,1636,1
  48. PRODUCTVERSION 5,0,1636,1
  49. FILEFLAGSMASK 0x3fL
  50. #ifdef _DEBUG
  51. FILEFLAGS 0x1L
  52. #else
  53. FILEFLAGS 0x0L
  54. #endif
  55. FILEOS 0x40004L
  56. FILETYPE 0x2L
  57. FILESUBTYPE 0x0L
  58. BEGIN
  59. BLOCK "StringFileInfo"
  60. BEGIN
  61. BLOCK "040904B0"
  62. BEGIN
  63. VALUE "CompanyName", "Microsoft Corporation\0"
  64. VALUE "FileDescription", "Certificate Services Sample Exit Module\0"
  65. VALUE "FileVersion", "5.00.1636.1\0"
  66. VALUE "InternalName", "CertExitSample\0"
  67. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-1997\0"
  68. VALUE "OriginalFilename", "CertExitSample\0"
  69. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  70. VALUE "ProductVersion", "5.00.1636.1\0"
  71. END
  72. END
  73. BLOCK "VarFileInfo"
  74. BEGIN
  75. VALUE "Translation", 0x409, 1200
  76. END
  77. END
  78. #endif // !_MAC
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Dialog
  82. //
  83. IDD_EXITSQL_PROPERTIES DIALOG DISCARDABLE 0, 0, 252, 226
  84. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  85. CAPTION "ExitSQL Properties"
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. LTEXT "Database DSN",IDC_STATIC,7,7,49,8
  89. LTEXT "Database User",IDC_STATIC,13,84,48,8
  90. LTEXT "Database Password",IDC_STATIC,13,113,64,8
  91. EDITTEXT IDC_EDIT_DSN,7,16,238,12,ES_AUTOHSCROLL
  92. EDITTEXT IDC_EDIT_USER,13,92,109,12,ES_AUTOHSCROLL
  93. EDITTEXT IDC_EDIT_PASSWORD,13,122,109,12,ES_PASSWORD |
  94. ES_AUTOHSCROLL
  95. GROUPBOX "Database Login",IDC_STATIC,7,39,238,100
  96. LTEXT "Built as a demonstration, this exit module stores the following information in the clear under HKLM. Any user logging into this machine can view this information.",
  97. IDC_STATIC,13,52,227,28
  98. END
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // DESIGNINFO
  102. //
  103. #ifdef APSTUDIO_INVOKED
  104. GUIDELINES DESIGNINFO DISCARDABLE
  105. BEGIN
  106. IDD_EXITSQL_PROPERTIES, DIALOG
  107. BEGIN
  108. LEFTMARGIN, 7
  109. RIGHTMARGIN, 245
  110. VERTGUIDE, 13
  111. VERTGUIDE, 122
  112. VERTGUIDE, 240
  113. TOPMARGIN, 7
  114. BOTTOMMARGIN, 219
  115. END
  116. END
  117. #endif // APSTUDIO_INVOKED
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // String Table
  121. //
  122. STRINGTABLE DISCARDABLE
  123. BEGIN
  124. IDS_CERTEXIT_DESC "CertExitSample Class"
  125. IDS_CERTMANAGEEXITMODULE_DESC "CertExitSampleManage Class"
  126. IDS_MODULE_NAME "Enterprise and Stand-alone Exit Module"
  127. END
  128. #endif // English (U.S.) resources
  129. /////////////////////////////////////////////////////////////////////////////
  130. #ifndef APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Generated from the TEXTINCLUDE 3 resource.
  134. //
  135. 1 TYPELIB "exitsql.tlb"
  136. /////////////////////////////////////////////////////////////////////////////
  137. #endif // not APSTUDIO_INVOKED