namespace Esiur.Analysis.Test { partial class FMain { /// /// 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.formsPlot1 = new ScottPlot.FormsPlot(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // formsPlot1 // this.formsPlot1.Location = new System.Drawing.Point(57, 47); this.formsPlot1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.formsPlot1.Name = "formsPlot1"; this.formsPlot1.Size = new System.Drawing.Size(1006, 576); this.formsPlot1.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(12, 316); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(85, 31); this.button1.TabIndex = 1; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // FMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1175, 658); this.Controls.Add(this.button1); this.Controls.Add(this.formsPlot1); this.Name = "FMain"; this.Text = "PID Controller with Fuzzy"; this.Load += new System.EventHandler(this.FMain_Load); this.ResumeLayout(false); } #endregion private ScottPlot.FormsPlot formsPlot1; private Button button1; } }