namespace СУБД_Швейная_фабрика
{
partial class FormProfile
{
///
/// 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 phoneLabel;
System.Windows.Forms.Label otchLabel;
System.Windows.Forms.Label nameLabel;
System.Windows.Forms.Label famLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfile));
this.CbxShowPass = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.TbxOldPass = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.TbxNewPass = new System.Windows.Forms.TextBox();
this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
this.pracFabricaDataSet = new СУБД_Швейная_фабрика.pracFabricaDataSet();
this.BtnCancel = new System.Windows.Forms.Button();
this.BtnSave = new System.Windows.Forms.Button();
this.TbxPhone = new System.Windows.Forms.MaskedTextBox();
this.otchTextBox = new System.Windows.Forms.TextBox();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.famTextBox = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.usersTableAdapter = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.UsersTableAdapter();
this.tableAdapterManager = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.TableAdapterManager();
this.LblPass = new System.Windows.Forms.Label();
phoneLabel = new System.Windows.Forms.Label();
otchLabel = new System.Windows.Forms.Label();
nameLabel = new System.Windows.Forms.Label();
famLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// phoneLabel
//
phoneLabel.AutoSize = true;
phoneLabel.Location = new System.Drawing.Point(264, 158);
phoneLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
phoneLabel.Name = "phoneLabel";
phoneLabel.Size = new System.Drawing.Size(55, 13);
phoneLabel.TabIndex = 32;
phoneLabel.Text = "Телефон:";
//
// otchLabel
//
otchLabel.AutoSize = true;
otchLabel.Location = new System.Drawing.Point(22, 206);
otchLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
otchLabel.Name = "otchLabel";
otchLabel.Size = new System.Drawing.Size(57, 13);
otchLabel.TabIndex = 30;
otchLabel.Text = "Отчество:";
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Location = new System.Drawing.Point(50, 183);
nameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(32, 13);
nameLabel.TabIndex = 27;
nameLabel.Text = "Имя:";
//
// famLabel
//
famLabel.AutoSize = true;
famLabel.Location = new System.Drawing.Point(23, 158);
famLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
famLabel.Name = "famLabel";
famLabel.Size = new System.Drawing.Size(59, 13);
famLabel.TabIndex = 25;
famLabel.Text = "Фамилия:";
//
// CbxShowPass
//
this.CbxShowPass.AutoSize = true;
this.CbxShowPass.Location = new System.Drawing.Point(266, 228);
this.CbxShowPass.Margin = new System.Windows.Forms.Padding(2);
this.CbxShowPass.Name = "CbxShowPass";
this.CbxShowPass.Size = new System.Drawing.Size(177, 17);
this.CbxShowPass.TabIndex = 40;
this.CbxShowPass.Text = "Показывать символы пароля";
this.CbxShowPass.UseVisualStyleBackColor = true;
this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(26, 258);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(236, 13);
this.label3.TabIndex = 39;
this.label3.Text = "Текущий пароль для сохранения изменений:";
//
// TbxOldPass
//
this.TbxOldPass.Location = new System.Drawing.Point(266, 256);
this.TbxOldPass.Margin = new System.Windows.Forms.Padding(2);
this.TbxOldPass.Name = "TbxOldPass";
this.TbxOldPass.Size = new System.Drawing.Size(147, 20);
this.TbxOldPass.TabIndex = 38;
this.TbxOldPass.UseSystemPasswordChar = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 229);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 13);
this.label2.TabIndex = 37;
this.label2.Text = "Пароль:";
//
// TbxNewPass
//
this.TbxNewPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "pass", true));
this.TbxNewPass.Location = new System.Drawing.Point(83, 227);
this.TbxNewPass.Margin = new System.Windows.Forms.Padding(2);
this.TbxNewPass.Name = "TbxNewPass";
this.TbxNewPass.Size = new System.Drawing.Size(151, 20);
this.TbxNewPass.TabIndex = 36;
this.TbxNewPass.UseSystemPasswordChar = true;
//
// BsUsers
//
this.BsUsers.DataMember = "Users";
this.BsUsers.DataSource = this.pracFabricaDataSet;
//
// pracFabricaDataSet
//
this.pracFabricaDataSet.DataSetName = "db_22factoryDataSet";
this.pracFabricaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BtnCancel
//
this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnCancel.Location = new System.Drawing.Point(298, 318);
this.BtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(116, 23);
this.BtnCancel.TabIndex = 35;
this.BtnCancel.Text = "Отмена";
this.BtnCancel.UseVisualStyleBackColor = false;
//
// BtnSave
//
this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
this.BtnSave.Location = new System.Drawing.Point(74, 319);
this.BtnSave.Margin = new System.Windows.Forms.Padding(2);
this.BtnSave.Name = "BtnSave";
this.BtnSave.Size = new System.Drawing.Size(122, 22);
this.BtnSave.TabIndex = 34;
this.BtnSave.Text = "Сохранить";
this.BtnSave.UseVisualStyleBackColor = false;
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// TbxPhone
//
this.TbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Phone", true));
this.TbxPhone.Location = new System.Drawing.Point(322, 155);
this.TbxPhone.Margin = new System.Windows.Forms.Padding(2);
this.TbxPhone.Mask = "+0(000) 000-00-00";
this.TbxPhone.Name = "TbxPhone";
this.TbxPhone.Size = new System.Drawing.Size(150, 20);
this.TbxPhone.TabIndex = 33;
//
// otchTextBox
//
this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
this.otchTextBox.Location = new System.Drawing.Point(83, 203);
this.otchTextBox.Margin = new System.Windows.Forms.Padding(2);
this.otchTextBox.Name = "otchTextBox";
this.otchTextBox.Size = new System.Drawing.Size(151, 20);
this.otchTextBox.TabIndex = 31;
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
this.nameTextBox.Location = new System.Drawing.Point(83, 180);
this.nameTextBox.Margin = new System.Windows.Forms.Padding(2);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(151, 20);
this.nameTextBox.TabIndex = 29;
//
// famTextBox
//
this.famTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
this.famTextBox.Location = new System.Drawing.Point(83, 155);
this.famTextBox.Margin = new System.Windows.Forms.Padding(2);
this.famTextBox.Name = "famTextBox";
this.famTextBox.Size = new System.Drawing.Size(151, 20);
this.famTextBox.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.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(501, 106);
this.panel1.TabIndex = 26;
//
// 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(131, 0);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(370, 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(131, 106);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// usersTableAdapter
//
this.usersTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ColorTableAdapter = null;
this.tableAdapterManager.FurnituraTableAdapter = null;
this.tableAdapterManager.IzdelieTableAdapter = null;
this.tableAdapterManager.OrdersTableAdapter = null;
this.tableAdapterManager.RolesTableAdapter = null;
this.tableAdapterManager.TkanTableAdapter = null;
this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
//
// LblPass
//
this.LblPass.AutoSize = true;
this.LblPass.Location = new System.Drawing.Point(576, 129);
this.LblPass.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LblPass.Name = "LblPass";
this.LblPass.Size = new System.Drawing.Size(35, 13);
this.LblPass.TabIndex = 41;
this.LblPass.Text = "label4";
//
// FormProfile
//
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(501, 364);
this.Controls.Add(this.LblPass);
this.Controls.Add(this.CbxShowPass);
this.Controls.Add(this.label3);
this.Controls.Add(this.TbxOldPass);
this.Controls.Add(this.label2);
this.Controls.Add(this.TbxNewPass);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnSave);
this.Controls.Add(this.TbxPhone);
this.Controls.Add(phoneLabel);
this.Controls.Add(otchLabel);
this.Controls.Add(this.otchTextBox);
this.Controls.Add(nameLabel);
this.Controls.Add(this.nameTextBox);
this.Controls.Add(famLabel);
this.Controls.Add(this.famTextBox);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(517, 403);
this.MinimizeBox = false;
this.Name = "FormProfile";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "СУБД \"Швейная фабрика\"";
this.Load += new System.EventHandler(this.FormProfile_Load);
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox CbxShowPass;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox TbxOldPass;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TbxNewPass;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Button BtnSave;
private System.Windows.Forms.MaskedTextBox TbxPhone;
private System.Windows.Forms.TextBox otchTextBox;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox famTextBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private pracFabricaDataSet pracFabricaDataSet;
private pracFabricaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
public System.Windows.Forms.BindingSource BsUsers;
private pracFabricaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.Label LblPass;
}
}