[Ttssh2-commit] [7638] 三角アイコンが表示されるようにした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 4月 30日 (火) 02:58:34 JST


Revision: 7638
          https://osdn.net/projects/ttssh2/scm/svn/commits/7638
Author:   zmatsuo
Date:     2019-04-30 02:58:34 +0900 (Tue, 30 Apr 2019)
Log Message:
-----------
三角アイコンが表示されるようにした
BS_BITMAPをBS_ICONに修正

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.rc

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.rc	2019-04-29 16:23:01 UTC (rev 7637)
+++ trunk/ttssh2/ttxssh/ttxssh.rc	2019-04-29 17:58:34 UTC (rev 7638)
@@ -58,10 +58,10 @@
     LTEXT           "Authentication required.",IDC_SSHAUTHBANNER2,6,16,281,10
     LTEXT           "User &name:",IDC_SSHUSERNAMELABEL,17,31,46,8
     EDITTEXT        IDC_SSHUSERNAME,73,29,146,12,ES_AUTOHSCROLL
-    PUSHBUTTON      "",IDC_USERNAME_OPTION,224,28,14,14,BS_BITMAP
+    PUSHBUTTON      "",IDC_USERNAME_OPTION,224,28,14,14,BS_ICON
     LTEXT           "&Passphrase:",IDC_SSHPASSWORDCAPTION,17,46,47,8
     EDITTEXT        IDC_SSHPASSWORD,73,44,146,12,ES_PASSWORD | ES_AUTOHSCROLL
-    PUSHBUTTON      "",IDC_SSHPASSWORD_OPTION,224,43,14,14,BS_BITMAP
+    PUSHBUTTON      "",IDC_SSHPASSWORD_OPTION,224,43,14,14,BS_ICON
     CONTROL         "Remember password in &memory",IDC_REMEMBER_PASSWORD,
                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,61,132,10
     CONTROL         "F&orward agent",IDC_FORWARD_AGENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,75,132,10


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