1 write to tableLayoutPanel2
WinFormsControlsTest (1)
Panels.Designer.cs (1)
36this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
9 references to tableLayoutPanel2
WinFormsControlsTest (9)
Panels.Designer.cs (9)
42this.tableLayoutPanel2.SuspendLayout(); 52this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); 57this.tableLayoutPanel2.BackColor = System.Drawing.Color.FromArgb((int)(byte)255, (int)(byte)255, (int)(byte)128); 58resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); 59this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); 60this.tableLayoutPanel2.Controls.Add(this.currentDPILabel1, 0, 1); 61this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 94this.tableLayoutPanel2.ResumeLayout(false); 95this.tableLayoutPanel2.PerformLayout();