From 97c66fb4ea00941c83bbf6c0778fced0daf37c9f Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 11 Feb 2019 16:23:17 -0500 Subject: Added appveyor and renamed Form1 to MainMenu --- Microbit/Form1.Designer.cs | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Microbit/Form1.Designer.cs (limited to 'Microbit/Form1.Designer.cs') diff --git a/Microbit/Form1.Designer.cs b/Microbit/Form1.Designer.cs deleted file mode 100644 index cf875b3..0000000 --- a/Microbit/Form1.Designer.cs +++ /dev/null @@ -1,40 +0,0 @@ -namespace Microbit -{ - partial class Form1 - { - /// - /// 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.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Text = "Form1"; - } - - #endregion - } -} - -- cgit v1.2.3