| File: MS\Internal\Documents\RMEnrollmentPage2.Designer.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj (PresentationUI) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // Description: // RMEnrollmentPage2 is page 2 of the RM enrollment wizard. namespace MS.Internal.Documents { partial class RMEnrollmentPage2 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> protected override void InitializeComponent() { this._flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this._nextButton = new System.Windows.Forms.Button(); this._cancelButton = new System.Windows.Forms.Button(); this._flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this._label1 = new System.Windows.Forms.Label(); this._flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this._pictureBox1 = new System.Windows.Forms.PictureBox(); this._label2 = new System.Windows.Forms.Label(); this._tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this._networkRadioButton = new System.Windows.Forms.RadioButton(); this._pictureBox2 = new System.Windows.Forms.PictureBox(); this._passportRadioButton = new System.Windows.Forms.RadioButton(); this._pictureBox4 = new System.Windows.Forms.PictureBox(); this._flowLayoutPanel1.SuspendLayout(); this._flowLayoutPanel2.SuspendLayout(); this._flowLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox1)).BeginInit(); this._tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox4)).BeginInit(); this.SuspendLayout(); // // _flowLayoutPanel1 // this._flowLayoutPanel1.AutoSize = true; this._flowLayoutPanel1.Controls.Add(this._nextButton); this._flowLayoutPanel1.Controls.Add(this._cancelButton); this._flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this._flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this._flowLayoutPanel1.Location = new System.Drawing.Point(0, 326); this._flowLayoutPanel1.Name = "_flowLayoutPanel1"; this._flowLayoutPanel1.Size = new System.Drawing.Size(548, 43); this._flowLayoutPanel1.TabIndex = 0; // // _nextButton // this._nextButton.AutoSize = true; this._nextButton.DialogResult = System.Windows.Forms.DialogResult.OK; this._nextButton.Margin = new System.Windows.Forms.Padding(10); this._nextButton.Name = "_nextButton"; this._nextButton.TabIndex = 0; this._nextButton.UseVisualStyleBackColor = true; // // _cancelButton // this._cancelButton.AutoSize = true; this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this._cancelButton.Margin = new System.Windows.Forms.Padding(10); this._cancelButton.Name = "_cancelButton"; this._cancelButton.TabIndex = 1; this._cancelButton.UseVisualStyleBackColor = true; // // _flowLayoutPanel2 // this._flowLayoutPanel2.AutoSize = true; this._flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this._flowLayoutPanel2.Controls.Add(this._label1); this._flowLayoutPanel2.Controls.Add(this._flowLayoutPanel3); this._flowLayoutPanel2.Controls.Add(this._tableLayoutPanel1); this._flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this._flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this._flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); this._flowLayoutPanel2.Name = "_flowLayoutPanel2"; this._flowLayoutPanel2.Size = new System.Drawing.Size(548, 326); this._flowLayoutPanel2.TabIndex = 1; // // _label1 // this._label1.AutoSize = true; this._label1.Location = new System.Drawing.Point(10, 10); this._label1.Margin = new System.Windows.Forms.Padding(10, 10, 3, 0); this._label1.Name = "_label1"; this._label1.Size = new System.Drawing.Size(322, 13); this._label1.TabIndex = 0; // // _flowLayoutPanel3 // this._flowLayoutPanel3.AutoSize = true; this._flowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this._flowLayoutPanel3.Controls.Add(this._pictureBox1); this._flowLayoutPanel3.Controls.Add(this._label2); this._flowLayoutPanel3.Location = new System.Drawing.Point(10, 33); this._flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(10, 10, 10, 3); this._flowLayoutPanel3.Name = "_flowLayoutPanel3"; this._flowLayoutPanel3.Size = new System.Drawing.Size(528, 38); this._flowLayoutPanel3.TabIndex = 1; // // _pictureBox1 // this._pictureBox1.BackColor = System.Drawing.Color.SeaGreen; this._pictureBox1.Location = new System.Drawing.Point(5, 5); this._pictureBox1.Margin = new System.Windows.Forms.Padding(5); this._pictureBox1.Name = "_pictureBox1"; this._pictureBox1.Size = new System.Drawing.Size(16, 16); this._pictureBox1.TabIndex = 0; this._pictureBox1.TabStop = false; // // _label2 // this._label2.AutoSize = true; this._label2.Location = new System.Drawing.Point(31, 5); this._label2.Margin = new System.Windows.Forms.Padding(5); this._label2.MaximumSize = new System.Drawing.Size(490, 0); this._label2.Name = "_label2"; this._label2.Size = new System.Drawing.Size(490, 26); this._label2.TabIndex = 1; // // _tableLayoutPanel1 // this._tableLayoutPanel1.AutoSize = true; this._tableLayoutPanel1.ColumnCount = 2; this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 71.5164F)); this._tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.48361F)); this._tableLayoutPanel1.Controls.Add(this._networkRadioButton, 0, 1); this._tableLayoutPanel1.Controls.Add(this._pictureBox2, 1, 1); this._tableLayoutPanel1.Controls.Add(this._passportRadioButton, 0, 3); this._tableLayoutPanel1.Controls.Add(this._pictureBox4, 1, 3); this._tableLayoutPanel1.Location = new System.Drawing.Point(50, 89); this._tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(50, 15, 3, 3); this._tableLayoutPanel1.MinimumSize = new System.Drawing.Size(488, 0); this._tableLayoutPanel1.Name = "_tableLayoutPanel1"; this._tableLayoutPanel1.RowCount = 4; this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this._tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this._tableLayoutPanel1.Size = new System.Drawing.Size(488, 234); this._tableLayoutPanel1.TabIndex = 2; // // _networkRadioButton // this._networkRadioButton.AutoSize = true; this._networkRadioButton.Checked = true; this._networkRadioButton.Location = new System.Drawing.Point(3, 13); this._networkRadioButton.Name = "_networkRadioButton"; this._networkRadioButton.Size = new System.Drawing.Size(126, 17); this._networkRadioButton.TabIndex = 0; this._networkRadioButton.Tag = ""; // // _pictureBox2 // this._pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None; this._pictureBox2.BackColor = System.Drawing.Color.SeaGreen; this._pictureBox2.Location = new System.Drawing.Point(368, 13); this._pictureBox2.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15); this._pictureBox2.Name = "_pictureBox2"; this._pictureBox2.Size = new System.Drawing.Size(100, 50); this._pictureBox2.TabIndex = 3; this._pictureBox2.TabStop = false; // // _passportRadioButton // this._passportRadioButton.AutoSize = true; this._passportRadioButton.Location = new System.Drawing.Point(3, 169); this._passportRadioButton.Name = "_passportRadioButton"; this._passportRadioButton.Size = new System.Drawing.Size(132, 17); this._passportRadioButton.TabIndex = 2; // // _pictureBox4 // this._pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.None; this._pictureBox4.BackColor = System.Drawing.Color.SeaGreen; this._pictureBox4.Location = new System.Drawing.Point(368, 169); this._pictureBox4.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15); this._pictureBox4.Name = "_pictureBox4"; this._pictureBox4.Size = new System.Drawing.Size(100, 50); this._pictureBox4.TabIndex = 5; this._pictureBox4.TabStop = false; // // RMEnrollmentPage2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(548, 369); this.Controls.Add(this._flowLayoutPanel2); this.Controls.Add(this._flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RMEnrollmentPage2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this._flowLayoutPanel1.ResumeLayout(false); this._flowLayoutPanel2.ResumeLayout(false); this._flowLayoutPanel2.PerformLayout(); this._flowLayoutPanel3.ResumeLayout(false); this._flowLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox1)).EndInit(); this._tableLayoutPanel1.ResumeLayout(false); this._tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._pictureBox4)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel1; private System.Windows.Forms.Button _nextButton; private System.Windows.Forms.Button _cancelButton; private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel2; private System.Windows.Forms.Label _label1; private System.Windows.Forms.FlowLayoutPanel _flowLayoutPanel3; private System.Windows.Forms.PictureBox _pictureBox1; private System.Windows.Forms.Label _label2; private System.Windows.Forms.TableLayoutPanel _tableLayoutPanel1; private System.Windows.Forms.RadioButton _networkRadioButton; private System.Windows.Forms.RadioButton _passportRadioButton; private System.Windows.Forms.PictureBox _pictureBox2; private System.Windows.Forms.PictureBox _pictureBox4; } }