Files
GIT_PR08_SLIVIN_KRYAZEV/GIT_PR08_SLIVIN_KRYAZEV/Form1.Designer.cs
T

155 lines
5.4 KiB
C#

namespace GIT_PR08_SLIVIN_KRYAZEV
{
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));
button1 = new Button();
button2 = new Button();
label1 = new Label();
label2 = new Label();
label3 = new Label();
textBox1 = new TextBox();
textBox2 = new TextBox();
pictureBox1 = new PictureBox();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// button1
//
button1.BackColor = Color.MediumSpringGreen;
button1.Font = new Font("Times New Roman", 9F);
button1.Location = new Point(138, 261);
button1.Name = "button1";
button1.Size = new Size(100, 23);
button1.TabIndex = 0;
button1.Text = "Войти";
button1.UseVisualStyleBackColor = false;
//
// button2
//
button2.BackColor = Color.MediumSpringGreen;
button2.Font = new Font("Times New Roman", 9F);
button2.Location = new Point(150, 311);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 1;
button2.Text = "Выйти";
button2.UseVisualStyleBackColor = false;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Times New Roman", 9F);
label1.Location = new Point(63, 89);
label1.Name = "label1";
label1.Size = new Size(38, 15);
label1.TabIndex = 2;
label1.Text = "Логин";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Times New Roman", 9F);
label2.Location = new Point(63, 162);
label2.Name = "label2";
label2.Size = new Size(46, 15);
label2.TabIndex = 3;
label2.Text = "Пароль";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Times New Roman", 9F);
label3.Location = new Point(150, 31);
label3.Name = "label3";
label3.Size = new Size(107, 15);
label3.TabIndex = 4;
label3.Text = "Форма авторизации";
//
// textBox1
//
textBox1.BackColor = Color.Chartreuse;
textBox1.Location = new Point(68, 112);
textBox1.Name = "textBox1";
textBox1.Size = new Size(100, 23);
textBox1.TabIndex = 5;
//
// textBox2
//
textBox2.BackColor = Color.Chartreuse;
textBox2.Location = new Point(68, 195);
textBox2.Name = "textBox2";
textBox2.Size = new Size(100, 23);
textBox2.TabIndex = 6;
//
// pictureBox1
//
pictureBox1.Image = Properties.Resources.Icon;
pictureBox1.Location = new Point(240, 89);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(127, 129);
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox1.TabIndex = 7;
pictureBox1.TabStop = false;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(404, 346);
Controls.Add(pictureBox1);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(button2);
Controls.Add(button1);
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "Form1";
Text = "ПР08 Удалённые ветки";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button1;
private Button button2;
private Label label1;
private Label label2;
private Label label3;
private TextBox textBox1;
private TextBox textBox2;
private PictureBox pictureBox1;
}
}