mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-24 21:45:41 +00:00
73 lines
2.9 KiB
C#
73 lines
2.9 KiB
C#
namespace PckStudio.Forms.Additional_Popups
|
|
{
|
|
partial class InProgressPrompt
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InProgressPrompt));
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroLabel1
|
|
//
|
|
this.metroLabel1.AutoSize = true;
|
|
this.metroLabel1.ForeColor = System.Drawing.Color.White;
|
|
this.metroLabel1.Location = new System.Drawing.Point(51, 42);
|
|
this.metroLabel1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new System.Drawing.Size(307, 19);
|
|
this.metroLabel1.TabIndex = 0;
|
|
this.metroLabel1.Text = "Please wait while PCK Studio processes the request.";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroLabel1.UseCustomBackColor = true;
|
|
this.metroLabel1.UseCustomForeColor = true;
|
|
//
|
|
// InProgressPrompt
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 25F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
|
|
this.ClientSize = new System.Drawing.Size(522, 115);
|
|
this.Controls.Add(this.metroLabel1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 14.25F);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
this.Name = "InProgressPrompt";
|
|
this.Text = "Please Wait...";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
}
|
|
} |