1 write to tableLayoutPanel1
WinFormsControlsTest (1)
Panels.Designer.cs (1)
35this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
7 references to tableLayoutPanel1
WinFormsControlsTest (7)
Panels.Designer.cs (7)
41this.tableLayoutPanel1.SuspendLayout(); 50this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb((int)(byte)128, (int)(byte)255, (int)(byte)128); 51resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 52this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); 53this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 91this.Controls.Add(this.tableLayoutPanel1); 93this.tableLayoutPanel1.ResumeLayout(false);