namespace garment_factory
{
partial class fRegistracia
{
///
/// 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.Windows.Forms.Label passLabel;
System.Windows.Forms.Label surnameLabel;
System.Windows.Forms.Label nameLabel;
System.Windows.Forms.Label otchLabel;
System.Windows.Forms.Label phoneLabel;
System.Windows.Forms.Label loginLabel1;
System.Windows.Forms.Label passwLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fRegistracia));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.PassTextBox2 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.BtnReg = new System.Windows.Forms.Button();
this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter();
this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
this.LblRole = new System.Windows.Forms.Label();
this.roleTextBox = new System.Windows.Forms.TextBox();
this.surnameTextBox = new System.Windows.Forms.TextBox();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.otchTextBox = new System.Windows.Forms.TextBox();
this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
this.loginTextBox1 = new System.Windows.Forms.TextBox();
this.passwTextBox = new System.Windows.Forms.TextBox();
passLabel = new System.Windows.Forms.Label();
surnameLabel = new System.Windows.Forms.Label();
nameLabel = new System.Windows.Forms.Label();
otchLabel = new System.Windows.Forms.Label();
phoneLabel = new System.Windows.Forms.Label();
loginLabel1 = new System.Windows.Forms.Label();
passwLabel = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
this.SuspendLayout();
//
// passLabel
//
passLabel.AutoSize = true;
passLabel.Font = new System.Drawing.Font("Arial", 14.25F);
passLabel.Location = new System.Drawing.Point(12, 348);
passLabel.Name = "passLabel";
passLabel.Size = new System.Drawing.Size(197, 22);
passLabel.TabIndex = 70;
passLabel.Text = "Подтвердите пароль:";
//
// surnameLabel
//
surnameLabel.AutoSize = true;
surnameLabel.Font = new System.Drawing.Font("Arial", 14.25F);
surnameLabel.Location = new System.Drawing.Point(12, 139);
surnameLabel.Name = "surnameLabel";
surnameLabel.Size = new System.Drawing.Size(92, 22);
surnameLabel.TabIndex = 84;
surnameLabel.Text = "Фамилия:";
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Font = new System.Drawing.Font("Arial", 14.25F);
nameLabel.Location = new System.Drawing.Point(12, 174);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(52, 22);
nameLabel.TabIndex = 85;
nameLabel.Text = "Имя:";
//
// otchLabel
//
otchLabel.AutoSize = true;
otchLabel.Font = new System.Drawing.Font("Arial", 14.25F);
otchLabel.Location = new System.Drawing.Point(12, 209);
otchLabel.Name = "otchLabel";
otchLabel.Size = new System.Drawing.Size(98, 22);
otchLabel.TabIndex = 86;
otchLabel.Text = "Отчество:";
//
// phoneLabel
//
phoneLabel.AutoSize = true;
phoneLabel.Font = new System.Drawing.Font("Arial", 14.25F);
phoneLabel.Location = new System.Drawing.Point(12, 244);
phoneLabel.Name = "phoneLabel";
phoneLabel.Size = new System.Drawing.Size(94, 22);
phoneLabel.TabIndex = 87;
phoneLabel.Text = "Телефон:";
//
// loginLabel1
//
loginLabel1.AutoSize = true;
loginLabel1.Font = new System.Drawing.Font("Arial", 14.25F);
loginLabel1.Location = new System.Drawing.Point(12, 279);
loginLabel1.Name = "loginLabel1";
loginLabel1.Size = new System.Drawing.Size(65, 22);
loginLabel1.TabIndex = 88;
loginLabel1.Text = "Логин:";
//
// passwLabel
//
passwLabel.AutoSize = true;
passwLabel.Font = new System.Drawing.Font("Arial", 14.25F);
passwLabel.Location = new System.Drawing.Point(12, 314);
passwLabel.Name = "passwLabel";
passwLabel.Size = new System.Drawing.Size(81, 22);
passwLabel.TabIndex = 89;
passwLabel.Text = "Пароль:";
//
// panel1
//
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(6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(362, 123);
this.panel1.TabIndex = 51;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
this.label1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(146, 0);
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(227, 123);
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::garment_factory.Properties.Resources.fabric_logo;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(146, 123);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("Arial", 14.25F);
this.checkBox1.Location = new System.Drawing.Point(16, 372);
this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(181, 26);
this.checkBox1.TabIndex = 77;
this.checkBox1.Text = "Показать пароль:";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// PassTextBox2
//
this.PassTextBox2.Font = new System.Drawing.Font("Arial", 14.25F);
this.PassTextBox2.Location = new System.Drawing.Point(215, 341);
this.PassTextBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.PassTextBox2.Name = "PassTextBox2";
this.PassTextBox2.Size = new System.Drawing.Size(139, 29);
this.PassTextBox2.TabIndex = 71;
this.PassTextBox2.UseSystemPasswordChar = true;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(-8, 446);
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(381, 42);
this.button1.TabIndex = 68;
this.button1.Text = "Отмена";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// BtnReg
//
this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnReg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnReg.Location = new System.Drawing.Point(-8, 402);
this.BtnReg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.BtnReg.Name = "BtnReg";
this.BtnReg.Size = new System.Drawing.Size(381, 45);
this.BtnReg.TabIndex = 66;
this.BtnReg.Text = "Зарегистрироваться";
this.BtnReg.UseVisualStyleBackColor = false;
this.BtnReg.Click += new System.EventHandler(this.BtnReg_Click);
//
// fabrika2024DataSet
//
this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BsUsers
//
this.BsUsers.DataMember = "Users";
this.BsUsers.DataSource = this.fabrika2024DataSet;
//
// 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 = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
//
// LblRole
//
this.LblRole.AutoSize = true;
this.LblRole.Location = new System.Drawing.Point(504, 189);
this.LblRole.Name = "LblRole";
this.LblRole.Size = new System.Drawing.Size(69, 24);
this.LblRole.TabIndex = 82;
this.LblRole.Text = "label2";
//
// roleTextBox
//
this.roleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "id_role", true));
this.roleTextBox.Location = new System.Drawing.Point(508, 234);
this.roleTextBox.Name = "roleTextBox";
this.roleTextBox.Size = new System.Drawing.Size(100, 32);
this.roleTextBox.TabIndex = 84;
this.roleTextBox.Text = "1";
//
// surnameTextBox
//
this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
this.surnameTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
this.surnameTextBox.Location = new System.Drawing.Point(110, 132);
this.surnameTextBox.Name = "surnameTextBox";
this.surnameTextBox.Size = new System.Drawing.Size(244, 29);
this.surnameTextBox.TabIndex = 85;
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
this.nameTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
this.nameTextBox.Location = new System.Drawing.Point(110, 167);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(244, 29);
this.nameTextBox.TabIndex = 86;
//
// otchTextBox
//
this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
this.otchTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
this.otchTextBox.Location = new System.Drawing.Point(110, 202);
this.otchTextBox.Name = "otchTextBox";
this.otchTextBox.Size = new System.Drawing.Size(244, 29);
this.otchTextBox.TabIndex = 87;
//
// phoneMaskedTextBox
//
this.phoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Phone", true));
this.phoneMaskedTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
this.phoneMaskedTextBox.Location = new System.Drawing.Point(110, 237);
this.phoneMaskedTextBox.Mask = "+0(000) 000-00-00";
this.phoneMaskedTextBox.Name = "phoneMaskedTextBox";
this.phoneMaskedTextBox.Size = new System.Drawing.Size(244, 29);
this.phoneMaskedTextBox.TabIndex = 88;
//
// loginTextBox1
//
this.loginTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "login", true));
this.loginTextBox1.Font = new System.Drawing.Font("Arial", 14.25F);
this.loginTextBox1.Location = new System.Drawing.Point(110, 272);
this.loginTextBox1.Name = "loginTextBox1";
this.loginTextBox1.Size = new System.Drawing.Size(244, 29);
this.loginTextBox1.TabIndex = 89;
//
// passwTextBox
//
this.passwTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Passw", true));
this.passwTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
this.passwTextBox.Location = new System.Drawing.Point(110, 307);
this.passwTextBox.Name = "passwTextBox";
this.passwTextBox.Size = new System.Drawing.Size(244, 29);
this.passwTextBox.TabIndex = 90;
this.passwTextBox.UseSystemPasswordChar = true;
//
// fRegistracia
//
this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(362, 486);
this.Controls.Add(passwLabel);
this.Controls.Add(this.passwTextBox);
this.Controls.Add(loginLabel1);
this.Controls.Add(this.loginTextBox1);
this.Controls.Add(phoneLabel);
this.Controls.Add(this.phoneMaskedTextBox);
this.Controls.Add(otchLabel);
this.Controls.Add(this.otchTextBox);
this.Controls.Add(nameLabel);
this.Controls.Add(this.nameTextBox);
this.Controls.Add(surnameLabel);
this.Controls.Add(this.surnameTextBox);
this.Controls.Add(this.roleTextBox);
this.Controls.Add(this.LblRole);
this.Controls.Add(this.checkBox1);
this.Controls.Add(passLabel);
this.Controls.Add(this.PassTextBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.BtnReg);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(6);
this.MaximizeBox = false;
this.Name = "fRegistracia";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "СУБД \"Швейная фабрика\"";
this.Load += new System.EventHandler(this.fRegistracia_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TextBox PassTextBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button BtnReg;
private Fabrika2024DataSet fabrika2024DataSet;
private System.Windows.Forms.BindingSource BsUsers;
private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.Label LblRole;
private System.Windows.Forms.TextBox roleTextBox;
private System.Windows.Forms.TextBox surnameTextBox;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox otchTextBox;
private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox;
private System.Windows.Forms.TextBox loginTextBox1;
private System.Windows.Forms.TextBox passwTextBox;
}
}