123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- namespace Швейная_фабрика
- {
- partial class fAuthorization
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.bAuthorize = new System.Windows.Forms.Button();
- this.bRegistration = new System.Windows.Forms.Button();
- this.chbxShowPassword = new System.Windows.Forms.CheckBox();
- this.tbxLogin = new System.Windows.Forms.TextBox();
- this.tbxPassword = new System.Windows.Forms.TextBox();
- this.tbxCaptcha = new System.Windows.Forms.TextBox();
- this.cbxRole = new System.Windows.Forms.ComboBox();
- this.lblLogin = new System.Windows.Forms.Label();
- this.lblPassword = new System.Windows.Forms.Label();
- this.lblChooseRole = new System.Windows.Forms.Label();
- this.lblEnterCaptcha = new System.Windows.Forms.Label();
- this.pnlCaptcha = new System.Windows.Forms.Panel();
- this.lblCaptcha = new System.Windows.Forms.Label();
- this.pnlLogo = new System.Windows.Forms.Panel();
- this.pnlTitle = new System.Windows.Forms.Panel();
- this.lblTitle = new System.Windows.Forms.Label();
- this.pbxLogo = new System.Windows.Forms.PictureBox();
- this.pnlCaptcha.SuspendLayout();
- this.pnlLogo.SuspendLayout();
- this.pnlTitle.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
- this.SuspendLayout();
- //
- // bAuthorize
- //
- this.bAuthorize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.bAuthorize.Cursor = System.Windows.Forms.Cursors.Hand;
- this.bAuthorize.Location = new System.Drawing.Point(241, 277);
- this.bAuthorize.Name = "bAuthorize";
- this.bAuthorize.Size = new System.Drawing.Size(58, 23);
- this.bAuthorize.TabIndex = 0;
- this.bAuthorize.Text = "Вход";
- this.bAuthorize.UseVisualStyleBackColor = false;
- this.bAuthorize.Click += new System.EventHandler(this.bAuthorize_Click);
- //
- // bRegistration
- //
- this.bRegistration.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.bRegistration.Cursor = System.Windows.Forms.Cursors.Hand;
- this.bRegistration.Location = new System.Drawing.Point(11, 277);
- this.bRegistration.Name = "bRegistration";
- this.bRegistration.Size = new System.Drawing.Size(138, 23);
- this.bRegistration.TabIndex = 1;
- this.bRegistration.Text = "Регистрация заказчика";
- this.bRegistration.UseVisualStyleBackColor = false;
- this.bRegistration.Click += new System.EventHandler(this.bRegistration_Click);
- //
- // chbxShowPassword
- //
- this.chbxShowPassword.AutoSize = true;
- this.chbxShowPassword.Location = new System.Drawing.Point(11, 153);
- this.chbxShowPassword.Name = "chbxShowPassword";
- this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
- this.chbxShowPassword.TabIndex = 2;
- this.chbxShowPassword.Text = "Показать пароль";
- this.chbxShowPassword.UseVisualStyleBackColor = true;
- //
- // tbxLogin
- //
- this.tbxLogin.Location = new System.Drawing.Point(168, 97);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(132, 20);
- this.tbxLogin.TabIndex = 3;
- //
- // tbxPassword
- //
- this.tbxPassword.Location = new System.Drawing.Point(168, 124);
- this.tbxPassword.Name = "tbxPassword";
- this.tbxPassword.Size = new System.Drawing.Size(132, 20);
- this.tbxPassword.TabIndex = 4;
- this.tbxPassword.UseSystemPasswordChar = true;
- //
- // tbxCaptcha
- //
- this.tbxCaptcha.Location = new System.Drawing.Point(165, 251);
- this.tbxCaptcha.Name = "tbxCaptcha";
- this.tbxCaptcha.Size = new System.Drawing.Size(134, 20);
- this.tbxCaptcha.TabIndex = 5;
- //
- // cbxRole
- //
- this.cbxRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxRole.FormattingEnabled = true;
- this.cbxRole.Location = new System.Drawing.Point(168, 70);
- this.cbxRole.Name = "cbxRole";
- this.cbxRole.Size = new System.Drawing.Size(132, 21);
- this.cbxRole.TabIndex = 6;
- //
- // lblLogin
- //
- this.lblLogin.AutoSize = true;
- this.lblLogin.Location = new System.Drawing.Point(8, 100);
- this.lblLogin.Name = "lblLogin";
- this.lblLogin.Size = new System.Drawing.Size(84, 13);
- this.lblLogin.TabIndex = 7;
- this.lblLogin.Text = "Введите логин.";
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.Location = new System.Drawing.Point(8, 127);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(91, 13);
- this.lblPassword.TabIndex = 8;
- this.lblPassword.Text = "Введите пароль.";
- //
- // lblChooseRole
- //
- this.lblChooseRole.AutoSize = true;
- this.lblChooseRole.Location = new System.Drawing.Point(8, 73);
- this.lblChooseRole.Name = "lblChooseRole";
- this.lblChooseRole.Size = new System.Drawing.Size(154, 13);
- this.lblChooseRole.TabIndex = 9;
- this.lblChooseRole.Text = "Выберите тип пользователя.";
- //
- // lblEnterCaptcha
- //
- this.lblEnterCaptcha.AutoSize = true;
- this.lblEnterCaptcha.Location = new System.Drawing.Point(8, 254);
- this.lblEnterCaptcha.Name = "lblEnterCaptcha";
- this.lblEnterCaptcha.Size = new System.Drawing.Size(148, 13);
- this.lblEnterCaptcha.TabIndex = 10;
- this.lblEnterCaptcha.Text = "Введите текст из картинки.";
- //
- // pnlCaptcha
- //
- this.pnlCaptcha.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pnlCaptcha.Controls.Add(this.lblCaptcha);
- this.pnlCaptcha.Location = new System.Drawing.Point(11, 176);
- this.pnlCaptcha.Name = "pnlCaptcha";
- this.pnlCaptcha.Size = new System.Drawing.Size(289, 69);
- this.pnlCaptcha.TabIndex = 11;
- //
- // lblCaptcha
- //
- this.lblCaptcha.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblCaptcha.Font = new System.Drawing.Font("Segoe Script", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblCaptcha.Location = new System.Drawing.Point(0, 0);
- this.lblCaptcha.Name = "lblCaptcha";
- this.lblCaptcha.Size = new System.Drawing.Size(287, 67);
- this.lblCaptcha.TabIndex = 0;
- this.lblCaptcha.Text = "label1";
- this.lblCaptcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.lblCaptcha.Paint += new System.Windows.Forms.PaintEventHandler(this.lblCaptcha_Paint);
- //
- // pnlLogo
- //
- this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pnlLogo.Controls.Add(this.pnlTitle);
- this.pnlLogo.Controls.Add(this.pbxLogo);
- this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlLogo.Location = new System.Drawing.Point(0, 0);
- this.pnlLogo.Name = "pnlLogo";
- this.pnlLogo.Size = new System.Drawing.Size(309, 64);
- this.pnlLogo.TabIndex = 12;
- //
- // pnlTitle
- //
- this.pnlTitle.Controls.Add(this.lblTitle);
- this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlTitle.Location = new System.Drawing.Point(64, 0);
- this.pnlTitle.Name = "pnlTitle";
- this.pnlTitle.Size = new System.Drawing.Size(243, 62);
- this.pnlTitle.TabIndex = 2;
- //
- // lblTitle
- //
- this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitle.Location = new System.Drawing.Point(0, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(243, 62);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Авторизация";
- this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pbxLogo
- //
- this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
- this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxLogo.Location = new System.Drawing.Point(0, 0);
- this.pbxLogo.Name = "pbxLogo";
- this.pbxLogo.Size = new System.Drawing.Size(64, 62);
- this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxLogo.TabIndex = 1;
- this.pbxLogo.TabStop = false;
- //
- // fAuthorization
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.ClientSize = new System.Drawing.Size(309, 308);
- this.Controls.Add(this.pnlLogo);
- this.Controls.Add(this.pnlCaptcha);
- this.Controls.Add(this.lblEnterCaptcha);
- this.Controls.Add(this.lblChooseRole);
- this.Controls.Add(this.lblPassword);
- this.Controls.Add(this.lblLogin);
- this.Controls.Add(this.cbxRole);
- this.Controls.Add(this.tbxCaptcha);
- this.Controls.Add(this.tbxPassword);
- this.Controls.Add(this.tbxLogin);
- this.Controls.Add(this.chbxShowPassword);
- this.Controls.Add(this.bRegistration);
- this.Controls.Add(this.bAuthorize);
- this.MaximizeBox = false;
- this.Name = "fAuthorization";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Швейная фабрика";
- this.Load += new System.EventHandler(this.fAuthorization_Load);
- this.pnlCaptcha.ResumeLayout(false);
- this.pnlLogo.ResumeLayout(false);
- this.pnlTitle.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button bAuthorize;
- private System.Windows.Forms.Button bRegistration;
- private System.Windows.Forms.CheckBox chbxShowPassword;
- private System.Windows.Forms.TextBox tbxLogin;
- private System.Windows.Forms.TextBox tbxPassword;
- private System.Windows.Forms.TextBox tbxCaptcha;
- private System.Windows.Forms.ComboBox cbxRole;
- private System.Windows.Forms.Label lblLogin;
- private System.Windows.Forms.Label lblPassword;
- private System.Windows.Forms.Label lblChooseRole;
- private System.Windows.Forms.Label lblEnterCaptcha;
- private System.Windows.Forms.Panel pnlCaptcha;
- private System.Windows.Forms.Label lblCaptcha;
- private System.Windows.Forms.Panel pnlLogo;
- private System.Windows.Forms.Panel pnlTitle;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.PictureBox pbxLogo;
- }
- }
|