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.9 KiB
153 lines
4.9 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "kerbconfres.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "windows.h"
|
|
#include "ntverp.h"
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Kerberos Realm Configuration Tool"
|
|
#define VER_INTERNALNAME_STR "kerbconf"
|
|
#define VER_ORIGINALFILENAME_STR "kerbconf.exe"
|
|
#include "common.ver"
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"kerbconfres.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""windows.h""\r\n"
|
|
"#include ""ntverp.h""\r\n"
|
|
"#define VER_FILETYPE VFT_APP\r\n"
|
|
"#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
|
|
"#define VER_FILEDESCRIPTION_STR ""Kerberos Realm Configuration Tool""\r\n"
|
|
"#define VER_INTERNALNAME_STR ""kerbconf""\r\n"
|
|
"#define VER_ORIGINALFILENAME_STR ""kerbconf.exe""\r\n"
|
|
"#include ""common.ver""\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_REALMS DIALOG DISCARDABLE 0, 0, 235, 183
|
|
STYLE WS_POPUP | WS_CAPTION
|
|
CAPTION "Realms"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Add",IDC_REALM_ADD,177,25,43,14
|
|
GROUPBOX "Realms",-1,7,14,221,53
|
|
PUSHBUTTON "&Remove",IDC_REALM_REMOVE,177,46,43,14
|
|
GROUPBOX "Properties for realm",-1,6,71,221,108
|
|
COMBOBOX IDC_REALM_KDC,110,81,112,54,CBS_DROPDOWN | CBS_SORT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
RTEXT "Key Distribution Center (KDC)",-1,13,83,93,12
|
|
COMBOBOX IDC_REALM_ADMIN,110,97,112,54,CBS_DROPDOWN | CBS_SORT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
RTEXT "Change password server",-1,13,98,93,12
|
|
LTEXT "Default Realm",-1,7,3,93,10
|
|
EDITTEXT IDC_REALM_DEF_DOMAIN,59,1,168,12,ES_AUTOHSCROLL |
|
|
WS_DISABLED
|
|
LISTBOX IDC_REALMS,11,25,155,42,LBS_SORT | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
RTEXT "Alternate realm names",-1,13,114,93,12
|
|
COMBOBOX IDC_REALM_ALT_NAMES,110,112,112,54,CBS_DROPDOWN |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "Send Address",IDC_ADDRREQ,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,15,131,60,10
|
|
CONTROL "KDC Supports TCP",IDC_KDC_TCP,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,15,143,77,10
|
|
EDITTEXT IDC_CHKSUM,205,131,16,12,ES_AUTOHSCROLL | ES_NUMBER
|
|
RTEXT "Default checksum type",-1,106,132,93,12
|
|
CONTROL "Trusted for delegation",IDC_KDC_DELEG,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,15,155,89,10
|
|
CONTROL "Supports name canonicalization",IDC_KDC_CANONICALIZE,
|
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,167,119,10
|
|
END
|
|
|
|
IDD_REALM_ADD DIALOG DISCARDABLE 0, 0, 186, 71
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "Add Realm"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,38,42,44,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,103,42,44,14
|
|
EDITTEXT IDC_NEW_REALM,27,14,152,13,ES_AUTOHSCROLL
|
|
LTEXT "Realm:",IDC_STATIC,1,16,23,8
|
|
END
|
|
|
|
ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 156
|
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Kerberos Config Tool"
|
|
BEGIN
|
|
LTEXT "FileDescription",-1,30,10,71,8
|
|
RTEXT "ProductVersion",-1,111,10,17,8
|
|
LTEXT "LegalCopyright",-1,30,20,138,8
|
|
LTEXT "OSVERSION",-1,46,34,118,8
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_REALMS, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 179
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|