namespace СУБД_Альфапол
{
partial class FormAutorization
{
///
/// 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(FormAutorization));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tbxLogin = new System.Windows.Forms.TextBox();
this.tbxPass = new System.Windows.Forms.TextBox();
this.cbxShowPass = new System.Windows.Forms.CheckBox();
this.btnLogin = new System.Windows.Forms.Button();
this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter();
this.PanelInputCaptcha = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.TbxCaptcha = new System.Windows.Forms.TextBox();
this.PanelCaptcha = new System.Windows.Forms.Panel();
this.LblC4 = new System.Windows.Forms.Label();
this.LblC3 = new System.Windows.Forms.Label();
this.LblC2 = new System.Windows.Forms.Label();
this.LblC1 = new System.Windows.Forms.Label();
this.timerForLogin = new System.Windows.Forms.Timer(this.components);
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
this.PanelInputCaptcha.SuspendLayout();
this.PanelCaptcha.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightGray;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(446, 108);
this.panel1.TabIndex = 0;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(160, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(260, 41);
this.label1.TabIndex = 1;
this.label1.Text = "Авторизация";
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(124, 108);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(119, 127);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(148, 18);
this.label2.TabIndex = 1;
this.label2.Text = "Введите логин:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(119, 186);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(158, 18);
this.label3.TabIndex = 2;
this.label3.Text = "Введите пароль:";
//
// tbxLogin
//
this.tbxLogin.Location = new System.Drawing.Point(122, 148);
this.tbxLogin.Name = "tbxLogin";
this.tbxLogin.Size = new System.Drawing.Size(204, 26);
this.tbxLogin.TabIndex = 3;
this.tbxLogin.Text = "m2";
//
// tbxPass
//
this.tbxPass.Location = new System.Drawing.Point(122, 218);
this.tbxPass.Name = "tbxPass";
this.tbxPass.Size = new System.Drawing.Size(204, 26);
this.tbxPass.TabIndex = 4;
this.tbxPass.Text = "m2";
this.tbxPass.UseSystemPasswordChar = true;
//
// cbxShowPass
//
this.cbxShowPass.AutoSize = true;
this.cbxShowPass.Location = new System.Drawing.Point(133, 250);
this.cbxShowPass.Name = "cbxShowPass";
this.cbxShowPass.Size = new System.Drawing.Size(177, 22);
this.cbxShowPass.TabIndex = 5;
this.cbxShowPass.Text = "показать пароль";
this.cbxShowPass.UseVisualStyleBackColor = true;
this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
//
// btnLogin
//
this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
this.btnLogin.ForeColor = System.Drawing.SystemColors.Control;
this.btnLogin.Location = new System.Drawing.Point(122, 281);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(204, 30);
this.btnLogin.TabIndex = 6;
this.btnLogin.Text = "Вход";
this.btnLogin.UseVisualStyleBackColor = false;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// BsUsers
//
this.BsUsers.DataMember = "Manager";
this.BsUsers.DataSource = this.dbAlphapolAGDataSet;
//
// dbAlphapolAGDataSet
//
this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// managerTableAdapter
//
this.managerTableAdapter.ClearBeforeFill = true;
//
// PanelInputCaptcha
//
this.PanelInputCaptcha.Controls.Add(this.label7);
this.PanelInputCaptcha.Controls.Add(this.TbxCaptcha);
this.PanelInputCaptcha.Controls.Add(this.PanelCaptcha);
this.PanelInputCaptcha.Location = new System.Drawing.Point(106, 317);
this.PanelInputCaptcha.Name = "PanelInputCaptcha";
this.PanelInputCaptcha.Size = new System.Drawing.Size(250, 160);
this.PanelInputCaptcha.TabIndex = 8;
this.PanelInputCaptcha.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(148, 18);
this.label7.TabIndex = 2;
this.label7.Text = "Введите капчу:";
//
// TbxCaptcha
//
this.TbxCaptcha.Location = new System.Drawing.Point(3, 122);
this.TbxCaptcha.Name = "TbxCaptcha";
this.TbxCaptcha.Size = new System.Drawing.Size(244, 26);
this.TbxCaptcha.TabIndex = 1;
//
// PanelCaptcha
//
this.PanelCaptcha.BackgroundImage = global::СУБД_Альфапол.Properties.Resources.Безымянный;
this.PanelCaptcha.Controls.Add(this.LblC4);
this.PanelCaptcha.Controls.Add(this.LblC3);
this.PanelCaptcha.Controls.Add(this.LblC2);
this.PanelCaptcha.Controls.Add(this.LblC1);
this.PanelCaptcha.Dock = System.Windows.Forms.DockStyle.Top;
this.PanelCaptcha.Location = new System.Drawing.Point(0, 0);
this.PanelCaptcha.Name = "PanelCaptcha";
this.PanelCaptcha.Size = new System.Drawing.Size(250, 95);
this.PanelCaptcha.TabIndex = 0;
//
// LblC4
//
this.LblC4.AutoSize = true;
this.LblC4.BackColor = System.Drawing.Color.Transparent;
this.LblC4.Font = new System.Drawing.Font("Bahnschrift Condensed", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LblC4.Location = new System.Drawing.Point(221, 10);
this.LblC4.Name = "LblC4";
this.LblC4.Size = new System.Drawing.Size(26, 35);
this.LblC4.TabIndex = 3;
this.LblC4.Text = "F";
//
// LblC3
//
this.LblC3.AutoSize = true;
this.LblC3.BackColor = System.Drawing.Color.Transparent;
this.LblC3.Font = new System.Drawing.Font("Monotype Corsiva", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LblC3.Location = new System.Drawing.Point(157, 46);
this.LblC3.Name = "LblC3";
this.LblC3.Size = new System.Drawing.Size(33, 36);
this.LblC3.TabIndex = 2;
this.LblC3.Text = "F";
//
// LblC2
//
this.LblC2.AutoSize = true;
this.LblC2.BackColor = System.Drawing.Color.Transparent;
this.LblC2.Font = new System.Drawing.Font("Haettenschweiler", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LblC2.Location = new System.Drawing.Point(97, 30);
this.LblC2.Name = "LblC2";
this.LblC2.Size = new System.Drawing.Size(23, 30);
this.LblC2.TabIndex = 1;
this.LblC2.Text = "F";
//
// LblC1
//
this.LblC1.AutoSize = true;
this.LblC1.BackColor = System.Drawing.Color.Transparent;
this.LblC1.Font = new System.Drawing.Font("MV Boli", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LblC1.Location = new System.Drawing.Point(9, 10);
this.LblC1.Name = "LblC1";
this.LblC1.Size = new System.Drawing.Size(34, 39);
this.LblC1.TabIndex = 0;
this.LblC1.Text = "F";
//
// timerForLogin
//
this.timerForLogin.Interval = 10000;
this.timerForLogin.Tick += new System.EventHandler(this.timerForLogin_Tick);
//
// FormAutorization
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(446, 484);
this.Controls.Add(this.PanelInputCaptcha);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.cbxShowPass);
this.Controls.Add(this.tbxPass);
this.Controls.Add(this.tbxLogin);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormAutorization";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "\"ООО\" Альфапол";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
this.PanelInputCaptcha.ResumeLayout(false);
this.PanelInputCaptcha.PerformLayout();
this.PanelCaptcha.ResumeLayout(false);
this.PanelCaptcha.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbxLogin;
private System.Windows.Forms.TextBox tbxPass;
private System.Windows.Forms.CheckBox cbxShowPass;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.BindingSource BsUsers;
private dbAlphapolAGDataSet dbAlphapolAGDataSet;
private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
private System.Windows.Forms.Panel PanelInputCaptcha;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox TbxCaptcha;
private System.Windows.Forms.Panel PanelCaptcha;
private System.Windows.Forms.Label LblC4;
private System.Windows.Forms.Label LblC3;
private System.Windows.Forms.Label LblC2;
private System.Windows.Forms.Label LblC1;
private System.Windows.Forms.Timer timerForLogin;
}
}