1 write to _tableLayoutPanel1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
46this._tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
23 references to _tableLayoutPanel1
PresentationUI (23)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (23)
55this._tableLayoutPanel1.SuspendLayout(); 96this._flowLayoutPanel2.Controls.Add(this._tableLayoutPanel1); 147this._tableLayoutPanel1.AutoSize = true; 148this._tableLayoutPanel1.ColumnCount = 2; 149this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.5164F)); 150this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.48361F)); 151this._tableLayoutPanel1.Controls.Add(this._networkRadioButton, 0, 1); 152this._tableLayoutPanel1.Controls.Add(this._pictureBox2, 1, 1); 153this._tableLayoutPanel1.Controls.Add(this._passportRadioButton, 0, 3); 154this._tableLayoutPanel1.Controls.Add(this._pictureBox4, 1, 3); 155this._tableLayoutPanel1.Location = new System.Drawing.Point(50, 89); 156this._tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(50, 15, 3, 3); 157this._tableLayoutPanel1.MinimumSize = new System.Drawing.Size(488, 0); 158this._tableLayoutPanel1.Name = "_tableLayoutPanel1"; 159this._tableLayoutPanel1.RowCount = 4; 160this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); 161this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 162this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); 163this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 164this._tableLayoutPanel1.Size = new System.Drawing.Size(488, 234); 165this._tableLayoutPanel1.TabIndex = 2; 227this._tableLayoutPanel1.ResumeLayout(false); 228this._tableLayoutPanel1.PerformLayout();