1 write to tableLayoutPanel3
WinFormsControlsTest (1)
Panels.Designer.cs (1)
37
this.
tableLayoutPanel3
= new System.Windows.Forms.TableLayoutPanel();
8 references to tableLayoutPanel3
WinFormsControlsTest (8)
Panels.Designer.cs (8)
43
this.
tableLayoutPanel3
.SuspendLayout();
59
this.tableLayoutPanel2.Controls.Add(this.
tableLayoutPanel3
, 0, 0);
65
this.
tableLayoutPanel3
.BackColor = System.Drawing.Color.FromArgb((int)(byte)128, (int)(byte)255, (int)(byte)255);
66
resources.ApplyResources(this.
tableLayoutPanel3
, "tableLayoutPanel3");
67
this.
tableLayoutPanel3
.Controls.Add(this.numericUpDown1, 1, 0);
68
this.
tableLayoutPanel3
.Controls.Add(this.numericUpDown2, 1, 1);
69
this.
tableLayoutPanel3
.Name = "tableLayoutPanel3";
96
this.
tableLayoutPanel3
.ResumeLayout(false);