123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
-
- namespace ARM_spec_otdelenia
- {
- partial class Authorization
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Authorization));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.logText = new System.Windows.Forms.TextBox();
- this.pasText = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.enterBtn = new System.Windows.Forms.Button();
- this.regBtn = new System.Windows.Forms.Button();
- this.changeBtn = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 95);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(254, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(216, 45);
- this.label1.TabIndex = 0;
- this.label1.Text = "Авторизация";
- //
- // logText
- //
- this.logText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.logText.Location = new System.Drawing.Point(262, 153);
- this.logText.Name = "logText";
- this.logText.Size = new System.Drawing.Size(208, 45);
- this.logText.TabIndex = 1;
- //
- // pasText
- //
- this.pasText.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.pasText.Location = new System.Drawing.Point(262, 213);
- this.pasText.Name = "pasText";
- this.pasText.Size = new System.Drawing.Size(208, 45);
- this.pasText.TabIndex = 2;
- this.pasText.UseSystemPasswordChar = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(132, 156);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(106, 38);
- this.label2.TabIndex = 3;
- this.label2.Text = "Логин:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(132, 216);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(124, 38);
- this.label3.TabIndex = 4;
- this.label3.Text = "Пароль:";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(476, 213);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(55, 45);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 6;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(476, 213);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(55, 45);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 7;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.Visible = false;
- this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
- //
- // enterBtn
- //
- this.enterBtn.BackColor = System.Drawing.Color.White;
- this.enterBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.enterBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.enterBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.enterBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.enterBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.enterBtn.ForeColor = System.Drawing.Color.Black;
- this.enterBtn.Location = new System.Drawing.Point(262, 274);
- this.enterBtn.Name = "enterBtn";
- this.enterBtn.Size = new System.Drawing.Size(208, 35);
- this.enterBtn.TabIndex = 8;
- this.enterBtn.Text = "Войти";
- this.enterBtn.UseVisualStyleBackColor = false;
- this.enterBtn.Click += new System.EventHandler(this.enterBtn_Click);
- this.enterBtn.MouseLeave += new System.EventHandler(this.enterBtn_MouseLeave);
- this.enterBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.enterBtn_MouseMove);
- //
- // regBtn
- //
- this.regBtn.BackColor = System.Drawing.Color.White;
- this.regBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.regBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.regBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.regBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.regBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.regBtn.ForeColor = System.Drawing.Color.Black;
- this.regBtn.Location = new System.Drawing.Point(262, 315);
- this.regBtn.Name = "regBtn";
- this.regBtn.Size = new System.Drawing.Size(208, 35);
- this.regBtn.TabIndex = 9;
- this.regBtn.Text = "Регистрация";
- this.regBtn.UseVisualStyleBackColor = false;
- this.regBtn.Click += new System.EventHandler(this.regBtn_Click);
- this.regBtn.MouseLeave += new System.EventHandler(this.regBtn_MouseLeave);
- this.regBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.regBtn_MouseMove);
- //
- // changeBtn
- //
- this.changeBtn.BackColor = System.Drawing.Color.White;
- this.changeBtn.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.changeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
- this.changeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
- this.changeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.changeBtn.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.changeBtn.ForeColor = System.Drawing.Color.Black;
- this.changeBtn.Location = new System.Drawing.Point(262, 356);
- this.changeBtn.Name = "changeBtn";
- this.changeBtn.Size = new System.Drawing.Size(208, 35);
- this.changeBtn.TabIndex = 10;
- this.changeBtn.Text = "Сменить пароль";
- this.changeBtn.UseVisualStyleBackColor = false;
- this.changeBtn.Click += new System.EventHandler(this.changeBtn_Click);
- this.changeBtn.MouseLeave += new System.EventHandler(this.changeBtn_MouseLeave);
- this.changeBtn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.changeBtn_MouseMove);
- //
- // Authorization
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(684, 411);
- this.Controls.Add(this.changeBtn);
- this.Controls.Add(this.regBtn);
- this.Controls.Add(this.enterBtn);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.pasText);
- this.Controls.Add(this.logText);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Authorization";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Форма авторизации";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox logText;
- private System.Windows.Forms.TextBox pasText;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.Button enterBtn;
- private System.Windows.Forms.Button regBtn;
- private System.Windows.Forms.Button changeBtn;
- }
- }
|