diff --git a/PCK-Studio/Forms/TestGL.Designer.cs b/PCK-Studio/Forms/TestGL.Designer.cs deleted file mode 100644 index deb69f0c..00000000 --- a/PCK-Studio/Forms/TestGL.Designer.cs +++ /dev/null @@ -1,60 +0,0 @@ -namespace PckStudio.Forms -{ - partial class TestGL - { - /// - /// 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.renderer3D1 = new PckStudio.Rendering.SkinRenderer(); - this.SuspendLayout(); - // - // renderer3D1 - // - this.renderer3D1.BackColor = System.Drawing.Color.Gray; - this.renderer3D1.Dock = System.Windows.Forms.DockStyle.Fill; - this.renderer3D1.Location = new System.Drawing.Point(0, 0); - this.renderer3D1.Name = "renderer3D1"; - this.renderer3D1.Size = new System.Drawing.Size(426, 428); - this.renderer3D1.TabIndex = 8; - // - // TestGL - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(426, 428); - this.Controls.Add(this.renderer3D1); - this.Name = "TestGL"; - this.Text = "TestGL"; - this.Load += new System.EventHandler(this.TestGL_Load); - this.ResumeLayout(false); - - } - - #endregion - - private PckStudio.Rendering.SkinRenderer renderer3D1; - } -} \ No newline at end of file diff --git a/PCK-Studio/Forms/TestGL.cs b/PCK-Studio/Forms/TestGL.cs deleted file mode 100644 index c2538bc8..00000000 --- a/PCK-Studio/Forms/TestGL.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Diagnostics; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; -using PckStudio.Properties; - -namespace PckStudio.Forms -{ - public partial class TestGL : Form - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.Run(new TestGL()); - } - - public TestGL() - { - InitializeComponent(); - } - - private void TestGL_Load(object sender, EventArgs e) - { - renderer3D1.Refresh(); - } - } -} diff --git a/PCK-Studio/Forms/TestGL.resx b/PCK-Studio/Forms/TestGL.resx deleted file mode 100644 index 1af7de15..00000000 --- a/PCK-Studio/Forms/TestGL.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index 86113ade..20d3ecc4 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -138,12 +138,6 @@ - - Form - - - TestGL.cs -