| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 | namespace СУБД_Швейная_фабрика{    partial class FormReg    {        /// <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 loginLabel;            System.Windows.Forms.Label passLabel;            System.Windows.Forms.Label famLabel;            System.Windows.Forms.Label nameLabel;            System.Windows.Forms.Label otchLabel;            System.Windows.Forms.Label phoneLabel;            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReg));            this.panel1 = new System.Windows.Forms.Panel();            this.label1 = new System.Windows.Forms.Label();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.BtnReg = new System.Windows.Forms.Button();            this.BtnCancel = new System.Windows.Forms.Button();            this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();            this.BsUsers = new System.Windows.Forms.BindingSource(this.components);            this.usersTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.UsersTableAdapter();            this.tableAdapterManager = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.TableAdapterManager();            this.LoginTextBox = new System.Windows.Forms.TextBox();            this.PassTextBox = new System.Windows.Forms.TextBox();            this.FamTextBox = new System.Windows.Forms.TextBox();            this.NameTextBox = new System.Windows.Forms.TextBox();            this.OtchTextBox = new System.Windows.Forms.TextBox();            this.TbxPhone = new System.Windows.Forms.MaskedTextBox();            this.LblRole = new System.Windows.Forms.Label();            this.CbxShowPass = new System.Windows.Forms.CheckBox();            loginLabel = new System.Windows.Forms.Label();            passLabel = new System.Windows.Forms.Label();            famLabel = new System.Windows.Forms.Label();            nameLabel = new System.Windows.Forms.Label();            otchLabel = new System.Windows.Forms.Label();            phoneLabel = new System.Windows.Forms.Label();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();            this.SuspendLayout();            //             // 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(701, 130);            this.panel1.TabIndex = 1;            //             // 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(213, 46);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(288, 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;            //             // BtnReg            //             this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));            this.BtnReg.Location = new System.Drawing.Point(123, 380);            this.BtnReg.Name = "BtnReg";            this.BtnReg.Size = new System.Drawing.Size(163, 27);            this.BtnReg.TabIndex = 2;            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)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));            this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;            this.BtnCancel.Location = new System.Drawing.Point(423, 379);            this.BtnCancel.Name = "BtnCancel";            this.BtnCancel.Size = new System.Drawing.Size(154, 28);            this.BtnCancel.TabIndex = 3;            this.BtnCancel.Text = "Отмена";            this.BtnCancel.UseVisualStyleBackColor = false;            //             // fab2021DataSet1            //             this.fab2021DataSet1.DataSetName = "fab2021DataSet";            this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;            //             // BsUsers            //             this.BsUsers.DataMember = "Users";            this.BsUsers.DataSource = this.fab2021DataSet1;            //             // usersTableAdapter            //             this.usersTableAdapter.ClearBeforeFill = true;            //             // tableAdapterManager            //             this.tableAdapterManager.BackupDataSetBeforeUpdate = false;            this.tableAdapterManager.FurnituraTableAdapter = null;            this.tableAdapterManager.IzdeliyaTableAdapter = null;            this.tableAdapterManager.TkaniTableAdapter = null;            this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;            this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;            this.tableAdapterManager.ZakazTableAdapter = null;            //             // loginLabel            //             loginLabel.AutoSize = true;            loginLabel.Location = new System.Drawing.Point(66, 152);            loginLabel.Name = "loginLabel";            loginLabel.Size = new System.Drawing.Size(51, 17);            loginLabel.TabIndex = 3;            loginLabel.Text = "Логин:";            //             // LoginTextBox            //             this.LoginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "login", true));            this.LoginTextBox.Location = new System.Drawing.Point(123, 149);            this.LoginTextBox.Name = "LoginTextBox";            this.LoginTextBox.Size = new System.Drawing.Size(163, 22);            this.LoginTextBox.TabIndex = 4;            //             // passLabel            //             passLabel.AutoSize = true;            passLabel.Location = new System.Drawing.Point(56, 190);            passLabel.Name = "passLabel";            passLabel.Size = new System.Drawing.Size(61, 17);            passLabel.TabIndex = 5;            passLabel.Text = "Пароль:";            //             // PassTextBox            //             this.PassTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "pass", true));            this.PassTextBox.Location = new System.Drawing.Point(123, 190);            this.PassTextBox.Name = "PassTextBox";            this.PassTextBox.Size = new System.Drawing.Size(163, 22);            this.PassTextBox.TabIndex = 6;            this.PassTextBox.UseSystemPasswordChar = true;            //             // famLabel            //             famLabel.AutoSize = true;            famLabel.Location = new System.Drawing.Point(43, 234);            famLabel.Name = "famLabel";            famLabel.Size = new System.Drawing.Size(74, 17);            famLabel.TabIndex = 7;            famLabel.Text = "Фамилия:";            //             // FamTextBox            //             this.FamTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "fam", true));            this.FamTextBox.Location = new System.Drawing.Point(123, 231);            this.FamTextBox.Name = "FamTextBox";            this.FamTextBox.Size = new System.Drawing.Size(163, 22);            this.FamTextBox.TabIndex = 8;            //             // nameLabel            //             nameLabel.AutoSize = true;            nameLabel.Location = new System.Drawing.Point(78, 272);            nameLabel.Name = "nameLabel";            nameLabel.Size = new System.Drawing.Size(39, 17);            nameLabel.TabIndex = 9;            nameLabel.Text = "Имя:";            //             // NameTextBox            //             this.NameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "name", true));            this.NameTextBox.Location = new System.Drawing.Point(123, 269);            this.NameTextBox.Name = "NameTextBox";            this.NameTextBox.Size = new System.Drawing.Size(163, 22);            this.NameTextBox.TabIndex = 10;            //             // otchLabel            //             otchLabel.AutoSize = true;            otchLabel.Location = new System.Drawing.Point(42, 307);            otchLabel.Name = "otchLabel";            otchLabel.Size = new System.Drawing.Size(75, 17);            otchLabel.TabIndex = 11;            otchLabel.Text = "Отчество:";            //             // OtchTextBox            //             this.OtchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "otch", true));            this.OtchTextBox.Location = new System.Drawing.Point(123, 307);            this.OtchTextBox.Name = "OtchTextBox";            this.OtchTextBox.Size = new System.Drawing.Size(163, 22);            this.OtchTextBox.TabIndex = 12;            //             // phoneLabel            //             phoneLabel.AutoSize = true;            phoneLabel.Location = new System.Drawing.Point(368, 152);            phoneLabel.Name = "phoneLabel";            phoneLabel.Size = new System.Drawing.Size(72, 17);            phoneLabel.TabIndex = 13;            phoneLabel.Text = "Телефон:";            //             // TbxPhone            //             this.TbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "phone", true));            this.TbxPhone.Location = new System.Drawing.Point(446, 149);            this.TbxPhone.Mask = "+0(000) 000-00-00";            this.TbxPhone.Name = "TbxPhone";            this.TbxPhone.Size = new System.Drawing.Size(198, 22);            this.TbxPhone.TabIndex = 15;            //             // LblRole            //             this.LblRole.AutoSize = true;            this.LblRole.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "role", true));            this.LblRole.Location = new System.Drawing.Point(913, 272);            this.LblRole.Name = "LblRole";            this.LblRole.Size = new System.Drawing.Size(46, 17);            this.LblRole.TabIndex = 16;            this.LblRole.Text = "label2";            //             // CbxShowPass            //             this.CbxShowPass.AutoSize = true;            this.CbxShowPass.Location = new System.Drawing.Point(306, 190);            this.CbxShowPass.Name = "CbxShowPass";            this.CbxShowPass.Size = new System.Drawing.Size(222, 21);            this.CbxShowPass.TabIndex = 17;            this.CbxShowPass.Text = "Показывать символы пароля";            this.CbxShowPass.UseVisualStyleBackColor = true;            this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);            //             // FormReg            //             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.Color.White;            this.ClientSize = new System.Drawing.Size(701, 460);            this.Controls.Add(this.CbxShowPass);            this.Controls.Add(this.LblRole);            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(passLabel);            this.Controls.Add(this.PassTextBox);            this.Controls.Add(loginLabel);            this.Controls.Add(this.LoginTextBox);            this.Controls.Add(this.BtnCancel);            this.Controls.Add(this.BtnReg);            this.Controls.Add(this.panel1);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "FormReg";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "СУБД \"Швейная фабрика\"";            this.Load += new System.EventHandler(this.FormReg_Load);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).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.Button BtnReg;        private System.Windows.Forms.Button BtnCancel;        private fab2021DataSet fab2021DataSet1;        private System.Windows.Forms.BindingSource BsUsers;        private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter;        private fab2021DataSetTableAdapters.TableAdapterManager tableAdapterManager;        private System.Windows.Forms.TextBox LoginTextBox;        private System.Windows.Forms.TextBox PassTextBox;        private System.Windows.Forms.TextBox FamTextBox;        private System.Windows.Forms.TextBox NameTextBox;        private System.Windows.Forms.TextBox OtchTextBox;        private System.Windows.Forms.MaskedTextBox TbxPhone;        private System.Windows.Forms.Label LblRole;        private System.Windows.Forms.CheckBox CbxShowPass;    }}
 |