[Ttssh2-commit] [7619] SSH認証設定ダイアログにショートカットを追加

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 4月 24日 (水) 23:10:41 JST


Revision: 7619
          https://osdn.net/projects/ttssh2/scm/svn/commits/7619
Author:   zmatsuo
Date:     2019-04-24 23:10:41 +0900 (Wed, 24 Apr 2019)
Log Message:
-----------
SSH認証設定ダイアログにショートカットを追加

Modified Paths:
--------------
    branches/ssh_auth_dialog/ttssh2/ttxssh/ttxssh.rc

-------------- next part --------------
Modified: branches/ssh_auth_dialog/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- branches/ssh_auth_dialog/ttssh2/ttxssh/ttxssh.rc	2019-04-24 14:10:27 UTC (rev 7618)
+++ branches/ssh_auth_dialog/ttssh2/ttxssh/ttxssh.rc	2019-04-24 14:10:41 UTC (rev 7619)
@@ -223,9 +223,9 @@
 BEGIN
     LTEXT           "Select defaults for authentication:",IDC_SSHAUTHBANNER,6,7,166,10
     GROUPBOX        "User name",IDC_STATIC,6,22,295,88
-    CONTROL         "Do not enter username",IDC_SSH_NO_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,35,152,10
-    CONTROL         "Use following username",IDC_SSH_DEFAULTUSERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,50,152,10
-    CONTROL         "Use system username",IDC_SSH_WINDOWS_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,78,152,10
+    CONTROL         "&Do not enter username",IDC_SSH_NO_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,35,152,10
+    CONTROL         "U&se following username",IDC_SSH_DEFAULTUSERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,50,152,10
+    CONTROL         "Us&e system username",IDC_SSH_WINDOWS_USERNAME,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,19,78,152,10
     EDITTEXT        IDC_SSHUSERNAME,35,62,145,12,ES_AUTOHSCROLL
     LTEXT           "Current username is ""%s""",IDC_SSH_WINDOWS_USERNAME_TEXT,35,93,128,10
     GROUPBOX        "Authentication methods ",IDC_STATIC,6,120,295,200
@@ -613,11 +613,11 @@
 
 2 TEXTINCLUDE 
 BEGIN
-	"#include <windows.h>\r\n"
-	"#ifndef IDC_STATIC\r\n"
-	"#define IDC_STATIC -1\r\n"
-	"#endif\r\n"
-	"\0"
+    "#include <windows.h>\r\n"
+    "#ifndef IDC_STATIC\r\n"
+    "#define IDC_STATIC -1\r\n"
+    "#endif\r\n"
+    "\0"
 END
 
 3 TEXTINCLUDE 
@@ -653,6 +653,11 @@
     0
 END
 
+IDD_SSHAUTHSETUP AFX_DIALOG_LAYOUT
+BEGIN
+    0
+END
+
 #endif    // \x89p\x8C\xEA (\x95č\x91) resources
 /////////////////////////////////////////////////////////////////////////////
 


Ttssh2-commit メーリングリストの案内
Back to archive index