From 6bfed779552aa2fa05d83513ce78c9b04745db97 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 20 Apr 2021 12:57:35 -0500 Subject: added Plotter WinForms class --- src/CS340.Plotter/Plot.Designer.cs | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/CS340.Plotter/Plot.Designer.cs (limited to 'src/CS340.Plotter/Plot.Designer.cs') 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 + { + /// + /// 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.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 + } +} + -- cgit v1.2.3-70-g09d2