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