diff --git a/Breaknes/Breaknes/Breaknes.csproj.user b/Breaknes/Breaknes/Breaknes.csproj.user index 7f0b59a6..e2e53925 100644 --- a/Breaknes/Breaknes/Breaknes.csproj.user +++ b/Breaknes/Breaknes/Breaknes.csproj.user @@ -25,6 +25,9 @@ Form + + Form + Form diff --git a/Breaknes/Breaknes/FormVirtualFamiController1.Designer.cs b/Breaknes/Breaknes/FormVirtualFamiController1.Designer.cs new file mode 100644 index 00000000..31cf0cbf --- /dev/null +++ b/Breaknes/Breaknes/FormVirtualFamiController1.Designer.cs @@ -0,0 +1,45 @@ +namespace Breaknes +{ + partial class FormVirtualFamiController1 + { + /// + /// 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() + { + SuspendLayout(); + // + // FormVirtualFamiController + // + AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(594, 264); + Name = "FormVirtualFamiController"; + Text = "FormVirtualFamiController"; + ResumeLayout(false); + } + + #endregion + } +} \ No newline at end of file diff --git a/Breaknes/Breaknes/FormVirtualFamiController1.cs b/Breaknes/Breaknes/FormVirtualFamiController1.cs new file mode 100644 index 00000000..eacddd81 --- /dev/null +++ b/Breaknes/Breaknes/FormVirtualFamiController1.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Breaknes +{ + public partial class FormVirtualFamiController1 : Form + { + public FormVirtualFamiController1() + { + InitializeComponent(); + } + } +} diff --git a/Breaknes/Breaknes/FormVirtualFamiController1.resx b/Breaknes/Breaknes/FormVirtualFamiController1.resx new file mode 100644 index 00000000..af32865e --- /dev/null +++ b/Breaknes/Breaknes/FormVirtualFamiController1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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