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