SafeDispatch/Safedispatch_4_0/Login.Designer.cs

374 lines
22 KiB
C#

namespace Safedispatch_4_0
{
partial class Login
{
/// <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()
{
this.components = new System.ComponentModel.Container();
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem4 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem5 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem6 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem7 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem8 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem9 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem10 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem11 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem12 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem13 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem14 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem15 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem16 = new Telerik.WinControls.UI.RadListDataItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
this.CloseButton = new Telerik.WinControls.UI.RadPanel();
this.txPass = new Telerik.WinControls.UI.RadTextBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.cbRemeber = new Telerik.WinControls.UI.RadCheckBox();
this.lbVersion = new Telerik.WinControls.UI.RadLabel();
this.cbLang = new Telerik.WinControls.UI.RadDropDownList();
this.cbUsers = new Telerik.WinControls.UI.RadDropDownList();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.office2010BlackTheme1 = new Telerik.WinControls.Themes.Office2010BlackTheme();
this.ForceTimer = new System.Windows.Forms.Timer(this.components);
this.office2013LightTheme1 = new Telerik.WinControls.Themes.Office2013LightTheme();
this.btLogin = new Telerik.WinControls.UI.RadButton();
this.btnUpdate = new Telerik.WinControls.UI.RadButton();
this.panelControls = new Telerik.WinControls.UI.RadPanel();
this.pbLanguage = new System.Windows.Forms.PictureBox();
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
((System.ComponentModel.ISupportInitialize)(this.CloseButton)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txPass)).BeginInit();
this.txPass.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbRemeber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbVersion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbLang)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbUsers)).BeginInit();
this.cbUsers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btLogin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControls)).BeginInit();
this.panelControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbLanguage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// CloseButton
//
this.CloseButton.BackColor = System.Drawing.Color.White;
this.CloseButton.BackgroundImage = global::Dispatcher.Properties.Resources.close_icon;
this.CloseButton.Location = new System.Drawing.Point(516, 12);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(13, 14);
this.CloseButton.TabIndex = 2;
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
//
// txPass
//
this.txPass.AutoSize = false;
this.txPass.Controls.Add(this.pictureBox2);
this.txPass.Location = new System.Drawing.Point(13, 50);
this.txPass.Name = "txPass";
this.txPass.NullText = "password";
this.txPass.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
this.txPass.PasswordChar = '*';
this.txPass.Size = new System.Drawing.Size(204, 32);
this.txPass.TabIndex = 1;
this.txPass.ThemeName = "Office2013Light";
this.txPass.TextChanged += new System.EventHandler(this.txPass_TextChanged);
this.txPass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txPass_KeyPress);
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.White;
this.pictureBox2.Image = global::Dispatcher.Properties.Resources.s_filter_type;
this.pictureBox2.Location = new System.Drawing.Point(2, 1);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(27, 29);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 2;
this.pictureBox2.TabStop = false;
//
// cbRemeber
//
this.cbRemeber.BackColor = System.Drawing.Color.Transparent;
this.cbRemeber.Location = new System.Drawing.Point(14, 96);
this.cbRemeber.Name = "cbRemeber";
this.cbRemeber.Size = new System.Drawing.Size(121, 18);
this.cbRemeber.TabIndex = 2;
this.cbRemeber.Text = "Remember Settings";
this.cbRemeber.ThemeName = "Office2013Light";
this.cbRemeber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbRemeber_KeyPress);
((Telerik.WinControls.UI.RadCheckBoxElement)(this.cbRemeber.GetChildAt(0))).Text = "Remember Settings";
((Telerik.WinControls.UI.RadCheckBoxElement)(this.cbRemeber.GetChildAt(0))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(146)))), ((int)(((byte)(146)))));
((Telerik.WinControls.Primitives.ImagePrimitive)(this.cbRemeber.GetChildAt(0).GetChildAt(1).GetChildAt(0).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.ImagePrimitive)(this.cbRemeber.GetChildAt(0).GetChildAt(1).GetChildAt(0).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbVersion
//
this.lbVersion.BackColor = System.Drawing.Color.Transparent;
this.lbVersion.ForeColor = System.Drawing.Color.Black;
this.lbVersion.Location = new System.Drawing.Point(10, 374);
this.lbVersion.Name = "lbVersion";
this.lbVersion.Size = new System.Drawing.Size(84, 18);
this.lbVersion.TabIndex = 29;
this.lbVersion.Text = "Version: 4.0.0.0";
//
// cbLang
//
this.cbLang.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
this.cbLang.DropDownAnimationFrames = 4;
this.cbLang.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
radListDataItem1.Tag = "en";
radListDataItem1.Text = "English";
radListDataItem2.Tag = "zh-CN";
radListDataItem2.Text = "Chinese";
radListDataItem3.Tag = "cs";
radListDataItem3.Text = "Czech";
radListDataItem4.Tag = "fr";
radListDataItem4.Text = "French";
radListDataItem5.Tag = "de";
radListDataItem5.Text = "German";
radListDataItem6.Tag = "it";
radListDataItem6.Text = "Italian";
radListDataItem7.Tag = "ja";
radListDataItem7.Text = "Japanese";
radListDataItem8.Tag = "pl";
radListDataItem8.Text = "Polish";
radListDataItem9.Tag = "pt";
radListDataItem9.Text = "Portuguese";
radListDataItem10.Tag = "ro";
radListDataItem10.Text = "Romanian";
radListDataItem11.Tag = "ru";
radListDataItem11.Text = "Russian";
radListDataItem12.Tag = "sr";
radListDataItem12.Text = "Serbian";
radListDataItem13.Tag = "es";
radListDataItem13.Text = "Spanish";
radListDataItem14.Tag = "sv";
radListDataItem14.Text = "Swedish";
radListDataItem15.Tag = "tr";
radListDataItem15.Text = "Turkish";
radListDataItem16.Tag = "ar";
radListDataItem16.Text = "Arabic";
this.cbLang.Items.Add(radListDataItem1);
this.cbLang.Items.Add(radListDataItem2);
this.cbLang.Items.Add(radListDataItem3);
this.cbLang.Items.Add(radListDataItem4);
this.cbLang.Items.Add(radListDataItem5);
this.cbLang.Items.Add(radListDataItem6);
this.cbLang.Items.Add(radListDataItem7);
this.cbLang.Items.Add(radListDataItem8);
this.cbLang.Items.Add(radListDataItem9);
this.cbLang.Items.Add(radListDataItem10);
this.cbLang.Items.Add(radListDataItem11);
this.cbLang.Items.Add(radListDataItem12);
this.cbLang.Items.Add(radListDataItem13);
this.cbLang.Items.Add(radListDataItem14);
this.cbLang.Items.Add(radListDataItem15);
this.cbLang.Items.Add(radListDataItem16);
this.cbLang.Location = new System.Drawing.Point(195, 94);
this.cbLang.Name = "cbLang";
this.cbLang.Size = new System.Drawing.Size(17, 21);
this.cbLang.TabIndex = 3;
this.cbLang.ThemeName = "Office2013Light";
this.cbLang.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbLang_SelectedIndexChanged);
//
// cbUsers
//
this.cbUsers.AutoSize = false;
this.cbUsers.Controls.Add(this.pictureBox1);
this.cbUsers.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
this.cbUsers.DropDownAnimationFrames = 4;
this.cbUsers.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.cbUsers.Font = new System.Drawing.Font("Segoe UI", 10F);
this.cbUsers.Location = new System.Drawing.Point(13, 12);
this.cbUsers.Name = "cbUsers";
this.cbUsers.NullText = "username";
this.cbUsers.Padding = new System.Windows.Forms.Padding(31, 0, 0, 0);
this.cbUsers.Size = new System.Drawing.Size(204, 32);
this.cbUsers.TabIndex = 0;
this.cbUsers.Text = "username";
this.cbUsers.ThemeName = "Office2013Light";
this.cbUsers.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbUsers_SelectedIndexChanged);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Image = global::Dispatcher.Properties.Resources.i_dispatch;
this.pictureBox1.Location = new System.Drawing.Point(2, 2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(27, 29);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// ForceTimer
//
this.ForceTimer.Interval = 1000;
this.ForceTimer.Tick += new System.EventHandler(this.ForceTimer_Tick);
//
// btLogin
//
this.btLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.btLogin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btLogin.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btLogin.Location = new System.Drawing.Point(13, 160);
this.btLogin.Name = "btLogin";
this.btLogin.Size = new System.Drawing.Size(204, 34);
this.btLogin.TabIndex = 4;
this.btLogin.Text = "LOGIN";
this.btLogin.ThemeName = "TelerikMetroBlue";
this.btLogin.EnabledChanged += new System.EventHandler(this.btLogin_EnabledChanged);
this.btLogin.Click += new System.EventHandler(this.radButton1_Click);
((Telerik.WinControls.UI.RadButtonElement)(this.btLogin.GetChildAt(0))).Text = "LOGIN";
((Telerik.WinControls.Primitives.FillPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
((Telerik.WinControls.Primitives.FillPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
((Telerik.WinControls.Primitives.TextPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btLogin.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
//
// btnUpdate
//
this.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpdate.Location = new System.Drawing.Point(9, 345);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(124, 25);
this.btnUpdate.TabIndex = 0;
this.btnUpdate.Text = "Check for Updates";
this.btnUpdate.ThemeName = "TelerikMetroBlue";
this.btnUpdate.Visible = false;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// panelControls
//
this.panelControls.BackColor = System.Drawing.Color.Transparent;
this.panelControls.Controls.Add(this.cbUsers);
this.panelControls.Controls.Add(this.txPass);
this.panelControls.Controls.Add(this.btLogin);
this.panelControls.Controls.Add(this.cbRemeber);
this.panelControls.Controls.Add(this.pbLanguage);
this.panelControls.Controls.Add(this.cbLang);
this.panelControls.Location = new System.Drawing.Point(320, 200);
this.panelControls.Name = "panelControls";
this.panelControls.Size = new System.Drawing.Size(227, 205);
this.panelControls.TabIndex = 71;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelControls.GetChildAt(0).GetChildAt(1))).Width = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelControls.GetChildAt(0).GetChildAt(1))).LeftWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelControls.GetChildAt(0).GetChildAt(1))).TopWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelControls.GetChildAt(0).GetChildAt(1))).RightWidth = 0F;
((Telerik.WinControls.Primitives.BorderPrimitive)(this.panelControls.GetChildAt(0).GetChildAt(1))).BottomWidth = 0F;
//
// pbLanguage
//
this.pbLanguage.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbLanguage.Image = global::Dispatcher.Properties.Resources.f_en;
this.pbLanguage.Location = new System.Drawing.Point(190, 89);
this.pbLanguage.Name = "pbLanguage";
this.pbLanguage.Size = new System.Drawing.Size(27, 29);
this.pbLanguage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbLanguage.TabIndex = 70;
this.pbLanguage.TabStop = false;
this.pbLanguage.Click += new System.EventHandler(this.pbLanguage_Click);
//
// Login
//
this.BackgroundImage = global::Dispatcher.Properties.Resources.login1;
this.ClientSize = new System.Drawing.Size(550, 407);
this.Controls.Add(this.lbVersion);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.panelControls);
this.Enabled = false;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(550, 407);
this.MinimumSize = new System.Drawing.Size(550, 407);
this.Name = "Login";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.RootElement.MaxSize = new System.Drawing.Size(550, 407);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SafeDispatch Login";
this.ThemeName = "TelerikMetroBlue";
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.Load += new System.EventHandler(this.Login_Load);
this.Shown += new System.EventHandler(this.Login_Shown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
((System.ComponentModel.ISupportInitialize)(this.CloseButton)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txPass)).EndInit();
this.txPass.ResumeLayout(false);
this.txPass.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbRemeber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbVersion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbLang)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbUsers)).EndInit();
this.cbUsers.ResumeLayout(false);
this.cbUsers.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btLogin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnUpdate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControls)).EndInit();
this.panelControls.ResumeLayout(false);
this.panelControls.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbLanguage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadPanel CloseButton;
private Telerik.WinControls.UI.RadTextBox txPass;
private Telerik.WinControls.UI.RadCheckBox cbRemeber;
private Telerik.WinControls.UI.RadLabel lbVersion;
private Telerik.WinControls.UI.RadDropDownList cbLang;
private Telerik.WinControls.UI.RadDropDownList cbUsers;
private Telerik.WinControls.Themes.Office2010BlackTheme office2010BlackTheme1;
private System.Windows.Forms.Timer ForceTimer;
private Telerik.WinControls.Themes.Office2013LightTheme office2013LightTheme1;
private Telerik.WinControls.UI.RadButton btLogin;
private Telerik.WinControls.UI.RadButton btnUpdate;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private Telerik.WinControls.UI.RadPanel panelControls;
private System.Windows.Forms.PictureBox pbLanguage;
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
}
}