namespace СУБД_Швейная_фабрика { partial class FormReg { /// /// 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 phoneLabel; System.Windows.Forms.Label otchLabel; System.Windows.Forms.Label nameLabel; System.Windows.Forms.Label famLabel; System.Windows.Forms.Label passLabel; System.Windows.Forms.Label loginLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReg)); this.db_22factoryDataSet1 = new СУБД_Швейная_фабрика.db_22factoryDataSet(); this.BsUsers = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TableAdapterManager(); this.CbxShowPass = new System.Windows.Forms.CheckBox(); this.TbxPhone = new System.Windows.Forms.MaskedTextBox(); this.OtchTextBox = new System.Windows.Forms.TextBox(); this.NameTextBox = new System.Windows.Forms.TextBox(); this.FamTextBox = new System.Windows.Forms.TextBox(); this.PassTextBox = new System.Windows.Forms.TextBox(); this.LoginTextBox = new System.Windows.Forms.TextBox(); this.BtnCancel = new System.Windows.Forms.Button(); this.BtnReg = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.LblRole = new System.Windows.Forms.Label(); phoneLabel = new System.Windows.Forms.Label(); otchLabel = new System.Windows.Forms.Label(); nameLabel = new System.Windows.Forms.Label(); famLabel = new System.Windows.Forms.Label(); passLabel = new System.Windows.Forms.Label(); loginLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Location = new System.Drawing.Point(276, 138); phoneLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); phoneLabel.Name = "phoneLabel"; phoneLabel.Size = new System.Drawing.Size(55, 13); phoneLabel.TabIndex = 31; phoneLabel.Text = "Телефон:"; // // otchLabel // otchLabel.AutoSize = true; otchLabel.Location = new System.Drawing.Point(32, 263); otchLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); otchLabel.Name = "otchLabel"; otchLabel.Size = new System.Drawing.Size(57, 13); otchLabel.TabIndex = 29; otchLabel.Text = "Отчество:"; // // nameLabel // nameLabel.AutoSize = true; nameLabel.Location = new System.Drawing.Point(58, 235); nameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); nameLabel.Name = "nameLabel"; nameLabel.Size = new System.Drawing.Size(32, 13); nameLabel.TabIndex = 27; nameLabel.Text = "Имя:"; // // famLabel // famLabel.AutoSize = true; famLabel.Location = new System.Drawing.Point(32, 204); famLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); famLabel.Name = "famLabel"; famLabel.Size = new System.Drawing.Size(59, 13); famLabel.TabIndex = 25; famLabel.Text = "Фамилия:"; // // passLabel // passLabel.AutoSize = true; passLabel.Location = new System.Drawing.Point(42, 168); passLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); passLabel.Name = "passLabel"; passLabel.Size = new System.Drawing.Size(48, 13); passLabel.TabIndex = 23; passLabel.Text = "Пароль:"; // // loginLabel // loginLabel.AutoSize = true; loginLabel.Location = new System.Drawing.Point(50, 138); loginLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); loginLabel.Name = "loginLabel"; loginLabel.Size = new System.Drawing.Size(41, 13); loginLabel.TabIndex = 20; loginLabel.Text = "Логин:"; // // db_22factoryDataSet1 // this.db_22factoryDataSet1.DataSetName = "db_22factoryDataSet"; this.db_22factoryDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // BsUsers // this.BsUsers.DataMember = "Users"; this.BsUsers.DataSource = this.db_22factoryDataSet1; // // 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 = СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // CbxShowPass // this.CbxShowPass.AutoSize = true; this.CbxShowPass.Location = new System.Drawing.Point(230, 168); this.CbxShowPass.Margin = new System.Windows.Forms.Padding(2); this.CbxShowPass.Name = "CbxShowPass"; this.CbxShowPass.Size = new System.Drawing.Size(177, 17); this.CbxShowPass.TabIndex = 33; this.CbxShowPass.Text = "Показывать символы пароля"; this.CbxShowPass.UseVisualStyleBackColor = true; this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged); // // TbxPhone // this.TbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "phone", true)); this.TbxPhone.Location = new System.Drawing.Point(334, 135); this.TbxPhone.Margin = new System.Windows.Forms.Padding(2); this.TbxPhone.Mask = "+0(000) 000-00-00"; this.TbxPhone.Name = "TbxPhone"; this.TbxPhone.Size = new System.Drawing.Size(150, 20); this.TbxPhone.TabIndex = 32; // // OtchTextBox // this.OtchTextBox.Location = new System.Drawing.Point(92, 263); this.OtchTextBox.Margin = new System.Windows.Forms.Padding(2); this.OtchTextBox.Name = "OtchTextBox"; this.OtchTextBox.Size = new System.Drawing.Size(123, 20); this.OtchTextBox.TabIndex = 30; // // NameTextBox // this.NameTextBox.Location = new System.Drawing.Point(92, 233); this.NameTextBox.Margin = new System.Windows.Forms.Padding(2); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(123, 20); this.NameTextBox.TabIndex = 28; // // FamTextBox // this.FamTextBox.Location = new System.Drawing.Point(92, 202); this.FamTextBox.Margin = new System.Windows.Forms.Padding(2); this.FamTextBox.Name = "FamTextBox"; this.FamTextBox.Size = new System.Drawing.Size(123, 20); this.FamTextBox.TabIndex = 26; // // PassTextBox // this.PassTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "pass", true)); this.PassTextBox.Location = new System.Drawing.Point(92, 168); this.PassTextBox.Margin = new System.Windows.Forms.Padding(2); this.PassTextBox.Name = "PassTextBox"; this.PassTextBox.Size = new System.Drawing.Size(123, 20); this.PassTextBox.TabIndex = 24; this.PassTextBox.UseSystemPasswordChar = true; // // LoginTextBox // this.LoginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "login", true)); this.LoginTextBox.Location = new System.Drawing.Point(92, 135); this.LoginTextBox.Margin = new System.Windows.Forms.Padding(2); this.LoginTextBox.Name = "LoginTextBox"; this.LoginTextBox.Size = new System.Drawing.Size(123, 20); this.LoginTextBox.TabIndex = 22; // // 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(301, 322); this.BtnCancel.Margin = new System.Windows.Forms.Padding(2); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(132, 23); this.BtnCancel.TabIndex = 21; this.BtnCancel.Text = "Отмена"; this.BtnCancel.UseVisualStyleBackColor = 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(102, 323); this.BtnReg.Margin = new System.Windows.Forms.Padding(2); this.BtnReg.Name = "BtnReg"; this.BtnReg.Size = new System.Drawing.Size(132, 22); this.BtnReg.TabIndex = 19; this.BtnReg.Text = "Зарегистрировать"; this.BtnReg.UseVisualStyleBackColor = false; this.BtnReg.Click += new System.EventHandler(this.BtnReg_Click); // // 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.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(523, 106); this.panel1.TabIndex = 18; // // 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, 43); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(220, 24); 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.Margin = new System.Windows.Forms.Padding(2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(125, 106); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // LblRole // this.LblRole.AutoSize = true; this.LblRole.Location = new System.Drawing.Point(595, 135); this.LblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.LblRole.Name = "LblRole"; this.LblRole.Size = new System.Drawing.Size(35, 13); this.LblRole.TabIndex = 34; this.LblRole.Text = "label2"; // // FormReg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(523, 371); this.Controls.Add(this.LblRole); this.Controls.Add(this.CbxShowPass); 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); ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private db_22factoryDataSet db_22factoryDataSet1; private System.Windows.Forms.BindingSource BsUsers; private db_22factoryDataSetTableAdapters.UsersTableAdapter usersTableAdapter; private db_22factoryDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.CheckBox CbxShowPass; private System.Windows.Forms.MaskedTextBox TbxPhone; private System.Windows.Forms.TextBox OtchTextBox; private System.Windows.Forms.TextBox NameTextBox; private System.Windows.Forms.TextBox FamTextBox; private System.Windows.Forms.TextBox PassTextBox; private System.Windows.Forms.TextBox LoginTextBox; private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.Button BtnReg; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label LblRole; } }