123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormRegistration
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegistration));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.btnReg = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.tbxLogin = new System.Windows.Forms.TextBox();
- this.tbxPas = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tbxPasRepeat = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.cbxPassword = new System.Windows.Forms.CheckBox();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.tbxFam = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbxName = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbxOtch = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.tbxPhone = new System.Windows.Forms.MaskedTextBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).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.pbxPhoto);
- 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(13, 7, 13, 7);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(542, 98);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(152, 29);
- this.label1.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(215, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Регистрация";
- //
- // btnReg
- //
- this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnReg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnReg.Location = new System.Drawing.Point(146, 568);
- this.btnReg.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.btnReg.Name = "btnReg";
- this.btnReg.Size = new System.Drawing.Size(245, 39);
- this.btnReg.TabIndex = 7;
- this.btnReg.Text = "Сохранить";
- this.btnReg.UseVisualStyleBackColor = false;
- this.btnReg.Click += new System.EventHandler(this.btnReg_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(192, 105);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(137, 22);
- this.label2.TabIndex = 8;
- this.label2.Text = "Введите логин";
- //
- // tbxLogin
- //
- this.tbxLogin.Location = new System.Drawing.Point(12, 130);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(518, 29);
- this.tbxLogin.TabIndex = 9;
- //
- // tbxPas
- //
- this.tbxPas.Location = new System.Drawing.Point(12, 200);
- this.tbxPas.Name = "tbxPas";
- this.tbxPas.Size = new System.Drawing.Size(518, 29);
- this.tbxPas.TabIndex = 11;
- this.tbxPas.UseSystemPasswordChar = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(192, 175);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(151, 22);
- this.label3.TabIndex = 10;
- this.label3.Text = "Введите пароль";
- //
- // tbxPasRepeat
- //
- this.tbxPasRepeat.Location = new System.Drawing.Point(12, 257);
- this.tbxPasRepeat.Name = "tbxPasRepeat";
- this.tbxPasRepeat.Size = new System.Drawing.Size(518, 29);
- this.tbxPasRepeat.TabIndex = 13;
- this.tbxPasRepeat.UseSystemPasswordChar = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(192, 232);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(170, 22);
- this.label4.TabIndex = 12;
- this.label4.Text = "Повторите пароль";
- //
- // cbxPassword
- //
- this.cbxPassword.AutoSize = true;
- this.cbxPassword.Location = new System.Drawing.Point(12, 292);
- this.cbxPassword.Name = "cbxPassword";
- this.cbxPassword.Size = new System.Drawing.Size(176, 26);
- this.cbxPassword.TabIndex = 14;
- this.cbxPassword.Text = "Показать пароль";
- this.cbxPassword.UseVisualStyleBackColor = true;
- this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(431, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(111, 98);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // tbxFam
- //
- this.tbxFam.Location = new System.Drawing.Point(12, 336);
- this.tbxFam.Name = "tbxFam";
- this.tbxFam.Size = new System.Drawing.Size(518, 29);
- this.tbxFam.TabIndex = 16;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(192, 311);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(172, 22);
- this.label5.TabIndex = 15;
- this.label5.Text = "Введите фамилию";
- //
- // tbxName
- //
- this.tbxName.Location = new System.Drawing.Point(12, 393);
- this.tbxName.Name = "tbxName";
- this.tbxName.Size = new System.Drawing.Size(518, 29);
- this.tbxName.TabIndex = 18;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(207, 368);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(122, 22);
- this.label6.TabIndex = 17;
- this.label6.Text = "Введите имя";
- //
- // tbxOtch
- //
- this.tbxOtch.Location = new System.Drawing.Point(12, 450);
- this.tbxOtch.Name = "tbxOtch";
- this.tbxOtch.Size = new System.Drawing.Size(518, 29);
- this.tbxOtch.TabIndex = 20;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(192, 425);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(168, 22);
- this.label7.TabIndex = 19;
- this.label7.Text = "Введите отчество";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(155, 482);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(236, 22);
- this.label8.TabIndex = 21;
- this.label8.Text = "Введите номер телефона";
- //
- // tbxPhone
- //
- this.tbxPhone.Location = new System.Drawing.Point(12, 507);
- this.tbxPhone.Mask = "+0(000) 000-00-00";
- this.tbxPhone.Name = "tbxPhone";
- this.tbxPhone.Size = new System.Drawing.Size(518, 29);
- this.tbxPhone.TabIndex = 23;
- this.tbxPhone.ValidatingType = typeof(int);
- //
- // FormRegistration
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(542, 621);
- this.Controls.Add(this.tbxPhone);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.tbxOtch);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.tbxName);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.tbxFam);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.cbxPassword);
- this.Controls.Add(this.tbxPasRepeat);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.tbxPas);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.tbxLogin);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.btnReg);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial", 14.25F, 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(6, 5, 6, 5);
- this.Name = "FormRegistration";
- this.Text = "СУБД Швейная фабрика";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.Button btnReg;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbxLogin;
- private System.Windows.Forms.TextBox tbxPas;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbxPasRepeat;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.CheckBox cbxPassword;
- private System.Windows.Forms.TextBox tbxFam;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbxName;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbxOtch;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.MaskedTextBox tbxPhone;
- }
- }
|