namespace garment_factory
{
partial class fProfil
{
///
/// 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 nameLabel;
System.Windows.Forms.Label surnameLabel;
System.Windows.Forms.Label otchLabel;
System.Windows.Forms.Label phoneLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProfil));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
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.nameTextBox = new System.Windows.Forms.TextBox();
this.surnameTextBox = new System.Windows.Forms.TextBox();
this.otchTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbxnewpasw = new System.Windows.Forms.TextBox();
this.CbxShowPass = new System.Windows.Forms.CheckBox();
this.BtnCancel = new System.Windows.Forms.Button();
this.BtnSave = new System.Windows.Forms.Button();
this.tbxoldpasw = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.lblpassw = new System.Windows.Forms.Label();
this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
nameLabel = new System.Windows.Forms.Label();
surnameLabel = new System.Windows.Forms.Label();
otchLabel = new System.Windows.Forms.Label();
phoneLabel = 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();
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
nameLabel.Location = new System.Drawing.Point(12, 172);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(52, 22);
nameLabel.TabIndex = 2;
nameLabel.Text = "Имя:";
//
// surnameLabel
//
surnameLabel.AutoSize = true;
surnameLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
surnameLabel.Location = new System.Drawing.Point(12, 137);
surnameLabel.Name = "surnameLabel";
surnameLabel.Size = new System.Drawing.Size(92, 22);
surnameLabel.TabIndex = 3;
surnameLabel.Text = "Фамилия:";
//
// otchLabel
//
otchLabel.AutoSize = true;
otchLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
otchLabel.Location = new System.Drawing.Point(12, 203);
otchLabel.Name = "otchLabel";
otchLabel.Size = new System.Drawing.Size(98, 22);
otchLabel.TabIndex = 5;
otchLabel.Text = "Отчество:";
//
// phoneLabel
//
phoneLabel.AutoSize = true;
phoneLabel.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
phoneLabel.Location = new System.Drawing.Point(12, 242);
phoneLabel.Name = "phoneLabel";
phoneLabel.Size = new System.Drawing.Size(94, 22);
phoneLabel.TabIndex = 43;
phoneLabel.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(351, 123);
this.panel1.TabIndex = 2;
//
// 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(208, 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;
//
// 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;
//
// 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.nameTextBox.Location = new System.Drawing.Point(110, 165);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(236, 29);
this.nameTextBox.TabIndex = 3;
//
// 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.surnameTextBox.Location = new System.Drawing.Point(110, 130);
this.surnameTextBox.Name = "surnameTextBox";
this.surnameTextBox.Size = new System.Drawing.Size(236, 29);
this.surnameTextBox.TabIndex = 4;
//
// 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.otchTextBox.Location = new System.Drawing.Point(110, 200);
this.otchTextBox.Name = "otchTextBox";
this.otchTextBox.Size = new System.Drawing.Size(236, 29);
this.otchTextBox.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(12, 277);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(140, 22);
this.label2.TabIndex = 7;
this.label2.Text = "Новый пароль:";
//
// tbxnewpasw
//
this.tbxnewpasw.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.tbxnewpasw.Location = new System.Drawing.Point(158, 270);
this.tbxnewpasw.Name = "tbxnewpasw";
this.tbxnewpasw.Size = new System.Drawing.Size(188, 29);
this.tbxnewpasw.TabIndex = 8;
this.tbxnewpasw.UseSystemPasswordChar = true;
//
// CbxShowPass
//
this.CbxShowPass.AutoSize = true;
this.CbxShowPass.Font = new System.Drawing.Font("Arial", 14.25F);
this.CbxShowPass.Location = new System.Drawing.Point(16, 339);
this.CbxShowPass.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.CbxShowPass.Name = "CbxShowPass";
this.CbxShowPass.Size = new System.Drawing.Size(176, 26);
this.CbxShowPass.TabIndex = 43;
this.CbxShowPass.Text = "Показать пароль";
this.CbxShowPass.UseVisualStyleBackColor = true;
this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
//
// BtnCancel
//
this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnCancel.Location = new System.Drawing.Point(16, 381);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(137, 37);
this.BtnCancel.TabIndex = 42;
this.BtnCancel.Text = "Отмена";
this.BtnCancel.UseVisualStyleBackColor = false;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// BtnSave
//
this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnSave.Location = new System.Drawing.Point(202, 381);
this.BtnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.BtnSave.Name = "BtnSave";
this.BtnSave.Size = new System.Drawing.Size(137, 37);
this.BtnSave.TabIndex = 41;
this.BtnSave.Text = "Сохранить";
this.BtnSave.UseVisualStyleBackColor = false;
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// tbxoldpasw
//
this.tbxoldpasw.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.tbxoldpasw.Location = new System.Drawing.Point(158, 305);
this.tbxoldpasw.Name = "tbxoldpasw";
this.tbxoldpasw.Size = new System.Drawing.Size(188, 29);
this.tbxoldpasw.TabIndex = 46;
this.tbxoldpasw.UseSystemPasswordChar = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(12, 312);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(149, 22);
this.label3.TabIndex = 45;
this.label3.Text = "Старый пароль:";
//
// lblpassw
//
this.lblpassw.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Passw", true));
this.lblpassw.Location = new System.Drawing.Point(543, 244);
this.lblpassw.Name = "lblpassw";
this.lblpassw.Size = new System.Drawing.Size(100, 23);
this.lblpassw.TabIndex = 48;
this.lblpassw.Text = "label4";
//
// 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, 235);
this.phoneMaskedTextBox.Mask = "+0(000) 000-00-00";
this.phoneMaskedTextBox.Name = "phoneMaskedTextBox";
this.phoneMaskedTextBox.Size = new System.Drawing.Size(236, 29);
this.phoneMaskedTextBox.TabIndex = 49;
//
// fProfil
//
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(351, 438);
this.Controls.Add(this.phoneMaskedTextBox);
this.Controls.Add(this.lblpassw);
this.Controls.Add(this.tbxoldpasw);
this.Controls.Add(this.label3);
this.Controls.Add(phoneLabel);
this.Controls.Add(this.CbxShowPass);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnSave);
this.Controls.Add(this.tbxnewpasw);
this.Controls.Add(this.label2);
this.Controls.Add(otchLabel);
this.Controls.Add(this.otchTextBox);
this.Controls.Add(surnameLabel);
this.Controls.Add(this.surnameTextBox);
this.Controls.Add(nameLabel);
this.Controls.Add(this.nameTextBox);
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 = "fProfil";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "СУБД \"Швейная фабрика\"";
this.Load += new System.EventHandler(this.fProfil_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 Fabrika2024DataSet fabrika2024DataSet;
private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
public System.Windows.Forms.BindingSource BsUsers;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox surnameTextBox;
private System.Windows.Forms.TextBox otchTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbxnewpasw;
private System.Windows.Forms.CheckBox CbxShowPass;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Button BtnSave;
private System.Windows.Forms.TextBox tbxoldpasw;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblpassw;
private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox;
}
}