Browse Source

hide password

tags/2.3
clowwindy 10 years ago
parent
commit
f34a4d7784
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shadowsocks-csharp/View/ConfigForm.Designer.cs

+ 1
- 0
shadowsocks-csharp/View/ConfigForm.Designer.cs View File

@@ -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;


Loading…
Cancel
Save