namespace WindowsFormsApp1
{
partial class InForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InForm));
this.LoginBox = new System.Windows.Forms.TextBox();
this.PassBox = new System.Windows.Forms.TextBox();
this.InButton = new System.Windows.Forms.Button();
this.loginLabel = new System.Windows.Forms.Label();
this.passLabel = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Auato_Box = new System.Windows.Forms.Label();
this.LessPass = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// LoginBox
//
this.LoginBox.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LoginBox.Location = new System.Drawing.Point(92, 122);
this.LoginBox.Multiline = true;
this.LoginBox.Name = "LoginBox";
this.LoginBox.Size = new System.Drawing.Size(159, 25);
this.LoginBox.TabIndex = 0;
//
// PassBox
//
this.PassBox.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.PassBox.Location = new System.Drawing.Point(92, 162);
this.PassBox.Multiline = true;
this.PassBox.Name = "PassBox";
this.PassBox.Size = new System.Drawing.Size(159, 25);
this.PassBox.TabIndex = 1;
//
// InButton
//
this.InButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.InButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.InButton.Location = new System.Drawing.Point(92, 203);
this.InButton.Name = "InButton";
this.InButton.Size = new System.Drawing.Size(159, 30);
this.InButton.TabIndex = 2;
this.InButton.Text = "Вход";
this.InButton.UseVisualStyleBackColor = true;
this.InButton.Click += new System.EventHandler(this.InButton_Click);
//
// loginLabel
//
this.loginLabel.AutoSize = true;
this.loginLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.loginLabel.Location = new System.Drawing.Point(12, 124);
this.loginLabel.Name = "loginLabel";
this.loginLabel.Size = new System.Drawing.Size(63, 23);
this.loginLabel.TabIndex = 3;
this.loginLabel.Text = "Логин:";
//
// passLabel
//
this.passLabel.AutoSize = true;
this.passLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.passLabel.Location = new System.Drawing.Point(12, 160);
this.passLabel.Name = "passLabel";
this.passLabel.Size = new System.Drawing.Size(74, 23);
this.passLabel.TabIndex = 4;
this.passLabel.Text = "Пароль:";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.Auato_Box);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.ForeColor = System.Drawing.Color.White;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(384, 90);
this.panel1.TabIndex = 5;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 90);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// Auato_Box
//
this.Auato_Box.AutoSize = true;
this.Auato_Box.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Auato_Box.ForeColor = System.Drawing.Color.White;
this.Auato_Box.Location = new System.Drawing.Point(122, 34);
this.Auato_Box.Name = "Auato_Box";
this.Auato_Box.Size = new System.Drawing.Size(129, 26);
this.Auato_Box.TabIndex = 0;
this.Auato_Box.Text = "Авторизация";
//
// LessPass
//
this.LessPass.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.LessPass.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LessPass.Location = new System.Drawing.Point(92, 239);
this.LessPass.Name = "LessPass";
this.LessPass.Size = new System.Drawing.Size(159, 30);
this.LessPass.TabIndex = 6;
this.LessPass.Text = "Вход";
this.LessPass.UseVisualStyleBackColor = true;
this.LessPass.Click += new System.EventHandler(this.LessPass_Click);
//
// InForm
//
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(384, 361);
this.Controls.Add(this.LessPass);
this.Controls.Add(this.panel1);
this.Controls.Add(this.passLabel);
this.Controls.Add(this.loginLabel);
this.Controls.Add(this.InButton);
this.Controls.Add(this.PassBox);
this.Controls.Add(this.LoginBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Авторизация";
this.Load += new System.EventHandler(this.InForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox LoginBox;
private System.Windows.Forms.TextBox PassBox;
private System.Windows.Forms.Button InButton;
private System.Windows.Forms.Label loginLabel;
private System.Windows.Forms.Label passLabel;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label Auato_Box;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button LessPass;
}
}