namespace WindowsFormsApp20
{
partial class Form1
{
///
/// Обязательная переменная конструктора.
///
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.materialButton1 = new MaterialSkin.Controls.MaterialButton();
this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel();
this.materialTextBox1 = new MaterialSkin.Controls.MaterialTextBox();
this.materialTextBox2 = new MaterialSkin.Controls.MaterialTextBox();
this.SuspendLayout();
//
// materialButton1
//
this.materialButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.materialButton1.Density = MaterialSkin.Controls.MaterialButton.MaterialButtonDensity.Default;
this.materialButton1.Depth = 0;
this.materialButton1.HighEmphasis = true;
this.materialButton1.Icon = null;
this.materialButton1.Location = new System.Drawing.Point(138, 302);
this.materialButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.materialButton1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialButton1.Name = "materialButton1";
this.materialButton1.NoAccentTextColor = System.Drawing.Color.Empty;
this.materialButton1.Size = new System.Drawing.Size(158, 36);
this.materialButton1.TabIndex = 5;
this.materialButton1.Text = "materialButton1";
this.materialButton1.Type = MaterialSkin.Controls.MaterialButton.MaterialButtonType.Contained;
this.materialButton1.UseAccentColor = false;
this.materialButton1.UseVisualStyleBackColor = true;
//
// materialLabel1
//
this.materialLabel1.AutoSize = true;
this.materialLabel1.Depth = 0;
this.materialLabel1.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialLabel1.Location = new System.Drawing.Point(189, 83);
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel1.Name = "materialLabel1";
this.materialLabel1.Size = new System.Drawing.Size(46, 19);
this.materialLabel1.TabIndex = 6;
this.materialLabel1.Text = "Логин";
//
// materialLabel2
//
this.materialLabel2.AutoSize = true;
this.materialLabel2.Depth = 0;
this.materialLabel2.Font = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialLabel2.Location = new System.Drawing.Point(189, 189);
this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel2.Name = "materialLabel2";
this.materialLabel2.Size = new System.Drawing.Size(57, 19);
this.materialLabel2.TabIndex = 7;
this.materialLabel2.Text = "Пароль";
//
// materialTextBox1
//
this.materialTextBox1.AnimateReadOnly = false;
this.materialTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.materialTextBox1.Depth = 0;
this.materialTextBox1.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialTextBox1.LeadingIcon = null;
this.materialTextBox1.Location = new System.Drawing.Point(164, 105);
this.materialTextBox1.MaxLength = 50;
this.materialTextBox1.MouseState = MaterialSkin.MouseState.OUT;
this.materialTextBox1.Multiline = false;
this.materialTextBox1.Name = "materialTextBox1";
this.materialTextBox1.Size = new System.Drawing.Size(100, 50);
this.materialTextBox1.TabIndex = 8;
this.materialTextBox1.Text = "";
this.materialTextBox1.TrailingIcon = null;
//
// materialTextBox2
//
this.materialTextBox2.AnimateReadOnly = false;
this.materialTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.materialTextBox2.Depth = 0;
this.materialTextBox2.Font = new System.Drawing.Font("Roboto", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.materialTextBox2.LeadingIcon = null;
this.materialTextBox2.Location = new System.Drawing.Point(168, 211);
this.materialTextBox2.MaxLength = 50;
this.materialTextBox2.MouseState = MaterialSkin.MouseState.OUT;
this.materialTextBox2.Multiline = false;
this.materialTextBox2.Name = "materialTextBox2";
this.materialTextBox2.Size = new System.Drawing.Size(100, 50);
this.materialTextBox2.TabIndex = 9;
this.materialTextBox2.Text = "";
this.materialTextBox2.TrailingIcon = null;
//
// Form1
//
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(436, 371);
this.Controls.Add(this.materialTextBox2);
this.Controls.Add(this.materialTextBox1);
this.Controls.Add(this.materialLabel2);
this.Controls.Add(this.materialLabel1);
this.Controls.Add(this.materialButton1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaterialSkin.Controls.MaterialButton materialButton1;
private MaterialSkin.Controls.MaterialLabel materialLabel1;
private MaterialSkin.Controls.MaterialLabel materialLabel2;
private MaterialSkin.Controls.MaterialTextBox materialTextBox1;
private MaterialSkin.Controls.MaterialTextBox materialTextBox2;
}
}