| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 | namespace СУБД_Агентство{    partial class FormRegistration    {        /// <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;            System.Windows.Forms.Label loginLabel;            System.Windows.Forms.Label passwordLabel;            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.loginTextBox = new System.Windows.Forms.TextBox();            this.passwordTextBox = new System.Windows.Forms.TextBox();            this.photoPictureBox = new System.Windows.Forms.PictureBox();            this.btnClearPhoto = new System.Windows.Forms.Button();            this.btnLoadPhoto = new System.Windows.Forms.Button();            this.cbxShowPass = new System.Windows.Forms.CheckBox();            this.btnReg = new System.Windows.Forms.Button();            this.btnCancel = new System.Windows.Forms.Button();            this.lblType = 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();            loginLabel = new System.Windows.Forms.Label();            passwordLabel = 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(72, 159);            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(112, 218);            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 = "Имя:";            //             // loginLabel            //             loginLabel.AutoSize = true;            loginLabel.Location = new System.Drawing.Point(99, 277);            loginLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            loginLabel.Name = "loginLabel";            loginLabel.Size = new System.Drawing.Size(63, 23);            loginLabel.TabIndex = 4;            loginLabel.Text = "Логин:";            //             // passwordLabel            //             passwordLabel.AutoSize = true;            passwordLabel.Location = new System.Drawing.Point(89, 342);            passwordLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            passwordLabel.Name = "passwordLabel";            passwordLabel.Size = new System.Drawing.Size(74, 23);            passwordLabel.TabIndex = 6;            passwordLabel.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(170, 153);            this.famTextBox.Margin = new System.Windows.Forms.Padding(4);            this.famTextBox.Name = "famTextBox";            this.famTextBox.Size = new System.Drawing.Size(268, 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(170, 212);            this.nameTextBox.Margin = new System.Windows.Forms.Padding(4);            this.nameTextBox.Name = "nameTextBox";            this.nameTextBox.Size = new System.Drawing.Size(268, 29);            this.nameTextBox.TabIndex = 3;            //             // loginTextBox            //             this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "login", true));            this.loginTextBox.Location = new System.Drawing.Point(170, 271);            this.loginTextBox.Margin = new System.Windows.Forms.Padding(4);            this.loginTextBox.Name = "loginTextBox";            this.loginTextBox.Size = new System.Drawing.Size(268, 29);            this.loginTextBox.TabIndex = 5;            //             // passwordTextBox            //             this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "password", true));            this.passwordTextBox.Location = new System.Drawing.Point(170, 338);            this.passwordTextBox.Margin = new System.Windows.Forms.Padding(4);            this.passwordTextBox.Name = "passwordTextBox";            this.passwordTextBox.Size = new System.Drawing.Size(268, 29);            this.passwordTextBox.TabIndex = 7;            //             // photoPictureBox            //             this.photoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bsUsers, "photo", true));            this.photoPictureBox.Location = new System.Drawing.Point(620, 153);            this.photoPictureBox.Margin = new System.Windows.Forms.Padding(4);            this.photoPictureBox.Name = "photoPictureBox";            this.photoPictureBox.Size = new System.Drawing.Size(242, 208);            this.photoPictureBox.TabIndex = 9;            this.photoPictureBox.TabStop = false;            //             // btnClearPhoto            //             this.btnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnClearPhoto.Location = new System.Drawing.Point(755, 379);            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 = 15;            this.btnClearPhoto.Text = "Очистить фото";            this.btnClearPhoto.UseVisualStyleBackColor = false;            //             // btnLoadPhoto            //             this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnLoadPhoto.Location = new System.Drawing.Point(558, 379);            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 = 14;            this.btnLoadPhoto.Text = "Загрузить фото";            this.btnLoadPhoto.UseVisualStyleBackColor = false;            //             // cbxShowPass            //             this.cbxShowPass.AutoSize = true;            this.cbxShowPass.Location = new System.Drawing.Point(168, 379);            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 = 13;            this.cbxShowPass.Text = "Показывать символы пароля";            this.cbxShowPass.UseVisualStyleBackColor = true;            //             // btnReg            //             this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnReg.Location = new System.Drawing.Point(145, 492);            this.btnReg.Margin = new System.Windows.Forms.Padding(4);            this.btnReg.Name = "btnReg";            this.btnReg.Size = new System.Drawing.Size(237, 36);            this.btnReg.TabIndex = 16;            this.btnReg.Text = "Зарегистрировать";            this.btnReg.UseVisualStyleBackColor = false;            this.btnReg.Click += new System.EventHandler(this.btnReg_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(558, 492);            this.btnCancel.Margin = new System.Windows.Forms.Padding(4);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(237, 36);            this.btnCancel.TabIndex = 17;            this.btnCancel.Text = "Отменить регистрацию";            this.btnCancel.UseVisualStyleBackColor = false;            //             // lblType            //             this.lblType.AutoSize = true;            this.lblType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "type", true));            this.lblType.Location = new System.Drawing.Point(117, 610);            this.lblType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.lblType.Name = "lblType";            this.lblType.Size = new System.Drawing.Size(53, 23);            this.lblType.TabIndex = 18;            this.lblType.Text = "label1";            //             // label4            //             this.label4.AutoSize = true;            this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);            this.label4.Location = new System.Drawing.Point(138, 39);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(477, 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(786, 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(958, 119);            this.panel1.TabIndex = 19;            //             // FormRegistration            //             this.AcceptButton = this.btnReg;            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(958, 580);            this.Controls.Add(this.panel1);            this.Controls.Add(this.lblType);            this.Controls.Add(this.btnCancel);            this.Controls.Add(this.btnReg);            this.Controls.Add(this.btnClearPhoto);            this.Controls.Add(this.btnLoadPhoto);            this.Controls.Add(this.cbxShowPass);            this.Controls.Add(this.photoPictureBox);            this.Controls.Add(passwordLabel);            this.Controls.Add(this.passwordTextBox);            this.Controls.Add(loginLabel);            this.Controls.Add(this.loginTextBox);            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 = "FormRegistration";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "СУБД \"Агентство недвижимости\"";            this.Load += new System.EventHandler(this.FormRegistration_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 System.Windows.Forms.BindingSource bsUsers;        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;        private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;        private System.Windows.Forms.TextBox famTextBox;        private System.Windows.Forms.TextBox nameTextBox;        private System.Windows.Forms.TextBox loginTextBox;        private System.Windows.Forms.TextBox passwordTextBox;        private System.Windows.Forms.PictureBox photoPictureBox;        private System.Windows.Forms.Button btnClearPhoto;        private System.Windows.Forms.Button btnLoadPhoto;        private System.Windows.Forms.CheckBox cbxShowPass;        private System.Windows.Forms.Button btnReg;        private System.Windows.Forms.Button btnCancel;        private System.Windows.Forms.Label lblType;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.PictureBox pictureBox1;        private System.Windows.Forms.Panel panel1;    }}
 |