namespace samusev_42 { partial class AuthForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { textBoxLogin = new TextBox(); textBoxPassword = new TextBox(); buttonLogin = new Button(); label1 = new Label(); label2 = new Label(); SuspendLayout(); // // textBoxLogin // textBoxLogin.Font = new Font("Segoe UI Semibold", 14.25F, FontStyle.Bold); textBoxLogin.Location = new Point(28, 66); textBoxLogin.Name = "textBoxLogin"; textBoxLogin.Size = new Size(230, 33); textBoxLogin.TabIndex = 0; // // textBoxPassword // textBoxPassword.Font = new Font("Segoe UI Semibold", 14.25F, FontStyle.Bold); textBoxPassword.Location = new Point(28, 165); textBoxPassword.Name = "textBoxPassword"; textBoxPassword.Size = new Size(230, 33); textBoxPassword.TabIndex = 1; // // buttonLogin // buttonLogin.BackColor = Color.MistyRose; buttonLogin.Font = new Font("Segoe UI Semibold", 14.25F, FontStyle.Bold); buttonLogin.Location = new Point(75, 233); buttonLogin.Name = "buttonLogin"; buttonLogin.Size = new Size(148, 42); buttonLogin.TabIndex = 2; buttonLogin.Text = "Войти"; buttonLogin.UseVisualStyleBackColor = false; buttonLogin.Click += buttonLogin_Click; // // label1 // label1.AutoSize = true; label1.Font = new Font("Segoe UI Semibold", 14.25F, FontStyle.Bold); label1.Location = new Point(111, 28); label1.Name = "label1"; label1.Size = new Size(71, 25); label1.TabIndex = 3; label1.Text = "Логин:"; // // label2 // label2.AutoSize = true; label2.Font = new Font("Segoe UI Semibold", 14.25F, FontStyle.Bold); label2.Location = new Point(98, 128); label2.Name = "label2"; label2.Size = new Size(84, 25); label2.TabIndex = 4; label2.Text = "Пароль:"; // // AuthForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.PeachPuff; ClientSize = new Size(286, 308); Controls.Add(label2); Controls.Add(label1); Controls.Add(buttonLogin); Controls.Add(textBoxPassword); Controls.Add(textBoxLogin); Name = "AuthForm"; Text = "AuthForm"; ResumeLayout(false); PerformLayout(); } #endregion private TextBox textBoxLogin; private TextBox textBoxPassword; private Button buttonLogin; private Label label1; private Label label2; } }