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