namespace СУБД_Швейная_фабрика { partial class FormProfil { /// /// 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(FormProfil)); 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.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.LblPass = new System.Windows.Forms.Label(); this.fabricDeryugoDataSet = new СУБД_Швейная_фабрика.FabricDeryugoDataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager(); phoneLabel = new System.Windows.Forms.Label(); otchLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); famLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); this.SuspendLayout(); // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Location = new System.Drawing.Point(236, 123); 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(10, 171); 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(38, 148); 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(11, 123); 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(254, 193); 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(14, 223); 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(254, 221); 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(21, 194); 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.Location = new System.Drawing.Point(71, 192); 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; // // 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(286, 283); 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(62, 284); 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.Location = new System.Drawing.Point(295, 123); 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.Location = new System.Drawing.Point(71, 168); 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.Location = new System.Drawing.Point(71, 145); 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.Location = new System.Drawing.Point(71, 120); 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(460, 106); this.panel1.TabIndex = 26; // // label1 // this.label1.AutoSize = true; 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(196, 31); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(222, 24); this.label1.TabIndex = 1; this.label1.Text = "Профиль пользователя"; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 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(100, 106); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // LblPass // this.LblPass.AutoSize = true; this.LblPass.Location = new System.Drawing.Point(568, 145); 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"; // // fabricDeryugoDataSet // this.fabricDeryugoDataSet.DataSetName = "FabricDeryugoDataSet"; this.fabricDeryugoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "Users"; this.usersBindingSource.DataSource = this.fabricDeryugoDataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdeliyaTableAdapter = null; this.tableAdapterManager.sysdiagramsTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; this.tableAdapterManager.ZakazTableAdapter = null; // // FormProfil // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(460, 329); 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.Name = "FormProfil"; this.Text = "FormProfil"; this.Load += new System.EventHandler(this.FormProfil_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).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.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 System.Windows.Forms.Label LblPass; private FabricDeryugoDataSet fabricDeryugoDataSet; public System.Windows.Forms.BindingSource usersBindingSource; private FabricDeryugoDataSetTableAdapters.UsersTableAdapter usersTableAdapter; private FabricDeryugoDataSetTableAdapters.TableAdapterManager tableAdapterManager; } }