diff options
author | emkael <emkael@tlen.pl> | 2017-12-28 02:00:25 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-12-28 02:00:25 +0100 |
commit | 35cff76afbddb69edcb3503f86cea883963f13cf (patch) | |
tree | 25ebc78b20fad93f4aaa6c58ecb5bc7690a3b220 /Aktywator/MainForm.Designer.cs | |
parent | fd382a796b78bd460ab7ad87af3f001f23f5a27c (diff) |
Disabling default automatic updates of names list.
Fixes #22
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index c5ac4ad..f739912 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -901,8 +901,6 @@ // checkBox1 // this.checkBox1.AutoSize = true; - this.checkBox1.Checked = true; - this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Location = new System.Drawing.Point(252, 74); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(154, 17); |