| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345 |
- namespace СУБД_Агентство
- {
- partial class FormProfile
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label famLabel;
- System.Windows.Forms.Label nameLabel;
- this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
- this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();
- this.famTextBox = new System.Windows.Forms.TextBox();
- this.nameTextBox = new System.Windows.Forms.TextBox();
- this.photoPictureBox = new System.Windows.Forms.PictureBox();
- this.tbxOldPass = new System.Windows.Forms.TextBox();
- this.tbxNewPass = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cbxShowPass = new System.Windows.Forms.CheckBox();
- this.btnLoadPhoto = new System.Windows.Forms.Button();
- this.btnClearPhoto = new System.Windows.Forms.Button();
- this.btnSave = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.lblCurrentPass = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- famLabel = new System.Windows.Forms.Label();
- nameLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // famLabel
- //
- famLabel.AutoSize = true;
- famLabel.Location = new System.Drawing.Point(62, 158);
- famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- famLabel.Name = "famLabel";
- famLabel.Size = new System.Drawing.Size(83, 23);
- famLabel.TabIndex = 0;
- famLabel.Text = "Фамилия:";
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Location = new System.Drawing.Point(102, 198);
- nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(47, 23);
- nameLabel.TabIndex = 2;
- nameLabel.Text = "Имя:";
- //
- // dbAgentstvoDataSet1
- //
- this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
- this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsUsers
- //
- this.bsUsers.DataMember = "Users";
- this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.PotrebnostTableAdapter = null;
- this.tableAdapterManager.predlozhenieTableAdapter = null;
- this.tableAdapterManager.SdelkaTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // famTextBox
- //
- this.famTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
- this.famTextBox.Location = new System.Drawing.Point(160, 153);
- this.famTextBox.Margin = new System.Windows.Forms.Padding(4);
- this.famTextBox.Name = "famTextBox";
- this.famTextBox.Size = new System.Drawing.Size(264, 29);
- this.famTextBox.TabIndex = 1;
- //
- // nameTextBox
- //
- this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "name", true));
- this.nameTextBox.Location = new System.Drawing.Point(160, 193);
- this.nameTextBox.Margin = new System.Windows.Forms.Padding(4);
- this.nameTextBox.Name = "nameTextBox";
- this.nameTextBox.Size = new System.Drawing.Size(264, 29);
- this.nameTextBox.TabIndex = 3;
- //
- // photoPictureBox
- //
- this.photoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bsUsers, "photo", true));
- this.photoPictureBox.Location = new System.Drawing.Point(577, 158);
- this.photoPictureBox.Margin = new System.Windows.Forms.Padding(4);
- this.photoPictureBox.Name = "photoPictureBox";
- this.photoPictureBox.Size = new System.Drawing.Size(253, 208);
- this.photoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.photoPictureBox.TabIndex = 5;
- this.photoPictureBox.TabStop = false;
- //
- // tbxOldPass
- //
- this.tbxOldPass.Location = new System.Drawing.Point(160, 257);
- this.tbxOldPass.Margin = new System.Windows.Forms.Padding(4);
- this.tbxOldPass.Name = "tbxOldPass";
- this.tbxOldPass.Size = new System.Drawing.Size(264, 29);
- this.tbxOldPass.TabIndex = 6;
- this.tbxOldPass.UseSystemPasswordChar = true;
- //
- // tbxNewPass
- //
- this.tbxNewPass.Location = new System.Drawing.Point(160, 298);
- this.tbxNewPass.Margin = new System.Windows.Forms.Padding(4);
- this.tbxNewPass.Name = "tbxNewPass";
- this.tbxNewPass.Size = new System.Drawing.Size(264, 29);
- this.tbxNewPass.TabIndex = 7;
- this.tbxNewPass.UseSystemPasswordChar = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(20, 261);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(132, 23);
- this.label1.TabIndex = 8;
- this.label1.Text = "Старый пароль:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(26, 302);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(126, 23);
- this.label2.TabIndex = 9;
- this.label2.Text = "Новый пароль:";
- //
- // cbxShowPass
- //
- this.cbxShowPass.AutoSize = true;
- this.cbxShowPass.Location = new System.Drawing.Point(160, 340);
- this.cbxShowPass.Margin = new System.Windows.Forms.Padding(4);
- this.cbxShowPass.Name = "cbxShowPass";
- this.cbxShowPass.Size = new System.Drawing.Size(258, 27);
- this.cbxShowPass.TabIndex = 10;
- this.cbxShowPass.Text = "Показывать символы пароля";
- this.cbxShowPass.UseVisualStyleBackColor = true;
- //
- // btnLoadPhoto
- //
- this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.btnLoadPhoto.Location = new System.Drawing.Point(521, 403);
- this.btnLoadPhoto.Margin = new System.Windows.Forms.Padding(4);
- this.btnLoadPhoto.Name = "btnLoadPhoto";
- this.btnLoadPhoto.Size = new System.Drawing.Size(172, 36);
- this.btnLoadPhoto.TabIndex = 11;
- this.btnLoadPhoto.Text = "Загрузить фото";
- this.btnLoadPhoto.UseVisualStyleBackColor = false;
- this.btnLoadPhoto.Click += new System.EventHandler(this.btnLoadPhoto_Click);
- //
- // btnClearPhoto
- //
- this.btnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.btnClearPhoto.Location = new System.Drawing.Point(718, 403);
- this.btnClearPhoto.Margin = new System.Windows.Forms.Padding(4);
- this.btnClearPhoto.Name = "btnClearPhoto";
- this.btnClearPhoto.Size = new System.Drawing.Size(172, 36);
- this.btnClearPhoto.TabIndex = 12;
- this.btnClearPhoto.Text = "Очистить фото";
- this.btnClearPhoto.UseVisualStyleBackColor = false;
- this.btnClearPhoto.Click += new System.EventHandler(this.btnClearPhoto_Click);
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.btnSave.Location = new System.Drawing.Point(133, 528);
- this.btnSave.Margin = new System.Windows.Forms.Padding(4);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(230, 36);
- this.btnSave.TabIndex = 13;
- this.btnSave.Text = "Сохранить изменения";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(577, 528);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(230, 36);
- this.btnCancel.TabIndex = 14;
- this.btnCancel.Text = "Отменить";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // lblCurrentPass
- //
- this.lblCurrentPass.AutoSize = true;
- this.lblCurrentPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "password", true));
- this.lblCurrentPass.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblCurrentPass.Location = new System.Drawing.Point(1122, 341);
- this.lblCurrentPass.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblCurrentPass.Name = "lblCurrentPass";
- this.lblCurrentPass.Size = new System.Drawing.Size(56, 23);
- this.lblCurrentPass.TabIndex = 15;
- this.lblCurrentPass.Text = "label3";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
- this.label4.Location = new System.Drawing.Point(196, 42);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(339, 39);
- this.label4.TabIndex = 1;
- this.label4.Text = "Профиль пользователя";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
- this.pictureBox1.Location = new System.Drawing.Point(742, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(172, 119);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
- this.panel1.Controls.Add(this.label4);
- 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(914, 119);
- this.panel1.TabIndex = 16;
- //
- // FormProfile
- //
- this.AcceptButton = this.btnSave;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(914, 623);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.lblCurrentPass);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnClearPhoto);
- this.Controls.Add(this.btnLoadPhoto);
- this.Controls.Add(this.cbxShowPass);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.tbxNewPass);
- this.Controls.Add(this.tbxOldPass);
- this.Controls.Add(this.photoPictureBox);
- this.Controls.Add(nameLabel);
- this.Controls.Add(this.nameTextBox);
- this.Controls.Add(famLabel);
- this.Controls.Add(this.famTextBox);
- this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- 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.dbAgentstvoDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DBAgentstvoDataSet dbAgentstvoDataSet1;
- private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- public System.Windows.Forms.BindingSource bsUsers;
- private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox famTextBox;
- private System.Windows.Forms.TextBox nameTextBox;
- private System.Windows.Forms.PictureBox photoPictureBox;
- private System.Windows.Forms.TextBox tbxOldPass;
- private System.Windows.Forms.TextBox tbxNewPass;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.CheckBox cbxShowPass;
- private System.Windows.Forms.Button btnLoadPhoto;
- private System.Windows.Forms.Button btnClearPhoto;
- private System.Windows.Forms.Button btnSave;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.Label lblCurrentPass;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|