namespace СУБД_Швейная_фабрика { partial class FormRegistr { /// /// 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(FormRegistr)); 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.LblRole = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.fabricDeryugoDataSet = new СУБД_Швейная_фабрика.FabricDeryugoDataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager(); 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(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); this.SuspendLayout(); // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Location = new System.Drawing.Point(276, 184); 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, 309); 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, 281); 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, 250); 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, 214); 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, 184); 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 = "Логин:"; // // CbxShowPass // this.CbxShowPass.AutoSize = true; this.CbxShowPass.Location = new System.Drawing.Point(230, 214); 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.Location = new System.Drawing.Point(334, 181); 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, 309); 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, 279); 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, 248); 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.Location = new System.Drawing.Point(92, 214); 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.Location = new System.Drawing.Point(92, 181); 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(317, 368); this.BtnCancel.Margin = new System.Windows.Forms.Padding(2); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(116, 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(92, 369); this.BtnReg.Margin = new System.Windows.Forms.Padding(2); this.BtnReg.Name = "BtnReg"; this.BtnReg.Size = new System.Drawing.Size(122, 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.LblRole); 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(498, 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(160, 37); 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 = "Регистрация заказчика"; // // LblRole // this.LblRole.AutoSize = true; this.LblRole.Location = new System.Drawing.Point(449, 84); 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 = 16; this.LblRole.Text = "label2"; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 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(100, 106); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // fabricDeryugoDataSet // this.fabricDeryugoDataSet.DataSetName = "FabricDeryugoDataSet"; this.fabricDeryugoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "Users"; this.usersBindingSource.DataSource = this.fabricDeryugoDataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdeliyaTableAdapter = null; this.tableAdapterManager.sysdiagramsTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; this.tableAdapterManager.ZakazTableAdapter = null; // // FormRegistr // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(498, 412); 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.Name = "FormRegistr"; this.Text = "FormRegistr"; this.Load += new System.EventHandler(this.FormRegistr_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.Label LblRole; private System.Windows.Forms.PictureBox pictureBox1; private FabricDeryugoDataSet fabricDeryugoDataSet; private System.Windows.Forms.BindingSource usersBindingSource; private FabricDeryugoDataSetTableAdapters.UsersTableAdapter usersTableAdapter; private FabricDeryugoDataSetTableAdapters.TableAdapterManager tableAdapterManager; } }