37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
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
|
|
}
|
|
} |