diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-11 16:17:38 -0500 |
| commit | bd284418387617e3ac2c3c4bb8c26470266015ea (patch) | |
| tree | 9648b24ad1c54cea7f43551585a4abf2e172597e /Microbit/Form1.Designer.cs | |
| parent | 6edebc7dfd025de2e688809a0712fb09fb58c9ae (diff) | |
| download | Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.gz Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.tar.bz2 Microbit-bd284418387617e3ac2c3c4bb8c26470266015ea.zip | |
Add project files.
Diffstat (limited to 'Microbit/Form1.Designer.cs')
| -rw-r--r-- | Microbit/Form1.Designer.cs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Microbit/Form1.Designer.cs b/Microbit/Form1.Designer.cs new file mode 100644 index 0000000..cf875b3 --- /dev/null +++ b/Microbit/Form1.Designer.cs @@ -0,0 +1,40 @@ +namespace Microbit +{ + partial class Form1 + { + /// <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 + } +} + |
