before candybox editor update
This commit is contained in:
37
framework/MaterialSkin.Core/Controls/MaterialCancellableLoader.Designer.cs
generated
Normal file
37
framework/MaterialSkin.Core/Controls/MaterialCancellableLoader.Designer.cs
generated
Normal file
@@ -0,0 +1,37 @@
|
||||
namespace MaterialSkin.Controls
|
||||
{
|
||||
partial class MaterialCancellableLoader
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
|
||||
#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()
|
||||
{
|
||||
SuspendLayout();
|
||||
//
|
||||
// MaterialCancellableLoader
|
||||
//
|
||||
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
ClientSize = new System.Drawing.Size(450, 108);
|
||||
ControlBox = false;
|
||||
MaximizeBox = false;
|
||||
MinimizeBox = false;
|
||||
Name = "MaterialCancellableLoader";
|
||||
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
TopMost = true;
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user