/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TFActivation));
     this.lblCode = new OdessaGUIProject.TransLabel();
     this.label2 = new OdessaGUIProject.TransLabel();
     this.tbPass = new System.Windows.Forms.TextBox();
     this.tbConfPass = new System.Windows.Forms.TextBox();
     this.label3 = new OdessaGUIProject.TransLabel();
     this.label4 = new OdessaGUIProject.TransLabel();
     this.label5 = new OdessaGUIProject.TransLabel();
     this.tbEmail = new System.Windows.Forms.TextBox();
     this.tbConfEmail = new System.Windows.Forms.TextBox();
     this.label6 = new OdessaGUIProject.TransLabel();
     this.label7 = new OdessaGUIProject.TransLabel();
     this.activateButton = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.cancelButton = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.SuspendLayout();
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.lblCode.Location = new System.Drawing.Point(24, 44);
     this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(39, 18);
     this.lblCode.TabIndex = 0;
     this.lblCode.Text = "code";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label2.Location = new System.Drawing.Point(23, 75);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(447, 47);
     this.label2.TabIndex = 1;
     this.label2.Text = "Please provide a password and confirm. You will need this password if you need to" +
     " re-install the software.";
     //
     // tbPass
     //
     this.tbPass.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbPass.Location = new System.Drawing.Point(107, 131);
     this.tbPass.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbPass.MaxLength = 16;
     this.tbPass.Name = "tbPass";
     this.tbPass.PasswordChar = '*';
     this.tbPass.Size = new System.Drawing.Size(123, 25);
     this.tbPass.TabIndex = 3;
     this.tbPass.UseSystemPasswordChar = true;
     //
     // tbConfPass
     //
     this.tbConfPass.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbConfPass.Location = new System.Drawing.Point(322, 131);
     this.tbConfPass.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbConfPass.MaxLength = 16;
     this.tbConfPass.Name = "tbConfPass";
     this.tbConfPass.PasswordChar = '*';
     this.tbConfPass.Size = new System.Drawing.Size(123, 25);
     this.tbConfPass.TabIndex = 5;
     this.tbConfPass.UseSystemPasswordChar = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label3.Location = new System.Drawing.Point(24, 134);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(66, 18);
     this.label3.TabIndex = 2;
     this.label3.Text = "Password";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label4.Location = new System.Drawing.Point(257, 134);
     this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(57, 18);
     this.label4.TabIndex = 4;
     this.label4.Text = "Confirm";
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label5.Location = new System.Drawing.Point(23, 184);
     this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(446, 42);
     this.label5.TabIndex = 6;
     this.label5.Text = "Enter an email address in case you ever lose your password.";
     //
     // tbEmail
     //
     this.tbEmail.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbEmail.Location = new System.Drawing.Point(106, 222);
     this.tbEmail.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbEmail.MaxLength = 75;
     this.tbEmail.Name = "tbEmail";
     this.tbEmail.Size = new System.Drawing.Size(186, 25);
     this.tbEmail.TabIndex = 8;
     //
     // tbConfEmail
     //
     this.tbConfEmail.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbConfEmail.Location = new System.Drawing.Point(106, 252);
     this.tbConfEmail.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbConfEmail.MaxLength = 75;
     this.tbConfEmail.Name = "tbConfEmail";
     this.tbConfEmail.Size = new System.Drawing.Size(186, 25);
     this.tbConfEmail.TabIndex = 10;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label6.Location = new System.Drawing.Point(23, 224);
     this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 18);
     this.label6.TabIndex = 7;
     this.label6.Text = "Email";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label7.Location = new System.Drawing.Point(23, 254);
     this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(57, 18);
     this.label7.TabIndex = 9;
     this.label7.Text = "Confirm";
     //
     // activateButton
     //
     this.activateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.activateButton.AutoSize = true;
     this.activateButton.DefaultImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_normal;
     this.activateButton.HoverImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_hover;
     this.activateButton.Location = new System.Drawing.Point(86, 347);
     this.activateButton.MouseDownImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_click;
     this.activateButton.Name = "activateButton";
     this.activateButton.Size = new System.Drawing.Size(192, 43);
     this.activateButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.activateButton.TabIndex = 40;
     this.activateButton.Tooltip = null;
     this.activateButton.Click += new System.EventHandler(this.activateButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.AutoSize = true;
     this.cancelButton.DefaultImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_normal;
     this.cancelButton.HoverImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_hover;
     this.cancelButton.Location = new System.Drawing.Point(284, 347);
     this.cancelButton.MouseDownImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_click;
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(192, 43);
     this.cancelButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.cancelButton.TabIndex = 41;
     this.cancelButton.Tooltip = null;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // TFActivation
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.BackgroundImage = global::OdessaGUIProject.Properties.Resources.background_pattern_102x102_tile;
     this.ClientSize = new System.Drawing.Size(488, 402);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.activateButton);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.tbConfEmail);
     this.Controls.Add(this.tbEmail);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbConfPass);
     this.Controls.Add(this.tbPass);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.lblCode);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "TFActivation";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Activation";
     this.Load += new System.EventHandler(this.TFActivation_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.TFActivation_Paint);
     this.Resize += new System.EventHandler(this.TFActivation_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     OdessaGUIProject.TransLabel transLabel1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TFReactivation));
     this.lblCode = new OdessaGUIProject.TransLabel();
     this.label1 = new OdessaGUIProject.TransLabel();
     this.label4 = new OdessaGUIProject.TransLabel();
     this.label3 = new OdessaGUIProject.TransLabel();
     this.tbConfPass = new System.Windows.Forms.TextBox();
     this.tbNewPass = new System.Windows.Forms.TextBox();
     this.tbCurrentPass = new System.Windows.Forms.TextBox();
     this.sendPasswordLinkLabel = new System.Windows.Forms.LinkLabel();
     this.cancelButton = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.activateButton = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     transLabel1 = new OdessaGUIProject.TransLabel();
     this.SuspendLayout();
     //
     // transLabel1
     //
     transLabel1.AutoSize = true;
     transLabel1.BackColor = System.Drawing.Color.Transparent;
     transLabel1.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     transLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     transLabel1.Location = new System.Drawing.Point(23, 219);
     transLabel1.Name = "transLabel1";
     transLabel1.Size = new System.Drawing.Size(331, 18);
     transLabel1.TabIndex = 4;
     transLabel1.Text = "As a security precaution, please enter a new password.";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.BackColor = System.Drawing.Color.Transparent;
     this.lblCode.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.lblCode.Location = new System.Drawing.Point(24, 44);
     this.lblCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(39, 18);
     this.lblCode.TabIndex = 0;
     this.lblCode.Text = "code";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label1.Location = new System.Drawing.Point(23, 74);
     this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(410, 78);
     this.label1.TabIndex = 1;
     this.label1.Text = "This code has already been activated and must be re-activated on this machine. Pl" +
     "ease enter your current password to re-activate.";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label4.Location = new System.Drawing.Point(23, 297);
     this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(146, 18);
     this.label4.TabIndex = 7;
     this.label4.Text = "Confirm new Password";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.label3.Location = new System.Drawing.Point(23, 265);
     this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(174, 18);
     this.label3.TabIndex = 5;
     this.label3.Text = "New (never-used) Password";
     //
     // tbConfPass
     //
     this.tbConfPass.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbConfPass.Location = new System.Drawing.Point(230, 294);
     this.tbConfPass.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbConfPass.MaxLength = 16;
     this.tbConfPass.Name = "tbConfPass";
     this.tbConfPass.PasswordChar = '*';
     this.tbConfPass.Size = new System.Drawing.Size(199, 25);
     this.tbConfPass.TabIndex = 8;
     this.tbConfPass.UseSystemPasswordChar = true;
     //
     // tbNewPass
     //
     this.tbNewPass.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbNewPass.Location = new System.Drawing.Point(230, 261);
     this.tbNewPass.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbNewPass.MaxLength = 16;
     this.tbNewPass.Name = "tbNewPass";
     this.tbNewPass.PasswordChar = '*';
     this.tbNewPass.Size = new System.Drawing.Size(199, 25);
     this.tbNewPass.TabIndex = 6;
     this.tbNewPass.UseSystemPasswordChar = true;
     //
     // tbCurrentPass
     //
     this.tbCurrentPass.AllowDrop = true;
     this.tbCurrentPass.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCurrentPass.Location = new System.Drawing.Point(26, 139);
     this.tbCurrentPass.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.tbCurrentPass.MaxLength = 16;
     this.tbCurrentPass.Name = "tbCurrentPass";
     this.tbCurrentPass.PasswordChar = '*';
     this.tbCurrentPass.Size = new System.Drawing.Size(199, 25);
     this.tbCurrentPass.TabIndex = 2;
     this.tbCurrentPass.UseSystemPasswordChar = true;
     //
     // sendPasswordLinkLabel
     //
     this.sendPasswordLinkLabel.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(204)))));
     this.sendPasswordLinkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.sendPasswordLinkLabel.AutoSize = true;
     this.sendPasswordLinkLabel.BackColor = System.Drawing.Color.Transparent;
     this.sendPasswordLinkLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.sendPasswordLinkLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sendPasswordLinkLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(204)))));
     this.sendPasswordLinkLabel.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.sendPasswordLinkLabel.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(204)))));
     this.sendPasswordLinkLabel.Location = new System.Drawing.Point(248, 147);
     this.sendPasswordLinkLabel.Name = "sendPasswordLinkLabel";
     this.sendPasswordLinkLabel.Size = new System.Drawing.Size(106, 17);
     this.sendPasswordLinkLabel.TabIndex = 37;
     this.sendPasswordLinkLabel.TabStop = true;
     this.sendPasswordLinkLabel.Text = "Send Password...";
     this.sendPasswordLinkLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.sendPasswordLinkLabel.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(204)))));
     this.sendPasswordLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.sendPasswordLinkLabel_LinkClicked);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.AutoSize = true;
     this.cancelButton.DefaultImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_normal;
     this.cancelButton.HoverImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_hover;
     this.cancelButton.Location = new System.Drawing.Point(297, 354);
     this.cancelButton.MouseDownImage = global::OdessaGUIProject.Properties.Resources.button_gray_cancel_click;
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(192, 43);
     this.cancelButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.cancelButton.TabIndex = 43;
     this.cancelButton.Tooltip = null;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // activateButton
     //
     this.activateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.activateButton.AutoSize = true;
     this.activateButton.DefaultImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_normal;
     this.activateButton.HoverImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_hover;
     this.activateButton.Location = new System.Drawing.Point(99, 354);
     this.activateButton.MouseDownImage = global::OdessaGUIProject.Properties.Resources.button_green_activate_click;
     this.activateButton.Name = "activateButton";
     this.activateButton.Size = new System.Drawing.Size(192, 43);
     this.activateButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.activateButton.TabIndex = 42;
     this.activateButton.Tooltip = null;
     this.activateButton.Click += new System.EventHandler(this.btnReactivate_Click);
     //
     // TFReactivation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.BackgroundImage = global::OdessaGUIProject.Properties.Resources.background_pattern_102x102_tile;
     this.ClientSize = new System.Drawing.Size(501, 409);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.activateButton);
     this.Controls.Add(this.sendPasswordLinkLabel);
     this.Controls.Add(transLabel1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbConfPass);
     this.Controls.Add(this.tbNewPass);
     this.Controls.Add(this.tbCurrentPass);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.label1);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Open Sans", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "TFReactivation";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Activation";
     this.Load += new System.EventHandler(this.TFReactivation_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.TFReactivation_Paint);
     this.Resize += new System.EventHandler(this.TFReactivation_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TutorialForm));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.likeThisPicture = new System.Windows.Forms.PictureBox();
     this.notLikeThisPicture = new System.Windows.Forms.PictureBox();
     this.continueButton = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.coverLikeThisLabel = new OdessaGUIProject.TransLabel();
     this.notLikeThisLabel = new OdessaGUIProject.TransLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.likeThisPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.notLikeThisPicture)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = global::OdessaGUIProject.Properties.Resources.tutorial_welcome_bold_text;
     this.pictureBox1.Location = new System.Drawing.Point(29, 106);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(547, 65);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox4.Image = global::OdessaGUIProject.Properties.Resources.tutorial_welcome_subhead_text;
     this.pictureBox4.Location = new System.Drawing.Point(29, 211);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(508, 85);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop = false;
     //
     // likeThisPicture
     //
     this.likeThisPicture.BackColor = System.Drawing.Color.Transparent;
     this.likeThisPicture.Cursor = System.Windows.Forms.Cursors.Hand;
     this.likeThisPicture.Image = global::OdessaGUIProject.Properties.Resources.tutorial_likethis_110x110;
     this.likeThisPicture.Location = new System.Drawing.Point(683, 61);
     this.likeThisPicture.Name = "likeThisPicture";
     this.likeThisPicture.Size = new System.Drawing.Size(110, 110);
     this.likeThisPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.likeThisPicture.TabIndex = 8;
     this.likeThisPicture.TabStop = false;
     this.likeThisPicture.Click += new System.EventHandler(this.likeThisPicture_Click);
     //
     // notLikeThisPicture
     //
     this.notLikeThisPicture.BackColor = System.Drawing.Color.Transparent;
     this.notLikeThisPicture.Cursor = System.Windows.Forms.Cursors.Hand;
     this.notLikeThisPicture.Image = global::OdessaGUIProject.Properties.Resources.tutorial_notlikethis_110x110;
     this.notLikeThisPicture.Location = new System.Drawing.Point(683, 211);
     this.notLikeThisPicture.Name = "notLikeThisPicture";
     this.notLikeThisPicture.Size = new System.Drawing.Size(110, 110);
     this.notLikeThisPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.notLikeThisPicture.TabIndex = 9;
     this.notLikeThisPicture.TabStop = false;
     this.notLikeThisPicture.Click += new System.EventHandler(this.notLikeThisPicture_Click);
     //
     // continueButton
     //
     this.continueButton.AutoSize = true;
     this.continueButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.continueButton.DefaultImage = global::OdessaGUIProject.Properties.Resources.button_green_starttour_normal;
     this.continueButton.HoverImage = global::OdessaGUIProject.Properties.Resources.button_green_starttour_hover;
     this.continueButton.Location = new System.Drawing.Point(601, 380);
     this.continueButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.continueButton.MouseDownImage = global::OdessaGUIProject.Properties.Resources.button_green_starttour_click;
     this.continueButton.Name = "continueButton";
     this.continueButton.Size = new System.Drawing.Size(196, 46);
     this.continueButton.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.continueButton.TabIndex = 6;
     this.continueButton.Tooltip = null;
     this.continueButton.Click += new System.EventHandler(this.continueButton_Click);
     //
     // coverLikeThisLabel
     //
     this.coverLikeThisLabel.BackColor = System.Drawing.Color.Transparent;
     this.coverLikeThisLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.coverLikeThisLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     this.coverLikeThisLabel.Location = new System.Drawing.Point(683, 172);
     this.coverLikeThisLabel.Name = "coverLikeThisLabel";
     this.coverLikeThisLabel.Size = new System.Drawing.Size(110, 23);
     this.coverLikeThisLabel.TabIndex = 10;
     this.coverLikeThisLabel.Text = "Cover like this";
     this.coverLikeThisLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // notLikeThisLabel
     //
     this.notLikeThisLabel.BackColor = System.Drawing.Color.Transparent;
     this.notLikeThisLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.notLikeThisLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     this.notLikeThisLabel.Location = new System.Drawing.Point(683, 322);
     this.notLikeThisLabel.Name = "notLikeThisLabel";
     this.notLikeThisLabel.Size = new System.Drawing.Size(110, 23);
     this.notLikeThisLabel.TabIndex = 11;
     this.notLikeThisLabel.Text = "not like this";
     this.notLikeThisLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // TutorialForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 21F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.BackgroundImage = global::OdessaGUIProject.Properties.Resources.background_pattern_102x102_tile;
     this.ClientSize = new System.Drawing.Size(819, 451);
     this.Controls.Add(this.notLikeThisLabel);
     this.Controls.Add(this.coverLikeThisLabel);
     this.Controls.Add(this.notLikeThisPicture);
     this.Controls.Add(this.likeThisPicture);
     this.Controls.Add(this.continueButton);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox1);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Franklin Gothic Book", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.Name = "TutorialForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "How to use Highlight Hunter";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TutorialForm_FormClosed);
     this.Load += new System.EventHandler(this.TutorialForm_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.TutorialForm_Paint);
     this.Resize += new System.EventHandler(this.TutorialForm_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.likeThisPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.notLikeThisPicture)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.HelpContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.supportCenterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.openTutorialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.troubleshootingLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.shareContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.facebookToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.twitterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mainPanel = new System.Windows.Forms.Panel();
     this.titlePictureBox = new System.Windows.Forms.PictureBox();
     this.helpPictureButtonControl = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.settingsPictureButtonControl = new OdessaGUIProject.UI_Controls.PictureButtonControl();
     this.win7ProgressBar = new OdessaGUIProject.Windows7ProgressBar();
     this.breadcrumbsControl = new OdessaGUIProject.UI_Controls.BreadcrumbsControl();
     this.tutorialEscapeHatch = new OdessaGUIProject.UI_Controls.TutorialEscapeHatch();
     this.HelpContextMenuStrip.SuspendLayout();
     this.shareContextMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.titlePictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // HelpContextMenuStrip
     //
     this.HelpContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.supportCenterToolStripMenuItem,
     this.openTutorialToolStripMenuItem,
     this.troubleshootingLogsToolStripMenuItem,
     this.toolStripSeparator2,
     this.aboutToolStripMenuItem});
     this.HelpContextMenuStrip.Name = "contextMenuStrip1";
     this.HelpContextMenuStrip.Size = new System.Drawing.Size(201, 98);
     //
     // supportCenterToolStripMenuItem
     //
     this.supportCenterToolStripMenuItem.Name = "supportCenterToolStripMenuItem";
     this.supportCenterToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.supportCenterToolStripMenuItem.Text = "&Support Center";
     this.supportCenterToolStripMenuItem.Click += new System.EventHandler(this.supportCenterToolStripMenuItem_Click);
     //
     // openTutorialToolStripMenuItem
     //
     this.openTutorialToolStripMenuItem.Name = "openTutorialToolStripMenuItem";
     this.openTutorialToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.openTutorialToolStripMenuItem.Text = "&Tutorial";
     this.openTutorialToolStripMenuItem.Click += new System.EventHandler(this.openTutorialToolStripMenuItem_Click);
     //
     // troubleshootingLogsToolStripMenuItem
     //
     this.troubleshootingLogsToolStripMenuItem.Name = "troubleshootingLogsToolStripMenuItem";
     this.troubleshootingLogsToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.troubleshootingLogsToolStripMenuItem.Text = "Troubleshooting &Logs";
     this.troubleshootingLogsToolStripMenuItem.Click += new System.EventHandler(this.troubleshootingLogsToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(197, 6);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
     this.aboutToolStripMenuItem.Text = "&About Highlight Hunter";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // shareContextMenuStrip
     //
     this.shareContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.facebookToolStripMenuItem,
     this.twitterToolStripMenuItem});
     this.shareContextMenuStrip.Name = "shareContextMenuStrip";
     this.shareContextMenuStrip.Size = new System.Drawing.Size(126, 48);
     //
     // facebookToolStripMenuItem
     //
     this.facebookToolStripMenuItem.Image = global::OdessaGUIProject.Properties.Resources.fb16x16;
     this.facebookToolStripMenuItem.Name = "facebookToolStripMenuItem";
     this.facebookToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.facebookToolStripMenuItem.Text = "&Facebook";
     this.facebookToolStripMenuItem.Click += new System.EventHandler(this.facebookToolStripMenuItem_Click);
     //
     // twitterToolStripMenuItem
     //
     this.twitterToolStripMenuItem.Image = global::OdessaGUIProject.Properties.Resources.twitter16x16;
     this.twitterToolStripMenuItem.Name = "twitterToolStripMenuItem";
     this.twitterToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.twitterToolStripMenuItem.Text = "&Twitter";
     this.twitterToolStripMenuItem.Click += new System.EventHandler(this.twitterToolStripMenuItem_Click);
     //
     // mainPanel
     //
     this.mainPanel.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.mainPanel.BackColor = System.Drawing.Color.Transparent;
     this.mainPanel.Location = new System.Drawing.Point(18, 192);
     this.mainPanel.Name = "mainPanel";
     this.mainPanel.Size = new System.Drawing.Size(1240, 561);
     this.mainPanel.TabIndex = 1;
     //
     // titlePictureBox
     //
     this.titlePictureBox.BackColor = System.Drawing.Color.Transparent;
     this.titlePictureBox.Image = global::OdessaGUIProject.Properties.Resources.header_main_logo;
     this.titlePictureBox.Location = new System.Drawing.Point(18, 46);
     this.titlePictureBox.Name = "titlePictureBox";
     this.titlePictureBox.Size = new System.Drawing.Size(333, 50);
     this.titlePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.titlePictureBox.TabIndex = 8;
     this.titlePictureBox.TabStop = false;
     //
     // helpPictureButtonControl
     //
     this.helpPictureButtonControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpPictureButtonControl.AutoSize = true;
     this.helpPictureButtonControl.DefaultImage = global::OdessaGUIProject.Properties.Resources.header_icon_help;
     this.helpPictureButtonControl.HoverImage = null;
     this.helpPictureButtonControl.Location = new System.Drawing.Point(1226, 57);
     this.helpPictureButtonControl.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
     this.helpPictureButtonControl.MouseDownImage = null;
     this.helpPictureButtonControl.Name = "helpPictureButtonControl";
     this.helpPictureButtonControl.Size = new System.Drawing.Size(28, 41);
     this.helpPictureButtonControl.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.helpPictureButtonControl.TabIndex = 3;
     this.helpPictureButtonControl.Tooltip = null;
     this.helpPictureButtonControl.Click += new System.EventHandler(this.helpPictureButtonControl_Click);
     //
     // settingsPictureButtonControl
     //
     this.settingsPictureButtonControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.settingsPictureButtonControl.AutoSize = true;
     this.settingsPictureButtonControl.DefaultImage = global::OdessaGUIProject.Properties.Resources.header_icon_settings;
     this.settingsPictureButtonControl.HoverImage = null;
     this.settingsPictureButtonControl.Location = new System.Drawing.Point(1138, 57);
     this.settingsPictureButtonControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.settingsPictureButtonControl.MouseDownImage = null;
     this.settingsPictureButtonControl.Name = "settingsPictureButtonControl";
     this.settingsPictureButtonControl.Size = new System.Drawing.Size(57, 41);
     this.settingsPictureButtonControl.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.settingsPictureButtonControl.TabIndex = 2;
     this.settingsPictureButtonControl.Tooltip = null;
     this.settingsPictureButtonControl.Click += new System.EventHandler(this.settingsPictureButtonControl_Click);
     //
     // win7ProgressBar
     //
     this.win7ProgressBar.ContainerControl = this;
     this.win7ProgressBar.Location = new System.Drawing.Point(541, 330);
     this.win7ProgressBar.Name = "win7ProgressBar";
     this.win7ProgressBar.Size = new System.Drawing.Size(113, 21);
     this.win7ProgressBar.TabIndex = 4;
     this.win7ProgressBar.Visible = false;
     //
     // breadcrumbsControl
     //
     this.breadcrumbsControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.breadcrumbsControl.BackColor = System.Drawing.Color.Transparent;
     this.breadcrumbsControl.Location = new System.Drawing.Point(18, 120);
     this.breadcrumbsControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.breadcrumbsControl.Name = "breadcrumbsControl";
     this.breadcrumbsControl.Size = new System.Drawing.Size(1240, 42);
     this.breadcrumbsControl.TabIndex = 0;
     this.breadcrumbsControl.ReviewClicked += new System.EventHandler(this.breadcrumbsControl_ReviewClicked);
     this.breadcrumbsControl.ScanClicked += new System.EventHandler(this.breadcrumbsControl_ScanClicked);
     this.breadcrumbsControl.SelectVideosClicked += new System.EventHandler(this.breadcrumbsControl_SelectVideosClicked_1);
     //
     // tutorialEscapeHatch
     //
     this.tutorialEscapeHatch.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.tutorialEscapeHatch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tutorialEscapeHatch.BackgroundImage")));
     this.tutorialEscapeHatch.Font = new System.Drawing.Font("Open Sans", 8.25F);
     this.tutorialEscapeHatch.Location = new System.Drawing.Point(378, 31);
     this.tutorialEscapeHatch.Name = "tutorialEscapeHatch";
     this.tutorialEscapeHatch.Size = new System.Drawing.Size(520, 40);
     this.tutorialEscapeHatch.TabIndex = 9;
     this.tutorialEscapeHatch.Visible = false;
     this.tutorialEscapeHatch.TutorialExited += new System.EventHandler(this.tutorialEscapeHatch_TutorialExited);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
     this.BackgroundImage = global::OdessaGUIProject.Properties.Resources.background_pattern_102x102_tile;
     this.ClientSize = new System.Drawing.Size(1276, 774);
     this.Controls.Add(this.tutorialEscapeHatch);
     this.Controls.Add(this.mainPanel);
     this.Controls.Add(this.win7ProgressBar);
     this.Controls.Add(this.helpPictureButtonControl);
     this.Controls.Add(this.settingsPictureButtonControl);
     this.Controls.Add(this.titlePictureBox);
     this.Controls.Add(this.breadcrumbsControl);
     this.DoubleBuffered = true;
     this.Font = new System.Drawing.Font("Franklin Gothic Book", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.MinimumSize = new System.Drawing.Size(954, 639);
     this.Name = "MainForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Highlight Hunter";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Shown += new System.EventHandler(this.MainForm_Shown);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainForm_Paint);
     this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
     this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseClick);
     this.Resize += new System.EventHandler(this.MainForm_Resize);
     this.HelpContextMenuStrip.ResumeLayout(false);
     this.shareContextMenuStrip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.titlePictureBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }