123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- 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.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.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.MtbxPhone = new System.Windows.Forms.MaskedTextBox();
- this.TbxFam = new System.Windows.Forms.TextBox();
- this.TbxName = new System.Windows.Forms.TextBox();
- this.TbxOtch = new System.Windows.Forms.TextBox();
- this.TbxLog = new System.Windows.Forms.TextBox();
- this.TbxPass = new System.Windows.Forms.TextBox();
- this.TbxCheckPass = new System.Windows.Forms.TextBox();
- this.BtnReg = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.CbxShowPass = new System.Windows.Forms.CheckBox();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.sewingFactoryMURDataSet = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet)).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.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(413, 91);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(120, 38);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(103, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Регистрация";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(312, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(101, 91);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(66, 118);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(68, 20);
- this.label2.TabIndex = 2;
- this.label2.Text = "Фамилия:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(96, 153);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(38, 20);
- this.label3.TabIndex = 3;
- this.label3.Text = "Имя:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(64, 192);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(70, 20);
- this.label4.TabIndex = 4;
- this.label4.Text = "Отчество:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(85, 224);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(49, 20);
- this.label5.TabIndex = 5;
- this.label5.Text = "Логин:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(74, 288);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(60, 20);
- this.label6.TabIndex = 6;
- this.label6.Text = "Пароль:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(11, 319);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(123, 20);
- this.label7.TabIndex = 7;
- this.label7.Text = "Проверка пароля:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(13, 256);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(121, 20);
- this.label8.TabIndex = 8;
- this.label8.Text = "Номер телефона:";
- //
- // MtbxPhone
- //
- this.MtbxPhone.Location = new System.Drawing.Point(140, 253);
- this.MtbxPhone.Mask = "+0(999) 000-00-00";
- this.MtbxPhone.Name = "MtbxPhone";
- this.MtbxPhone.Size = new System.Drawing.Size(114, 26);
- this.MtbxPhone.TabIndex = 9;
- //
- // TbxFam
- //
- this.TbxFam.Location = new System.Drawing.Point(140, 115);
- this.TbxFam.Name = "TbxFam";
- this.TbxFam.Size = new System.Drawing.Size(114, 26);
- this.TbxFam.TabIndex = 10;
- //
- // TbxName
- //
- this.TbxName.Location = new System.Drawing.Point(140, 150);
- this.TbxName.Name = "TbxName";
- this.TbxName.Size = new System.Drawing.Size(114, 26);
- this.TbxName.TabIndex = 11;
- //
- // TbxOtch
- //
- this.TbxOtch.Location = new System.Drawing.Point(140, 189);
- this.TbxOtch.Name = "TbxOtch";
- this.TbxOtch.Size = new System.Drawing.Size(114, 26);
- this.TbxOtch.TabIndex = 12;
- //
- // TbxLog
- //
- this.TbxLog.Location = new System.Drawing.Point(140, 221);
- this.TbxLog.Name = "TbxLog";
- this.TbxLog.Size = new System.Drawing.Size(114, 26);
- this.TbxLog.TabIndex = 13;
- //
- // TbxPass
- //
- this.TbxPass.Location = new System.Drawing.Point(140, 285);
- this.TbxPass.Name = "TbxPass";
- this.TbxPass.Size = new System.Drawing.Size(114, 26);
- this.TbxPass.TabIndex = 14;
- this.TbxPass.UseSystemPasswordChar = true;
- //
- // TbxCheckPass
- //
- this.TbxCheckPass.Location = new System.Drawing.Point(140, 319);
- this.TbxCheckPass.Name = "TbxCheckPass";
- this.TbxCheckPass.Size = new System.Drawing.Size(114, 26);
- this.TbxCheckPass.TabIndex = 15;
- this.TbxCheckPass.UseSystemPasswordChar = true;
- //
- // BtnReg
- //
- this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnReg.Location = new System.Drawing.Point(30, 381);
- this.BtnReg.Name = "BtnReg";
- this.BtnReg.Size = new System.Drawing.Size(151, 33);
- 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)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.BtnCancel.Location = new System.Drawing.Point(241, 381);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(151, 33);
- this.BtnCancel.TabIndex = 17;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // CbxShowPass
- //
- this.CbxShowPass.AutoSize = true;
- this.CbxShowPass.Location = new System.Drawing.Point(260, 300);
- this.CbxShowPass.Name = "CbxShowPass";
- this.CbxShowPass.Size = new System.Drawing.Size(132, 24);
- this.CbxShowPass.TabIndex = 18;
- this.CbxShowPass.Text = "Показать пароль";
- this.CbxShowPass.UseVisualStyleBackColor = true;
- this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet;
- //
- // sewingFactoryMURDataSet
- //
- this.sewingFactoryMURDataSet.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // FormReg
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(413, 440);
- this.Controls.Add(this.CbxShowPass);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnReg);
- this.Controls.Add(this.TbxCheckPass);
- this.Controls.Add(this.TbxPass);
- this.Controls.Add(this.TbxLog);
- this.Controls.Add(this.TbxOtch);
- this.Controls.Add(this.TbxName);
- this.Controls.Add(this.TbxFam);
- this.Controls.Add(this.MtbxPhone);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- 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.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet)).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.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.MaskedTextBox MtbxPhone;
- private System.Windows.Forms.TextBox TbxFam;
- private System.Windows.Forms.TextBox TbxName;
- private System.Windows.Forms.TextBox TbxOtch;
- private System.Windows.Forms.TextBox TbxLog;
- private System.Windows.Forms.TextBox TbxPass;
- private System.Windows.Forms.TextBox TbxCheckPass;
- private System.Windows.Forms.Button BtnReg;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.BindingSource BsUsers;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet;
- private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.CheckBox CbxShowPass;
- }
- }
|