Disable useless controls on the left side of DiscoHawk (re: #3079)

This commit is contained in:
YoshiRulz 2022-05-24 07:38:48 +10:00
parent 09061843f4
commit f62135676e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,7 @@
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Enabled = false;
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(253, 206);
@ -171,6 +172,7 @@
//
this.groupBox2.Controls.Add(this.checkEnableOutput);
this.groupBox2.Controls.Add(this.radioButton4);
this.groupBox2.Enabled = false;
this.groupBox2.Location = new System.Drawing.Point(12, 224);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(253, 69);
@ -205,6 +207,7 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Enabled = false;
this.label6.Location = new System.Drawing.Point(9, 305);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(111, 13);
@ -224,6 +227,7 @@
//
this.lvCompareTargets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lvCompareTargets.Enabled = false;
this.lvCompareTargets.FullRowSelect = true;
this.lvCompareTargets.GridLines = true;
this.lvCompareTargets.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;