コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.titleLabel    = new System.Windows.Forms.Label();
     this.subtitleLabel = new System.Windows.Forms.Label();
     this.etchedLine1   = new Wizard.Controls.EtchedLine();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold,
                                                    System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(16, 8);
     this.titleLabel.Name     = "titleLabel";
     this.titleLabel.Size     = new System.Drawing.Size(432, 16);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text     = "Title";
     //
     // subtitleLabel
     //
     this.subtitleLabel.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.subtitleLabel.Location = new System.Drawing.Point(40, 24);
     this.subtitleLabel.Name     = "subtitleLabel";
     this.subtitleLabel.Size     = new System.Drawing.Size(408, 32);
     this.subtitleLabel.TabIndex = 1;
     this.subtitleLabel.Text     = "Subtitle";
     //
     // etchedLine1
     //
     this.etchedLine1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.etchedLine1.Edge     = Wizard.Controls.EtchEdge.Bottom;
     this.etchedLine1.Location = new System.Drawing.Point(0, 56);
     this.etchedLine1.Name     = "etchedLine1";
     this.etchedLine1.Size     = new System.Drawing.Size(456, 8);
     this.etchedLine1.TabIndex = 0;
     //
     // WizardBanner
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.etchedLine1);
     this.Controls.Add(this.subtitleLabel);
     this.Controls.Add(this.titleLabel);
     this.Name = "WizardBanner";
     this.Size = new System.Drawing.Size(456, 64);
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: WizardBanner.cs プロジェクト: benamenco/InfernoRDN
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.titleLabel = new System.Windows.Forms.Label();
     this.subtitleLabel = new System.Windows.Forms.Label();
     this.etchedLine1 = new Wizard.Controls.EtchedLine();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.titleLabel.Location = new System.Drawing.Point(16, 8);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(432, 16);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text = "Title";
     //
     // subtitleLabel
     //
     this.subtitleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.subtitleLabel.Location = new System.Drawing.Point(40, 24);
     this.subtitleLabel.Name = "subtitleLabel";
     this.subtitleLabel.Size = new System.Drawing.Size(408, 32);
     this.subtitleLabel.TabIndex = 1;
     this.subtitleLabel.Text = "Subtitle";
     //
     // etchedLine1
     //
     this.etchedLine1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.etchedLine1.Edge = Wizard.Controls.EtchEdge.Bottom;
     this.etchedLine1.Location = new System.Drawing.Point(0, 56);
     this.etchedLine1.Name = "etchedLine1";
     this.etchedLine1.Size = new System.Drawing.Size(456, 8);
     this.etchedLine1.TabIndex = 0;
     //
     // WizardBanner
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.Add(this.etchedLine1);
     this.Controls.Add(this.subtitleLabel);
     this.Controls.Add(this.titleLabel);
     this.Name = "WizardBanner";
     this.Size = new System.Drawing.Size(456, 64);
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.backButton = new System.Windows.Forms.Button();
     this.nextButton = new System.Windows.Forms.Button();
     this.finishButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.buttonPanel = new System.Windows.Forms.Panel();
     this.etchedLine1 = new Wizard.Controls.EtchedLine();
     this.pagePanel = new System.Windows.Forms.Panel();
     this.buttonPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // backButton
     //
     this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.backButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.backButton.Location = new System.Drawing.Point(134, 8);
     this.backButton.Name = "backButton";
     this.backButton.TabIndex = 0;
     this.backButton.Text = "< &Back";
     this.backButton.Click += new System.EventHandler(this.backButton_Click);
     //
     // nextButton
     //
     this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.nextButton.Location = new System.Drawing.Point(208, 8);
     this.nextButton.Name = "nextButton";
     this.nextButton.TabIndex = 1;
     this.nextButton.Text = "&Next >";
     this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
     //
     // finishButton
     //
     this.finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.finishButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.finishButton.Location = new System.Drawing.Point(208, 8);
     this.finishButton.Name = "finishButton";
     this.finishButton.TabIndex = 2;
     this.finishButton.Text = "&Finish";
     this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location = new System.Drawing.Point(296, 8);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.TabIndex = 3;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // buttonPanel
     //
     this.buttonPanel.Controls.Add(this.etchedLine1);
     this.buttonPanel.Controls.Add(this.cancelButton);
     this.buttonPanel.Controls.Add(this.backButton);
     this.buttonPanel.Controls.Add(this.finishButton);
     this.buttonPanel.Controls.Add(this.nextButton);
     this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.buttonPanel.Location = new System.Drawing.Point(0, 101);
     this.buttonPanel.Name = "buttonPanel";
     this.buttonPanel.Size = new System.Drawing.Size(384, 40);
     this.buttonPanel.TabIndex = 4;
     //
     // etchedLine1
     //
     this.etchedLine1.Dock = System.Windows.Forms.DockStyle.Top;
     this.etchedLine1.Edge = Wizard.Controls.EtchEdge.Top;
     this.etchedLine1.Location = new System.Drawing.Point(0, 0);
     this.etchedLine1.Name = "etchedLine1";
     this.etchedLine1.Size = new System.Drawing.Size(384, 8);
     this.etchedLine1.TabIndex = 4;
     //
     // pagePanel
     //
     this.pagePanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pagePanel.Location = new System.Drawing.Point(0, 0);
     this.pagePanel.Name = "pagePanel";
     this.pagePanel.Size = new System.Drawing.Size(384, 101);
     this.pagePanel.TabIndex = 5;
     //
     // WizardSheet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(384, 141);
     this.Controls.Add(this.pagePanel);
     this.Controls.Add(this.buttonPanel);
     this.Name = "WizardSheet";
     this.Text = "WizardSheet";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.WizardSheet_Closing);
     this.Load += new System.EventHandler(this.WizardSheet_Load);
     this.buttonPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lnkSignIn = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.label3 = new System.Windows.Forms.Label();
     this.etchedLine1 = new Wizard.Controls.EtchedLine();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.creds = new kwm.Credentials();
     this.panel1 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // Banner
     //
     this.Banner.Size = new System.Drawing.Size(512, 35);
     this.Banner.Subtitle = "";
     this.Banner.Title = "Step 1 of 2: Account creation";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
     this.label1.Location = new System.Drawing.Point(21, 121);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(196, 20);
     this.label1.TabIndex = 15;
     this.label1.Text = "Sign up today. It\'s free.";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(22, 250);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(0, 15);
     this.label2.TabIndex = 17;
     //
     // lnkSignIn
     //
     this.lnkSignIn.AutoSize = true;
     this.lnkSignIn.LinkArea = new System.Windows.Forms.LinkArea(25, 8);
     this.lnkSignIn.Location = new System.Drawing.Point(28, 251);
     this.lnkSignIn.Name = "lnkSignIn";
     this.lnkSignIn.Size = new System.Drawing.Size(176, 17);
     this.lnkSignIn.TabIndex = 18;
     this.lnkSignIn.TabStop = true;
     this.lnkSignIn.Text = "Already have an account? Sign in.";
     this.lnkSignIn.UseCompatibleTextRendering = true;
     this.lnkSignIn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel2.Location = new System.Drawing.Point(3, 45);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(119, 32);
     this.linkLabel2.TabIndex = 19;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Compare \r\nSubscription Plans";
     this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(3, 45);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(506, 43);
     this.label3.TabIndex = 20;
     this.label3.Text = "Create your account and start enjoying the benefits of\r\nSimple and Secure File-Sh" +
         "aring immediately.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // etchedLine1
     //
     this.etchedLine1.Edge = Wizard.Controls.EtchEdge.Top;
     this.etchedLine1.Location = new System.Drawing.Point(17, 107);
     this.etchedLine1.Name = "etchedLine1";
     this.etchedLine1.Size = new System.Drawing.Size(477, 10);
     this.etchedLine1.TabIndex = 21;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::kwm.Properties.Resources.cart;
     this.pictureBox1.Location = new System.Drawing.Point(46, 10);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(32, 32);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 22;
     this.pictureBox1.TabStop = false;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Location = new System.Drawing.Point(351, 116);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(132, 97);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     //
     // creds
     //
     this.creds.KpsAddress = "tbsos01.teambox.co";
     this.creds.Location = new System.Drawing.Point(25, 103);
     this.creds.Name = "creds";
     this.creds.Password = "";
     this.creds.SigninMode = false;
     this.creds.Size = new System.Drawing.Size(305, 103);
     this.creds.TabIndex = 14;
     this.creds.UserName = "";
     this.creds.OnCredFieldChange += new System.EventHandler<System.EventArgs>(this.creds_OnCredFieldChange);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.linkLabel2);
     this.panel1.Location = new System.Drawing.Point(3, 7);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(125, 86);
     this.panel1.TabIndex = 0;
     //
     // ConfigKPPRegistration
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.etchedLine1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lnkSignIn);
     this.Controls.Add(this.creds);
     this.Name = "ConfigKPPRegistration";
     this.Size = new System.Drawing.Size(512, 319);
     this.WizardBack += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPCredentials_WizardBack);
     this.WizardNext += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPCredentials_WizardNext);
     this.SetActive += new System.ComponentModel.CancelEventHandler(this.ConfigKPPRegistration_SetActive);
     this.Controls.SetChildIndex(this.creds, 0);
     this.Controls.SetChildIndex(this.lnkSignIn, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.etchedLine1, 0);
     this.Controls.SetChildIndex(this.Banner, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.emailLabel = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.etchedLine1 = new Wizard.Controls.EtchedLine();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Banner
     //
     this.Banner.Size = new System.Drawing.Size(432, 35);
     this.Banner.Subtitle = "";
     this.Banner.Title = "Step 2 of 2: Email confirmation";
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(20, 147);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(393, 110);
     this.label1.TabIndex = 16;
     this.label1.Text = "To complete your sign-up, follow the instructions in the email.\r\n\r\nIf you don\'t g" +
         "et an email from us within a few minutes, please be sure to check your spam filt" +
         "er.";
     //
     // emailLabel
     //
     this.emailLabel.AutoSize = true;
     this.emailLabel.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.emailLabel.Location = new System.Drawing.Point(162, 86);
     this.emailLabel.Margin = new System.Windows.Forms.Padding(0);
     this.emailLabel.Name = "emailLabel";
     this.emailLabel.Size = new System.Drawing.Size(116, 19);
     this.emailLabel.TabIndex = 18;
     this.emailLabel.Text = "*****@*****.**";
     this.emailLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(61, 54);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(329, 29);
     this.label2.TabIndex = 19;
     this.label2.Text = "A confirmation email has been sent to:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // etchedLine1
     //
     this.etchedLine1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.etchedLine1.Edge = Wizard.Controls.EtchEdge.Top;
     this.etchedLine1.Location = new System.Drawing.Point(24, 128);
     this.etchedLine1.Name = "etchedLine1";
     this.etchedLine1.Size = new System.Drawing.Size(389, 14);
     this.etchedLine1.TabIndex = 20;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::kwm.Properties.Resources.email_48x45;
     this.pictureBox1.Location = new System.Drawing.Point(14, 51);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.TabIndex = 21;
     this.pictureBox1.TabStop = false;
     //
     // ConfigKPPEmailVerif
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.etchedLine1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.emailLabel);
     this.Controls.Add(this.label1);
     this.Name = "ConfigKPPEmailVerif";
     this.Size = new System.Drawing.Size(432, 275);
     this.WizardBack += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPEmailVerif_WizardBack);
     this.WizardNext += new Wizard.UI.WizardPageEventHandler(this.ConfigKPPEmailVerif_WizardNext);
     this.SetActive += new System.ComponentModel.CancelEventHandler(this.ConfigKPPEmailVerif_SetActive);
     this.Controls.SetChildIndex(this.Banner, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.emailLabel, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.etchedLine1, 0);
     this.Controls.SetChildIndex(this.pictureBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }