123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormAuthorization
- {
- /// <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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthorization));
- this.pracFabricaDataSet = new СУБД_Швейная_фабрика.pracFabricaDataSet();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.UsersTableAdapter();
- this.TbxCapcha = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.LblCapcha = new System.Windows.Forms.Label();
- this.LblReg = new System.Windows.Forms.Label();
- this.BtnLogin = new System.Windows.Forms.Button();
- this.CbxShowPass = new System.Windows.Forms.CheckBox();
- this.TbxPass = new System.Windows.Forms.TextBox();
- this.TbxLogin = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.CmbRole = new System.Windows.Forms.ComboBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // pracFabricaDataSet
- //
- this.pracFabricaDataSet.DataSetName = "db_22factoryDataSet";
- this.pracFabricaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.pracFabricaDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // TbxCapcha
- //
- this.TbxCapcha.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.TbxCapcha.Location = new System.Drawing.Point(124, 383);
- this.TbxCapcha.Margin = new System.Windows.Forms.Padding(2);
- this.TbxCapcha.Name = "TbxCapcha";
- this.TbxCapcha.Size = new System.Drawing.Size(87, 22);
- this.TbxCapcha.TabIndex = 26;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(37, 386);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(85, 16);
- this.label5.TabIndex = 25;
- this.label5.Text = "Введите капчу:";
- //
- // LblCapcha
- //
- this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.LblCapcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LblCapcha.Location = new System.Drawing.Point(35, 334);
- this.LblCapcha.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.LblCapcha.Name = "LblCapcha";
- this.LblCapcha.Size = new System.Drawing.Size(119, 40);
- this.LblCapcha.TabIndex = 24;
- this.LblCapcha.Text = "label";
- this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
- //
- // LblReg
- //
- this.LblReg.AutoSize = true;
- this.LblReg.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblReg.ForeColor = System.Drawing.Color.Blue;
- this.LblReg.Location = new System.Drawing.Point(37, 450);
- this.LblReg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.LblReg.Name = "LblReg";
- this.LblReg.Size = new System.Drawing.Size(161, 16);
- this.LblReg.TabIndex = 23;
- this.LblReg.Text = "Регистрация нового заказчика";
- this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
- //
- // BtnLogin
- //
- this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLogin.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BtnLogin.Location = new System.Drawing.Point(249, 437);
- this.BtnLogin.Margin = new System.Windows.Forms.Padding(2);
- this.BtnLogin.Name = "BtnLogin";
- this.BtnLogin.Size = new System.Drawing.Size(126, 43);
- this.BtnLogin.TabIndex = 22;
- this.BtnLogin.Text = "Вход";
- this.BtnLogin.UseVisualStyleBackColor = false;
- this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
- //
- // CbxShowPass
- //
- this.CbxShowPass.AutoSize = true;
- this.CbxShowPass.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.CbxShowPass.Location = new System.Drawing.Point(200, 247);
- this.CbxShowPass.Margin = new System.Windows.Forms.Padding(2);
- this.CbxShowPass.Name = "CbxShowPass";
- this.CbxShowPass.Size = new System.Drawing.Size(174, 20);
- this.CbxShowPass.TabIndex = 21;
- this.CbxShowPass.Text = "Показывать символы пароля";
- this.CbxShowPass.UseVisualStyleBackColor = true;
- this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
- //
- // TbxPass
- //
- this.TbxPass.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.TbxPass.Location = new System.Drawing.Point(200, 217);
- this.TbxPass.Margin = new System.Windows.Forms.Padding(2);
- this.TbxPass.Name = "TbxPass";
- this.TbxPass.Size = new System.Drawing.Size(178, 22);
- this.TbxPass.TabIndex = 20;
- this.TbxPass.UseSystemPasswordChar = true;
- //
- // TbxLogin
- //
- this.TbxLogin.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.TbxLogin.Location = new System.Drawing.Point(200, 174);
- this.TbxLogin.Margin = new System.Windows.Forms.Padding(2);
- this.TbxLogin.Name = "TbxLogin";
- this.TbxLogin.Size = new System.Drawing.Size(178, 22);
- this.TbxLogin.TabIndex = 19;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(202, 199);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(89, 16);
- this.label4.TabIndex = 18;
- this.label4.Text = "Введите пароль";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(200, 157);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(81, 16);
- this.label3.TabIndex = 17;
- this.label3.Text = "Введите логин";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(13, 177);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(154, 16);
- this.label2.TabIndex = 16;
- this.label2.Text = "Выберите, кто авторизуется";
- //
- // CmbRole
- //
- this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbRole.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.CmbRole.FormattingEnabled = true;
- this.CmbRole.Items.AddRange(new object[] {
- "Заказчик",
- "Менеджер",
- "Кладовщик"});
- this.CmbRole.Location = new System.Drawing.Point(13, 196);
- this.CmbRole.Margin = new System.Windows.Forms.Padding(2);
- this.CmbRole.Name = "CmbRole";
- this.CmbRole.Size = new System.Drawing.Size(178, 24);
- this.CmbRole.TabIndex = 15;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- 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.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(389, 106);
- this.panel1.TabIndex = 14;
- //
- // label1
- //
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(133, 0);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(256, 106);
- this.label1.TabIndex = 1;
- this.label1.Text = "Авторизация";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 106);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // FormAuthorization
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(389, 491);
- this.Controls.Add(this.TbxCapcha);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.LblCapcha);
- this.Controls.Add(this.LblReg);
- this.Controls.Add(this.BtnLogin);
- this.Controls.Add(this.CbxShowPass);
- this.Controls.Add(this.TbxPass);
- this.Controls.Add(this.TbxLogin);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.CmbRole);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(409, 534);
- this.Name = "FormAuthorization";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormAuthorization_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private pracFabricaDataSet pracFabricaDataSet;
- private System.Windows.Forms.BindingSource BsUsers;
- private pracFabricaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.TextBox TbxCapcha;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label LblCapcha;
- private System.Windows.Forms.Label LblReg;
- private System.Windows.Forms.Button BtnLogin;
- private System.Windows.Forms.CheckBox CbxShowPass;
- private System.Windows.Forms.TextBox TbxPass;
- private System.Windows.Forms.TextBox TbxLogin;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox CmbRole;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|