mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 05:56:47 +00:00
Additions ---------- -WAV drag and drop -BINKA File location verification -Feature to combine your Creative world tracks with a checkbox in the editor
62 lines
1.8 KiB
C#
62 lines
1.8 KiB
C#
namespace PckStudio.Forms.Utilities.Audio
|
|
{
|
|
partial class pleaseWait
|
|
{
|
|
/// <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.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroLabel1
|
|
//
|
|
this.metroLabel1.AutoSize = true;
|
|
this.metroLabel1.Location = new System.Drawing.Point(22, 20);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new System.Drawing.Size(352, 19);
|
|
this.metroLabel1.TabIndex = 0;
|
|
this.metroLabel1.Text = "Please wait while PCK Studio converts the requested files. (:";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// pleaseWait
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(396, 59);
|
|
this.Controls.Add(this.metroLabel1);
|
|
this.Name = "pleaseWait";
|
|
this.Style = MetroFramework.MetroColorStyle.White;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
}
|
|
} |