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