Changeset 1006 for branches/client-3.0/src/rc
- Timestamp:
- Jan 15, 2017, 9:08:12 AM (9 years ago)
- Location:
- branches/client-3.0/src/rc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/rc/rc.dlg
r931 r1006 30 30 WS_VISIBLE 31 31 ENTRYFIELD "", ENT_MASTER, 147, 60, 90, 8, ES_MARGIN 32 LTEXT "Supports EA", LBL_EASUPPORT, 19 5, 130, 52, 10,32 LTEXT "Supports EA", LBL_EASUPPORT, 190, 130, 52, 10, 33 33 DT_WORDBREAK 34 34 AUTOCHECKBOX "", CHK_EASUPPORT, 180, 132, 10, 10, WS_GROUP 35 LTEXT "Supports KRB5", LBL_KRB5SUPPORT, 19 5, 140, 52, 10,35 LTEXT "Supports KRB5", LBL_KRB5SUPPORT, 190, 140, 52, 10, 36 36 DT_WORDBREAK 37 37 AUTOCHECKBOX "", CHK_KRB5SUPPORT, 180, 142, 10, 10, WS_GROUP 38 LTEXT "Support NTLMv1", LBL_NTLMv1SUPPORT, 19 5, 150, 52, 10,38 LTEXT "Support NTLMv1", LBL_NTLMv1SUPPORT, 190, 150, 52, 10, 39 39 DT_WORDBREAK 40 40 AUTOCHECKBOX "", CHK_NTLMv1SUPPORT, 180, 152, 10, 10, WS_GROUP 41 LTEXT "Support Encryption", LBL_ENCRYPTIONSUPPORT, 190, 160, 58, 10, 42 DT_WORDBREAK 43 AUTOCHECKBOX "", CHK_ENCRYPTIONSUPPORT, 180, 162, 10, 10, WS_GROUP 41 44 PUSHBUTTON "Cancel", DID_CANCEL, 7, 6, 56, 14 42 45 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold" -
branches/client-3.0/src/rc/rc.h
r931 r1006 27 27 #define LBL_NTLMv1SUPPORT 1030 28 28 #define CHK_NTLMv1SUPPORT 1031 29 #define LBL_ENCRYPTIONSUPPORT 1032 30 #define CHK_ENCRYPTIONSUPPORT 1033 29 31 #define LBL_CACHETIMEOUT 1014 30 32 #define SPIN_CACHETIMEOUT 1015 -
branches/client-3.0/src/rc/rc.rc_
r935 r1006 47 47 " master - name of master server or master workgroup\r\n" 48 48 " mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n" 49 " encryption - 0 to not support encryption (default), 1 to support\r\n" 50 " NTLMv1 auth support - 0 to not support NTLMv1 authentication (default), 1 to support\r\n" 51 " krb5support - 0 to not support kerberos authentication, 1 to support\r\n" 49 52 " easupport - 0 to not support EA, 1 to support\r\n" 50 " krb5support - 0 to not support kerberos authentication, 1 to support\r\n"51 " NTLMv1 auth support - 0 to not support NTLMv1 authentication (default), 1 to support\r\n"52 53 "\r\n" 53 54 } … … 136 137 RCDATA (DLG_ID + 13) 137 138 { 139 CHK_ENCRYPTIONSUPPORT, PARMTYPE_INT, 0L, 1L, "encryptionsupport", "%d", 0L 140 } 141 142 RCDATA (DLG_ID + 14) 143 { 138 144 1 139 145 }
Note:
See TracChangeset
for help on using the changeset viewer.