From f34a4d778431389f8c83e3af48793e9583a633d8 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 8 Nov 2014 14:07:05 +0800 Subject: [PATCH] hide password --- shadowsocks-csharp/View/ConfigForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowsocks-csharp/View/ConfigForm.Designer.cs b/shadowsocks-csharp/View/ConfigForm.Designer.cs index 9da7bfb0..478e6f1c 100755 --- a/shadowsocks-csharp/View/ConfigForm.Designer.cs +++ b/shadowsocks-csharp/View/ConfigForm.Designer.cs @@ -169,6 +169,7 @@ this.PasswordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.PasswordTextBox.Location = new System.Drawing.Point(74, 60); this.PasswordTextBox.Name = "PasswordTextBox"; + this.PasswordTextBox.PasswordChar = '*'; this.PasswordTextBox.Size = new System.Drawing.Size(160, 20); this.PasswordTextBox.TabIndex = 7; this.PasswordTextBox.WordWrap = false;