1 write to tableLayoutPanel3
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
35
tableLayoutPanel3
= new System.Windows.Forms.TableLayoutPanel();
12 references to tableLayoutPanel3
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\FormatControl.Designer.cs (12)
50
tableLayoutPanel3
.SuspendLayout();
60
formatGroupBox.Controls.Add(this.
tableLayoutPanel3
);
68
resources.ApplyResources(this.
tableLayoutPanel3
, "tableLayoutPanel3");
69
tableLayoutPanel3
.Controls.Add(this.explanationLabel, 0, 0);
70
tableLayoutPanel3
.Controls.Add(this.tableLayoutPanel2, 1, 1);
71
tableLayoutPanel3
.Controls.Add(this.formatTypeLabel, 0, 1);
72
tableLayoutPanel3
.Controls.Add(this.formatTypeListBox, 0, 2);
73
tableLayoutPanel3
.Name = "tableLayoutPanel3";
78
tableLayoutPanel3
.SetColumnSpan(this.explanationLabel, 2);
87
tableLayoutPanel3
.SetRowSpan(this.tableLayoutPanel2, 2);
180
tableLayoutPanel3
.ResumeLayout(false);
181
tableLayoutPanel3
.PerformLayout();