1 write to tableLayoutPanel2
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
38
this.
tableLayoutPanel2
= new System.Windows.Forms.TableLayoutPanel();
17 references to tableLayoutPanel2
PresentationUI (17)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (17)
43
this.
tableLayoutPanel2
.SuspendLayout();
52
this.tableLayoutPanel1.Controls.Add(this.
tableLayoutPanel2
, 0, 2);
84
this.
tableLayoutPanel2
.AutoSize = true;
85
this.
tableLayoutPanel2
.ColumnCount = 1;
86
this.
tableLayoutPanel2
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
87
this.
tableLayoutPanel2
.Controls.Add(this.label3, 0, 0);
88
this.
tableLayoutPanel2
.Controls.Add(this.progressBar1, 0, 1);
89
this.
tableLayoutPanel2
.Dock = System.Windows.Forms.DockStyle.Fill;
90
this.
tableLayoutPanel2
.Location = new System.Drawing.Point(3, 80);
91
this.
tableLayoutPanel2
.Name = "tableLayoutPanel2";
92
this.
tableLayoutPanel2
.RowCount = 2;
93
this.
tableLayoutPanel2
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
94
this.
tableLayoutPanel2
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
95
this.
tableLayoutPanel2
.Size = new System.Drawing.Size(413, 135);
96
this.
tableLayoutPanel2
.TabIndex = 2;
135
this.
tableLayoutPanel2
.ResumeLayout(false);
136
this.
tableLayoutPanel2
.PerformLayout();