123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- namespace Фабрика
- {
- partial class FRegistr
- {
- /// <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 passwLabel;
- System.Windows.Forms.Label surnameLabel;
- System.Windows.Forms.Label nameLabel;
- System.Windows.Forms.Label otchLabel;
- System.Windows.Forms.Label phoneLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FRegistr));
- this.CbxShowPass = new System.Windows.Forms.CheckBox();
- 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.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet();
- this.usersBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager();
- this.roleTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.RoleTableAdapter();
- this.loginTextBox = new System.Windows.Forms.TextBox();
- this.passwTextBox = new System.Windows.Forms.TextBox();
- this.surnameTextBox = new System.Windows.Forms.TextBox();
- this.nameTextBox = new System.Windows.Forms.TextBox();
- this.otchTextBox = new System.Windows.Forms.TextBox();
- this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
- this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.LblRole = new System.Windows.Forms.Label();
- this.id_roleTextBox = new System.Windows.Forms.TextBox();
- loginLabel = new System.Windows.Forms.Label();
- passwLabel = new System.Windows.Forms.Label();
- surnameLabel = 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.dbFabrika2024DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // loginLabel
- //
- loginLabel.AutoSize = true;
- loginLabel.Location = new System.Drawing.Point(12, 146);
- loginLabel.Name = "loginLabel";
- loginLabel.Size = new System.Drawing.Size(50, 18);
- loginLabel.TabIndex = 50;
- loginLabel.Text = "Логин";
- //
- // passwLabel
- //
- passwLabel.AutoSize = true;
- passwLabel.Location = new System.Drawing.Point(12, 178);
- passwLabel.Name = "passwLabel";
- passwLabel.Size = new System.Drawing.Size(63, 18);
- passwLabel.TabIndex = 51;
- passwLabel.Text = "Пароль";
- //
- // surnameLabel
- //
- surnameLabel.AutoSize = true;
- surnameLabel.Location = new System.Drawing.Point(12, 239);
- surnameLabel.Name = "surnameLabel";
- surnameLabel.Size = new System.Drawing.Size(72, 18);
- surnameLabel.TabIndex = 52;
- surnameLabel.Text = "Фамилия";
- //
- // nameLabel
- //
- nameLabel.AutoSize = true;
- nameLabel.Location = new System.Drawing.Point(12, 271);
- nameLabel.Name = "nameLabel";
- nameLabel.Size = new System.Drawing.Size(40, 18);
- nameLabel.TabIndex = 53;
- nameLabel.Text = "Имя";
- //
- // otchLabel
- //
- otchLabel.AutoSize = true;
- otchLabel.Location = new System.Drawing.Point(12, 301);
- otchLabel.Name = "otchLabel";
- otchLabel.Size = new System.Drawing.Size(77, 18);
- otchLabel.TabIndex = 54;
- otchLabel.Text = "Отчество";
- //
- // phoneLabel
- //
- phoneLabel.AutoSize = true;
- phoneLabel.Location = new System.Drawing.Point(12, 333);
- phoneLabel.Name = "phoneLabel";
- phoneLabel.Size = new System.Drawing.Size(71, 18);
- phoneLabel.TabIndex = 55;
- phoneLabel.Text = "Телефон";
- //
- // CbxShowPass
- //
- this.CbxShowPass.AutoSize = true;
- this.CbxShowPass.Location = new System.Drawing.Point(15, 202);
- this.CbxShowPass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.CbxShowPass.Name = "CbxShowPass";
- this.CbxShowPass.Size = new System.Drawing.Size(151, 22);
- this.CbxShowPass.TabIndex = 50;
- this.CbxShowPass.Text = "Показать пароль";
- this.CbxShowPass.UseVisualStyleBackColor = true;
- this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
- //
- // 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(227, 391);
- this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(143, 37);
- this.BtnCancel.TabIndex = 38;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
- //
- // BtnReg
- //
- this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnReg.Location = new System.Drawing.Point(13, 391);
- this.BtnReg.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.BtnReg.Name = "BtnReg";
- this.BtnReg.Size = new System.Drawing.Size(206, 37);
- this.BtnReg.TabIndex = 36;
- 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(4, 3, 4, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(379, 129);
- this.panel1.TabIndex = 35;
- //
- // 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(150, 55);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 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(4, 3, 4, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(138, 129);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // dbFabrika2024DataSet
- //
- this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet";
- this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersBindingSource1
- //
- this.usersBindingSource1.DataMember = "Users";
- this.usersBindingSource1.DataSource = this.dbFabrika2024DataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CvetaTableAdapter = null;
- this.tableAdapterManager.FurnituraTableAdapter = null;
- this.tableAdapterManager.IzdelieTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
- this.tableAdapterManager.TkaniTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // roleTableAdapter
- //
- this.roleTableAdapter.ClearBeforeFill = true;
- //
- // loginTextBox
- //
- this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "login", true));
- this.loginTextBox.Location = new System.Drawing.Point(90, 138);
- this.loginTextBox.Name = "loginTextBox";
- this.loginTextBox.Size = new System.Drawing.Size(280, 26);
- this.loginTextBox.TabIndex = 51;
- //
- // passwTextBox
- //
- this.passwTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Passw", true));
- this.passwTextBox.Location = new System.Drawing.Point(90, 170);
- this.passwTextBox.Name = "passwTextBox";
- this.passwTextBox.Size = new System.Drawing.Size(280, 26);
- this.passwTextBox.TabIndex = 52;
- this.passwTextBox.UseSystemPasswordChar = true;
- //
- // surnameTextBox
- //
- this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Surname", true));
- this.surnameTextBox.Location = new System.Drawing.Point(90, 231);
- this.surnameTextBox.Name = "surnameTextBox";
- this.surnameTextBox.Size = new System.Drawing.Size(280, 26);
- this.surnameTextBox.TabIndex = 53;
- //
- // nameTextBox
- //
- this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Name", true));
- this.nameTextBox.Location = new System.Drawing.Point(90, 263);
- this.nameTextBox.Name = "nameTextBox";
- this.nameTextBox.Size = new System.Drawing.Size(280, 26);
- this.nameTextBox.TabIndex = 54;
- //
- // otchTextBox
- //
- this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Otch", true));
- this.otchTextBox.Location = new System.Drawing.Point(90, 293);
- this.otchTextBox.Name = "otchTextBox";
- this.otchTextBox.Size = new System.Drawing.Size(280, 26);
- this.otchTextBox.TabIndex = 55;
- //
- // phoneMaskedTextBox
- //
- this.phoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "Phone", true));
- this.phoneMaskedTextBox.Location = new System.Drawing.Point(89, 325);
- this.phoneMaskedTextBox.Mask = "+0(000) 000-00-00";
- this.phoneMaskedTextBox.Name = "phoneMaskedTextBox";
- this.phoneMaskedTextBox.Size = new System.Drawing.Size(281, 26);
- this.phoneMaskedTextBox.TabIndex = 56;
- //
- // roleBindingSource
- //
- this.roleBindingSource.DataMember = "Role";
- this.roleBindingSource.DataSource = this.dbFabrika2024DataSet;
- //
- // LblRole
- //
- this.LblRole.AutoSize = true;
- this.LblRole.Location = new System.Drawing.Point(636, 203);
- this.LblRole.Name = "LblRole";
- this.LblRole.Size = new System.Drawing.Size(50, 18);
- this.LblRole.TabIndex = 83;
- this.LblRole.Text = "label2";
- //
- // id_roleTextBox
- //
- this.id_roleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource1, "id_role", true));
- this.id_roleTextBox.Location = new System.Drawing.Point(639, 239);
- this.id_roleTextBox.Name = "id_roleTextBox";
- this.id_roleTextBox.Size = new System.Drawing.Size(100, 26);
- this.id_roleTextBox.TabIndex = 86;
- //
- // FRegistr
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(379, 448);
- this.Controls.Add(this.id_roleTextBox);
- this.Controls.Add(this.LblRole);
- this.Controls.Add(phoneLabel);
- this.Controls.Add(this.phoneMaskedTextBox);
- this.Controls.Add(otchLabel);
- this.Controls.Add(this.otchTextBox);
- this.Controls.Add(nameLabel);
- this.Controls.Add(this.nameTextBox);
- this.Controls.Add(surnameLabel);
- this.Controls.Add(this.surnameTextBox);
- this.Controls.Add(passwLabel);
- this.Controls.Add(this.passwTextBox);
- this.Controls.Add(loginLabel);
- this.Controls.Add(this.loginTextBox);
- this.Controls.Add(this.CbxShowPass);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnReg);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.Name = "FRegistr";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FRegistr_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox CbxShowPass;
- 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 dbFabrika2024DataSet dbFabrika2024DataSet;
- private System.Windows.Forms.BindingSource usersBindingSource1;
- private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox loginTextBox;
- private System.Windows.Forms.TextBox passwTextBox;
- private System.Windows.Forms.TextBox surnameTextBox;
- private System.Windows.Forms.TextBox nameTextBox;
- private System.Windows.Forms.TextBox otchTextBox;
- private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox;
- private dbFabrika2024DataSetTableAdapters.RoleTableAdapter roleTableAdapter;
- private System.Windows.Forms.BindingSource roleBindingSource;
- private System.Windows.Forms.Label LblRole;
- private System.Windows.Forms.TextBox id_roleTextBox;
- }
- }
|