| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- 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.panel1 = new System.Windows.Forms.Panel();
- this.lblCaptcha = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // bAuthorize
- //
- this.bAuthorize.Location = new System.Drawing.Point(207, 190);
- this.bAuthorize.Name = "bAuthorize";
- this.bAuthorize.Size = new System.Drawing.Size(103, 23);
- this.bAuthorize.TabIndex = 0;
- this.bAuthorize.Text = "Авторизоваться";
- this.bAuthorize.UseVisualStyleBackColor = true;
- this.bAuthorize.Click += new System.EventHandler(this.bAuthorize_Click);
- //
- // bRegistration
- //
- this.bRegistration.Location = new System.Drawing.Point(12, 190);
- this.bRegistration.Name = "bRegistration";
- this.bRegistration.Size = new System.Drawing.Size(114, 23);
- this.bRegistration.TabIndex = 1;
- this.bRegistration.Text = "Регистрация";
- this.bRegistration.UseVisualStyleBackColor = true;
- //
- // chbxShowPassword
- //
- this.chbxShowPassword.AutoSize = true;
- this.chbxShowPassword.Location = new System.Drawing.Point(12, 167);
- 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(166, 12);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(142, 20);
- this.tbxLogin.TabIndex = 3;
- //
- // tbxPassword
- //
- this.tbxPassword.Location = new System.Drawing.Point(166, 39);
- this.tbxPassword.Name = "tbxPassword";
- this.tbxPassword.Size = new System.Drawing.Size(142, 20);
- this.tbxPassword.TabIndex = 4;
- //
- // tbxCaptcha
- //
- this.tbxCaptcha.Location = new System.Drawing.Point(166, 92);
- this.tbxCaptcha.Name = "tbxCaptcha";
- this.tbxCaptcha.Size = new System.Drawing.Size(142, 20);
- this.tbxCaptcha.TabIndex = 5;
- //
- // cbxRole
- //
- this.cbxRole.FormattingEnabled = true;
- this.cbxRole.Location = new System.Drawing.Point(166, 65);
- this.cbxRole.Name = "cbxRole";
- this.cbxRole.Size = new System.Drawing.Size(142, 21);
- this.cbxRole.TabIndex = 6;
- //
- // lblLogin
- //
- this.lblLogin.AutoSize = true;
- this.lblLogin.Location = new System.Drawing.Point(12, 15);
- 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(12, 42);
- 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(12, 68);
- this.lblChooseRole.Name = "lblChooseRole";
- this.lblChooseRole.Size = new System.Drawing.Size(87, 13);
- this.lblChooseRole.TabIndex = 9;
- this.lblChooseRole.Text = "Выберите роль.";
- //
- // lblEnterCaptcha
- //
- this.lblEnterCaptcha.AutoSize = true;
- this.lblEnterCaptcha.Location = new System.Drawing.Point(12, 95);
- this.lblEnterCaptcha.Name = "lblEnterCaptcha";
- this.lblEnterCaptcha.Size = new System.Drawing.Size(148, 13);
- this.lblEnterCaptcha.TabIndex = 10;
- this.lblEnterCaptcha.Text = "Введите текст из картинки.";
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.lblCaptcha);
- this.panel1.Location = new System.Drawing.Point(166, 118);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(142, 45);
- this.panel1.TabIndex = 11;
- //
- // lblCaptcha
- //
- this.lblCaptcha.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblCaptcha.Location = new System.Drawing.Point(2, 4);
- this.lblCaptcha.Name = "lblCaptcha";
- this.lblCaptcha.Size = new System.Drawing.Size(135, 35);
- this.lblCaptcha.TabIndex = 0;
- this.lblCaptcha.Text = "label1";
- //
- // fAuthorization
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(322, 225);
- this.Controls.Add(this.panel1);
- 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.panel1.ResumeLayout(false);
- 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 panel1;
- private System.Windows.Forms.Label lblCaptcha;
- }
- }
|