namespace Швейная_фабрика { partial class FormProfilZak { /// /// 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 label2; System.Windows.Forms.Label phoneLabel1; System.Windows.Forms.Label otchLabel; System.Windows.Forms.Label nameLabel; System.Windows.Forms.Label surnameLabel; System.Windows.Forms.Label passLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfilZak)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.oldPassTextBox = new System.Windows.Forms.TextBox(); this.CbxShowPass = new System.Windows.Forms.CheckBox(); this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox(); this.BsUsers = new System.Windows.Forms.BindingSource(this.components); this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet(); this.otchTextBox = new System.Windows.Forms.TextBox(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.surnameTextBox = new System.Windows.Forms.TextBox(); this.passTextBox = new System.Windows.Forms.TextBox(); this.BtnCancel = new System.Windows.Forms.Button(); this.BtnLev = new System.Windows.Forms.Button(); this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager(); this.Lblpass = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); phoneLabel1 = new System.Windows.Forms.Label(); otchLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); surnameLabel = new System.Windows.Forms.Label(); passLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit(); this.SuspendLayout(); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(26, 335); label2.Name = "label2"; label2.Size = new System.Drawing.Size(109, 16); label2.TabIndex = 36; label2.Text = "Старый пароль:"; // // phoneLabel1 // phoneLabel1.AutoSize = true; phoneLabel1.Location = new System.Drawing.Point(72, 297); phoneLabel1.Name = "phoneLabel1"; phoneLabel1.Size = new System.Drawing.Size(70, 16); phoneLabel1.TabIndex = 33; phoneLabel1.Text = "Телефон:"; // // otchLabel // otchLabel.AutoSize = true; otchLabel.Location = new System.Drawing.Point(69, 261); otchLabel.Name = "otchLabel"; otchLabel.Size = new System.Drawing.Size(73, 16); otchLabel.TabIndex = 31; otchLabel.Text = "Отчество:"; // // nameLabel // nameLabel.AutoSize = true; nameLabel.Location = new System.Drawing.Point(106, 224); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(36, 16); nameLabel.TabIndex = 29; nameLabel.Text = "Имя:"; // // surnameLabel // surnameLabel.AutoSize = true; surnameLabel.Location = new System.Drawing.Point(73, 187); surnameLabel.Name = "surnameLabel"; surnameLabel.Size = new System.Drawing.Size(69, 16); surnameLabel.TabIndex = 26; surnameLabel.Text = "Фамилия:"; // // passLabel // passLabel.AutoSize = true; passLabel.Location = new System.Drawing.Point(83, 372); passLabel.Name = "passLabel"; passLabel.Size = new System.Drawing.Size(59, 16); passLabel.TabIndex = 24; passLabel.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.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(450, 130); this.panel1.TabIndex = 3; // // 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(186, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(239, 29); 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.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(133, 130); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // oldPassTextBox // this.oldPassTextBox.Location = new System.Drawing.Point(160, 332); this.oldPassTextBox.Name = "oldPassTextBox"; this.oldPassTextBox.Size = new System.Drawing.Size(193, 22); this.oldPassTextBox.TabIndex = 37; // // CbxShowPass // this.CbxShowPass.AutoSize = true; this.CbxShowPass.Location = new System.Drawing.Point(134, 397); this.CbxShowPass.Name = "CbxShowPass"; this.CbxShowPass.Size = new System.Drawing.Size(219, 20); this.CbxShowPass.TabIndex = 35; this.CbxShowPass.Text = "Показывать символы пароля"; this.CbxShowPass.UseVisualStyleBackColor = true; this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged); // // phoneMaskedTextBox // this.phoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Phone", true)); this.phoneMaskedTextBox.Location = new System.Drawing.Point(160, 294); this.phoneMaskedTextBox.Mask = "+7(999) 000-0000"; this.phoneMaskedTextBox.Name = "phoneMaskedTextBox"; this.phoneMaskedTextBox.Size = new System.Drawing.Size(193, 22); this.phoneMaskedTextBox.TabIndex = 34; // // BsUsers // this.BsUsers.DataMember = "Users"; this.BsUsers.DataSource = this.сlothesFactoryLGDataSet; // // сlothesFactoryLGDataSet // this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet"; this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // otchTextBox // this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true)); this.otchTextBox.Location = new System.Drawing.Point(160, 258); this.otchTextBox.Name = "otchTextBox"; this.otchTextBox.Size = new System.Drawing.Size(193, 22); this.otchTextBox.TabIndex = 32; // // nameTextBox // this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true)); this.nameTextBox.Location = new System.Drawing.Point(160, 221); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(193, 22); this.nameTextBox.TabIndex = 30; // // surnameTextBox // this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true)); this.surnameTextBox.Location = new System.Drawing.Point(160, 184); this.surnameTextBox.Name = "surnameTextBox"; this.surnameTextBox.Size = new System.Drawing.Size(193, 22); this.surnameTextBox.TabIndex = 28; // // passTextBox // this.passTextBox.Location = new System.Drawing.Point(160, 369); this.passTextBox.Name = "passTextBox"; this.passTextBox.Size = new System.Drawing.Size(193, 22); this.passTextBox.TabIndex = 27; // // 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(147, 483); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(206, 28); this.BtnCancel.TabIndex = 39; this.BtnCancel.Text = "Отмена"; this.BtnCancel.UseVisualStyleBackColor = false; // // BtnLev // this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnLev.Location = new System.Drawing.Point(147, 449); this.BtnLev.Name = "BtnLev"; this.BtnLev.Size = new System.Drawing.Size(206, 28); this.BtnLev.TabIndex = 38; this.BtnLev.Text = "Сохранить"; this.BtnLev.UseVisualStyleBackColor = false; this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click); // // 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 = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // Lblpass // this.Lblpass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "pass", true)); this.Lblpass.Location = new System.Drawing.Point(641, 157); this.Lblpass.Name = "Lblpass"; this.Lblpass.Size = new System.Drawing.Size(100, 23); this.Lblpass.TabIndex = 40; this.Lblpass.Text = "label3"; // // FormProfilZak // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(450, 541); this.Controls.Add(this.Lblpass); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnLev); this.Controls.Add(label2); this.Controls.Add(this.oldPassTextBox); this.Controls.Add(this.CbxShowPass); this.Controls.Add(phoneLabel1); 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(passLabel); this.Controls.Add(this.passTextBox); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormProfilZak"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FormProfilZak_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).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.TextBox oldPassTextBox; private System.Windows.Forms.CheckBox CbxShowPass; private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox; private System.Windows.Forms.TextBox otchTextBox; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.TextBox surnameTextBox; private System.Windows.Forms.TextBox passTextBox; private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.Button BtnLev; private СlothesFactoryLGDataSet сlothesFactoryLGDataSet; private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter; public System.Windows.Forms.BindingSource BsUsers; private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.Label Lblpass; } }