1 write to tableLayoutPanel2
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
37
tableLayoutPanel2
= new System.Windows.Forms.TableLayoutPanel();
9 references to tableLayoutPanel2
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\FormatControl.Designer.cs (9)
51
tableLayoutPanel2
.SuspendLayout();
70
tableLayoutPanel3.Controls.Add(this.
tableLayoutPanel2
, 1, 1);
83
resources.ApplyResources(this.
tableLayoutPanel2
, "tableLayoutPanel2");
84
tableLayoutPanel2
.Controls.Add(this.sampleGroupBox, 0, 0);
85
tableLayoutPanel2
.Controls.Add(this.tableLayoutPanel1, 0, 1);
86
tableLayoutPanel2
.Name = "tableLayoutPanel2";
87
tableLayoutPanel3.SetRowSpan(this.
tableLayoutPanel2
, 2);
182
tableLayoutPanel2
.ResumeLayout(false);
183
tableLayoutPanel2
.PerformLayout();