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