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