namespace PckStudio.Forms.Utilities.Audio { partial class pleaseWait { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }