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