SafeDispatch/MotoRepeaterCore/LoginForm.Designer.cs
2024-02-22 18:43:59 +02:00

351 lines
20 KiB
C#

namespace MotoRepeater
{
partial class LoginForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.btLogin = new System.Windows.Forms.Button();
this.tbPassword = new System.Windows.Forms.TextBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.tbUsername = new System.Windows.Forms.TextBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.lbVersion = new System.Windows.Forms.Label();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.lbState = new System.Windows.Forms.Label();
this.lbGatewayCodes = new System.Windows.Forms.Label();
this.lbGatewayCode = new System.Windows.Forms.Label();
this.pbGatewayCodes = new System.Windows.Forms.PictureBox();
this.cbGatewayCodes = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbGatewayCodes)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::MotoRepeater.Properties.Resources.icon_repeater;
this.pictureBox1.Location = new System.Drawing.Point(81, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(207, 55);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.Image = global::MotoRepeater.Properties.Resources.title;
this.pictureBox2.Location = new System.Drawing.Point(98, 64);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(175, 32);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 20;
this.pictureBox2.TabStop = false;
//
// btLogin
//
this.btLogin.BackColor = System.Drawing.Color.DimGray;
this.btLogin.Enabled = false;
this.btLogin.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btLogin.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btLogin.ForeColor = System.Drawing.Color.LightGray;
this.btLogin.Location = new System.Drawing.Point(89, 316);
this.btLogin.Name = "btLogin";
this.btLogin.Size = new System.Drawing.Size(192, 44);
this.btLogin.TabIndex = 3;
this.btLogin.Text = "Login";
this.btLogin.UseVisualStyleBackColor = false;
this.btLogin.Click += new System.EventHandler(this.button1_Click);
//
// tbPassword
//
this.tbPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
this.tbPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbPassword.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbPassword.ForeColor = System.Drawing.Color.LightGray;
this.tbPassword.Location = new System.Drawing.Point(98, 204);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(173, 19);
this.tbPassword.TabIndex = 1;
this.tbPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbPassword.TextChanged += new System.EventHandler(this.label_TextChanged);
this.tbPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// pictureBox6
//
this.pictureBox6.BackColor = System.Drawing.Color.Transparent;
this.pictureBox6.BackgroundImage = global::MotoRepeater.Properties.Resources.comboBox;
this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Default;
this.pictureBox6.Image = global::MotoRepeater.Properties.Resources.empty_frame;
this.pictureBox6.Location = new System.Drawing.Point(89, 196);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(192, 31);
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox6.TabIndex = 22;
this.pictureBox6.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
this.pictureBox3.Image = global::MotoRepeater.Properties.Resources.login_user;
this.pictureBox3.Location = new System.Drawing.Point(92, 198);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(28, 28);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox3.TabIndex = 24;
this.pictureBox3.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
this.pictureBox5.Image = global::MotoRepeater.Properties.Resources.login_key;
this.pictureBox5.Location = new System.Drawing.Point(92, 156);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(28, 28);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox5.TabIndex = 28;
this.pictureBox5.TabStop = false;
//
// tbUsername
//
this.tbUsername.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
this.tbUsername.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbUsername.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbUsername.ForeColor = System.Drawing.Color.LightGray;
this.tbUsername.Location = new System.Drawing.Point(98, 160);
this.tbUsername.Name = "tbUsername";
this.tbUsername.Size = new System.Drawing.Size(173, 19);
this.tbUsername.TabIndex = 0;
this.tbUsername.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbUsername.TextChanged += new System.EventHandler(this.label_TextChanged);
this.tbUsername.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// pictureBox7
//
this.pictureBox7.BackColor = System.Drawing.Color.Transparent;
this.pictureBox7.BackgroundImage = global::MotoRepeater.Properties.Resources.comboBox;
this.pictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Default;
this.pictureBox7.Image = global::MotoRepeater.Properties.Resources.empty_frame;
this.pictureBox7.Location = new System.Drawing.Point(89, 154);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(192, 31);
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox7.TabIndex = 27;
this.pictureBox7.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.LightGray;
this.label2.Location = new System.Drawing.Point(87, 133);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(123, 17);
this.label2.TabIndex = 3;
this.label2.Text = "SafeNet Credentials";
//
// lbVersion
//
this.lbVersion.AutoSize = true;
this.lbVersion.BackColor = System.Drawing.Color.Transparent;
this.lbVersion.ForeColor = System.Drawing.Color.LightGray;
this.lbVersion.Location = new System.Drawing.Point(12, 382);
this.lbVersion.Name = "lbVersion";
this.lbVersion.Size = new System.Drawing.Size(35, 13);
this.lbVersion.TabIndex = 29;
this.lbVersion.Text = "label1";
//
// pictureBox4
//
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
this.pictureBox4.Image = global::MotoRepeater.Properties.Resources.safemobile;
this.pictureBox4.Location = new System.Drawing.Point(239, 372);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(127, 37);
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox4.TabIndex = 30;
this.pictureBox4.TabStop = false;
//
// lbState
//
this.lbState.AutoSize = true;
this.lbState.BackColor = System.Drawing.Color.Transparent;
this.lbState.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbState.ForeColor = System.Drawing.Color.Green;
this.lbState.Location = new System.Drawing.Point(89, 294);
this.lbState.Name = "lbState";
this.lbState.Size = new System.Drawing.Size(96, 17);
this.lbState.TabIndex = 31;
this.lbState.Text = "Authenticating";
//
// lbGatewayCodes
//
this.lbGatewayCodes.AutoSize = true;
this.lbGatewayCodes.BackColor = System.Drawing.Color.Transparent;
this.lbGatewayCodes.Font = new System.Drawing.Font("Calibri", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbGatewayCodes.ForeColor = System.Drawing.Color.LightGray;
this.lbGatewayCodes.Location = new System.Drawing.Point(89, 238);
this.lbGatewayCodes.Name = "lbGatewayCodes";
this.lbGatewayCodes.Size = new System.Drawing.Size(104, 18);
this.lbGatewayCodes.TabIndex = 33;
this.lbGatewayCodes.Text = "Gateway Codes";
//
// lbGatewayCode
//
this.lbGatewayCode.AutoSize = true;
this.lbGatewayCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(49)))), ((int)(((byte)(51)))));
this.lbGatewayCode.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbGatewayCode.Font = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbGatewayCode.ForeColor = System.Drawing.Color.LightGray;
this.lbGatewayCode.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lbGatewayCode.Location = new System.Drawing.Point(94, 266);
this.lbGatewayCode.MaximumSize = new System.Drawing.Size(149, 18);
this.lbGatewayCode.MinimumSize = new System.Drawing.Size(149, 18);
this.lbGatewayCode.Name = "lbGatewayCode";
this.lbGatewayCode.Size = new System.Drawing.Size(149, 18);
this.lbGatewayCode.TabIndex = 2;
this.lbGatewayCode.Text = "90999";
this.lbGatewayCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lbGatewayCode.Click += new System.EventHandler(this.pbGatewayCodes_Click);
this.lbGatewayCode.MouseEnter += new System.EventHandler(this.controlGateway_MouseEnter);
this.lbGatewayCode.MouseLeave += new System.EventHandler(this.controlGateway_MouseLeave);
//
// pbGatewayCodes
//
this.pbGatewayCodes.BackColor = System.Drawing.Color.Transparent;
this.pbGatewayCodes.BackgroundImage = global::MotoRepeater.Properties.Resources.comboBox;
this.pbGatewayCodes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pbGatewayCodes.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbGatewayCodes.Image = global::MotoRepeater.Properties.Resources.comboBox;
this.pbGatewayCodes.Location = new System.Drawing.Point(90, 258);
this.pbGatewayCodes.Name = "pbGatewayCodes";
this.pbGatewayCodes.Size = new System.Drawing.Size(191, 31);
this.pbGatewayCodes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbGatewayCodes.TabIndex = 32;
this.pbGatewayCodes.TabStop = false;
this.pbGatewayCodes.Tag = "up";
this.pbGatewayCodes.Click += new System.EventHandler(this.pbGatewayCodes_Click);
this.pbGatewayCodes.MouseEnter += new System.EventHandler(this.controlGateway_MouseEnter);
this.pbGatewayCodes.MouseLeave += new System.EventHandler(this.controlGateway_MouseLeave);
//
// cbGatewayCodes
//
this.cbGatewayCodes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(61)))), ((int)(((byte)(66)))));
this.cbGatewayCodes.DropDownHeight = 140;
this.cbGatewayCodes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGatewayCodes.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbGatewayCodes.ForeColor = System.Drawing.Color.LightGray;
this.cbGatewayCodes.FormattingEnabled = true;
this.cbGatewayCodes.IntegralHeight = false;
this.cbGatewayCodes.Location = new System.Drawing.Point(90, 264);
this.cbGatewayCodes.Margin = new System.Windows.Forms.Padding(3, 3, 26, 3);
this.cbGatewayCodes.Name = "cbGatewayCodes";
this.cbGatewayCodes.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cbGatewayCodes.Size = new System.Drawing.Size(191, 24);
this.cbGatewayCodes.TabIndex = 2;
this.cbGatewayCodes.SelectedIndexChanged += new System.EventHandler(this.cbGatewayCodes_SelectedIndexChanged);
//
// LoginForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::MotoRepeater.Properties.Resources.bg_safenet3;
this.ClientSize = new System.Drawing.Size(368, 404);
this.Controls.Add(this.lbGatewayCode);
this.Controls.Add(this.lbGatewayCodes);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.lbVersion);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.tbUsername);
this.Controls.Add(this.pictureBox7);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.btLogin);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.pictureBox6);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pbGatewayCodes);
this.Controls.Add(this.cbGatewayCodes);
this.Controls.Add(this.lbState);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LoginForm";
this.Text = "Safenet Direct Connect Login";
this.Load += new System.EventHandler(this.LoginForm_Load);
this.Shown += new System.EventHandler(this.LoginForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbGatewayCodes)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button btLogin;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.TextBox tbUsername;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbVersion;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.Label lbState;
private System.Windows.Forms.Label lbGatewayCodes;
private System.Windows.Forms.Label lbGatewayCode;
private System.Windows.Forms.PictureBox pbGatewayCodes;
private System.Windows.Forms.ComboBox cbGatewayCodes;
}
}