cryptui: Increase control width to support larger fonts.
This commit is contained in:
parent
6df07402c0
commit
a83f1c93c3
@ -419,22 +419,22 @@ FONT 8, "MS Shell Dlg"
|
|||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Select the format you want to use:", -1, 21,1,195,10
|
LTEXT "Select the format you want to use:", -1, 21,1,195,10
|
||||||
AUTORADIOBUTTON "&DER-encoded X.509 (.cer)",
|
AUTORADIOBUTTON "&DER-encoded X.509 (.cer)",
|
||||||
IDC_EXPORT_FORMAT_DER, 31,18,200,12, BS_AUTORADIOBUTTON|WS_TABSTOP
|
IDC_EXPORT_FORMAT_DER, 31,18,240,12, BS_AUTORADIOBUTTON|WS_TABSTOP
|
||||||
AUTORADIOBUTTON "Ba&se64-encoded X.509 (.cer):",
|
AUTORADIOBUTTON "Ba&se64-encoded X.509 (.cer):",
|
||||||
IDC_EXPORT_FORMAT_BASE64, 31,30,200,12, BS_AUTORADIOBUTTON
|
IDC_EXPORT_FORMAT_BASE64, 31,30,240,12, BS_AUTORADIOBUTTON
|
||||||
AUTORADIOBUTTON "&Cryptographic Message Syntax Standard/PKCS #7 Message (.p7b)",
|
AUTORADIOBUTTON "&Cryptographic Message Syntax Standard/PKCS #7 Message (.p7b)",
|
||||||
IDC_EXPORT_FORMAT_CMS, 31,42,200,12, BS_AUTORADIOBUTTON
|
IDC_EXPORT_FORMAT_CMS, 31,42,240,12, BS_AUTORADIOBUTTON
|
||||||
CHECKBOX "&Include all certificates in the certification path if possible",
|
CHECKBOX "&Include all certificates in the certification path if possible",
|
||||||
IDC_EXPORT_CMS_INCLUDE_CHAIN, 44,57,200,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
IDC_EXPORT_CMS_INCLUDE_CHAIN, 44,57,240,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
||||||
AUTORADIOBUTTON "&Personal Information Exchange/PKCS #12 (.pfx)",
|
AUTORADIOBUTTON "&Personal Information Exchange/PKCS #12 (.pfx)",
|
||||||
IDC_EXPORT_FORMAT_PFX, 31,72,200,12, BS_AUTORADIOBUTTON|WS_DISABLED
|
IDC_EXPORT_FORMAT_PFX, 31,72,240,12, BS_AUTORADIOBUTTON|WS_DISABLED
|
||||||
CHECKBOX "Incl&ude all certificates in the certification path if possible",
|
CHECKBOX "Incl&ude all certificates in the certification path if possible",
|
||||||
IDC_EXPORT_PFX_INCLUDE_CHAIN, 44,87,200,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
IDC_EXPORT_PFX_INCLUDE_CHAIN, 44,87,240,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
||||||
CHECKBOX "&Enable strong encryption",
|
CHECKBOX "&Enable strong encryption",
|
||||||
IDC_EXPORT_PFX_STRONG_ENCRYPTION, 44,102,200,8,
|
IDC_EXPORT_PFX_STRONG_ENCRYPTION, 44,102,240,8,
|
||||||
BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
||||||
CHECKBOX "Delete the private &key if the export is successful",
|
CHECKBOX "Delete the private &key if the export is successful",
|
||||||
IDC_EXPORT_PFX_DELETE_PRIVATE_KEY, 44,117,200,8,
|
IDC_EXPORT_PFX_DELETE_PRIVATE_KEY, 44,117,240,8,
|
||||||
BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user