Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3196 by yutakapon, Mon Dec 29 16:48:36 2008 UTC revision 3197 by doda, Fri Jan 9 12:17:32 2009 UTC
# Line 291  FONT 8, "Tahoma", 400, 0, 0x0 Line 291  FONT 8, "Tahoma", 400, 0, 0x0
291  BEGIN  BEGIN
292      DEFPUSHBUTTON   "&Generate",IDOK,199,7,50,14      DEFPUSHBUTTON   "&Generate",IDOK,199,7,50,14
293      PUSHBUTTON      "Cancel",IDCANCEL,199,24,50,14      PUSHBUTTON      "Cancel",IDCANCEL,199,24,50,14
294      GROUPBOX        "Key type",IDC_KEYTYPE,11,7,132,26      GROUPBOX        "Key type",IDC_KEYTYPE,11,7,104,26
295      CONTROL         "RS&A1",IDC_RSA1_TYPE,"Button",BS_AUTORADIOBUTTON,17,19,30,10      CONTROL         "RS&A1",IDC_RSA1_TYPE,"Button",BS_AUTORADIOBUTTON,17,18,30,10
296      CONTROL         "&RSA",IDC_RSA_TYPE,"Button",BS_AUTORADIOBUTTON,62,19,29,10      CONTROL         "&RSA",IDC_RSA_TYPE,"Button",BS_AUTORADIOBUTTON,52,18,25,10
297      CONTROL         "&DSA",IDC_DSA_TYPE,"Button",BS_AUTORADIOBUTTON,101,19,29,10      CONTROL         "&DSA",IDC_DSA_TYPE,"Button",BS_AUTORADIOBUTTON,82,18,25,10
298        RTEXT           "Key &Bits:",IDC_KEYBITS_LABEL,120,18,40,10,NOT WS_GROUP
299        EDITTEXT        IDC_KEYBITS,165,16,25,12,ES_AUTOHSCROLL | WS_GROUP
300      RTEXT           "Key passphrase:",IDC_KEY_LABEL,14,49,80,8      RTEXT           "Key passphrase:",IDC_KEY_LABEL,14,49,80,8
301      RTEXT           "Confirm passphrase:",IDC_CONFIRM_LABEL,14,66,80,8      RTEXT           "Confirm passphrase:",IDC_CONFIRM_LABEL,14,66,80,8
302      EDITTEXT        IDC_KEY_EDIT,98,47,107,14,ES_PASSWORD | ES_AUTOHSCROLL      EDITTEXT        IDC_KEY_EDIT,98,47,107,14,ES_PASSWORD | ES_AUTOHSCROLL

Legend:
Removed from v.3196  
changed lines
  Added in v.3197

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26