1 // *** Child Windows 2 #define ID_MAINLIST 100 3 #define ID_COUNTDOWN 101 4 5 #define ID_DESTROY 111 6 #define ID_CHANGEPASSWORD 112 7 #define ID_INITTICKETS 113 8 #define ID_SYNCTIME 114 9 10 #define ID_UPDATESTATE 120 11 #define ID_UPDATEDISPLAY 121 12 #define ID_KRBDLL_DEBUG 122 13 14 15 // *** Menus 16 17 #define ID_EXIT 200 18 19 #define ID_HELP_LEASH 210 20 #define ID_HELP_KERBEROS 211 21 #define ID_ABOUT 212 22 23 #define ID_CHECKV 299 24 25 // *** Password Dialog 26 #define ID_PRINCIPAL 301 27 #define ID_OLDPASSWORD 302 28 #define ID_CONFIRMPASSWORD1 303 29 #define ID_CONFIRMPASSWORD2 304 30 #define ID_PICFRAME 305 31 32 #define ID_PRINCCAPTION 311 33 #define ID_OLDPCAPTION 312 34 #define ID_CONFIRMCAPTION1 313 35 #define ID_CONFIRMCAPTION2 314 36 #define CAPTION_OFFSET 10 37 38 #define ID_DURATION 320 39 40 #define ID_RESTART 351 41 42 #define ID_CLOSEME 380 43 44 // *** About dialog stuff 45 #define ID_LEASH_CPYRT 400 46 #define ID_LEASH_AUTHOR 401 47 #define ID_KERB_CPYRT 402 48 #define ID_KERB_AUTHOR 403 49 #define ID_LEGALESE 404 50 #define ID_ASSISTANCE 405 51 52 // *** Keyboard accelerator crud 53 #define ID_HELP 1000 54 #define ID_CONTEXTSENSITIVEHELP 1001 55 #define ID_ENDCSHELP 1002 56 #define ID_HELPFIRST 1000 57 #define ID_HELPLAST 1002 58 59 // *** window messages 60 #define WM_STARTUP (WM_USER + 1) 61 #define WM_F1DOWN (WM_USER + 2) 62 #define WM_DOHELP (WM_USER + 3) 63 #define WM_PAINTICON 0x0026 64 65 // *** command messages 66 #define ID_NEXTSTATE 10000 67 68 #define LSH_TIME_HOST 1970 69 #define LSH_DEFAULT_TICKET_LIFE 1971 70 #define LSH_DEFAULT_TICKET_RENEW_TILL 1972 71 #define LSH_DEFAULT_TICKET_FORWARD 1973 72 #define LSH_DEFAULT_TICKET_NOADDRESS 1974 73 #define LSH_DEFAULT_TICKET_PROXIABLE 1975 74 #define LSH_DEFAULT_TICKET_PUBLICIP 1976 75 #define LSH_DEFAULT_DIALOG_KINIT_OPT 1978 76 #define LSH_DEFAULT_DIALOG_LIFE_MIN 1979 77 #define LSH_DEFAULT_DIALOG_LIFE_MAX 1980 78 #define LSH_DEFAULT_DIALOG_RENEW_MIN 1981 79 #define LSH_DEFAULT_DIALOG_RENEW_MAX 1982 80 #define LSH_DEFAULT_TICKET_RENEW 1983 81 #define LSH_DEFAULT_DIALOG_LOCK_LOCATION 1984 82 #define LSH_DEFAULT_UPPERCASEREALM 1985 83 #define LSH_DEFAULT_MSLSA_IMPORT 1986 84 #define LSH_DEFAULT_PRESERVE_KINIT 1987 85 86 // Authenticate Dialog 87 #define IDD_AUTHENTICATE 1162 88 #define IDC_STATIC_IPADDR 1163 89 #define IDC_STATIC_NAME 1164 90 #define IDC_STATIC_PWD 1165 91 #define IDC_EDIT_PRINCIPAL 1166 92 #define IDC_COMBO_REALM 1167 93 #define IDC_EDIT_PASSWORD 1168 94 #define IDC_STATIC_LIFETIME 1169 95 #define IDC_SLIDER_LIFETIME 1170 96 #define IDC_STATIC_KRB5 1171 97 #define IDC_CHECK_FORWARDABLE 1172 98 #define IDC_CHECK_NOADDRESS 1173 99 #define IDC_CHECK_RENEWABLE 1174 100 #define IDC_SLIDER_RENEWLIFE 1175 101 #define IDC_STATIC_LIFETIME_VALUE 1176 102 #define IDC_STATIC_RENEW_TILL_VALUE 1177 103 #define IDC_PICTURE_LEASH 1179 104 #define IDC_BUTTON_OPTIONS 1086 105 #define IDC_STATIC_REALM 1087 106 #define IDC_STATIC_COPYRIGHT 1088 107 #define IDC_STATIC_NOTICE 1089 108 #define IDC_STATIC_RENEW 1090 109 #define IDD_PASSWORD 1091 110 #define IDC_BUTTON_CLEAR_HISTORY 1092 111 #define IDC_CHECK_REMEMBER_PRINCIPAL 1093 112 #define IDC_EDIT_PASSWORD2 1192 113 #define IDC_STATIC_PWD2 1193 114 #define IDC_EDIT_PASSWORD3 1194 115 #define IDC_STATIC_PWD3 1195 116 #define IDC_STATIC_VERSION 1196 117