1 write to tableLayoutPanel1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
35
this.
tableLayoutPanel1
= new System.Windows.Forms.TableLayoutPanel();
18 references to tableLayoutPanel1
PresentationUI (18)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (18)
41
this.
tableLayoutPanel1
.SuspendLayout();
48
this.
tableLayoutPanel1
.AutoSize = true;
49
this.
tableLayoutPanel1
.ColumnCount = 1;
50
this.
tableLayoutPanel1
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
51
this.
tableLayoutPanel1
.Controls.Add(this.flowLayoutPanel2, 0, 1);
52
this.
tableLayoutPanel1
.Controls.Add(this.tableLayoutPanel2, 0, 2);
53
this.
tableLayoutPanel1
.Dock = System.Windows.Forms.DockStyle.Fill;
54
this.
tableLayoutPanel1
.Location = new System.Drawing.Point(0, 0);
55
this.
tableLayoutPanel1
.Name = "tableLayoutPanel1";
56
this.
tableLayoutPanel1
.RowCount = 3;
57
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
58
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
59
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
60
this.
tableLayoutPanel1
.Size = new System.Drawing.Size(419, 218);
61
this.
tableLayoutPanel1
.TabIndex = 0;
125
this.Controls.Add(this.
tableLayoutPanel1
);
131
this.
tableLayoutPanel1
.ResumeLayout(false);
132
this.
tableLayoutPanel1
.PerformLayout();