mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 11:32:59 +00:00
72 lines
2.5 KiB
C#
72 lines
2.5 KiB
C#
namespace Esiur.Analysis.Test
|
|
{
|
|
partial class FMain
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |