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