|
@@ -1,6 +1,6 @@
|
|
|
namespace Sseessiioonn1
|
|
|
{
|
|
|
- partial class Form1
|
|
|
+ partial class Main_Form
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// Обязательная переменная конструктора.
|
|
@@ -28,38 +28,113 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main_Form));
|
|
|
+ this.pictureLogo = new System.Windows.Forms.PictureBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // pictureBox1
|
|
|
+ // pictureLogo
|
|
|
//
|
|
|
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(151, 12);
|
|
|
- this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(214, 192);
|
|
|
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
- this.pictureBox1.TabIndex = 0;
|
|
|
- this.pictureBox1.TabStop = false;
|
|
|
+ this.pictureLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureLogo.Image")));
|
|
|
+ this.pictureLogo.Location = new System.Drawing.Point(151, 12);
|
|
|
+ this.pictureLogo.Name = "pictureLogo";
|
|
|
+ this.pictureLogo.Size = new System.Drawing.Size(214, 192);
|
|
|
+ this.pictureLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pictureLogo.TabIndex = 0;
|
|
|
+ this.pictureLogo.TabStop = false;
|
|
|
//
|
|
|
- // Form1
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("Comic Sans MS", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(70, 298);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(46, 22);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "Login";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("Comic Sans MS", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
|
|
|
+ this.label2.Location = new System.Drawing.Point(55, 343);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(74, 22);
|
|
|
+ this.label2.TabIndex = 2;
|
|
|
+ this.label2.Text = "Password";
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(175, 298);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(190, 22);
|
|
|
+ this.textBox1.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // textBox2
|
|
|
+ //
|
|
|
+ this.textBox2.Location = new System.Drawing.Point(175, 343);
|
|
|
+ this.textBox2.Name = "textBox2";
|
|
|
+ this.textBox2.Size = new System.Drawing.Size(190, 22);
|
|
|
+ this.textBox2.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.BackColor = System.Drawing.Color.PeachPuff;
|
|
|
+ this.button1.Location = new System.Drawing.Point(140, 416);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(87, 29);
|
|
|
+ this.button1.TabIndex = 5;
|
|
|
+ this.button1.Text = "Login";
|
|
|
+ this.button1.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.BackColor = System.Drawing.Color.PeachPuff;
|
|
|
+ this.button2.Location = new System.Drawing.Point(291, 415);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(87, 29);
|
|
|
+ this.button2.TabIndex = 6;
|
|
|
+ this.button2.Text = "Exit";
|
|
|
+ this.button2.UseVisualStyleBackColor = false;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // Main_Form
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.SeaShell;
|
|
|
this.ClientSize = new System.Drawing.Size(512, 493);
|
|
|
- this.Controls.Add(this.pictureBox1);
|
|
|
- this.Name = "Form1";
|
|
|
- this.Text = "Form1";
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.textBox2);
|
|
|
+ this.Controls.Add(this.textBox1);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.pictureLogo);
|
|
|
+ this.Name = "Main_Form";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "Login";
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureLogo)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.PictureBox pictureLogo;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ private System.Windows.Forms.TextBox textBox2;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
}
|
|
|
}
|
|
|
|