namespace Session_4 { partial class Authorization { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.login_text = new System.Windows.Forms.TextBox(); this.password_text = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.login_button = new System.Windows.Forms.Button(); this.exit_button = new System.Windows.Forms.Button(); this.timer_label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = global::Session_4.Properties.Resources.DS2017_TP09_black; this.pictureBox1.Location = new System.Drawing.Point(95, 25); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(310, 90); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // login_text // this.login_text.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.login_text.Location = new System.Drawing.Point(185, 138); this.login_text.Name = "login_text"; this.login_text.Size = new System.Drawing.Size(220, 28); this.login_text.TabIndex = 1; // // password_text // this.password_text.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.password_text.Location = new System.Drawing.Point(185, 172); this.password_text.Name = "password_text"; this.password_text.Size = new System.Drawing.Size(220, 28); this.password_text.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(91, 141); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 22); this.label1.TabIndex = 3; this.label1.Text = "Username:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(91, 175); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 22); this.label2.TabIndex = 4; this.label2.Text = "Password:"; // // login_button // this.login_button.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.login_button.Location = new System.Drawing.Point(116, 214); this.login_button.Name = "login_button"; this.login_button.Size = new System.Drawing.Size(112, 35); this.login_button.TabIndex = 5; this.login_button.Text = "Login"; this.login_button.UseVisualStyleBackColor = true; this.login_button.Click += new System.EventHandler(this.login_button_Click); // // exit_button // this.exit_button.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.exit_button.Location = new System.Drawing.Point(267, 214); this.exit_button.Name = "exit_button"; this.exit_button.Size = new System.Drawing.Size(112, 35); this.exit_button.TabIndex = 6; this.exit_button.Text = "Exit"; this.exit_button.UseVisualStyleBackColor = true; this.exit_button.Click += new System.EventHandler(this.exit_button_Click); // // timer_label // this.timer_label.AutoSize = true; this.timer_label.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.timer_label.Location = new System.Drawing.Point(12, 9); this.timer_label.Name = "timer_label"; this.timer_label.Size = new System.Drawing.Size(0, 19); this.timer_label.TabIndex = 7; // // Authorization // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 261); this.ControlBox = false; this.Controls.Add(this.timer_label); this.Controls.Add(this.exit_button); this.Controls.Add(this.login_button); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.password_text); this.Controls.Add(this.login_text); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Authorization"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TextBox login_text; private System.Windows.Forms.TextBox password_text; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button login_button; private System.Windows.Forms.Button exit_button; private System.Windows.Forms.Label timer_label; } }