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