namespace Фабрика { partial class FProfile { /// /// 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.Windows.Forms.Label phoneLabel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FProfile)); 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.BtnCancel = new System.Windows.Forms.Button(); this.BtnSave = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager(); this.surnameTextBox = new System.Windows.Forms.TextBox(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.otchTextBox = new System.Windows.Forms.TextBox(); this.passwLabel1 = new System.Windows.Forms.Label(); this.TbxNewPass = new System.Windows.Forms.TextBox(); this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox(); phoneLabel = new System.Windows.Forms.Label(); otchLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); famLabel = new System.Windows.Forms.Label(); phoneLabel1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); this.SuspendLayout(); // // CbxShowPass // this.CbxShowPass.AutoSize = true; this.CbxShowPass.Location = new System.Drawing.Point(16, 319); this.CbxShowPass.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.CbxShowPass.Name = "CbxShowPass"; this.CbxShowPass.Size = new System.Drawing.Size(199, 20); this.CbxShowPass.TabIndex = 57; 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(13, 296); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(109, 16); this.label3.TabIndex = 56; this.label3.Text = "Текущий пароль "; // // TbxOldPass // this.TbxOldPass.Location = new System.Drawing.Point(130, 293); this.TbxOldPass.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.TbxOldPass.Name = "TbxOldPass"; this.TbxOldPass.Size = new System.Drawing.Size(144, 22); this.TbxOldPass.TabIndex = 55; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 266); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 16); this.label2.TabIndex = 54; this.label2.Text = "Пароль:"; // // 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(151, 381); this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(123, 34); this.BtnCancel.TabIndex = 52; 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)(156)))), ((int)(((byte)(26))))); this.BtnSave.Location = new System.Drawing.Point(16, 382); this.BtnSave.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(123, 33); this.BtnSave.TabIndex = 51; this.BtnSave.Text = "Сохранить"; this.BtnSave.UseVisualStyleBackColor = false; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Location = new System.Drawing.Point(13, 351); phoneLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); phoneLabel.Name = "phoneLabel"; phoneLabel.Size = new System.Drawing.Size(61, 16); phoneLabel.TabIndex = 49; phoneLabel.Text = "Телефон:"; // // otchLabel // otchLabel.AutoSize = true; otchLabel.Location = new System.Drawing.Point(13, 198); otchLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); otchLabel.Name = "otchLabel"; otchLabel.Size = new System.Drawing.Size(66, 16); otchLabel.TabIndex = 47; otchLabel.Text = "Отчество:"; // // nameLabel // nameLabel.AutoSize = true; nameLabel.Location = new System.Drawing.Point(13, 162); nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(36, 16); nameLabel.TabIndex = 44; nameLabel.Text = "Имя:"; // // famLabel // famLabel.AutoSize = true; famLabel.Location = new System.Drawing.Point(13, 130); famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); famLabel.Name = "famLabel"; famLabel.Size = new System.Drawing.Size(66, 16); famLabel.TabIndex = 42; famLabel.Text = "Фамилия:"; // // 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(4, 2, 4, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(286, 111); this.panel1.TabIndex = 43; // // label1 // 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(147, 27); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(143, 60); this.label1.TabIndex = 1; this.label1.Text = "Профиль пользователя"; // // 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(4, 2, 4, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(139, 111); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // 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; // // surnameTextBox // this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Surname", true)); this.surnameTextBox.Location = new System.Drawing.Point(86, 124); this.surnameTextBox.Name = "surnameTextBox"; this.surnameTextBox.Size = new System.Drawing.Size(188, 22); this.surnameTextBox.TabIndex = 60; // // nameTextBox // this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Name", true)); this.nameTextBox.Location = new System.Drawing.Point(86, 159); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(188, 22); this.nameTextBox.TabIndex = 61; // // otchTextBox // this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Otch", true)); this.otchTextBox.Location = new System.Drawing.Point(86, 192); this.otchTextBox.Name = "otchTextBox"; this.otchTextBox.Size = new System.Drawing.Size(188, 22); this.otchTextBox.TabIndex = 62; // // passwLabel1 // this.passwLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Passw", true)); this.passwLabel1.Location = new System.Drawing.Point(345, 178); this.passwLabel1.Name = "passwLabel1"; this.passwLabel1.Size = new System.Drawing.Size(100, 23); this.passwLabel1.TabIndex = 64; this.passwLabel1.Text = "label4"; // // TbxNewPass // this.TbxNewPass.Location = new System.Drawing.Point(86, 260); this.TbxNewPass.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxNewPass.Name = "TbxNewPass"; this.TbxNewPass.Size = new System.Drawing.Size(188, 22); this.TbxNewPass.TabIndex = 65; // // phoneLabel1 // phoneLabel1.AutoSize = true; phoneLabel1.Location = new System.Drawing.Point(12, 233); phoneLabel1.Name = "phoneLabel1"; phoneLabel1.Size = new System.Drawing.Size(61, 16); phoneLabel1.TabIndex = 65; phoneLabel1.Text = "Телефон:"; // // phoneMaskedTextBox // this.phoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Phone", true)); this.phoneMaskedTextBox.Location = new System.Drawing.Point(86, 227); this.phoneMaskedTextBox.Mask = "+0(000) 000-00-00"; this.phoneMaskedTextBox.Name = "phoneMaskedTextBox"; this.phoneMaskedTextBox.Size = new System.Drawing.Size(188, 22); this.phoneMaskedTextBox.TabIndex = 66; // // FProfile // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(286, 426); this.Controls.Add(phoneLabel1); this.Controls.Add(this.phoneMaskedTextBox); this.Controls.Add(this.TbxNewPass); this.Controls.Add(this.passwLabel1); this.Controls.Add(this.otchTextBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.surnameTextBox); this.Controls.Add(this.CbxShowPass); this.Controls.Add(this.label3); this.Controls.Add(this.TbxOldPass); this.Controls.Add(this.label2); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnSave); this.Controls.Add(phoneLabel); this.Controls.Add(otchLabel); this.Controls.Add(nameLabel); this.Controls.Add(famLabel); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FProfile"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FProfile_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).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.Button BtnCancel; private System.Windows.Forms.Button BtnSave; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private dbFabrika2024DataSet dbFabrika2024DataSet; private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox surnameTextBox; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.TextBox otchTextBox; private System.Windows.Forms.Label passwLabel1; private System.Windows.Forms.TextBox TbxNewPass; public System.Windows.Forms.BindingSource usersBindingSource; private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox; } }