123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- namespace lyahov_tim
- {
- partial class Авторизация
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Авторизация));
- this.vxod = new System.Windows.Forms.Button();
- this.exit = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.login = new System.Windows.Forms.TextBox();
- this.password = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // vxod
- //
- this.vxod.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.vxod.Location = new System.Drawing.Point(89, 349);
- this.vxod.Name = "vxod";
- this.vxod.Size = new System.Drawing.Size(118, 35);
- this.vxod.TabIndex = 0;
- this.vxod.Text = "Login";
- this.vxod.UseVisualStyleBackColor = true;
- this.vxod.Click += new System.EventHandler(this.vxod_Click);
- //
- // exit
- //
- this.exit.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.exit.Location = new System.Drawing.Point(374, 349);
- this.exit.Name = "exit";
- this.exit.Size = new System.Drawing.Size(105, 35);
- this.exit.TabIndex = 1;
- this.exit.Text = "Exit";
- this.exit.UseVisualStyleBackColor = true;
- this.exit.Click += new System.EventHandler(this.exit_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(114, 12);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(365, 109);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 2;
- this.pictureBox1.TabStop = false;
- //
- // 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(54, 187);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(84, 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(54, 252);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(81, 22);
- this.label2.TabIndex = 4;
- this.label2.Text = "Password";
- //
- // login
- //
- this.login.Location = new System.Drawing.Point(144, 188);
- this.login.Name = "login";
- this.login.Size = new System.Drawing.Size(335, 20);
- this.login.TabIndex = 5;
- //
- // password
- //
- this.password.Location = new System.Drawing.Point(141, 255);
- this.password.Name = "password";
- this.password.Size = new System.Drawing.Size(338, 20);
- this.password.TabIndex = 6;
- //
- // Авторизация
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(629, 433);
- this.Controls.Add(this.password);
- this.Controls.Add(this.login);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.exit);
- this.Controls.Add(this.vxod);
- this.Name = "Авторизация";
- this.Text = "Авторизация";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button vxod;
- private System.Windows.Forms.Button exit;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox login;
- private System.Windows.Forms.TextBox password;
- }
- }
|