123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
-
- namespace Perevozki
- {
- partial class Auth
- {
- /// <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()
- {
- this.Vhod = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // Vhod
- //
- this.Vhod.Location = new System.Drawing.Point(41, 251);
- this.Vhod.Margin = new System.Windows.Forms.Padding(5);
- this.Vhod.Name = "Vhod";
- this.Vhod.Size = new System.Drawing.Size(208, 41);
- this.Vhod.TabIndex = 0;
- this.Vhod.Text = "Войти";
- this.Vhod.UseVisualStyleBackColor = true;
- this.Vhod.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(41, 183);
- this.textBox1.Margin = new System.Windows.Forms.Padding(5);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(206, 30);
- this.textBox1.TabIndex = 1;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(41, 100);
- this.textBox2.Margin = new System.Windows.Forms.Padding(5);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(206, 30);
- this.textBox2.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(36, 56);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(122, 23);
- this.label1.TabIndex = 3;
- this.label1.Text = "Введите логин";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(36, 155);
- this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(130, 23);
- this.label2.TabIndex = 4;
- this.label2.Text = "Введите пароль";
- //
- // Auth
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.ClientSize = new System.Drawing.Size(284, 361);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.Vhod);
- this.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "Auth";
- this.Text = "Auth";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button Vhod;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- }
- }
|