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 surnameLabel; System.Windows.Forms.Label nameLabel; System.Windows.Forms.Label patronymicLabel; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfile)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.bsMeneger = new System.Windows.Forms.BindingSource(this.components); this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet(); this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter(); this.tableAdapterManager = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TableAdapterManager(); this.surnameTextBox = new System.Windows.Forms.TextBox(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.patronymicTextBox = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.BtnSave = new System.Windows.Forms.Button(); this.tbxPass1 = new System.Windows.Forms.TextBox(); this.tbxPass2 = new System.Windows.Forms.TextBox(); this.cbxShowPass = new System.Windows.Forms.CheckBox(); this.lblPass = new System.Windows.Forms.Label(); this.pbxPhoto = new System.Windows.Forms.PictureBox(); this.btnLoadPhoto = new System.Windows.Forms.Button(); this.btnDelPhoto = new System.Windows.Forms.Button(); this.lblPhoto = new System.Windows.Forms.Label(); this.OpenPhoto = new System.Windows.Forms.OpenFileDialog(); surnameLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); patronymicLabel = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsMeneger)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit(); this.SuspendLayout(); // // surnameLabel // surnameLabel.AutoSize = true; surnameLabel.Location = new System.Drawing.Point(12, 145); surnameLabel.Name = "surnameLabel"; surnameLabel.Size = new System.Drawing.Size(80, 17); surnameLabel.TabIndex = 2; surnameLabel.Text = "Фамилия:"; // // nameLabel // nameLabel.AutoSize = true; nameLabel.Location = new System.Drawing.Point(48, 177); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(44, 17); nameLabel.TabIndex = 3; nameLabel.Text = "Имя:"; // // patronymicLabel // patronymicLabel.AutoSize = true; patronymicLabel.Location = new System.Drawing.Point(3, 214); patronymicLabel.Name = "patronymicLabel"; patronymicLabel.Size = new System.Drawing.Size(89, 17); patronymicLabel.TabIndex = 5; patronymicLabel.Text = "Отчество:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(225, 145); label2.Name = "label2"; label2.Size = new System.Drawing.Size(125, 17); label2.TabIndex = 25; label2.Text = "Новый пароль:"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(216, 174); label3.Name = "label3"; label3.Size = new System.Drawing.Size(134, 17); label3.TabIndex = 26; label3.Text = "Повтор пароля:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightGray; this.panel1.Controls.Add(this.lblPhoto); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.lblPass); 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, 4, 6, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(753, 131); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Courier New", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(161, 48); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(559, 33); this.label1.TabIndex = 1; this.label1.Text = "Редактирование профиля менеджера"; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(138, 131); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // bsMeneger // this.bsMeneger.DataMember = "Manager"; this.bsMeneger.DataSource = this.dbAlphapolAGDataSet; // // dbAlphapolAGDataSet // this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet"; this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // managerTableAdapter // this.managerTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CityTableAdapter = null; this.tableAdapterManager.IndexPartnerTableAdapter = null; this.tableAdapterManager.ManagerTableAdapter = this.managerTableAdapter; this.tableAdapterManager.PartnerTableAdapter = null; this.tableAdapterManager.ProductPartnerTableAdapter = null; this.tableAdapterManager.ProductsTableAdapter = null; this.tableAdapterManager.RegionTableAdapter = null; this.tableAdapterManager.StreetTableAdapter = null; this.tableAdapterManager.TypeMaterialTableAdapter = null; this.tableAdapterManager.TypePartnerTableAdapter = null; this.tableAdapterManager.TypeProductTableAdapter = null; this.tableAdapterManager.UpdateOrder = СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // surnameTextBox // this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Surname", true)); this.surnameTextBox.Location = new System.Drawing.Point(98, 138); this.surnameTextBox.Name = "surnameTextBox"; this.surnameTextBox.Size = new System.Drawing.Size(100, 24); this.surnameTextBox.TabIndex = 3; // // nameTextBox // this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Name", true)); this.nameTextBox.Location = new System.Drawing.Point(98, 174); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(100, 24); this.nameTextBox.TabIndex = 4; // // patronymicTextBox // this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Patronymic", true)); this.patronymicTextBox.Location = new System.Drawing.Point(98, 211); this.patronymicTextBox.Name = "patronymicTextBox"; this.patronymicTextBox.Size = new System.Drawing.Size(100, 24); this.patronymicTextBox.TabIndex = 6; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.ForeColor = System.Drawing.SystemColors.Control; this.btnClose.Location = new System.Drawing.Point(536, 496); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(204, 30); this.btnClose.TabIndex = 21; this.btnClose.Text = "Отмена"; this.btnClose.UseVisualStyleBackColor = false; // // BtnSave // this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.BtnSave.ForeColor = System.Drawing.SystemColors.Control; this.BtnSave.Location = new System.Drawing.Point(12, 496); this.BtnSave.Name = "BtnSave"; this.BtnSave.Size = new System.Drawing.Size(204, 30); this.BtnSave.TabIndex = 22; this.BtnSave.Text = "Сохранить"; this.BtnSave.UseVisualStyleBackColor = false; this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click); // // tbxPass1 // this.tbxPass1.Location = new System.Drawing.Point(358, 141); this.tbxPass1.Name = "tbxPass1"; this.tbxPass1.Size = new System.Drawing.Size(155, 24); this.tbxPass1.TabIndex = 23; this.tbxPass1.UseSystemPasswordChar = true; this.tbxPass1.TextChanged += new System.EventHandler(this.tbxPass1_TextChanged); // // tbxPass2 // this.tbxPass2.Location = new System.Drawing.Point(356, 171); this.tbxPass2.Name = "tbxPass2"; this.tbxPass2.Size = new System.Drawing.Size(157, 24); this.tbxPass2.TabIndex = 24; this.tbxPass2.UseSystemPasswordChar = true; this.tbxPass2.TextChanged += new System.EventHandler(this.tbxPass2_TextChanged); // // cbxShowPass // this.cbxShowPass.AutoSize = true; this.cbxShowPass.Location = new System.Drawing.Point(356, 202); this.cbxShowPass.Name = "cbxShowPass"; this.cbxShowPass.Size = new System.Drawing.Size(162, 21); this.cbxShowPass.TabIndex = 27; this.cbxShowPass.Text = "показать пароль"; this.cbxShowPass.UseVisualStyleBackColor = true; this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged); // // lblPass // this.lblPass.AutoSize = true; this.lblPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Password", true)); this.lblPass.Location = new System.Drawing.Point(147, 114); this.lblPass.Name = "lblPass"; this.lblPass.Size = new System.Drawing.Size(71, 17); this.lblPass.TabIndex = 28; this.lblPass.Text = "lblPass"; // // pbxPhoto // this.pbxPhoto.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pbxPhoto.Location = new System.Drawing.Point(536, 141); this.pbxPhoto.Name = "pbxPhoto"; this.pbxPhoto.Size = new System.Drawing.Size(204, 169); this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbxPhoto.TabIndex = 29; this.pbxPhoto.TabStop = false; // // btnLoadPhoto // this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnLoadPhoto.ForeColor = System.Drawing.SystemColors.Control; this.btnLoadPhoto.Location = new System.Drawing.Point(536, 316); this.btnLoadPhoto.Name = "btnLoadPhoto"; this.btnLoadPhoto.Size = new System.Drawing.Size(204, 30); this.btnLoadPhoto.TabIndex = 30; this.btnLoadPhoto.Text = "Загрузить фото"; this.btnLoadPhoto.UseVisualStyleBackColor = false; this.btnLoadPhoto.Click += new System.EventHandler(this.btnLoadPhoto_Click); // // btnDelPhoto // this.btnDelPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245))))); this.btnDelPhoto.ForeColor = System.Drawing.SystemColors.Control; this.btnDelPhoto.Location = new System.Drawing.Point(536, 352); this.btnDelPhoto.Name = "btnDelPhoto"; this.btnDelPhoto.Size = new System.Drawing.Size(204, 30); this.btnDelPhoto.TabIndex = 31; this.btnDelPhoto.Text = "Удалить фото"; this.btnDelPhoto.UseVisualStyleBackColor = false; this.btnDelPhoto.Click += new System.EventHandler(this.btnDelPhoto_Click); // // lblPhoto // this.lblPhoto.AutoSize = true; this.lblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMeneger, "Photo", true)); this.lblPhoto.Location = new System.Drawing.Point(246, 115); this.lblPhoto.Name = "lblPhoto"; this.lblPhoto.Size = new System.Drawing.Size(80, 17); this.lblPhoto.TabIndex = 29; this.lblPhoto.Text = "lblPhoto"; // // FormProfile // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(753, 538); this.Controls.Add(this.btnDelPhoto); this.Controls.Add(this.btnLoadPhoto); this.Controls.Add(this.pbxPhoto); this.Controls.Add(this.cbxShowPass); this.Controls.Add(label3); this.Controls.Add(label2); this.Controls.Add(this.tbxPass2); this.Controls.Add(this.tbxPass1); this.Controls.Add(this.BtnSave); this.Controls.Add(this.btnClose); this.Controls.Add(patronymicLabel); this.Controls.Add(this.patronymicTextBox); this.Controls.Add(nameLabel); this.Controls.Add(this.nameTextBox); this.Controls.Add(surnameLabel); this.Controls.Add(this.surnameTextBox); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormProfile"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "\"ООО\" Альфапол"; this.Load += new System.EventHandler(this.FormProfile_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsMeneger)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).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 dbAlphapolAGDataSet dbAlphapolAGDataSet; private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter; public System.Windows.Forms.BindingSource bsMeneger; private dbAlphapolAGDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox surnameTextBox; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.TextBox patronymicTextBox; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button BtnSave; private System.Windows.Forms.TextBox tbxPass1; private System.Windows.Forms.TextBox tbxPass2; private System.Windows.Forms.CheckBox cbxShowPass; private System.Windows.Forms.Label lblPass; private System.Windows.Forms.PictureBox pbxPhoto; private System.Windows.Forms.Button btnLoadPhoto; private System.Windows.Forms.Button btnDelPhoto; private System.Windows.Forms.Label lblPhoto; private System.Windows.Forms.OpenFileDialog OpenPhoto; } }