1 write to _flowLayoutPanel1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
38
this.
_flowLayoutPanel1
= new System.Windows.Forms.FlowLayoutPanel();
12 references to _flowLayoutPanel1
PresentationUI (12)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (12)
51
this.
_flowLayoutPanel1
.SuspendLayout();
62
this.
_flowLayoutPanel1
.AutoSize = true;
63
this.
_flowLayoutPanel1
.Controls.Add(this._nextButton);
64
this.
_flowLayoutPanel1
.Controls.Add(this._cancelButton);
65
this.
_flowLayoutPanel1
.Dock = System.Windows.Forms.DockStyle.Bottom;
66
this.
_flowLayoutPanel1
.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
67
this.
_flowLayoutPanel1
.Location = new System.Drawing.Point(0, 326);
68
this.
_flowLayoutPanel1
.Name = "_flowLayoutPanel1";
69
this.
_flowLayoutPanel1
.Size = new System.Drawing.Size(548, 43);
70
this.
_flowLayoutPanel1
.TabIndex = 0;
215
this.Controls.Add(this.
_flowLayoutPanel1
);
221
this.
_flowLayoutPanel1
.ResumeLayout(false);