/// <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();
     this.currentPositionLabel = new System.Windows.Forms.Label();
     this.playerStatusTimer = new System.Windows.Forms.Timer(this.components);
     this.tickBoxLocationsTimer = new System.Windows.Forms.Timer(this.components);
     this.playHeadBox = new System.Windows.Forms.PictureBox();
     this.playStatePicture = new System.Windows.Forms.PictureBox();
     this.endTickBox = new System.Windows.Forms.PictureBox();
     this.startTickBox = new System.Windows.Forms.PictureBox();
     this.timelineBox = new System.Windows.Forms.PictureBox();
     this.shareToFacebookCheckBox = new System.Windows.Forms.CheckBox();
     this.saveToDiskCheckBox = new System.Windows.Forms.CheckBox();
     this.titleTextBox = new System.Windows.Forms.TextBox();
     this.facebookPicture = new System.Windows.Forms.PictureBox();
     this.savePicture = new System.Windows.Forms.PictureBox();
     this.saveToDiskButton = new OdessaPCControls.TransLabelButton();
     this.transLabel1 = new OdessaPCControls.TransLabel();
     this.shareToFacebookButton = new OdessaPCControls.TransLabelButton();
     this.transLabel2 = new OdessaPCControls.TransLabel();
     ((System.ComponentModel.ISupportInitialize)(this.playHeadBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.playStatePicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endTickBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTickBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timelineBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.facebookPicture)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.savePicture)).BeginInit();
     this.SuspendLayout();
     //
     // currentPositionLabel
     //
     this.currentPositionLabel.AutoSize = true;
     this.currentPositionLabel.Font = new System.Drawing.Font("Franklin Gothic Book", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.currentPositionLabel.ForeColor = System.Drawing.Color.White;
     this.currentPositionLabel.Location = new System.Drawing.Point(558, 387);
     this.currentPositionLabel.Name = "currentPositionLabel";
     this.currentPositionLabel.Size = new System.Drawing.Size(90, 17);
     this.currentPositionLabel.TabIndex = 45;
     this.currentPositionLabel.Text = "00:00 / 00:00";
     this.currentPositionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // playerStatusTimer
     //
     this.playerStatusTimer.Interval = 200;
     this.playerStatusTimer.Tick += new System.EventHandler(this.playerStatusTimer_Tick);
     //
     // tickBoxLocationsTimer
     //
     this.tickBoxLocationsTimer.Interval = 200;
     this.tickBoxLocationsTimer.Tick += new System.EventHandler(this.tickBoxLocationsTimer_Tick);
     //
     // playHeadBox
     //
     this.playHeadBox.BackColor = System.Drawing.Color.Transparent;
     this.playHeadBox.Image = global::OdessaGUIProject.Properties.Resources.playhead;
     this.playHeadBox.Location = new System.Drawing.Point(208, 383);
     this.playHeadBox.Name = "playHeadBox";
     this.playHeadBox.Size = new System.Drawing.Size(7, 27);
     this.playHeadBox.TabIndex = 49;
     this.playHeadBox.TabStop = false;
     this.playHeadBox.Visible = false;
     this.playHeadBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.playHeadBox_MouseDown);
     this.playHeadBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.playHeadBox_MouseMove);
     this.playHeadBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.playHeadBox_MouseUp);
     //
     // playStatePicture
     //
     this.playStatePicture.BackColor = System.Drawing.Color.Transparent;
     this.playStatePicture.Image = global::OdessaGUIProject.Properties.Resources.pause;
     this.playStatePicture.Location = new System.Drawing.Point(12, 380);
     this.playStatePicture.Name = "playStatePicture";
     this.playStatePicture.Size = new System.Drawing.Size(30, 31);
     this.playStatePicture.TabIndex = 50;
     this.playStatePicture.TabStop = false;
     this.playStatePicture.Text = "transPicture1";
     this.playStatePicture.Click += new System.EventHandler(this.playStatePicture_Click);
     //
     // endTickBox
     //
     this.endTickBox.BackColor = System.Drawing.Color.Transparent;
     this.endTickBox.Image = global::OdessaGUIProject.Properties.Resources.right_handle;
     this.endTickBox.Location = new System.Drawing.Point(276, 375);
     this.endTickBox.Name = "endTickBox";
     this.endTickBox.Size = new System.Drawing.Size(16, 44);
     this.endTickBox.TabIndex = 47;
     this.endTickBox.TabStop = false;
     this.endTickBox.Visible = false;
     this.endTickBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.endTickBox_MouseDown);
     this.endTickBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.endTickBox_MouseMove);
     this.endTickBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.endTickBox_MouseUp);
     //
     // startTickBox
     //
     this.startTickBox.BackColor = System.Drawing.Color.Transparent;
     this.startTickBox.Image = global::OdessaGUIProject.Properties.Resources.left_handle;
     this.startTickBox.Location = new System.Drawing.Point(111, 375);
     this.startTickBox.Name = "startTickBox";
     this.startTickBox.Size = new System.Drawing.Size(16, 44);
     this.startTickBox.TabIndex = 46;
     this.startTickBox.TabStop = false;
     this.startTickBox.Visible = false;
     this.startTickBox.DoubleClick += new System.EventHandler(this.startTickBox_DoubleClick);
     this.startTickBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.startTickBox_MouseDown);
     this.startTickBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.startTickBox_MouseMove);
     this.startTickBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.startTickBox_MouseUp);
     //
     // timelineBox
     //
     this.timelineBox.BackColor = System.Drawing.Color.Transparent;
     this.timelineBox.Image = global::OdessaGUIProject.Properties.Resources.timeline;
     this.timelineBox.Location = new System.Drawing.Point(55, 391);
     this.timelineBox.Name = "timelineBox";
     this.timelineBox.Size = new System.Drawing.Size(460, 10);
     this.timelineBox.TabIndex = 48;
     this.timelineBox.TabStop = false;
     this.timelineBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.timelineBox_MouseDown);
     //
     // shareToFacebookCheckBox
     //
     this.shareToFacebookCheckBox.AutoSize = true;
     this.shareToFacebookCheckBox.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.shareToFacebookCheckBox.ForeColor = System.Drawing.Color.White;
     this.shareToFacebookCheckBox.Location = new System.Drawing.Point(581, 250);
     this.shareToFacebookCheckBox.Name = "shareToFacebookCheckBox";
     this.shareToFacebookCheckBox.Size = new System.Drawing.Size(153, 25);
     this.shareToFacebookCheckBox.TabIndex = 51;
     this.shareToFacebookCheckBox.Text = "Share to Facebook";
     this.shareToFacebookCheckBox.UseVisualStyleBackColor = true;
     this.shareToFacebookCheckBox.Visible = false;
     this.shareToFacebookCheckBox.CheckedChanged += new System.EventHandler(this.shareToFacebookCheckBox_CheckedChanged);
     //
     // saveToDiskCheckBox
     //
     this.saveToDiskCheckBox.AutoSize = true;
     this.saveToDiskCheckBox.Checked = true;
     this.saveToDiskCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.saveToDiskCheckBox.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.saveToDiskCheckBox.ForeColor = System.Drawing.Color.White;
     this.saveToDiskCheckBox.Location = new System.Drawing.Point(581, 184);
     this.saveToDiskCheckBox.Name = "saveToDiskCheckBox";
     this.saveToDiskCheckBox.Size = new System.Drawing.Size(148, 25);
     this.saveToDiskCheckBox.TabIndex = 52;
     this.saveToDiskCheckBox.Text = "Save to Computer";
     this.saveToDiskCheckBox.UseVisualStyleBackColor = true;
     this.saveToDiskCheckBox.Visible = false;
     this.saveToDiskCheckBox.CheckedChanged += new System.EventHandler(this.saveToDiskCheckBox_CheckedChanged);
     //
     // titleTextBox
     //
     this.titleTextBox.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.titleTextBox.Location = new System.Drawing.Point(57, 432);
     this.titleTextBox.Name = "titleTextBox";
     this.titleTextBox.Size = new System.Drawing.Size(263, 26);
     this.titleTextBox.TabIndex = 53;
     this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
     this.titleTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.titleTextBox_KeyPress);
     this.titleTextBox.Leave += new System.EventHandler(this.titleTextBox_Leave);
     //
     // facebookPicture
     //
     this.facebookPicture.BackColor = System.Drawing.Color.Transparent;
     this.facebookPicture.Image = global::OdessaGUIProject.Properties.Resources.fb16x16;
     this.facebookPicture.Location = new System.Drawing.Point(499, 437);
     this.facebookPicture.Name = "facebookPicture";
     this.facebookPicture.Size = new System.Drawing.Size(16, 16);
     this.facebookPicture.TabIndex = 55;
     this.facebookPicture.TabStop = false;
     this.facebookPicture.Text = "transPicture2";
     //
     // savePicture
     //
     this.savePicture.BackColor = System.Drawing.Color.Transparent;
     this.savePicture.Image = global::OdessaGUIProject.Properties.Resources.save16x16;
     this.savePicture.Location = new System.Drawing.Point(329, 437);
     this.savePicture.Name = "savePicture";
     this.savePicture.Size = new System.Drawing.Size(16, 16);
     this.savePicture.TabIndex = 57;
     this.savePicture.TabStop = false;
     this.savePicture.Text = "transPicture2";
     //
     // saveToDiskButton
     //
     this.saveToDiskButton.AutoSize = true;
     this.saveToDiskButton.BackColor = System.Drawing.Color.Transparent;
     this.saveToDiskButton.FlatAppearance.BorderSize = 0;
     this.saveToDiskButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.saveToDiskButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.saveToDiskButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.saveToDiskButton.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.saveToDiskButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(51)))));
     this.saveToDiskButton.IsClicked = false;
     this.saveToDiskButton.IsHovering = false;
     this.saveToDiskButton.Location = new System.Drawing.Point(347, 430);
     this.saveToDiskButton.Name = "saveToDiskButton";
     this.saveToDiskButton.Size = new System.Drawing.Size(137, 31);
     this.saveToDiskButton.TabIndex = 58;
     this.saveToDiskButton.Text = "Save to computer";
     this.saveToDiskButton.UseVisualStyleBackColor = false;
     this.saveToDiskButton.Click += new System.EventHandler(this.saveToDiskButton_Click);
     //
     // transLabel1
     //
     this.transLabel1.AutoSize = true;
     this.transLabel1.BackColor = System.Drawing.Color.Transparent;
     this.transLabel1.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.transLabel1.ForeColor = System.Drawing.Color.White;
     this.transLabel1.Location = new System.Drawing.Point(8, 435);
     this.transLabel1.Name = "transLabel1";
     this.transLabel1.Size = new System.Drawing.Size(43, 21);
     this.transLabel1.TabIndex = 54;
     this.transLabel1.Text = "Title:";
     //
     // shareToFacebookButton
     //
     this.shareToFacebookButton.AutoSize = true;
     this.shareToFacebookButton.BackColor = System.Drawing.Color.Transparent;
     this.shareToFacebookButton.FlatAppearance.BorderSize = 0;
     this.shareToFacebookButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.shareToFacebookButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.shareToFacebookButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.shareToFacebookButton.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.shareToFacebookButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(204)))), ((int)(((byte)(51)))));
     this.shareToFacebookButton.IsClicked = false;
     this.shareToFacebookButton.IsHovering = false;
     this.shareToFacebookButton.Location = new System.Drawing.Point(515, 430);
     this.shareToFacebookButton.Name = "shareToFacebookButton";
     this.shareToFacebookButton.Size = new System.Drawing.Size(144, 31);
     this.shareToFacebookButton.TabIndex = 56;
     this.shareToFacebookButton.Text = "Share to Facebook";
     this.shareToFacebookButton.UseVisualStyleBackColor = false;
     this.shareToFacebookButton.Click += new System.EventHandler(this.shareToFacebookButton_Click);
     //
     // transLabel2
     //
     this.transLabel2.AutoSize = true;
     this.transLabel2.BackColor = System.Drawing.Color.Transparent;
     this.transLabel2.Font = new System.Drawing.Font("Franklin Gothic Book", 12F);
     this.transLabel2.ForeColor = System.Drawing.Color.White;
     this.transLabel2.Location = new System.Drawing.Point(124, 184);
     this.transLabel2.Name = "transLabel2";
     this.transLabel2.Size = new System.Drawing.Size(90, 21);
     this.transLabel2.TabIndex = 60;
     this.transLabel2.Text = "transLabel2";
     //
     // TrimVideoControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.Controls.Add(this.transLabel2);
     this.Controls.Add(this.saveToDiskButton);
     this.Controls.Add(this.savePicture);
     this.Controls.Add(this.facebookPicture);
     this.Controls.Add(this.transLabel1);
     this.Controls.Add(this.titleTextBox);
     this.Controls.Add(this.saveToDiskCheckBox);
     this.Controls.Add(this.shareToFacebookCheckBox);
     this.Controls.Add(this.playHeadBox);
     this.Controls.Add(this.playStatePicture);
     this.Controls.Add(this.endTickBox);
     this.Controls.Add(this.startTickBox);
     this.Controls.Add(this.currentPositionLabel);
     this.Controls.Add(this.timelineBox);
     this.Controls.Add(this.shareToFacebookButton);
     this.Name = "TrimVideoControl";
     this.Size = new System.Drawing.Size(662, 475);
     this.Load += new System.EventHandler(this.TrimVideoControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.playHeadBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.playStatePicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endTickBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startTickBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timelineBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.facebookPicture)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.savePicture)).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()
 {
     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();
 }
