namespace BB_Azizova { partial class FAvtoriz { /// /// Обязательная переменная конструктора. /// 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.L1Login = new System.Windows.Forms.Label(); this.LogintextBox1 = new System.Windows.Forms.TextBox(); this.L2Password = new System.Windows.Forms.Label(); this.PasswordtextBox2 = new System.Windows.Forms.TextBox(); this.L3Авторизация = new System.Windows.Forms.Label(); this.b1Vhod = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.b2Vahod = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // L1Login // this.L1Login.AutoSize = true; this.L1Login.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.L1Login.ForeColor = System.Drawing.Color.DeepPink; this.L1Login.Location = new System.Drawing.Point(78, 134); this.L1Login.Name = "L1Login"; this.L1Login.Size = new System.Drawing.Size(43, 19); this.L1Login.TabIndex = 1; this.L1Login.Text = "Login"; // // LogintextBox1 // this.LogintextBox1.Location = new System.Drawing.Point(171, 133); this.LogintextBox1.Name = "LogintextBox1"; this.LogintextBox1.Size = new System.Drawing.Size(146, 20); this.LogintextBox1.TabIndex = 2; // // L2Password // this.L2Password.AutoSize = true; this.L2Password.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.L2Password.ForeColor = System.Drawing.Color.DeepPink; this.L2Password.Location = new System.Drawing.Point(78, 179); this.L2Password.Name = "L2Password"; this.L2Password.Size = new System.Drawing.Size(69, 19); this.L2Password.TabIndex = 3; this.L2Password.Text = "Password"; // // PasswordtextBox2 // this.PasswordtextBox2.Location = new System.Drawing.Point(171, 180); this.PasswordtextBox2.Name = "PasswordtextBox2"; this.PasswordtextBox2.Size = new System.Drawing.Size(146, 20); this.PasswordtextBox2.TabIndex = 4; // // L3Авторизация // this.L3Авторизация.AutoSize = true; this.L3Авторизация.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.L3Авторизация.ForeColor = System.Drawing.Color.DeepPink; this.L3Авторизация.Location = new System.Drawing.Point(167, 42); this.L3Авторизация.Name = "L3Авторизация"; this.L3Авторизация.Size = new System.Drawing.Size(123, 23); this.L3Авторизация.TabIndex = 5; this.L3Авторизация.Text = "Авторизация"; // // b1Vhod // this.b1Vhod.BackColor = System.Drawing.Color.WhiteSmoke; this.b1Vhod.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.b1Vhod.ForeColor = System.Drawing.Color.DeepPink; this.b1Vhod.Location = new System.Drawing.Point(171, 258); this.b1Vhod.Name = "b1Vhod"; this.b1Vhod.Size = new System.Drawing.Size(110, 32); this.b1Vhod.TabIndex = 6; this.b1Vhod.Text = "Вход"; this.b1Vhod.UseVisualStyleBackColor = false; this.b1Vhod.Click += new System.EventHandler(this.b1Vhod_Click); // // pictureBox1 // this.pictureBox1.Image = global::BB_Azizova.Properties.Resources.beauty_logo; this.pictureBox1.Location = new System.Drawing.Point(2, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(119, 104); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // b2Vahod // this.b2Vahod.BackColor = System.Drawing.Color.WhiteSmoke; this.b2Vahod.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.b2Vahod.ForeColor = System.Drawing.Color.DeepPink; this.b2Vahod.Location = new System.Drawing.Point(311, 322); this.b2Vahod.Name = "b2Vahod"; this.b2Vahod.Size = new System.Drawing.Size(110, 32); this.b2Vahod.TabIndex = 7; this.b2Vahod.Text = "Выход"; this.b2Vahod.UseVisualStyleBackColor = false; this.b2Vahod.Click += new System.EventHandler(this.b2Vahod_Click); // // FAvtoriz // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MistyRose; this.ClientSize = new System.Drawing.Size(433, 366); this.Controls.Add(this.b2Vahod); this.Controls.Add(this.b1Vhod); this.Controls.Add(this.L3Авторизация); this.Controls.Add(this.PasswordtextBox2); this.Controls.Add(this.L2Password); this.Controls.Add(this.LogintextBox1); this.Controls.Add(this.L1Login); this.Controls.Add(this.pictureBox1); this.Name = "FAvtoriz"; this.Text = "Авторизация"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label L1Login; private System.Windows.Forms.TextBox LogintextBox1; private System.Windows.Forms.Label L2Password; private System.Windows.Forms.TextBox PasswordtextBox2; private System.Windows.Forms.Label L3Авторизация; private System.Windows.Forms.Button b1Vhod; private System.Windows.Forms.Button b2Vahod; } }