summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/Plot.Designer.cs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-20 12:57:35 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-20 12:57:35 -0500
commit6bfed779552aa2fa05d83513ce78c9b04745db97 (patch)
treef076d974b4dd1bb6d7e6a45f96dbf2bc94446955 /src/CS340.Plotter/Plot.Designer.cs
parent9891f2e94aef0e8f197d73dcc64eb9dac804f52a (diff)
added Plotter WinForms class
Diffstat (limited to 'src/CS340.Plotter/Plot.Designer.cs')
-rw-r--r--src/CS340.Plotter/Plot.Designer.cs48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/CS340.Plotter/Plot.Designer.cs b/src/CS340.Plotter/Plot.Designer.cs
new file mode 100644
index 0000000..c1a6b5f
--- /dev/null
+++ b/src/CS340.Plotter/Plot.Designer.cs
@@ -0,0 +1,48 @@
+
+namespace Plotter
+{
+ partial class Plot
+ {
+ /// <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.SuspendLayout();
+ //
+ // Plot
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(800, 450);
+ this.Name = "Plot";
+ this.Text = "Form1";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+ }
+}
+