Esempio n. 5
0
        private void SetStampLocation()
        {
            //PDFUtility.Location stampLocation = Globals.stampLocation;
            List <Control> itemsToRemove = new List <Control>();

            foreach (Control ctrl in pnlLocation.Controls)
            {
                if (ctrl.Tag != null && ctrl.Tag.ToString() == "example")
                {
                    itemsToRemove.Add(ctrl);
                }
            }

            foreach (Control ctrl in itemsToRemove)
            {
                Controls.Remove(ctrl);
                ctrl.Dispose();
            }

            TransLabel batesExample = new TransLabel();

            batesExample.Text   = "BAT 001";
            batesExample.Parent = pnlLocation;
            batesExample.Tag    = "example";
            batesExample.Font   = new Font("Microsoft Sans Serif", 9, FontStyle.Bold);
            //batesExample.Font = new Font(this.Font, );

            batesExample.Show();
            switch (comboBoxLocation.SelectedIndex)
            {
            case 0:
                batesExample.Location = new Point(139, 288);
                batesExample.Refresh();
                break;

            case 1:
                batesExample.Location = new Point(3, 288);
                break;

            case 2:
                batesExample.Location = new Point(139, 7);
                break;

            case 3:
                batesExample.Location = new Point(3, 7);
                break;

            case 4:
                batesExample.Location = new Point(74, 146);
                break;

            case 5:
                batesExample.Location = new Point(74, 288);
                break;

            case 6:
                batesExample.Location = new Point(74, 7);
                break;
            }

            //Reset tranparency
            float newTransparency = trackTransparency.Value;
            int   alpha           = Convert.ToInt32((newTransparency / 100) * 255);

            alpha = Math.Min(alpha, 255);
            alpha = Math.Max(alpha, 0);
            //batesExample.Transparency = alpha;
            foreach (TransLabel label in pnlLocation.Controls)
            {
                label.Transparency = alpha;
            }
        }