123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormAuthorization
- {
- /// <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(FormAuthorization));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tbxLogin = new System.Windows.Forms.TextBox();
- this.tbxPassword = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.cbxPassword = new System.Windows.Forms.CheckBox();
- this.btnLogin = new System.Windows.Forms.Button();
- this.lblReg = new System.Windows.Forms.Label();
- this.lblCaptcha = new System.Windows.Forms.Label();
- this.tbxCaptcha = new System.Windows.Forms.TextBox();
- this.pCap = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
- this.pCap.SuspendLayout();
- 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(7, 4, 7, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(370, 92);
- this.panel1.TabIndex = 0;
- //
- // 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(29, 29);
- this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(225, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Авторизация";
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(278, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(117, 109);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(137, 22);
- this.label2.TabIndex = 1;
- this.label2.Text = "Введите логин";
- //
- // tbxLogin
- //
- this.tbxLogin.Location = new System.Drawing.Point(12, 134);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(346, 29);
- this.tbxLogin.TabIndex = 2;
- //
- // tbxPassword
- //
- this.tbxPassword.Location = new System.Drawing.Point(12, 201);
- this.tbxPassword.Name = "tbxPassword";
- this.tbxPassword.Size = new System.Drawing.Size(346, 29);
- this.tbxPassword.TabIndex = 4;
- this.tbxPassword.UseSystemPasswordChar = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(117, 176);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(151, 22);
- this.label3.TabIndex = 3;
- this.label3.Text = "Введите пароль";
- //
- // cbxPassword
- //
- this.cbxPassword.AutoSize = true;
- this.cbxPassword.Location = new System.Drawing.Point(12, 236);
- this.cbxPassword.Name = "cbxPassword";
- this.cbxPassword.Size = new System.Drawing.Size(176, 26);
- this.cbxPassword.TabIndex = 5;
- this.cbxPassword.Text = "Показать пароль";
- this.cbxPassword.UseVisualStyleBackColor = true;
- this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
- //
- // btnLogin
- //
- this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogin.Location = new System.Drawing.Point(97, 362);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(185, 41);
- this.btnLogin.TabIndex = 6;
- this.btnLogin.Text = "Вход";
- this.btnLogin.UseVisualStyleBackColor = false;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- //
- // lblReg
- //
- this.lblReg.AutoSize = true;
- this.lblReg.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblReg.ForeColor = System.Drawing.Color.RoyalBlue;
- this.lblReg.Location = new System.Drawing.Point(66, 406);
- this.lblReg.Name = "lblReg";
- this.lblReg.Size = new System.Drawing.Size(258, 18);
- this.lblReg.TabIndex = 7;
- this.lblReg.Text = "Регистрация нового пользователя";
- this.lblReg.Click += new System.EventHandler(this.lblReg_Click);
- //
- // lblCaptcha
- //
- this.lblCaptcha.AutoSize = true;
- this.lblCaptcha.BackColor = System.Drawing.Color.Transparent;
- this.lblCaptcha.Font = new System.Drawing.Font("Ink Free", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblCaptcha.Location = new System.Drawing.Point(38, 9);
- this.lblCaptcha.Name = "lblCaptcha";
- this.lblCaptcha.Size = new System.Drawing.Size(85, 34);
- this.lblCaptcha.TabIndex = 8;
- this.lblCaptcha.Text = "label4";
- //
- // tbxCaptcha
- //
- this.tbxCaptcha.Location = new System.Drawing.Point(12, 321);
- this.tbxCaptcha.Name = "tbxCaptcha";
- this.tbxCaptcha.Size = new System.Drawing.Size(346, 29);
- this.tbxCaptcha.TabIndex = 9;
- //
- // pCap
- //
- this.pCap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.pCap.Controls.Add(this.lblCaptcha);
- this.pCap.Location = new System.Drawing.Point(114, 268);
- this.pCap.Name = "pCap";
- this.pCap.Size = new System.Drawing.Size(154, 47);
- this.pCap.TabIndex = 10;
- this.pCap.Paint += new System.Windows.Forms.PaintEventHandler(this.pCap_Paint);
- //
- // FormAuthorization
- //
- 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(370, 436);
- this.Controls.Add(this.pCap);
- this.Controls.Add(this.tbxCaptcha);
- this.Controls.Add(this.lblReg);
- this.Controls.Add(this.btnLogin);
- this.Controls.Add(this.cbxPassword);
- this.Controls.Add(this.tbxPassword);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.tbxLogin);
- this.Controls.Add(this.label2);
- 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(4);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(386, 475);
- this.MinimumSize = new System.Drawing.Size(386, 475);
- this.Name = "FormAuthorization";
- this.Text = "СУБД Швейная фабрика";
- this.Load += new System.EventHandler(this.FormAuthorization_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- this.pCap.ResumeLayout(false);
- this.pCap.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbxLogin;
- private System.Windows.Forms.TextBox tbxPassword;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.CheckBox cbxPassword;
- private System.Windows.Forms.Button btnLogin;
- private System.Windows.Forms.Label lblReg;
- private System.Windows.Forms.Label lblCaptcha;
- private System.Windows.Forms.TextBox tbxCaptcha;
- private System.Windows.Forms.Panel pCap;
- }
- }
|