check point
This commit is contained in:
115
framework/MaterialSkin.Core/Controls/MaterialInputBox.Designer.cs
generated
Normal file
115
framework/MaterialSkin.Core/Controls/MaterialInputBox.Designer.cs
generated
Normal file
@@ -0,0 +1,115 @@
|
||||
|
||||
namespace MaterialSkin.Core.Controls
|
||||
{
|
||||
partial class MaterialInputBox
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.materialRaisedButton1 = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
this.materialRaisedButton2 = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// materialRaisedButton1
|
||||
//
|
||||
this.materialRaisedButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.materialRaisedButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.materialRaisedButton1.Depth = 0;
|
||||
this.materialRaisedButton1.DrawBorder = false;
|
||||
this.materialRaisedButton1.Icon = null;
|
||||
this.materialRaisedButton1.Location = new System.Drawing.Point(440, 88);
|
||||
this.materialRaisedButton1.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialRaisedButton1.Name = "materialRaisedButton1";
|
||||
this.materialRaisedButton1.Primary = true;
|
||||
this.materialRaisedButton1.Size = new System.Drawing.Size(128, 48);
|
||||
this.materialRaisedButton1.TabIndex = 0;
|
||||
this.materialRaisedButton1.Text = "OK";
|
||||
this.materialRaisedButton1.UseVisualStyleBackColor = true;
|
||||
this.materialRaisedButton1.Click += new System.EventHandler(this.materialRaisedButton1_Click);
|
||||
//
|
||||
// materialRaisedButton2
|
||||
//
|
||||
this.materialRaisedButton2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.materialRaisedButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.materialRaisedButton2.Depth = 0;
|
||||
this.materialRaisedButton2.DrawBorder = true;
|
||||
this.materialRaisedButton2.Icon = null;
|
||||
this.materialRaisedButton2.Location = new System.Drawing.Point(304, 88);
|
||||
this.materialRaisedButton2.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialRaisedButton2.Name = "materialRaisedButton2";
|
||||
this.materialRaisedButton2.Primary = false;
|
||||
this.materialRaisedButton2.Size = new System.Drawing.Size(128, 48);
|
||||
this.materialRaisedButton2.TabIndex = 1;
|
||||
this.materialRaisedButton2.Text = "Cancel";
|
||||
this.materialRaisedButton2.UseVisualStyleBackColor = true;
|
||||
this.materialRaisedButton2.Click += new System.EventHandler(this.materialRaisedButton2_Click);
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(16, 56);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(552, 23);
|
||||
this.textBox1.TabIndex = 0;
|
||||
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.BackColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(16, 32);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(38, 15);
|
||||
this.label1.TabIndex = 3;
|
||||
this.label1.Text = "label1";
|
||||
//
|
||||
// MaterialInputBox
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(579, 149);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(this.materialRaisedButton2);
|
||||
this.Controls.Add(this.materialRaisedButton1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "MaterialInputBox";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private MaterialSkin.Controls.MaterialRaisedButton materialRaisedButton1;
|
||||
private MaterialSkin.Controls.MaterialRaisedButton materialRaisedButton2;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user