diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 16:23:17 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 16:23:17 -0500 |
| commit | 97c66fb4ea00941c83bbf6c0778fced0daf37c9f (patch) | |
| tree | 85283e6bea4f49643a5f1560122644c6281ec763 /Microbit/MainMenu.Designer.cs | |
| parent | bd284418387617e3ac2c3c4bb8c26470266015ea (diff) | |
| download | Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.gz Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.bz2 Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.zip | |
Added appveyor and renamed Form1 to MainMenu
Diffstat (limited to 'Microbit/MainMenu.Designer.cs')
| -rw-r--r-- | Microbit/MainMenu.Designer.cs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Microbit/MainMenu.Designer.cs b/Microbit/MainMenu.Designer.cs new file mode 100644 index 0000000..210b8de --- /dev/null +++ b/Microbit/MainMenu.Designer.cs @@ -0,0 +1,40 @@ +namespace Microbit +{ + partial class MainMenu + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + 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 + } +} + |
