| File: MS\Internal\Documents\RMEnrollmentPage1.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: // RMEnrollmentPage1 is page 1 of the RM enrollment wizard. namespace MS.Internal.Documents { partial class RMEnrollmentPage1 { /// <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() { _panel1 = new System.Windows.Forms.Panel(); _flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); _label1 = new System.Windows.Forms.Label(); _flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); _flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); _label2 = new System.Windows.Forms.Label(); _label3 = new System.Windows.Forms.Label(); _privacyLabel = new System.Windows.Forms.Label(); _instructionlabel = new System.Windows.Forms.Label(); _panel2 = new System.Windows.Forms.Panel(); _pictureBox = new System.Windows.Forms.PictureBox(); _flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); _nextButton = new System.Windows.Forms.Button(); _cancelButton = new System.Windows.Forms.Button(); _panel1.SuspendLayout(); _flowLayoutPanel2.SuspendLayout(); _flowLayoutPanel3.SuspendLayout(); _flowLayoutPanel4.SuspendLayout(); _panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_pictureBox)).BeginInit(); _flowLayoutPanel1.SuspendLayout(); SuspendLayout(); // // _panel1 // _panel1.AutoSize = true; _panel1.Controls.Add(_flowLayoutPanel2); _panel1.Controls.Add(_flowLayoutPanel1); _panel1.Dock = System.Windows.Forms.DockStyle.Fill; _panel1.Location = new System.Drawing.Point(0, 0); _panel1.Name = "_panel1"; _panel1.Size = new System.Drawing.Size(398, 196); _panel1.TabIndex = 0; // // _flowLayoutPanel2 // _flowLayoutPanel2.AutoSize = true; _flowLayoutPanel2.Controls.Add(_flowLayoutPanel3); _flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; _flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; _flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); _flowLayoutPanel2.Name = "_flowLayoutPanel2"; _flowLayoutPanel2.Size = new System.Drawing.Size(398, 153); _flowLayoutPanel2.TabIndex = 1; // // _flowLayoutPanel3 // _flowLayoutPanel3.AutoSize = true; _flowLayoutPanel3.Controls.Add(_flowLayoutPanel4); _flowLayoutPanel3.Controls.Add(_panel2); _flowLayoutPanel3.Location = new System.Drawing.Point(3, 16); _flowLayoutPanel3.Name = "_flowLayoutPanel3"; _flowLayoutPanel3.Size = new System.Drawing.Size(353, 111); _flowLayoutPanel3.TabIndex = 1; // // _flowLayoutPanel4 // _flowLayoutPanel4.AutoSize = true; _flowLayoutPanel4.Controls.Add(_label1); _flowLayoutPanel4.Controls.Add(_label2); _flowLayoutPanel4.Controls.Add(_label3); _flowLayoutPanel4.Controls.Add(_privacyLabel); _flowLayoutPanel4.Controls.Add(_instructionlabel); _flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; _flowLayoutPanel4.Location = new System.Drawing.Point(3, 3); _flowLayoutPanel4.Name = "_flowLayoutPanel4"; _flowLayoutPanel4.Size = new System.Drawing.Size(198, 89); _flowLayoutPanel4.TabIndex = 0; // // _label1 // _label1.AutoSize = true; _label1.Location = new System.Drawing.Point(30, 1); _label1.Margin = new System.Windows.Forms.Padding(30, 5, 3, 0); _label1.MaximumSize = new System.Drawing.Size(400, 0); _label1.Name = "_label1"; _label1.Size = new System.Drawing.Size(392, 13); _label1.TabIndex = 0; // // _label2 // _label2.AutoSize = true; _label2.Location = new System.Drawing.Point(30, 20); _label2.Margin = new System.Windows.Forms.Padding(30, 0, 3, 0); _label2.MaximumSize = new System.Drawing.Size(400, 0); _label2.Name = "_label2"; _label2.Size = new System.Drawing.Size(0, 0); _label2.TabIndex = 0; // // _label3 // _label3.AutoSize = true; _label3.Location = new System.Drawing.Point(30, 30); _label3.Margin = new System.Windows.Forms.Padding(30, 10, 3, 0); _label3.MaximumSize = new System.Drawing.Size(400, 0); _label3.Name = "_label3"; _label3.Size = new System.Drawing.Size(165, 13); _label3.TabIndex = 1; // // _privacyLabel // _privacyLabel.AutoSize = true; _privacyLabel.Location = new System.Drawing.Point(30, 53); _privacyLabel.Margin = new System.Windows.Forms.Padding(30, 0, 3, 0); _privacyLabel.MaximumSize = new System.Drawing.Size(400, 0); _privacyLabel.Name = "_privacyLabel"; _privacyLabel.Size = new System.Drawing.Size(89, 13); _privacyLabel.TabIndex = 2; // // _instructionlabel // _instructionlabel.AutoSize = true; _instructionlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); _instructionlabel.Location = new System.Drawing.Point(30, 76); _instructionlabel.Margin = new System.Windows.Forms.Padding(30, 8, 3, 0); _instructionlabel.Name = "_instructionlabel"; _instructionlabel.Size = new System.Drawing.Size(140, 13); _instructionlabel.TabIndex = 3; // // _panel2 // _panel2.Controls.Add(_pictureBox); _panel2.Location = new System.Drawing.Point(207, 3); _panel2.Name = "_panel2"; _panel2.Size = new System.Drawing.Size(13, 105); _panel2.TabIndex = 1; // // _pictureBox // _pictureBox.BackColor = System.Drawing.Color.SeaGreen; _pictureBox.Location = new System.Drawing.Point(27, 4); _pictureBox.Name = "_pictureBox"; _pictureBox.Size = new System.Drawing.Size(78, 75); _pictureBox.TabIndex = 0; _pictureBox.TabStop = false; // // _flowLayoutPanel1 // _flowLayoutPanel1.AutoSize = true; _flowLayoutPanel1.Controls.Add(_nextButton); _flowLayoutPanel1.Controls.Add(_cancelButton); _flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; _flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; _flowLayoutPanel1.Location = new System.Drawing.Point(0, 153); _flowLayoutPanel1.Name = "_flowLayoutPanel1"; _flowLayoutPanel1.TabIndex = 0; // // _nextButton // _nextButton.AutoSize = true; _nextButton.DialogResult = System.Windows.Forms.DialogResult.OK; _nextButton.Margin = new System.Windows.Forms.Padding(10); _nextButton.Name = "_nextButton"; _nextButton.TabIndex = 0; _nextButton.UseVisualStyleBackColor = true; // // _cancelButton // _cancelButton.AutoSize = true; _cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; _cancelButton.Margin = new System.Windows.Forms.Padding(10); _cancelButton.Name = "_cancelButton"; _cancelButton.TabIndex = 1; _cancelButton.UseVisualStyleBackColor = true; // // RMEnrollmentPage1 // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; AutoSize = true; ClientSize = new System.Drawing.Size(398, 196); Controls.Add(_panel1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; MaximizeBox = false; MinimizeBox = false; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; Name = "RMEnrollmentPage1"; _panel1.ResumeLayout(false); _panel1.PerformLayout(); _flowLayoutPanel2.ResumeLayout(false); _flowLayoutPanel2.PerformLayout(); _flowLayoutPanel3.ResumeLayout(false); _flowLayoutPanel3.PerformLayout(); _flowLayoutPanel4.ResumeLayout(false); _flowLayoutPanel4.PerformLayout(); _panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_pictureBox)).EndInit(); _flowLayoutPanel1.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Panel _panel1; 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.FlowLayoutPanel _flowLayoutPanel4; private System.Windows.Forms.Label _label2; private System.Windows.Forms.Label _label3; private System.Windows.Forms.Panel _panel2; private System.Windows.Forms.PictureBox _pictureBox; private System.Windows.Forms.Label _privacyLabel; private System.Windows.Forms.Label _instructionlabel; } }