1 write to tableLayoutPanel2
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
62this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
13 references to tableLayoutPanel2
Accessibility_Core_App (13)
ContainerControls2.Designer.cs (13)
402this.tableLayoutPanel2.BackColor = System.Drawing.Color.Green; 403this.tableLayoutPanel2.ColumnCount = 2; 404this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 405this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 406this.tableLayoutPanel2.Location = new System.Drawing.Point(582, 329); 407this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 408this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 409this.tableLayoutPanel2.RowCount = 2; 410this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 411this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 412this.tableLayoutPanel2.Size = new System.Drawing.Size(258, 103); 413this.tableLayoutPanel2.TabIndex = 15; 421this.Controls.Add(this.tableLayoutPanel2);