mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Force not writing the password
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@881 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
a596c8f4ea
commit
40b0513b9c
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ namespace GreenshotConfluencePlugin {
|
|||
// checkBoxDoNotStorePassword
|
||||
//
|
||||
this.checkBoxDoNotStorePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.checkBoxDoNotStorePassword.Checked = true;
|
||||
this.checkBoxDoNotStorePassword.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.checkBoxDoNotStorePassword.Location = new System.Drawing.Point(102, 99);
|
||||
this.checkBoxDoNotStorePassword.Name = "checkBoxDoNotStorePassword";
|
||||
this.checkBoxDoNotStorePassword.Size = new System.Drawing.Size(276, 24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue