Files
LM-Middleware/EF3/MainForm.Designer.cs
2022-12-05 10:23:02 +08:00

190 lines
6.8 KiB
C#

namespace EF3
{
partial class Form1
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.formsPlot1 = new ScottPlot.FormsPlot();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_GoHome = new System.Windows.Forms.Button();
this.txt_EF3Version = new System.Windows.Forms.TextBox();
this.btn_GetPoints = new System.Windows.Forms.Button();
this.btn_StopScan = new System.Windows.Forms.Button();
this.btn_StartSCan = new System.Windows.Forms.Button();
this.btn_GetEF3Version = new System.Windows.Forms.Button();
this.btn_Plot = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// formsPlot1
//
this.formsPlot1.Location = new System.Drawing.Point(320, 12);
this.formsPlot1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.formsPlot1.Name = "formsPlot1";
this.formsPlot1.Size = new System.Drawing.Size(467, 417);
this.formsPlot1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_GoHome);
this.groupBox1.Controls.Add(this.txt_EF3Version);
this.groupBox1.Controls.Add(this.btn_GetPoints);
this.groupBox1.Controls.Add(this.btn_StopScan);
this.groupBox1.Controls.Add(this.btn_StartSCan);
this.groupBox1.Controls.Add(this.btn_GetEF3Version);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(299, 173);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作面板";
//
// btn_GoHome
//
this.btn_GoHome.Location = new System.Drawing.Point(18, 86);
this.btn_GoHome.Name = "btn_GoHome";
this.btn_GoHome.Size = new System.Drawing.Size(75, 23);
this.btn_GoHome.TabIndex = 7;
this.btn_GoHome.Text = "回家";
this.btn_GoHome.UseVisualStyleBackColor = true;
this.btn_GoHome.Click += new System.EventHandler(this.btn_GoHome_Click);
//
// txt_EF3Version
//
this.txt_EF3Version.Location = new System.Drawing.Point(111, 37);
this.txt_EF3Version.Name = "txt_EF3Version";
this.txt_EF3Version.Size = new System.Drawing.Size(149, 23);
this.txt_EF3Version.TabIndex = 6;
//
// btn_GetPoints
//
this.btn_GetPoints.Location = new System.Drawing.Point(18, 135);
this.btn_GetPoints.Name = "btn_GetPoints";
this.btn_GetPoints.Size = new System.Drawing.Size(75, 23);
this.btn_GetPoints.TabIndex = 3;
this.btn_GetPoints.Text = "获取点";
this.btn_GetPoints.UseVisualStyleBackColor = true;
this.btn_GetPoints.Click += new System.EventHandler(this.btn_GetPoints_Click);
//
// btn_StopScan
//
this.btn_StopScan.Location = new System.Drawing.Point(192, 86);
this.btn_StopScan.Name = "btn_StopScan";
this.btn_StopScan.Size = new System.Drawing.Size(75, 23);
this.btn_StopScan.TabIndex = 2;
this.btn_StopScan.Text = "结束扫描";
this.btn_StopScan.UseVisualStyleBackColor = true;
this.btn_StopScan.Click += new System.EventHandler(this.btn_StopScan_Click);
//
// btn_StartSCan
//
this.btn_StartSCan.Location = new System.Drawing.Point(105, 86);
this.btn_StartSCan.Name = "btn_StartSCan";
this.btn_StartSCan.Size = new System.Drawing.Size(75, 23);
this.btn_StartSCan.TabIndex = 1;
this.btn_StartSCan.Text = "开始扫描";
this.btn_StartSCan.UseVisualStyleBackColor = true;
this.btn_StartSCan.Click += new System.EventHandler(this.btn_StartSCan_Click);
//
// btn_GetEF3Version
//
this.btn_GetEF3Version.Location = new System.Drawing.Point(18, 37);
this.btn_GetEF3Version.Name = "btn_GetEF3Version";
this.btn_GetEF3Version.Size = new System.Drawing.Size(75, 23);
this.btn_GetEF3Version.TabIndex = 0;
this.btn_GetEF3Version.Text = "获取固件版本";
this.btn_GetEF3Version.UseVisualStyleBackColor = true;
this.btn_GetEF3Version.Click += new System.EventHandler(this.btn_GetEF3Version_Click);
//
// btn_Plot
//
this.btn_Plot.Location = new System.Drawing.Point(687, 406);
this.btn_Plot.Name = "btn_Plot";
this.btn_Plot.Size = new System.Drawing.Size(75, 23);
this.btn_Plot.TabIndex = 4;
this.btn_Plot.Text = "绘制";
this.btn_Plot.UseVisualStyleBackColor = true;
this.btn_Plot.Click += new System.EventHandler(this.btn_Plot_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox1);
this.groupBox2.Location = new System.Drawing.Point(12, 203);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(299, 226);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "打印日志";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(16, 33);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(261, 184);
this.textBox1.TabIndex = 3;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btn_Plot);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.formsPlot1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "EF3测试";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ScottPlot.FormsPlot formsPlot1;
private GroupBox groupBox1;
private TextBox txt_EF3Version;
private Button btn_Plot;
private Button btn_GetPoints;
private Button btn_StopScan;
private Button btn_StartSCan;
private Button btn_GetEF3Version;
private GroupBox groupBox2;
private TextBox textBox1;
private Button btn_GoHome;
}
}