xref: /freebsd/crypto/krb5/src/windows/leashdll/lsh_pwd.rc (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubert//Microsoft Developer Studio generated resource script.
2*7f2fe78bSCy Schubert//
3*7f2fe78bSCy Schubert#include "resource.h"
4*7f2fe78bSCy Schubert
5*7f2fe78bSCy Schubert#define APSTUDIO_READONLY_SYMBOLS
6*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
7*7f2fe78bSCy Schubert//
8*7f2fe78bSCy Schubert// Generated from the TEXTINCLUDE 2 resource.
9*7f2fe78bSCy Schubert//
10*7f2fe78bSCy Schubert#define APSTUDIO_HIDDEN_SYMBOLS
11*7f2fe78bSCy Schubert#include "windows.h"
12*7f2fe78bSCy Schubert#undef APSTUDIO_HIDDEN_SYMBOLS
13*7f2fe78bSCy Schubert#include "leashids.h"
14*7f2fe78bSCy Schubert#include "winver.h"
15*7f2fe78bSCy Schubert
16*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
17*7f2fe78bSCy Schubert#undef APSTUDIO_READONLY_SYMBOLS
18*7f2fe78bSCy Schubert
19*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
20*7f2fe78bSCy Schubert// English (U.S.) resources
21*7f2fe78bSCy Schubert
22*7f2fe78bSCy Schubert#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
23*7f2fe78bSCy Schubert#ifdef _WIN32
24*7f2fe78bSCy SchubertLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25*7f2fe78bSCy Schubert#pragma code_page(1252)
26*7f2fe78bSCy Schubert#endif //_WIN32
27*7f2fe78bSCy Schubert
28*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
29*7f2fe78bSCy Schubert//
30*7f2fe78bSCy Schubert// Bitmap
31*7f2fe78bSCy Schubert//
32*7f2fe78bSCy Schubert
33*7f2fe78bSCy SchubertLOGOBITMAP              BITMAP  DISCARDABLE     "res\\islogo.bmp"
34*7f2fe78bSCy Schubert
35*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
36*7f2fe78bSCy Schubert//
37*7f2fe78bSCy Schubert// Icon
38*7f2fe78bSCy Schubert//
39*7f2fe78bSCy Schubert
40*7f2fe78bSCy Schubert// Icon with lowest ID value placed first to ensure application icon
41*7f2fe78bSCy Schubert// remains consistent on all systems.
42*7f2fe78bSCy SchubertLEASHICON               ICON    DISCARDABLE     "res\\leash.ico"
43*7f2fe78bSCy Schubert
44*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
45*7f2fe78bSCy Schubert//
46*7f2fe78bSCy Schubert// Dialog
47*7f2fe78bSCy Schubert//
48*7f2fe78bSCy Schubert
49*7f2fe78bSCy SchubertENTERPASSWORDDLG DIALOG DISCARDABLE  23, 48, 262, 108
50*7f2fe78bSCy SchubertSTYLE DS_MODALFRAME | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
51*7f2fe78bSCy SchubertCAPTION "Enter Password"
52*7f2fe78bSCy SchubertFONT 10, "System"
53*7f2fe78bSCy SchubertBEGIN
54*7f2fe78bSCy Schubert    EDITTEXT        ID_PRINCIPAL,6,17,96,12,ES_AUTOHSCROLL
55*7f2fe78bSCy Schubert    LTEXT           "Enter your username:",ID_PRINCCAPTION,6,7,140,8
56*7f2fe78bSCy Schubert    DEFPUSHBUTTON   "OK",IDOK,110,42,32,14
57*7f2fe78bSCy Schubert    EDITTEXT        ID_OLDPASSWORD,6,43,96,12,ES_PASSWORD | ES_AUTOHSCROLL
58*7f2fe78bSCy Schubert    LTEXT           "Enter your password:",ID_OLDPCAPTION,6,33,91,8
59*7f2fe78bSCy Schubert    EDITTEXT        ID_DURATION,40,59,20,12
60*7f2fe78bSCy Schubert    LTEXT           "Duration:",-1,6,61,30,8
61*7f2fe78bSCy Schubert    LTEXT           "minutes",-1,62,61,64,8
62*7f2fe78bSCy Schubert    ICON            "LeashIcon",-1,6,78,18,20
63*7f2fe78bSCy Schubert    PUSHBUTTON      "&Cancel",IDCANCEL,30,78,32,14
64*7f2fe78bSCy Schubert    PUSHBUTTON      "&Restart",ID_RESTART,70,78,32,14
65*7f2fe78bSCy Schubert    PUSHBUTTON      "&Help",ID_HELP,110,78,32,14
66*7f2fe78bSCy Schubert    CONTROL         "",ID_PICFRAME,"Static",SS_BLACKFRAME,153,4,100,100
67*7f2fe78bSCy SchubertEND
68*7f2fe78bSCy Schubert
69*7f2fe78bSCy SchubertCHANGEPASSWORDDLG DIALOG DISCARDABLE  27, 41, 270, 155
70*7f2fe78bSCy SchubertSTYLE DS_MODALFRAME | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
71*7f2fe78bSCy SchubertCAPTION "Change Password"
72*7f2fe78bSCy SchubertFONT 8, "System"
73*7f2fe78bSCy SchubertBEGIN
74*7f2fe78bSCy Schubert    EDITTEXT        ID_PRINCIPAL,6,35,96,12,ES_AUTOHSCROLL
75*7f2fe78bSCy Schubert    DEFPUSHBUTTON   "OK",IDOK,110,60,32,14
76*7f2fe78bSCy Schubert    EDITTEXT        ID_OLDPASSWORD,6,61,96,12,ES_PASSWORD | ES_AUTOHSCROLL
77*7f2fe78bSCy Schubert    EDITTEXT        ID_CONFIRMPASSWORD1,6,87,96,12,ES_PASSWORD |
78*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
79*7f2fe78bSCy Schubert    EDITTEXT        ID_CONFIRMPASSWORD2,6,113,96,12,ES_PASSWORD |
80*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
81*7f2fe78bSCy Schubert    LTEXT           "Enter your username:",ID_PRINCCAPTION,6,25,140,8
82*7f2fe78bSCy Schubert    LTEXT           "Enter your old password:",ID_OLDPCAPTION,6,51,91,8
83*7f2fe78bSCy Schubert    LTEXT           "Enter your new password:",ID_CONFIRMCAPTION1,6,77,96,8
84*7f2fe78bSCy Schubert    LTEXT           "Retype your new password:",ID_CONFIRMCAPTION2,6,103,100,
85*7f2fe78bSCy Schubert                    8
86*7f2fe78bSCy Schubert    ICON            "LeashIcon",-1,6,134,18,20
87*7f2fe78bSCy Schubert    PUSHBUTTON      "&Cancel",IDCANCEL,30,134,32,14
88*7f2fe78bSCy Schubert    PUSHBUTTON      "&Restart",ID_RESTART,70,134,32,14
89*7f2fe78bSCy Schubert    PUSHBUTTON      "&Help",ID_HELP,110,134,32,14
90*7f2fe78bSCy Schubert    LTEXT           "To change your password, fill in the following fields as they appear.",
91*7f2fe78bSCy Schubert                    -1,6,3,140,21
92*7f2fe78bSCy Schubert    CONTROL         "",ID_PICFRAME,"Static",SS_BLACKFRAME,157,27,100,100
93*7f2fe78bSCy SchubertEND
94*7f2fe78bSCy Schubert
95*7f2fe78bSCy SchubertIDD_AUTHENTICATE DIALOGEX 0, 0, 370, 248
96*7f2fe78bSCy SchubertSTYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
97*7f2fe78bSCy SchubertCAPTION "Authenticate to Kerberos"
98*7f2fe78bSCy SchubertFONT 8, "Microsoft Sans Serif"
99*7f2fe78bSCy SchubertBEGIN
100*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PRINCIPAL,89,42,199,14,ES_AUTOHSCROLL
101*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PASSWORD,89,58,259,14,ES_PASSWORD |
102*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
103*7f2fe78bSCy Schubert    DEFPUSHBUTTON   "OK",IDOK,302,219,49,14
104*7f2fe78bSCy Schubert    PUSHBUTTON      "Cancel",IDCANCEL,249,219,49,14
105*7f2fe78bSCy Schubert    PUSHBUTTON      "Hide Advanced",IDC_BUTTON_OPTIONS,146,219,89,14
106*7f2fe78bSCy Schubert    PUSHBUTTON      "Clear History",IDC_BUTTON_CLEAR_HISTORY,288,42,60,14
107*7f2fe78bSCy Schubert    CONTROL         "Remember this principal", IDC_CHECK_REMEMBER_PRINCIPAL,
108*7f2fe78bSCy Schubert                    "Button", BS_AUTOCHECKBOX | WS_TABSTOP,89,72,100,14
109*7f2fe78bSCy Schubert    CONTROL         "Ticket Lifetime",IDC_SLIDER_LIFETIME,"msctls_trackbar32",
110*7f2fe78bSCy Schubert                    TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,90,97,258,15
111*7f2fe78bSCy Schubert    CONTROL         "Forwardable and Proxiable (can be forwarded to other machines)",
112*7f2fe78bSCy Schubert                    IDC_CHECK_FORWARDABLE,"Button",BS_AUTOCHECKBOX |
113*7f2fe78bSCy Schubert                    WS_TABSTOP,89,123,253,10
114*7f2fe78bSCy Schubert    CONTROL         "Renewable (can be renewed during the renewable lifetime)",
115*7f2fe78bSCy Schubert                    IDC_CHECK_RENEWABLE,"Button",BS_AUTOCHECKBOX |
116*7f2fe78bSCy Schubert                    WS_TABSTOP,89,135,253,10
117*7f2fe78bSCy Schubert    CONTROL         "Slider2",IDC_SLIDER_RENEWLIFE,"msctls_trackbar32",
118*7f2fe78bSCy Schubert                    TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,90,178,258,15
119*7f2fe78bSCy Schubert    RTEXT           "Principal:",IDC_STATIC_NAME,13,44,74,8
120*7f2fe78bSCy Schubert    RTEXT           "Password:",IDC_STATIC_PWD,13,60,74,8
121*7f2fe78bSCy Schubert    RTEXT           "Ticket Lifetime:",IDC_STATIC_LIFETIME,23,87,65,8,0,
122*7f2fe78bSCy Schubert                    WS_EX_RIGHT
123*7f2fe78bSCy Schubert    LTEXT           "Flag this ticket as:",IDC_STATIC_KRB5,32,123,56,8
124*7f2fe78bSCy Schubert    LTEXT           "HMS",IDC_STATIC_LIFETIME_VALUE,90,87,131,8
125*7f2fe78bSCy Schubert    LTEXT           "HMS",IDC_STATIC_RENEW_TILL_VALUE,90,164,141,8
126*7f2fe78bSCy Schubert    ICON            LEASHICON,IDC_PICTURE_LEASH,21,15,20,20
127*7f2fe78bSCy Schubert    LTEXT           "Please Authenticate",
128*7f2fe78bSCy Schubert                    IDC_STATIC_NOTICE,51,23,276,8
129*7f2fe78bSCy Schubert    RTEXT           "Renewable Lifetime:",IDC_STATIC_RENEW,10,164,79,8
130*7f2fe78bSCy SchubertEND
131*7f2fe78bSCy Schubert
132*7f2fe78bSCy SchubertIDD_PASSWORD DIALOG DISCARDABLE  0, 0, 382, 150
133*7f2fe78bSCy SchubertSTYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
134*7f2fe78bSCy SchubertCAPTION "Change Password"
135*7f2fe78bSCy SchubertFONT 8, "Microsoft Sans Serif"
136*7f2fe78bSCy SchubertBEGIN
137*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PRINCIPAL,99,40,259,14,ES_AUTOHSCROLL
138*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PASSWORD,99,60,259,14,ES_PASSWORD |
139*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
140*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PASSWORD2,99,85,259,14,ES_PASSWORD |
141*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
142*7f2fe78bSCy Schubert    EDITTEXT        IDC_EDIT_PASSWORD3,99,105,259,14,ES_PASSWORD |
143*7f2fe78bSCy Schubert                    ES_AUTOHSCROLL
144*7f2fe78bSCy Schubert    DEFPUSHBUTTON   "OK",IDOK,313,125,49,14
145*7f2fe78bSCy Schubert    PUSHBUTTON      "Cancel",IDCANCEL,256,125,49,14
146*7f2fe78bSCy Schubert    RTEXT           "Principal:",IDC_STATIC_NAME,22,43,74,12
147*7f2fe78bSCy Schubert    RTEXT           "Old Password:",IDC_STATIC_PWD,22,63,74,12
148*7f2fe78bSCy Schubert    ICON            LEASHICON,IDC_PICTURE_LEASH,15,15,20,20
149*7f2fe78bSCy Schubert    LTEXT           "Change your Kerberos password or phrase",
150*7f2fe78bSCy Schubert                    IDC_STATIC_NOTICE,48,20,276,8
151*7f2fe78bSCy Schubert    RTEXT           "New Password:",IDC_STATIC_PWD2,22,88,74,12
152*7f2fe78bSCy Schubert    RTEXT           "New Password (again):",IDC_STATIC_PWD3,22,108,74,12
153*7f2fe78bSCy SchubertEND
154*7f2fe78bSCy Schubert
155*7f2fe78bSCy Schubert
156*7f2fe78bSCy Schubert#ifdef APSTUDIO_INVOKED
157*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
158*7f2fe78bSCy Schubert//
159*7f2fe78bSCy Schubert// TEXTINCLUDE
160*7f2fe78bSCy Schubert//
161*7f2fe78bSCy Schubert
162*7f2fe78bSCy Schubert1 TEXTINCLUDE DISCARDABLE
163*7f2fe78bSCy SchubertBEGIN
164*7f2fe78bSCy Schubert    "resource.h\0"
165*7f2fe78bSCy SchubertEND
166*7f2fe78bSCy Schubert
167*7f2fe78bSCy Schubert2 TEXTINCLUDE DISCARDABLE
168*7f2fe78bSCy SchubertBEGIN
169*7f2fe78bSCy Schubert    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
170*7f2fe78bSCy Schubert    "#include ""windows.h""\r\n"
171*7f2fe78bSCy Schubert    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
172*7f2fe78bSCy Schubert    "#include ""leashids.h""\r\n"
173*7f2fe78bSCy Schubert    "#include ""ver.h""\r\n"
174*7f2fe78bSCy Schubert    "\0"
175*7f2fe78bSCy SchubertEND
176*7f2fe78bSCy Schubert
177*7f2fe78bSCy Schubert3 TEXTINCLUDE DISCARDABLE
178*7f2fe78bSCy SchubertBEGIN
179*7f2fe78bSCy Schubert    "\r\n"
180*7f2fe78bSCy Schubert    "#include ""..\\version.rc""\r\n"
181*7f2fe78bSCy Schubert    "\0"
182*7f2fe78bSCy SchubertEND
183*7f2fe78bSCy Schubert
184*7f2fe78bSCy Schubert#endif    // APSTUDIO_INVOKED
185*7f2fe78bSCy Schubert
186*7f2fe78bSCy Schubert
187*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
188*7f2fe78bSCy Schubert//
189*7f2fe78bSCy Schubert// DESIGNINFO
190*7f2fe78bSCy Schubert//
191*7f2fe78bSCy Schubert
192*7f2fe78bSCy Schubert#ifdef APSTUDIO_INVOKED
193*7f2fe78bSCy SchubertGUIDELINES DESIGNINFO DISCARDABLE
194*7f2fe78bSCy SchubertBEGIN
195*7f2fe78bSCy Schubert    IDD_PASSWORD, DIALOG
196*7f2fe78bSCy Schubert    BEGIN
197*7f2fe78bSCy Schubert        LEFTMARGIN, 7
198*7f2fe78bSCy Schubert        RIGHTMARGIN, 375
199*7f2fe78bSCy Schubert        TOPMARGIN, 7
200*7f2fe78bSCy Schubert        BOTTOMMARGIN, 191
201*7f2fe78bSCy Schubert    END
202*7f2fe78bSCy SchubertEND
203*7f2fe78bSCy Schubert#endif    // APSTUDIO_INVOKED
204*7f2fe78bSCy Schubert
205*7f2fe78bSCy Schubert
206*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
207*7f2fe78bSCy Schubert//
208*7f2fe78bSCy Schubert// String Table
209*7f2fe78bSCy Schubert//
210*7f2fe78bSCy Schubert
211*7f2fe78bSCy SchubertSTRINGTABLE DISCARDABLE
212*7f2fe78bSCy SchubertBEGIN
213*7f2fe78bSCy Schubert    LSH_TIME_HOST           "time"
214*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_LIFE "600"
215*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_RENEW_TILL "10080"
216*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_FORWARD "1"
217*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_NOADDRESS "1"
218*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_PROXIABLE "0"
219*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_PUBLICIP "0"
220*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_KINIT_OPT "1"
221*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_LIFE_MIN "30"
222*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_LIFE_MAX "1440"
223*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_RENEW_MIN "600"
224*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_RENEW_MAX "43200"
225*7f2fe78bSCy Schubert    LSH_DEFAULT_TICKET_RENEW "1"
226*7f2fe78bSCy Schubert    LSH_DEFAULT_UPPERCASEREALM "1"
227*7f2fe78bSCy Schubert    LSH_DEFAULT_PRESERVE_KINIT "0"
228*7f2fe78bSCy SchubertEND
229*7f2fe78bSCy Schubert
230*7f2fe78bSCy SchubertSTRINGTABLE DISCARDABLE
231*7f2fe78bSCy SchubertBEGIN
232*7f2fe78bSCy Schubert    LSH_DEFAULT_DIALOG_LOCK_LOCATION "0"
233*7f2fe78bSCy SchubertEND
234*7f2fe78bSCy Schubert
235*7f2fe78bSCy Schubert#endif    // English (U.S.) resources
236*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
237*7f2fe78bSCy Schubert
238*7f2fe78bSCy Schubert
239*7f2fe78bSCy Schubert
240*7f2fe78bSCy Schubert#ifndef APSTUDIO_INVOKED
241*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
242*7f2fe78bSCy Schubert//
243*7f2fe78bSCy Schubert// Generated from the TEXTINCLUDE 3 resource.
244*7f2fe78bSCy Schubert//
245*7f2fe78bSCy Schubert
246*7f2fe78bSCy Schubert#include "..\version.rc"
247*7f2fe78bSCy Schubert
248*7f2fe78bSCy Schubert/////////////////////////////////////////////////////////////////////////////
249*7f2fe78bSCy Schubert#endif    // not APSTUDIO_INVOKED
250