mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
A couple of UI tweaks in puttygen
[originally from svn r725]
This commit is contained in:
parent
450905f02c
commit
26ff0d4e75
@ -365,8 +365,8 @@ static int CALLBACK MainDlgProc (HWND hwnd, UINT msg,
|
|||||||
staticbtn(&cp, "Save the generated key to a new file",
|
staticbtn(&cp, "Save the generated key to a new file",
|
||||||
IDC_SAVESTATIC, "&Save", IDC_SAVE);
|
IDC_SAVESTATIC, "&Save", IDC_SAVE);
|
||||||
endbox(&cp);
|
endbox(&cp);
|
||||||
beginbox(&cp, "Actions",
|
beginbox(&cp, "Parameters",
|
||||||
IDC_BOX_ACTIONS, IDC_BOXT_ACTIONS);
|
IDC_BOX_PARAMS, IDC_BOXT_PARAMS);
|
||||||
staticedit(&cp, "Number of &bits in a generated key:",
|
staticedit(&cp, "Number of &bits in a generated key:",
|
||||||
IDC_BITSSTATIC, IDC_BITS, 20);
|
IDC_BITSSTATIC, IDC_BITS, 20);
|
||||||
endbox(&cp);
|
endbox(&cp);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
200 ICON "puttygen.ico"
|
200 ICON "puttygen.ico"
|
||||||
|
|
||||||
201 DIALOG DISCARDABLE 0, 0, 300, 300
|
201 DIALOG DISCARDABLE 0, 0, 300, 276
|
||||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "PuTTY Key Generator"
|
CAPTION "PuTTY Key Generator"
|
||||||
FONT 8, "MS Sans Serif"
|
FONT 8, "MS Sans Serif"
|
||||||
|
Loading…
Reference in New Issue
Block a user