Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this._ButtonDefault      = new System.Windows.Forms.Button();
     this._TextUsername       = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._LabelPassword      = new System.Windows.Forms.Label();
     this._LabelUsername      = new System.Windows.Forms.Label();
     this._LabelAccountTitle  = new System.Windows.Forms.Label();
     this._LabelError         = new System.Windows.Forms.Label();
     this._PictureExclamation = new System.Windows.Forms.PictureBox();
     this._TextPassword       = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._ButtonRemove       = new System.Windows.Forms.Button();
     this._CheckMailto        = new System.Windows.Forms.CheckBox();
     this._LabelBrowser       = new System.Windows.Forms.Label();
     this._ComboBrowser       = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).BeginInit();
     this.SuspendLayout();
     //
     // _ButtonDefault
     //
     this._ButtonDefault.AutoSize                = true;
     this._ButtonDefault.Enabled                 = false;
     this._ButtonDefault.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this._ButtonDefault.Location                = new System.Drawing.Point(100, 253);
     this._ButtonDefault.MinimumSize             = new System.Drawing.Size(65, 23);
     this._ButtonDefault.Name                    = "_ButtonDefault";
     this._ButtonDefault.Size                    = new System.Drawing.Size(173, 30);
     this._ButtonDefault.TabIndex                = 3;
     this._ButtonDefault.Text                    = "Make Default";
     this._ButtonDefault.UseVisualStyleBackColor = true;
     this._ButtonDefault.Click                  += new System.EventHandler(this._ButtonDefault_Click);
     //
     // _TextUsername
     //
     this._TextUsername.Location = new System.Drawing.Point(100, 80);
     this._TextUsername.Name     = "_TextUsername";
     this._TextUsername.Size     = new System.Drawing.Size(249, 23);
     this._TextUsername.TabIndex = 0;
     //
     // _LabelPassword
     //
     this._LabelPassword.AutoSize = true;
     this._LabelPassword.Location = new System.Drawing.Point(12, 110);
     this._LabelPassword.Name     = "_LabelPassword";
     this._LabelPassword.Size     = new System.Drawing.Size(60, 15);
     this._LabelPassword.TabIndex = 46;
     this._LabelPassword.Text     = "Password:"******"_LabelUsername";
     this._LabelUsername.Size     = new System.Drawing.Size(63, 15);
     this._LabelUsername.TabIndex = 45;
     this._LabelUsername.Text     = "Username:"******"Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelAccountTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this._LabelAccountTitle.Location  = new System.Drawing.Point(8, 48);
     this._LabelAccountTitle.Name      = "_LabelAccountTitle";
     this._LabelAccountTitle.Size      = new System.Drawing.Size(39, 21);
     this._LabelAccountTitle.TabIndex  = 47;
     this._LabelAccountTitle.Text      = "Title";
     //
     // _LabelError
     //
     this._LabelError.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelError.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(38)))), ((int)(((byte)(30)))));
     this._LabelError.Location  = new System.Drawing.Point(120, 138);
     this._LabelError.Name      = "_LabelError";
     this._LabelError.Size      = new System.Drawing.Size(229, 26);
     this._LabelError.TabIndex  = 48;
     this._LabelError.Text      = "An account with this username already exists. Please enter a different username.";
     //
     // _PictureExclamation
     //
     this._PictureExclamation.Location    = new System.Drawing.Point(100, 138);
     this._PictureExclamation.MinimumSize = new System.Drawing.Size(16, 16);
     this._PictureExclamation.Name        = "_PictureExclamation";
     this._PictureExclamation.Size        = new System.Drawing.Size(16, 16);
     this._PictureExclamation.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._PictureExclamation.TabIndex    = 49;
     this._PictureExclamation.TabStop     = false;
     //
     // _TextPassword
     //
     this._TextPassword.Location = new System.Drawing.Point(100, 110);
     this._TextPassword.Name     = "_TextPassword";
     this._TextPassword.Size     = new System.Drawing.Size(249, 23);
     this._TextPassword.TabIndex = 1;
     this._TextPassword.UseSystemPasswordChar = true;
     //
     // _ButtonRemove
     //
     this._ButtonRemove.AutoSize                = true;
     this._ButtonRemove.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this._ButtonRemove.Location                = new System.Drawing.Point(100, 289);
     this._ButtonRemove.MinimumSize             = new System.Drawing.Size(65, 23);
     this._ButtonRemove.Name                    = "_ButtonRemove";
     this._ButtonRemove.Size                    = new System.Drawing.Size(173, 30);
     this._ButtonRemove.TabIndex                = 2;
     this._ButtonRemove.Text                    = "Remove Account";
     this._ButtonRemove.UseVisualStyleBackColor = true;
     this._ButtonRemove.Click                  += new System.EventHandler(this._ButtonRemove_Click);
     //
     // _CheckMailto
     //
     this._CheckMailto.AutoSize = true;
     this._CheckMailto.Location = new System.Drawing.Point(100, 184);
     this._CheckMailto.Name     = "_CheckMailto";
     this._CheckMailto.Size     = new System.Drawing.Size(183, 19);
     this._CheckMailto.TabIndex = 57;
     this._CheckMailto.Text     = "Use Account For mailto: Links";
     this._CheckMailto.UseVisualStyleBackColor = true;
     this._CheckMailto.CheckedChanged         += new System.EventHandler(this._CheckMailto_CheckedChanged);
     //
     // _LabelBrowser
     //
     this._LabelBrowser.AutoSize = true;
     this._LabelBrowser.Location = new System.Drawing.Point(12, 212);
     this._LabelBrowser.Name     = "_LabelBrowser";
     this._LabelBrowser.Size     = new System.Drawing.Size(52, 15);
     this._LabelBrowser.TabIndex = 59;
     this._LabelBrowser.Text     = "Browser:";
     //
     // _ComboBrowser
     //
     this._ComboBrowser.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._ComboBrowser.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this._ComboBrowser.FormattingEnabled = true;
     this._ComboBrowser.Location          = new System.Drawing.Point(100, 209);
     this._ComboBrowser.Name     = "_ComboBrowser";
     this._ComboBrowser.Size     = new System.Drawing.Size(249, 23);
     this._ComboBrowser.TabIndex = 58;
     //
     // AccountPanel
     //
     this.Controls.Add(this._LabelBrowser);
     this.Controls.Add(this._ComboBrowser);
     this.Controls.Add(this._CheckMailto);
     this.Controls.Add(this._ButtonDefault);
     this.Controls.Add(this._ButtonRemove);
     this.Controls.Add(this._TextPassword);
     this.Controls.Add(this._PictureExclamation);
     this.Controls.Add(this._LabelAccountTitle);
     this.Controls.Add(this._LabelError);
     this.Controls.Add(this._TextUsername);
     this.Controls.Add(this._LabelPassword);
     this.Controls.Add(this._LabelUsername);
     this.Name    = "AccountPanel";
     this.Padding = new System.Windows.Forms.Padding(2, 45, 2, 2);
     this.Size    = new System.Drawing.Size(0, 0);
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this._ButtonDefault = new System.Windows.Forms.Button();
     this._TextUsername = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._LabelPassword = new System.Windows.Forms.Label();
     this._LabelUsername = new System.Windows.Forms.Label();
     this._LabelAccountTitle = new System.Windows.Forms.Label();
     this._LabelError = new System.Windows.Forms.Label();
     this._PictureExclamation = new System.Windows.Forms.PictureBox();
     this._TextPassword = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._ButtonRemove = new System.Windows.Forms.Button();
     this._CheckMailto = new System.Windows.Forms.CheckBox();
     this._LabelBrowser = new System.Windows.Forms.Label();
     this._ComboBrowser = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).BeginInit();
     this.SuspendLayout();
     //
     // _ButtonDefault
     //
     this._ButtonDefault.AutoSize = true;
     this._ButtonDefault.Enabled = false;
     this._ButtonDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._ButtonDefault.Location = new System.Drawing.Point(100, 253);
     this._ButtonDefault.MinimumSize = new System.Drawing.Size(65, 23);
     this._ButtonDefault.Name = "_ButtonDefault";
     this._ButtonDefault.Size = new System.Drawing.Size(173, 30);
     this._ButtonDefault.TabIndex = 3;
     this._ButtonDefault.Text = "Make Default";
     this._ButtonDefault.UseVisualStyleBackColor = true;
     this._ButtonDefault.Click += new System.EventHandler(this._ButtonDefault_Click);
     //
     // _TextUsername
     //
     this._TextUsername.Location = new System.Drawing.Point(100, 80);
     this._TextUsername.Name = "_TextUsername";
     this._TextUsername.Size = new System.Drawing.Size(249, 23);
     this._TextUsername.TabIndex = 0;
     //
     // _LabelPassword
     //
     this._LabelPassword.AutoSize = true;
     this._LabelPassword.Location = new System.Drawing.Point(12, 110);
     this._LabelPassword.Name = "_LabelPassword";
     this._LabelPassword.Size = new System.Drawing.Size(60, 15);
     this._LabelPassword.TabIndex = 46;
     this._LabelPassword.Text = "Password:"******"_LabelUsername";
     this._LabelUsername.Size = new System.Drawing.Size(63, 15);
     this._LabelUsername.TabIndex = 45;
     this._LabelUsername.Text = "Username:"******"Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelAccountTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this._LabelAccountTitle.Location = new System.Drawing.Point(8, 48);
     this._LabelAccountTitle.Name = "_LabelAccountTitle";
     this._LabelAccountTitle.Size = new System.Drawing.Size(39, 21);
     this._LabelAccountTitle.TabIndex = 47;
     this._LabelAccountTitle.Text = "Title";
     //
     // _LabelError
     //
     this._LabelError.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelError.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(38)))), ((int)(((byte)(30)))));
     this._LabelError.Location = new System.Drawing.Point(120, 138);
     this._LabelError.Name = "_LabelError";
     this._LabelError.Size = new System.Drawing.Size(229, 26);
     this._LabelError.TabIndex = 48;
     this._LabelError.Text = "An account with this username already exists. Please enter a different username.";
     //
     // _PictureExclamation
     //
     this._PictureExclamation.Location = new System.Drawing.Point(100, 138);
     this._PictureExclamation.MinimumSize = new System.Drawing.Size(16, 16);
     this._PictureExclamation.Name = "_PictureExclamation";
     this._PictureExclamation.Size = new System.Drawing.Size(16, 16);
     this._PictureExclamation.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._PictureExclamation.TabIndex = 49;
     this._PictureExclamation.TabStop = false;
     //
     // _TextPassword
     //
     this._TextPassword.Location = new System.Drawing.Point(100, 110);
     this._TextPassword.Name = "_TextPassword";
     this._TextPassword.Size = new System.Drawing.Size(249, 23);
     this._TextPassword.TabIndex = 1;
     this._TextPassword.UseSystemPasswordChar = true;
     //
     // _ButtonRemove
     //
     this._ButtonRemove.AutoSize = true;
     this._ButtonRemove.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._ButtonRemove.Location = new System.Drawing.Point(100, 289);
     this._ButtonRemove.MinimumSize = new System.Drawing.Size(65, 23);
     this._ButtonRemove.Name = "_ButtonRemove";
     this._ButtonRemove.Size = new System.Drawing.Size(173, 30);
     this._ButtonRemove.TabIndex = 2;
     this._ButtonRemove.Text = "Remove Account";
     this._ButtonRemove.UseVisualStyleBackColor = true;
     this._ButtonRemove.Click += new System.EventHandler(this._ButtonRemove_Click);
     //
     // _CheckMailto
     //
     this._CheckMailto.AutoSize = true;
     this._CheckMailto.Location = new System.Drawing.Point(100, 184);
     this._CheckMailto.Name = "_CheckMailto";
     this._CheckMailto.Size = new System.Drawing.Size(183, 19);
     this._CheckMailto.TabIndex = 57;
     this._CheckMailto.Text = "Use Account For mailto: Links";
     this._CheckMailto.UseVisualStyleBackColor = true;
     this._CheckMailto.CheckedChanged += new System.EventHandler(this._CheckMailto_CheckedChanged);
     //
     // _LabelBrowser
     //
     this._LabelBrowser.AutoSize = true;
     this._LabelBrowser.Location = new System.Drawing.Point(12, 212);
     this._LabelBrowser.Name = "_LabelBrowser";
     this._LabelBrowser.Size = new System.Drawing.Size(52, 15);
     this._LabelBrowser.TabIndex = 59;
     this._LabelBrowser.Text = "Browser:";
     //
     // _ComboBrowser
     //
     this._ComboBrowser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._ComboBrowser.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._ComboBrowser.FormattingEnabled = true;
     this._ComboBrowser.Location = new System.Drawing.Point(100, 209);
     this._ComboBrowser.Name = "_ComboBrowser";
     this._ComboBrowser.Size = new System.Drawing.Size(249, 23);
     this._ComboBrowser.TabIndex = 58;
     //
     // AccountPanel
     //
     this.Controls.Add(this._LabelBrowser);
     this.Controls.Add(this._ComboBrowser);
     this.Controls.Add(this._CheckMailto);
     this.Controls.Add(this._ButtonDefault);
     this.Controls.Add(this._ButtonRemove);
     this.Controls.Add(this._TextPassword);
     this.Controls.Add(this._PictureExclamation);
     this.Controls.Add(this._LabelAccountTitle);
     this.Controls.Add(this._LabelError);
     this.Controls.Add(this._TextUsername);
     this.Controls.Add(this._LabelPassword);
     this.Controls.Add(this._LabelUsername);
     this.Name = "AccountPanel";
     this.Padding = new System.Windows.Forms.Padding(2, 45, 2, 2);
     this.Size = new System.Drawing.Size(0, 0);
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     this._ButtonDefault      = new System.Windows.Forms.Button();
     this._TextUsername       = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._LabelPassword      = new System.Windows.Forms.Label();
     this._LabelUsername      = new System.Windows.Forms.Label();
     this._LabelAccountTitle  = new System.Windows.Forms.Label();
     this._LabelError         = new System.Windows.Forms.Label();
     this._PictureExclamation = new System.Windows.Forms.PictureBox();
     this._TextPassword       = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._ButtonRemove       = new System.Windows.Forms.Button();
     this.lineShape1          = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.shapeContainer1     = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).BeginInit();
     this.SuspendLayout();
     //
     // _ButtonDefault
     //
     this._ButtonDefault.AutoSize                = true;
     this._ButtonDefault.Enabled                 = false;
     this._ButtonDefault.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this._ButtonDefault.Location                = new System.Drawing.Point(100, 219);
     this._ButtonDefault.MinimumSize             = new System.Drawing.Size(65, 23);
     this._ButtonDefault.Name                    = "_ButtonDefault";
     this._ButtonDefault.Size                    = new System.Drawing.Size(173, 30);
     this._ButtonDefault.TabIndex                = 3;
     this._ButtonDefault.Text                    = "Make Default";
     this._ButtonDefault.UseVisualStyleBackColor = true;
     this._ButtonDefault.Click                  += new System.EventHandler(this._ButtonDefault_Click);
     //
     // _TextUsername
     //
     this._TextUsername.Location = new System.Drawing.Point(100, 80);
     this._TextUsername.Name     = "_TextUsername";
     this._TextUsername.Size     = new System.Drawing.Size(249, 23);
     this._TextUsername.TabIndex = 0;
     //
     // _LabelPassword
     //
     this._LabelPassword.AutoSize = true;
     this._LabelPassword.Location = new System.Drawing.Point(12, 110);
     this._LabelPassword.Name     = "_LabelPassword";
     this._LabelPassword.Size     = new System.Drawing.Size(60, 15);
     this._LabelPassword.TabIndex = 46;
     this._LabelPassword.Text     = "Password:"******"_LabelUsername";
     this._LabelUsername.Size     = new System.Drawing.Size(63, 15);
     this._LabelUsername.TabIndex = 45;
     this._LabelUsername.Text     = "Username:"******"Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelAccountTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this._LabelAccountTitle.Location  = new System.Drawing.Point(8, 48);
     this._LabelAccountTitle.Name      = "_LabelAccountTitle";
     this._LabelAccountTitle.Size      = new System.Drawing.Size(39, 21);
     this._LabelAccountTitle.TabIndex  = 47;
     this._LabelAccountTitle.Text      = "Title";
     //
     // _LabelError
     //
     this._LabelError.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelError.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(38)))), ((int)(((byte)(30)))));
     this._LabelError.Location  = new System.Drawing.Point(120, 138);
     this._LabelError.Name      = "_LabelError";
     this._LabelError.Size      = new System.Drawing.Size(229, 26);
     this._LabelError.TabIndex  = 48;
     this._LabelError.Text      = "An account with this username already exists. Please enter a different username.";
     //
     // _PictureExclamation
     //
     this._PictureExclamation.Location    = new System.Drawing.Point(100, 138);
     this._PictureExclamation.MinimumSize = new System.Drawing.Size(16, 16);
     this._PictureExclamation.Name        = "_PictureExclamation";
     this._PictureExclamation.Size        = new System.Drawing.Size(16, 16);
     this._PictureExclamation.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._PictureExclamation.TabIndex    = 49;
     this._PictureExclamation.TabStop     = false;
     //
     // _TextPassword
     //
     this._TextPassword.Location = new System.Drawing.Point(100, 110);
     this._TextPassword.Name     = "_TextPassword";
     this._TextPassword.Size     = new System.Drawing.Size(249, 23);
     this._TextPassword.TabIndex = 1;
     this._TextPassword.UseSystemPasswordChar = true;
     //
     // _ButtonRemove
     //
     this._ButtonRemove.AutoSize                = true;
     this._ButtonRemove.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this._ButtonRemove.Location                = new System.Drawing.Point(100, 183);
     this._ButtonRemove.MinimumSize             = new System.Drawing.Size(65, 23);
     this._ButtonRemove.Name                    = "_ButtonRemove";
     this._ButtonRemove.Size                    = new System.Drawing.Size(173, 30);
     this._ButtonRemove.TabIndex                = 2;
     this._ButtonRemove.Text                    = "Remove Account";
     this._ButtonRemove.UseVisualStyleBackColor = true;
     this._ButtonRemove.Click                  += new System.EventHandler(this._ButtonRemove_Click);
     //
     // lineShape1
     //
     this.lineShape1.BorderColor = System.Drawing.Color.Red;
     this.lineShape1.Name        = "lineShape1";
     this.lineShape1.X1          = 0;
     this.lineShape1.X2          = 300;
     this.lineShape1.Y1          = 128;
     this.lineShape1.Y2          = 128;
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(2, 45);
     this.shapeContainer1.Margin   = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name     = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
         this.lineShape1
     });
     this.shapeContainer1.Size     = new System.Drawing.Size(933, 759);
     this.shapeContainer1.TabIndex = 56;
     this.shapeContainer1.TabStop  = false;
     //
     // AccountPanel
     //
     this.Controls.Add(this._ButtonDefault);
     this.Controls.Add(this._ButtonRemove);
     this.Controls.Add(this._TextPassword);
     this.Controls.Add(this._PictureExclamation);
     this.Controls.Add(this._LabelAccountTitle);
     this.Controls.Add(this._LabelError);
     this.Controls.Add(this._TextUsername);
     this.Controls.Add(this._LabelPassword);
     this.Controls.Add(this._LabelUsername);
     this.Controls.Add(this.shapeContainer1);
     this.Name    = "AccountPanel";
     this.Padding = new System.Windows.Forms.Padding(2, 45, 2, 2);
     this.Size    = new System.Drawing.Size(937, 806);
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     this._ButtonDefault = new System.Windows.Forms.Button();
     this._TextUsername = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._LabelPassword = new System.Windows.Forms.Label();
     this._LabelUsername = new System.Windows.Forms.Label();
     this._LabelAccountTitle = new System.Windows.Forms.Label();
     this._LabelError = new System.Windows.Forms.Label();
     this._PictureExclamation = new System.Windows.Forms.PictureBox();
     this._TextPassword = new Shellscape.UI.Controls.InputBufferedTextBox();
     this._ButtonRemove = new System.Windows.Forms.Button();
     this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).BeginInit();
     this.SuspendLayout();
     //
     // _ButtonDefault
     //
     this._ButtonDefault.AutoSize = true;
     this._ButtonDefault.Enabled = false;
     this._ButtonDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._ButtonDefault.Location = new System.Drawing.Point(100, 219);
     this._ButtonDefault.MinimumSize = new System.Drawing.Size(65, 23);
     this._ButtonDefault.Name = "_ButtonDefault";
     this._ButtonDefault.Size = new System.Drawing.Size(173, 30);
     this._ButtonDefault.TabIndex = 3;
     this._ButtonDefault.Text = "Make Default";
     this._ButtonDefault.UseVisualStyleBackColor = true;
     this._ButtonDefault.Click += new System.EventHandler(this._ButtonDefault_Click);
     //
     // _TextUsername
     //
     this._TextUsername.Location = new System.Drawing.Point(100, 80);
     this._TextUsername.Name = "_TextUsername";
     this._TextUsername.Size = new System.Drawing.Size(249, 23);
     this._TextUsername.TabIndex = 0;
     //
     // _LabelPassword
     //
     this._LabelPassword.AutoSize = true;
     this._LabelPassword.Location = new System.Drawing.Point(12, 110);
     this._LabelPassword.Name = "_LabelPassword";
     this._LabelPassword.Size = new System.Drawing.Size(60, 15);
     this._LabelPassword.TabIndex = 46;
     this._LabelPassword.Text = "Password:"******"_LabelUsername";
     this._LabelUsername.Size = new System.Drawing.Size(63, 15);
     this._LabelUsername.TabIndex = 45;
     this._LabelUsername.Text = "Username:"******"Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelAccountTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(153)))));
     this._LabelAccountTitle.Location = new System.Drawing.Point(8, 48);
     this._LabelAccountTitle.Name = "_LabelAccountTitle";
     this._LabelAccountTitle.Size = new System.Drawing.Size(39, 21);
     this._LabelAccountTitle.TabIndex = 47;
     this._LabelAccountTitle.Text = "Title";
     //
     // _LabelError
     //
     this._LabelError.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._LabelError.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(38)))), ((int)(((byte)(30)))));
     this._LabelError.Location = new System.Drawing.Point(120, 138);
     this._LabelError.Name = "_LabelError";
     this._LabelError.Size = new System.Drawing.Size(229, 26);
     this._LabelError.TabIndex = 48;
     this._LabelError.Text = "An account with this username already exists. Please enter a different username.";
     //
     // _PictureExclamation
     //
     this._PictureExclamation.Location = new System.Drawing.Point(100, 138);
     this._PictureExclamation.MinimumSize = new System.Drawing.Size(16, 16);
     this._PictureExclamation.Name = "_PictureExclamation";
     this._PictureExclamation.Size = new System.Drawing.Size(16, 16);
     this._PictureExclamation.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this._PictureExclamation.TabIndex = 49;
     this._PictureExclamation.TabStop = false;
     //
     // _TextPassword
     //
     this._TextPassword.Location = new System.Drawing.Point(100, 110);
     this._TextPassword.Name = "_TextPassword";
     this._TextPassword.Size = new System.Drawing.Size(249, 23);
     this._TextPassword.TabIndex = 1;
     this._TextPassword.UseSystemPasswordChar = true;
     //
     // _ButtonRemove
     //
     this._ButtonRemove.AutoSize = true;
     this._ButtonRemove.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this._ButtonRemove.Location = new System.Drawing.Point(100, 183);
     this._ButtonRemove.MinimumSize = new System.Drawing.Size(65, 23);
     this._ButtonRemove.Name = "_ButtonRemove";
     this._ButtonRemove.Size = new System.Drawing.Size(173, 30);
     this._ButtonRemove.TabIndex = 2;
     this._ButtonRemove.Text = "Remove Account";
     this._ButtonRemove.UseVisualStyleBackColor = true;
     this._ButtonRemove.Click += new System.EventHandler(this._ButtonRemove_Click);
     //
     // lineShape1
     //
     this.lineShape1.BorderColor = System.Drawing.Color.Red;
     this.lineShape1.Name = "lineShape1";
     this.lineShape1.X1 = 0;
     this.lineShape1.X2 = 300;
     this.lineShape1.Y1 = 128;
     this.lineShape1.Y2 = 128;
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(2, 45);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(933, 759);
     this.shapeContainer1.TabIndex = 56;
     this.shapeContainer1.TabStop = false;
     //
     // AccountPanel
     //
     this.Controls.Add(this._ButtonDefault);
     this.Controls.Add(this._ButtonRemove);
     this.Controls.Add(this._TextPassword);
     this.Controls.Add(this._PictureExclamation);
     this.Controls.Add(this._LabelAccountTitle);
     this.Controls.Add(this._LabelError);
     this.Controls.Add(this._TextUsername);
     this.Controls.Add(this._LabelPassword);
     this.Controls.Add(this._LabelUsername);
     this.Controls.Add(this.shapeContainer1);
     this.Name = "AccountPanel";
     this.Padding = new System.Windows.Forms.Padding(2, 45, 2, 2);
     this.Size = new System.Drawing.Size(937, 806);
     ((System.ComponentModel.ISupportInitialize)(this._PictureExclamation)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }