Dem_Timofeev_itog/DEM_Timofeev_prob/Form1.Designer.cs

146 lines
5.3 KiB
C#

namespace DEM_Timofeev_prob
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
button_avtoriz = new Button();
button_guest = new Button();
txt_login = new TextBox();
txt_pass = new TextBox();
label1 = new Label();
label2 = new Label();
pictureBox1 = new PictureBox();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// button_avtoriz
//
button_avtoriz.BackColor = Color.Red;
button_avtoriz.Location = new Point(112, 277);
button_avtoriz.Name = "button_avtoriz";
button_avtoriz.Size = new Size(159, 45);
button_avtoriz.TabIndex = 0;
button_avtoriz.Text = "Войти";
button_avtoriz.UseVisualStyleBackColor = false;
button_avtoriz.Click += button_avtoriz_Click;
//
// button_guest
//
button_guest.BackColor = Color.Red;
button_guest.Location = new Point(112, 341);
button_guest.Name = "button_guest";
button_guest.Size = new Size(159, 42);
button_guest.TabIndex = 1;
button_guest.Text = "Гость";
button_guest.UseVisualStyleBackColor = false;
button_guest.Click += button_guest_Click;
//
// txt_login
//
txt_login.BackColor = Color.FromArgb(133, 242, 189);
txt_login.Location = new Point(97, 150);
txt_login.Name = "txt_login";
txt_login.Size = new Size(184, 28);
txt_login.TabIndex = 2;
//
// txt_pass
//
txt_pass.BackColor = Color.FromArgb(133, 242, 189);
txt_pass.Location = new Point(97, 224);
txt_pass.Name = "txt_pass";
txt_pass.Size = new Size(184, 28);
txt_pass.TabIndex = 3;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(101, 128);
label1.Name = "label1";
label1.Size = new Size(54, 20);
label1.TabIndex = 4;
label1.Text = "Логин";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(101, 201);
label2.Name = "label2";
label2.Size = new Size(65, 20);
label2.TabIndex = 5;
label2.Text = "Пароль";
//
// pictureBox1
//
pictureBox1.Image = Properties.Resources.logo;
pictureBox1.Location = new Point(134, 12);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(120, 113);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 6;
pictureBox1.TabStop = false;
//
// Form1
//
AutoScaleDimensions = new SizeF(9F, 20F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(192, 237, 215);
ClientSize = new Size(365, 405);
Controls.Add(pictureBox1);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(txt_pass);
Controls.Add(txt_login);
Controls.Add(button_guest);
Controls.Add(button_avtoriz);
Font = new Font("Comic Sans MS", 11.25F, FontStyle.Regular, GraphicsUnit.Point, 204);
FormBorderStyle = FormBorderStyle.FixedSingle;
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4);
MaximizeBox = false;
MinimizeBox = false;
Name = "Form1";
StartPosition = FormStartPosition.CenterScreen;
Text = "Авторизация";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button_avtoriz;
private Button button_guest;
private TextBox txt_login;
private TextBox txt_pass;
private Label label1;
private Label label2;
private PictureBox pictureBox1;
}
}