123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
-
- namespace KadroviYshot
- {
- partial class FormAuthorization
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBoxLogin = new System.Windows.Forms.TextBox();
- this.textBoxPassword = new System.Windows.Forms.TextBox();
- this.btnEnter = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.btnClear = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(225, 146);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(69, 24);
- this.label1.TabIndex = 0;
- this.label1.Text = "Логин";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(225, 211);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 24);
- this.label2.TabIndex = 1;
- this.label2.Text = "Пароль";
- //
- // textBoxLogin
- //
- this.textBoxLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBoxLogin.Location = new System.Drawing.Point(323, 137);
- this.textBoxLogin.Multiline = true;
- this.textBoxLogin.Name = "textBoxLogin";
- this.textBoxLogin.Size = new System.Drawing.Size(155, 33);
- this.textBoxLogin.TabIndex = 2;
- //
- // textBoxPassword
- //
- this.textBoxPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBoxPassword.Location = new System.Drawing.Point(323, 205);
- this.textBoxPassword.Multiline = true;
- this.textBoxPassword.Name = "textBoxPassword";
- this.textBoxPassword.Size = new System.Drawing.Size(155, 30);
- this.textBoxPassword.TabIndex = 3;
- this.textBoxPassword.TextChanged += new System.EventHandler(this.textBoxPassword_TextChanged);
- //
- // btnEnter
- //
- this.btnEnter.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnEnter.Location = new System.Drawing.Point(296, 272);
- this.btnEnter.Name = "btnEnter";
- this.btnEnter.Size = new System.Drawing.Size(110, 41);
- this.btnEnter.TabIndex = 4;
- this.btnEnter.Text = "Войти";
- this.btnEnter.UseVisualStyleBackColor = true;
- this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.ActiveBorder;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.btnClear);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(784, 100);
- this.panel1.TabIndex = 5;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::KadroviYshot.Properties.Resources.icons8_авторизация_30;
- this.pictureBox1.Location = new System.Drawing.Point(171, 37);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(31, 32);
- this.pictureBox1.TabIndex = 6;
- this.pictureBox1.TabStop = false;
- //
- // btnClear
- //
- this.btnClear.BackColor = System.Drawing.SystemColors.ButtonShadow;
- this.btnClear.BackgroundImage = global::KadroviYshot.Properties.Resources.icons8_ластик_64;
- this.btnClear.Location = new System.Drawing.Point(532, 21);
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(63, 63);
- this.btnClear.TabIndex = 1;
- this.btnClear.UseVisualStyleBackColor = false;
- this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(224, 37);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(152, 25);
- this.label3.TabIndex = 0;
- this.label3.Text = "Авторизация";
- //
- // FormAuthorization
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(784, 461);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.btnEnter);
- this.Controls.Add(this.textBoxPassword);
- this.Controls.Add(this.textBoxLogin);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "FormAuthorization";
- this.Text = "Авторизация";
- this.Load += new System.EventHandler(this.FormAuthorization_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBoxLogin;
- private System.Windows.Forms.TextBox textBoxPassword;
- private System.Windows.Forms.Button btnEnter;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnClear;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|