1 write to tableLayoutPanel1
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
38this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
19 references to tableLayoutPanel1
Accessibility_Core_App (19)
ContainerControls2.Designer.cs (19)
137this.tableLayoutPanel1.BackColor = System.Drawing.Color.Red; 138this.tableLayoutPanel1.ColumnCount = 5; 139this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 140this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 141this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 142this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 143this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); 144this.tableLayoutPanel1.Location = new System.Drawing.Point(27, 329); 145this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 146this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 147this.tableLayoutPanel1.RowCount = 2; 148this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 149this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 150this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 151this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 152this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F)); 153this.tableLayoutPanel1.Size = new System.Drawing.Size(259, 103); 154this.tableLayoutPanel1.TabIndex = 11; 433this.Controls.Add(this.tableLayoutPanel1);