diff --git a/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs b/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs index bb7c655..8f9b366 100644 --- a/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs +++ b/ShiftOS.Engine/ShiftFS/FileGUI/FileOpener.Designer.cs @@ -28,21 +28,15 @@ /// private void InitializeComponent() { - this.shiftButton1 = new ShiftOS.Engine.UI.ShiftButton(); this.SuspendLayout(); // // shiftButton1 // - this.shiftButton1.Location = new System.Drawing.Point(133, 66); - this.shiftButton1.Name = "shiftButton1"; - this.shiftButton1.Size = new System.Drawing.Size(75, 22); - this.shiftButton1.TabIndex = 0; - // + // // FileOpener // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.shiftButton1); this.Name = "FileOpener"; this.Size = new System.Drawing.Size(368, 283); this.ResumeLayout(false); @@ -52,6 +46,5 @@ #endregion - private UI.ShiftButton shiftButton1; } } diff --git a/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs b/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs index 16e84eb..5d55cf2 100644 --- a/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs +++ b/ShiftOS.Engine/WindowManager/InfoboxTemplate.cs @@ -4,7 +4,6 @@ using System.IO; using System.Media; using System.Windows.Forms; using ShiftOS.Engine.Properties; -using ShiftOS.Engine.UI; namespace ShiftOS.Engine.WindowManager {