namespace Фабрика { partial class FAutoriz { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FAutoriz)); 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.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.Btnvhod = new System.Windows.Forms.Button(); this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // TbxCapcha // this.TbxCapcha.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.TbxCapcha.Location = new System.Drawing.Point(133, 306); this.TbxCapcha.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.TbxCapcha.Name = "TbxCapcha"; this.TbxCapcha.Size = new System.Drawing.Size(184, 24); this.TbxCapcha.TabIndex = 39; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(17, 313); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(112, 17); this.label5.TabIndex = 38; this.label5.Text = "Введите капчу:"; // // LblCapcha // this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.LblCapcha.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.LblCapcha.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LblCapcha.Location = new System.Drawing.Point(14, 236); this.LblCapcha.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LblCapcha.Name = "LblCapcha"; this.LblCapcha.Size = new System.Drawing.Size(293, 53); this.LblCapcha.TabIndex = 37; 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", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LblReg.ForeColor = System.Drawing.Color.Blue; this.LblReg.Location = new System.Drawing.Point(68, 373); this.LblReg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LblReg.Name = "LblReg"; this.LblReg.Size = new System.Drawing.Size(215, 17); this.LblReg.TabIndex = 36; this.LblReg.Text = "Регистрация нового заказчика"; this.LblReg.Click += new System.EventHandler(this.LblReg_Click); // // CbxShowPass // this.CbxShowPass.AutoSize = true; this.CbxShowPass.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.CbxShowPass.Location = new System.Drawing.Point(14, 213); this.CbxShowPass.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.CbxShowPass.Name = "CbxShowPass"; this.CbxShowPass.Size = new System.Drawing.Size(142, 21); this.CbxShowPass.TabIndex = 34; 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", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.TbxPass.Location = new System.Drawing.Point(145, 188); this.TbxPass.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.TbxPass.Name = "TbxPass"; this.TbxPass.Size = new System.Drawing.Size(172, 24); this.TbxPass.TabIndex = 33; this.TbxPass.UseSystemPasswordChar = true; // // TbxLogin // this.TbxLogin.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.TbxLogin.Location = new System.Drawing.Point(144, 160); this.TbxLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.TbxLogin.Name = "TbxLogin"; this.TbxLogin.Size = new System.Drawing.Size(173, 24); this.TbxLogin.TabIndex = 32; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(11, 189); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(122, 17); this.label4.TabIndex = 31; this.label4.Text = "Введите пароль:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(11, 164); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(111, 17); this.label3.TabIndex = 30; this.label3.Text = "Введите логин:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(11, 139); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(132, 17); this.label2.TabIndex = 29; this.label2.Text = "Кто авторизуется:"; // // CmbRole // this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbRole.Font = new System.Drawing.Font("Arial", 10.8F, 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(144, 132); this.CmbRole.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.CmbRole.Name = "CmbRole"; this.CmbRole.Size = new System.Drawing.Size(173, 24); this.CmbRole.TabIndex = 28; // // 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.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(328, 106); this.panel1.TabIndex = 27; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, 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(195, 106); this.label1.TabIndex = 1; this.label1.Text = "Авторизация"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Btnvhod // this.Btnvhod.AutoSize = true; this.Btnvhod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.Btnvhod.FlatStyle = System.Windows.Forms.FlatStyle.System; this.Btnvhod.Font = new System.Drawing.Font("Arial", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Btnvhod.Location = new System.Drawing.Point(14, 332); this.Btnvhod.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Btnvhod.Name = "Btnvhod"; this.Btnvhod.Size = new System.Drawing.Size(292, 29); this.Btnvhod.TabIndex = 40; this.Btnvhod.Text = "Вход"; this.Btnvhod.UseVisualStyleBackColor = false; this.Btnvhod.Click += new System.EventHandler(this.Btnvhod_Click); // // dbFabrika2024DataSet // this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet"; this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "Users"; this.usersBindingSource.DataSource = this.dbFabrika2024DataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CvetaTableAdapter = null; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdelieTableAdapter = null; this.tableAdapterManager.OrdersTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // 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; // // FAutoriz // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(328, 401); this.Controls.Add(this.Btnvhod); this.Controls.Add(this.TbxCapcha); this.Controls.Add(this.label5); this.Controls.Add(this.LblCapcha); this.Controls.Add(this.LblReg); 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.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.Name = "FAutoriz"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FAutoriz_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.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; private System.Windows.Forms.Button Btnvhod; private dbFabrika2024DataSet dbFabrika2024DataSet; private System.Windows.Forms.BindingSource usersBindingSource; private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager; } }