Files

95 lines
3.2 KiB
C#

namespace HexcalMC
{
partial class MonitorForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MonitorForm));
this.formsPlot1 = new ScottPlot.FormsPlot();
this.btn_etalon_import = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.dataTimer = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// formsPlot1
//
this.formsPlot1.Location = new System.Drawing.Point(134, 29);
this.formsPlot1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.formsPlot1.Name = "formsPlot1";
this.formsPlot1.Size = new System.Drawing.Size(863, 580);
this.formsPlot1.TabIndex = 0;
//
// btn_etalon_import
//
this.btn_etalon_import.Location = new System.Drawing.Point(12, 92);
this.btn_etalon_import.Name = "btn_etalon_import";
this.btn_etalon_import.Size = new System.Drawing.Size(102, 30);
this.btn_etalon_import.TabIndex = 44;
this.btn_etalon_import.Text = "开始监控";
this.btn_etalon_import.UseVisualStyleBackColor = true;
this.btn_etalon_import.Click += new System.EventHandler(this.btn_etalon_import_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 156);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(102, 30);
this.button1.TabIndex = 45;
this.button1.Text = "停止监控";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataTimer
//
this.dataTimer.Interval = 500;
this.dataTimer.Tick += new System.EventHandler(this.dataTimer_Tick);
//
// MonitorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1018, 620);
this.Controls.Add(this.button1);
this.Controls.Add(this.btn_etalon_import);
this.Controls.Add(this.formsPlot1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MonitorForm";
this.Text = "状态监控";
this.ResumeLayout(false);
}
#endregion
private ScottPlot.FormsPlot formsPlot1;
private System.Windows.Forms.Button btn_etalon_import;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Timer dataTimer;
}
}