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.

153 lines
4.7 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "kerbconfres.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. #include "ntverp.h"
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Kerberos Realm Configuration Tool"
  14. #define VER_INTERNALNAME_STR "kerbconf"
  15. #define VER_ORIGINALFILENAME_STR "kerbconf.exe"
  16. #include "common.ver"
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31. 1 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "kerbconfres.h\0"
  34. END
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#include ""windows.h""\r\n"
  38. "#include ""ntverp.h""\r\n"
  39. "#define VER_FILETYPE VFT_APP\r\n"
  40. "#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
  41. "#define VER_FILEDESCRIPTION_STR ""Kerberos Realm Configuration Tool""\r\n"
  42. "#define VER_INTERNALNAME_STR ""kerbconf""\r\n"
  43. "#define VER_ORIGINALFILENAME_STR ""kerbconf.exe""\r\n"
  44. "#include ""common.ver""\0"
  45. END
  46. 3 TEXTINCLUDE DISCARDABLE
  47. BEGIN
  48. "\r\n"
  49. "\0"
  50. END
  51. #endif // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Dialog
  55. //
  56. IDD_REALMS DIALOG DISCARDABLE 0, 0, 235, 183
  57. STYLE WS_POPUP | WS_CAPTION
  58. CAPTION "Realms"
  59. FONT 8, "MS Shell Dlg"
  60. BEGIN
  61. PUSHBUTTON "&Add",IDC_REALM_ADD,177,25,43,14
  62. GROUPBOX "Realms",-1,7,14,221,53
  63. PUSHBUTTON "&Remove",IDC_REALM_REMOVE,177,46,43,14
  64. GROUPBOX "Properties for realm",-1,6,71,221,108
  65. COMBOBOX IDC_REALM_KDC,110,81,112,54,CBS_DROPDOWN | CBS_SORT |
  66. WS_VSCROLL | WS_TABSTOP
  67. RTEXT "Key Distribution Center (KDC)",-1,13,83,93,12
  68. COMBOBOX IDC_REALM_ADMIN,110,97,112,54,CBS_DROPDOWN | CBS_SORT |
  69. WS_VSCROLL | WS_TABSTOP
  70. RTEXT "Change password server",-1,13,98,93,12
  71. LTEXT "Default Realm",-1,7,3,93,10
  72. EDITTEXT IDC_REALM_DEF_DOMAIN,59,1,168,12,ES_AUTOHSCROLL |
  73. WS_DISABLED
  74. LISTBOX IDC_REALMS,11,25,155,42,LBS_SORT | WS_VSCROLL |
  75. WS_TABSTOP
  76. RTEXT "Alternate realm names",-1,13,114,93,12
  77. COMBOBOX IDC_REALM_ALT_NAMES,110,112,112,54,CBS_DROPDOWN |
  78. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  79. CONTROL "Send Address",IDC_ADDRREQ,"Button",BS_AUTOCHECKBOX |
  80. WS_TABSTOP,15,131,60,10
  81. CONTROL "KDC Supports TCP",IDC_KDC_TCP,"Button",BS_AUTOCHECKBOX |
  82. WS_TABSTOP,15,143,77,10
  83. EDITTEXT IDC_CHKSUM,205,131,16,12,ES_AUTOHSCROLL | ES_NUMBER
  84. RTEXT "Default checksum type",-1,106,132,93,12
  85. CONTROL "Trusted for delegation",IDC_KDC_DELEG,"Button",
  86. BS_AUTOCHECKBOX | WS_TABSTOP,15,155,89,10
  87. CONTROL "Supports name canonicalization",IDC_KDC_CANONICALIZE,
  88. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,167,119,10
  89. END
  90. IDD_REALM_ADD DIALOG DISCARDABLE 0, 0, 186, 71
  91. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
  92. CAPTION "Add Realm"
  93. FONT 8, "MS Shell Dlg"
  94. BEGIN
  95. DEFPUSHBUTTON "OK",IDOK,38,42,44,14
  96. PUSHBUTTON "Cancel",IDCANCEL,103,42,44,14
  97. EDITTEXT IDC_NEW_REALM,27,14,152,13,ES_AUTOHSCROLL
  98. LTEXT "Realm:",IDC_STATIC,1,16,23,8
  99. END
  100. ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 156
  101. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  102. CAPTION "Kerberos Config Tool"
  103. BEGIN
  104. LTEXT "FileDescription",-1,30,10,71,8
  105. RTEXT "ProductVersion",-1,111,10,17,8
  106. LTEXT "LegalCopyright",-1,30,20,138,8
  107. LTEXT "OSVERSION",-1,46,34,118,8
  108. END
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // DESIGNINFO
  112. //
  113. #ifdef APSTUDIO_INVOKED
  114. GUIDELINES DESIGNINFO DISCARDABLE
  115. BEGIN
  116. IDD_REALMS, DIALOG
  117. BEGIN
  118. BOTTOMMARGIN, 179
  119. END
  120. END
  121. #endif // APSTUDIO_INVOKED
  122. #endif // English (U.S.) resources
  123. /////////////////////////////////////////////////////////////////////////////
  124. #ifndef APSTUDIO_INVOKED
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // Generated from the TEXTINCLUDE 3 resource.
  128. //
  129. /////////////////////////////////////////////////////////////////////////////
  130. #endif // not APSTUDIO_INVOKED