namespace ImpulseVision
{
partial class FormAutorize
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutorize));
this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
this.LblRole = new System.Windows.Forms.Label();
this.LblUserID = new System.Windows.Forms.Label();
this.BtnLogin = new System.Windows.Forms.Button();
this.PanelAutorize = new ImpulseVision.RPanel();
this.CbxShowPass = new System.Windows.Forms.CheckBox();
this.Card = new ImpulseVision.FDCard();
this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
this.TbxPassword = new ImpulseVision.EgoldsGoogleTextBox();
this.Notify = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
this.PanelAutorize.SuspendLayout();
this.SuspendLayout();
//
// impulseVisionAppDataSet1
//
this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BsUsers
//
this.BsUsers.DataMember = "Staffs";
this.BsUsers.DataSource = this.impulseVisionAppDataSet1;
//
// staffsTableAdapter
//
this.staffsTableAdapter.ClearBeforeFill = true;
//
// LblRole
//
this.LblRole.AutoSize = true;
this.LblRole.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "IDStaffsType", true));
this.LblRole.Location = new System.Drawing.Point(12, 9);
this.LblRole.Name = "LblRole";
this.LblRole.Size = new System.Drawing.Size(37, 21);
this.LblRole.TabIndex = 11;
this.LblRole.Text = "role";
//
// LblUserID
//
this.LblUserID.AutoSize = true;
this.LblUserID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "ID", true));
this.LblUserID.Location = new System.Drawing.Point(12, 30);
this.LblUserID.Name = "LblUserID";
this.LblUserID.Size = new System.Drawing.Size(57, 21);
this.LblUserID.TabIndex = 12;
this.LblUserID.Text = "UserID";
//
// BtnLogin
//
this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.BtnLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.BtnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
this.BtnLogin.Location = new System.Drawing.Point(323, 185);
this.BtnLogin.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.BtnLogin.Name = "BtnLogin";
this.BtnLogin.Size = new System.Drawing.Size(152, 35);
this.BtnLogin.TabIndex = 3;
this.BtnLogin.Text = "Войти";
this.BtnLogin.UseVisualStyleBackColor = false;
this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
//
// PanelAutorize
//
this.PanelAutorize.Anchor = System.Windows.Forms.AnchorStyles.None;
this.PanelAutorize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
this.PanelAutorize.BackColorAdditional = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
this.PanelAutorize.BackColorGradientEnabled = false;
this.PanelAutorize.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.PanelAutorize.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
this.PanelAutorize.BorderColorEnabled = false;
this.PanelAutorize.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
this.PanelAutorize.BorderColorOnHoverEnabled = false;
this.PanelAutorize.Controls.Add(this.CbxShowPass);
this.PanelAutorize.Controls.Add(this.Card);
this.PanelAutorize.Controls.Add(this.TbxLogin);
this.PanelAutorize.Controls.Add(this.BtnLogin);
this.PanelAutorize.Controls.Add(this.TbxPassword);
this.PanelAutorize.Cursor = System.Windows.Forms.Cursors.Default;
this.PanelAutorize.Font = new System.Drawing.Font("Verdana", 8.25F);
this.PanelAutorize.ForeColor = System.Drawing.Color.White;
this.PanelAutorize.Location = new System.Drawing.Point(79, 51);
this.PanelAutorize.Name = "PanelAutorize";
this.PanelAutorize.RippleColor = System.Drawing.Color.Black;
this.PanelAutorize.Rounding = 10;
this.PanelAutorize.RoundingEnable = true;
this.PanelAutorize.Size = new System.Drawing.Size(538, 274);
this.PanelAutorize.TabIndex = 10;
this.PanelAutorize.TextHover = null;
this.PanelAutorize.UseDownPressEffectOnClick = false;
this.PanelAutorize.UseRippleEffect = true;
this.PanelAutorize.UseZoomEffectOnHover = false;
//
// CbxShowPass
//
this.CbxShowPass.AutoSize = true;
this.CbxShowPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.CbxShowPass.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
this.CbxShowPass.Location = new System.Drawing.Point(291, 151);
this.CbxShowPass.Name = "CbxShowPass";
this.CbxShowPass.Size = new System.Drawing.Size(163, 25);
this.CbxShowPass.TabIndex = 4;
this.CbxShowPass.Text = "Показать пароль";
this.CbxShowPass.UseVisualStyleBackColor = true;
this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
//
// Card
//
this.Card.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.Card.BackColorCurtain = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
this.Card.Cursor = System.Windows.Forms.Cursors.Hand;
this.Card.Dock = System.Windows.Forms.DockStyle.Left;
this.Card.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.Card.FontDescrition = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.Card.FontHeader = new System.Drawing.Font("Segoe UI Variable Small Semibol", 18F, System.Drawing.FontStyle.Bold);
this.Card.ForeColor = System.Drawing.Color.Black;
this.Card.ForeColorDescrition = System.Drawing.Color.Black;
this.Card.ForeColorHeader = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.Card.Location = new System.Drawing.Point(0, 0);
this.Card.Name = "Card";
this.Card.Size = new System.Drawing.Size(261, 274);
this.Card.TabIndex = 0;
this.Card.TextDescrition = "...";
this.Card.TextHeader = "Авторизация";
//
// TbxLogin
//
this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.TbxLogin.ForeColor = System.Drawing.Color.Black;
this.TbxLogin.Location = new System.Drawing.Point(291, 59);
this.TbxLogin.Name = "TbxLogin";
this.TbxLogin.SelectionStart = 0;
this.TbxLogin.Size = new System.Drawing.Size(210, 40);
this.TbxLogin.TabIndex = 0;
this.TbxLogin.TextInput = "";
this.TbxLogin.TextPreview = "Логин";
this.TbxLogin.UseSystemPasswordChar = false;
//
// TbxPassword
//
this.TbxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.TbxPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
this.TbxPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
this.TbxPassword.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
this.TbxPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TbxPassword.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.TbxPassword.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.TbxPassword.ForeColor = System.Drawing.Color.Black;
this.TbxPassword.Location = new System.Drawing.Point(291, 105);
this.TbxPassword.Name = "TbxPassword";
this.TbxPassword.SelectionStart = 0;
this.TbxPassword.Size = new System.Drawing.Size(210, 40);
this.TbxPassword.TabIndex = 2;
this.TbxPassword.TextInput = "";
this.TbxPassword.TextPreview = "Пароль";
this.TbxPassword.UseSystemPasswordChar = true;
//
// Notify
//
this.Notify.Icon = ((System.Drawing.Icon)(resources.GetObject("Notify.Icon")));
this.Notify.Text = "ImpulseVision";
this.Notify.Visible = true;
this.Notify.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Notify_MouseClick);
//
// FormAutorize
//
this.AcceptButton = this.BtnLogin;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
this.ClientSize = new System.Drawing.Size(690, 390);
this.Controls.Add(this.LblUserID);
this.Controls.Add(this.LblRole);
this.Controls.Add(this.PanelAutorize);
this.Font = new System.Drawing.Font("Segoe UI", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.MaximizeBox = false;
this.Name = "FormAutorize";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ImpulseVision";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutorize_FormClosing);
this.Load += new System.EventHandler(this.FormAutorize_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FormAutorize_Paint);
this.Resize += new System.EventHandler(this.FormAutorize_Resize);
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
this.PanelAutorize.ResumeLayout(false);
this.PanelAutorize.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnLogin;
private EgoldsGoogleTextBox TbxLogin;
private EgoldsGoogleTextBox TbxPassword;
private FDCard Card;
private RPanel PanelAutorize;
private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
private System.Windows.Forms.BindingSource BsUsers;
private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
private System.Windows.Forms.Label LblRole;
private System.Windows.Forms.Label LblUserID;
public System.Windows.Forms.NotifyIcon Notify;
private System.Windows.Forms.CheckBox CbxShowPass;
}
}