namespace Esiur.Analysis.Test { partial class FSoft { /// /// 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.formsPlot2 = new ScottPlot.FormsPlot(); this.formsPlot3 = new ScottPlot.FormsPlot(); this.formsPlot4 = new ScottPlot.FormsPlot(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // formsPlot1 // this.formsPlot1.Location = new System.Drawing.Point(14, 47); this.formsPlot1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.formsPlot1.Name = "formsPlot1"; this.formsPlot1.Size = new System.Drawing.Size(901, 703); this.formsPlot1.TabIndex = 0; this.formsPlot1.Load += new System.EventHandler(this.formsPlot1_Load); // // button1 // this.button1.Location = new System.Drawing.Point(687, 757); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(183, 31); this.button1.TabIndex = 1; this.button1.Text = "Genetic Fuzzy PID"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // formsPlot2 // this.formsPlot2.Location = new System.Drawing.Point(908, 47); this.formsPlot2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.formsPlot2.Name = "formsPlot2"; this.formsPlot2.Size = new System.Drawing.Size(369, 243); this.formsPlot2.TabIndex = 2; // // formsPlot3 // this.formsPlot3.Location = new System.Drawing.Point(908, 273); this.formsPlot3.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.formsPlot3.Name = "formsPlot3"; this.formsPlot3.Size = new System.Drawing.Size(369, 241); this.formsPlot3.TabIndex = 3; // // formsPlot4 // this.formsPlot4.Location = new System.Drawing.Point(908, 522); this.formsPlot4.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.formsPlot4.Name = "formsPlot4"; this.formsPlot4.Size = new System.Drawing.Size(369, 241); this.formsPlot4.TabIndex = 4; // // button2 // this.button2.Location = new System.Drawing.Point(876, 757); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(193, 31); this.button2.TabIndex = 5; this.button2.Text = "Genetic PID"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(258, 757); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(176, 27); this.textBox1.TabIndex = 6; this.textBox1.Text = "10 / 1 1 0.1"; // // button3 // this.button3.Location = new System.Drawing.Point(456, 757); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(143, 31); this.button3.TabIndex = 7; this.button3.Text = "System"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(757, 33); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(143, 31); this.button4.TabIndex = 8; this.button4.Text = "Clear"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(614, 759); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(67, 27); this.textBox2.TabIndex = 9; this.textBox2.Text = "100"; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 730); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(205, 80); this.label1.TabIndex = 10; this.label1.Text = "Ahmed Zamil\r\nNahrain University\r\nSoft Computing Class of 2022\r\nDr. Osama Ali Awad" + ""; // // FSoft // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1291, 828); this.Controls.Add(this.label1); this.Controls.Add(this.textBox2); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.formsPlot4); this.Controls.Add(this.formsPlot3); this.Controls.Add(this.formsPlot2); this.Controls.Add(this.button1); this.Controls.Add(this.formsPlot1); this.Name = "FSoft"; this.Text = "PID Controller with Fuzzy"; this.Load += new System.EventHandler(this.FMain_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ScottPlot.FormsPlot formsPlot1; private Button button1; private ScottPlot.FormsPlot formsPlot2; private ScottPlot.FormsPlot formsPlot3; private ScottPlot.FormsPlot formsPlot4; private Button button2; private TextBox textBox1; private Button button3; private Button button4; private TextBox textBox2; private Label label1; } }