2574 lines
133 KiB
C#
2574 lines
133 KiB
C#
namespace SetTools
|
||
{
|
||
partial class FormMain
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
||
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
||
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
||
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
||
this.refreshSerial = new System.Windows.Forms.Button();
|
||
this.clearButton = new System.Windows.Forms.Button();
|
||
this.cbStop = new System.Windows.Forms.ComboBox();
|
||
this.cbBaudRate = new System.Windows.Forms.ComboBox();
|
||
this.cbParity = new System.Windows.Forms.ComboBox();
|
||
this.cbSerial = new System.Windows.Forms.ComboBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.cbDataBits = new System.Windows.Forms.ComboBox();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.btnOpen = new System.Windows.Forms.Button();
|
||
this.txtReceive = new System.Windows.Forms.RichTextBox();
|
||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||
this.tmSend = new System.Windows.Forms.Timer(this.components);
|
||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||
this.tsSpNum = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsBaudRate = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsDataBits = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsStopBits = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsParity = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.btmP111 = new System.Windows.Forms.TabControl();
|
||
this.tabPage5 = new System.Windows.Forms.TabPage();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.label64 = new System.Windows.Forms.Label();
|
||
this.label60 = new System.Windows.Forms.Label();
|
||
this.label59 = new System.Windows.Forms.Label();
|
||
this.label58 = new System.Windows.Forms.Label();
|
||
this.label53 = new System.Windows.Forms.Label();
|
||
this.label52 = new System.Windows.Forms.Label();
|
||
this.label23 = new System.Windows.Forms.Label();
|
||
this.label21 = new System.Windows.Forms.Label();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.label22 = new System.Windows.Forms.Label();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.label18 = new System.Windows.Forms.Label();
|
||
this.label16 = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.stopbutton = new System.Windows.Forms.Button();
|
||
this.label65 = new System.Windows.Forms.Label();
|
||
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
||
this.label24 = new System.Windows.Forms.Label();
|
||
this.label31 = new System.Windows.Forms.Label();
|
||
this.label30 = new System.Windows.Forms.Label();
|
||
this.label29 = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
||
this.label55 = new System.Windows.Forms.Label();
|
||
this.label62 = new System.Windows.Forms.Label();
|
||
this.label61 = new System.Windows.Forms.Label();
|
||
this.label57 = new System.Windows.Forms.Label();
|
||
this.label56 = new System.Windows.Forms.Label();
|
||
this.label44 = new System.Windows.Forms.Label();
|
||
this.label54 = new System.Windows.Forms.Label();
|
||
this.label33 = new System.Windows.Forms.Label();
|
||
this.label34 = new System.Windows.Forms.Label();
|
||
this.label35 = new System.Windows.Forms.Label();
|
||
this.label36 = new System.Windows.Forms.Label();
|
||
this.label37 = new System.Windows.Forms.Label();
|
||
this.label45 = new System.Windows.Forms.Label();
|
||
this.label38 = new System.Windows.Forms.Label();
|
||
this.label39 = new System.Windows.Forms.Label();
|
||
this.label40 = new System.Windows.Forms.Label();
|
||
this.label41 = new System.Windows.Forms.Label();
|
||
this.label42 = new System.Windows.Forms.Label();
|
||
this.label43 = new System.Windows.Forms.Label();
|
||
this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.label25 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
|
||
this.label26 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||
this.label28 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||
this.label27 = new System.Windows.Forms.Label();
|
||
this.高级查询 = new System.Windows.Forms.TabPage();
|
||
this.textBox9 = new System.Windows.Forms.TextBox();
|
||
this.textBox8 = new System.Windows.Forms.TextBox();
|
||
this.textBox6 = new System.Windows.Forms.TextBox();
|
||
this.label78 = new System.Windows.Forms.Label();
|
||
this.label77 = new System.Windows.Forms.Label();
|
||
this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
|
||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
||
this.label74 = new System.Windows.Forms.Label();
|
||
this.label75 = new System.Windows.Forms.Label();
|
||
this.button7 = new System.Windows.Forms.Button();
|
||
this.label72 = new System.Windows.Forms.Label();
|
||
this.label68 = new System.Windows.Forms.Label();
|
||
this.label67 = new System.Windows.Forms.Label();
|
||
this.label66 = new System.Windows.Forms.Label();
|
||
this.label63 = new System.Windows.Forms.Label();
|
||
this.label32 = new System.Windows.Forms.Label();
|
||
this.label51 = new System.Windows.Forms.Label();
|
||
this.label50 = new System.Windows.Forms.Label();
|
||
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
||
this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
|
||
this.label76 = new System.Windows.Forms.Label();
|
||
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
|
||
this.label73 = new System.Windows.Forms.Label();
|
||
this.button6 = new System.Windows.Forms.Button();
|
||
this.label71 = new System.Windows.Forms.Label();
|
||
this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
|
||
this.label70 = new System.Windows.Forms.Label();
|
||
this.label69 = new System.Windows.Forms.Label();
|
||
this.listView1 = new System.Windows.Forms.ListView();
|
||
this.编号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.磁条编号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.磁条规格 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.开始时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.结束时间 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||
this.chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.label46 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
|
||
this.label47 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker5 = new System.Windows.Forms.DateTimePicker();
|
||
this.label48 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker6 = new System.Windows.Forms.DateTimePicker();
|
||
this.label49 = new System.Windows.Forms.Label();
|
||
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
|
||
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
||
this.textBox7 = new System.Windows.Forms.TextBox();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.statusStrip1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.btmP111.SuspendLayout();
|
||
this.tabPage5.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
|
||
this.groupBox4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||
this.tabPage1.SuspendLayout();
|
||
this.groupBox7.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
|
||
this.groupBox6.SuspendLayout();
|
||
this.高级查询.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
|
||
this.groupBox10.SuspendLayout();
|
||
this.groupBox12.SuspendLayout();
|
||
this.groupBox11.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
|
||
this.groupBox8.SuspendLayout();
|
||
this.groupBox9.SuspendLayout();
|
||
this.groupBox13.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.groupBox1.Controls.Add(this.groupBox3);
|
||
this.groupBox1.Controls.Add(this.refreshSerial);
|
||
this.groupBox1.Controls.Add(this.clearButton);
|
||
this.groupBox1.Controls.Add(this.cbStop);
|
||
this.groupBox1.Controls.Add(this.cbBaudRate);
|
||
this.groupBox1.Controls.Add(this.cbParity);
|
||
this.groupBox1.Controls.Add(this.cbSerial);
|
||
this.groupBox1.Controls.Add(this.label8);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Controls.Add(this.label7);
|
||
this.groupBox1.Controls.Add(this.label5);
|
||
this.groupBox1.Controls.Add(this.cbDataBits);
|
||
this.groupBox1.Controls.Add(this.label6);
|
||
this.groupBox1.Controls.Add(this.btnOpen);
|
||
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox1.Location = new System.Drawing.Point(18, 22);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox1.Size = new System.Drawing.Size(332, 327);
|
||
this.groupBox1.TabIndex = 9;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "串口设置";
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.radioButton2);
|
||
this.groupBox3.Controls.Add(this.radioButton1);
|
||
this.groupBox3.Location = new System.Drawing.Point(201, 40);
|
||
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox3.Size = new System.Drawing.Size(108, 189);
|
||
this.groupBox3.TabIndex = 34;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "显示格式";
|
||
//
|
||
// radioButton2
|
||
//
|
||
this.radioButton2.AutoSize = true;
|
||
this.radioButton2.Location = new System.Drawing.Point(12, 113);
|
||
this.radioButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.radioButton2.Name = "radioButton2";
|
||
this.radioButton2.Size = new System.Drawing.Size(80, 28);
|
||
this.radioButton2.TabIndex = 33;
|
||
this.radioButton2.TabStop = true;
|
||
this.radioButton2.Text = "ASCII";
|
||
this.radioButton2.UseVisualStyleBackColor = true;
|
||
//
|
||
// radioButton1
|
||
//
|
||
this.radioButton1.AutoSize = true;
|
||
this.radioButton1.Location = new System.Drawing.Point(12, 63);
|
||
this.radioButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.radioButton1.Name = "radioButton1";
|
||
this.radioButton1.Size = new System.Drawing.Size(71, 28);
|
||
this.radioButton1.TabIndex = 32;
|
||
this.radioButton1.TabStop = true;
|
||
this.radioButton1.Text = "HEX";
|
||
this.radioButton1.UseVisualStyleBackColor = true;
|
||
//
|
||
// refreshSerial
|
||
//
|
||
this.refreshSerial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.refreshSerial.Location = new System.Drawing.Point(8, 259);
|
||
this.refreshSerial.Margin = new System.Windows.Forms.Padding(4);
|
||
this.refreshSerial.Name = "refreshSerial";
|
||
this.refreshSerial.Size = new System.Drawing.Size(81, 38);
|
||
this.refreshSerial.TabIndex = 30;
|
||
this.refreshSerial.Text = "刷新";
|
||
this.refreshSerial.UseVisualStyleBackColor = true;
|
||
this.refreshSerial.Click += new System.EventHandler(this.refreshSerial_Click);
|
||
//
|
||
// clearButton
|
||
//
|
||
this.clearButton.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
this.clearButton.Location = new System.Drawing.Point(203, 259);
|
||
this.clearButton.Margin = new System.Windows.Forms.Padding(2);
|
||
this.clearButton.Name = "clearButton";
|
||
this.clearButton.Size = new System.Drawing.Size(105, 38);
|
||
this.clearButton.TabIndex = 31;
|
||
this.clearButton.Text = "清空显示";
|
||
this.clearButton.UseVisualStyleBackColor = true;
|
||
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
|
||
//
|
||
// cbStop
|
||
//
|
||
this.cbStop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbStop.FormattingEnabled = true;
|
||
this.cbStop.Items.AddRange(new object[] {
|
||
"1",
|
||
"1.5",
|
||
"2"});
|
||
this.cbStop.Location = new System.Drawing.Point(94, 197);
|
||
this.cbStop.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cbStop.Name = "cbStop";
|
||
this.cbStop.Size = new System.Drawing.Size(100, 32);
|
||
this.cbStop.TabIndex = 28;
|
||
//
|
||
// cbBaudRate
|
||
//
|
||
this.cbBaudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbBaudRate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbBaudRate.FormattingEnabled = true;
|
||
this.cbBaudRate.Items.AddRange(new object[] {
|
||
"300",
|
||
"600",
|
||
"1200",
|
||
"2400",
|
||
"4800",
|
||
"9600",
|
||
"19200",
|
||
"38400",
|
||
"57600",
|
||
"115200"});
|
||
this.cbBaudRate.Location = new System.Drawing.Point(94, 77);
|
||
this.cbBaudRate.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cbBaudRate.Name = "cbBaudRate";
|
||
this.cbBaudRate.Size = new System.Drawing.Size(100, 32);
|
||
this.cbBaudRate.TabIndex = 24;
|
||
//
|
||
// cbParity
|
||
//
|
||
this.cbParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbParity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbParity.FormattingEnabled = true;
|
||
this.cbParity.Items.AddRange(new object[] {
|
||
"无",
|
||
"奇校验",
|
||
"偶校验"});
|
||
this.cbParity.Location = new System.Drawing.Point(94, 157);
|
||
this.cbParity.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cbParity.Name = "cbParity";
|
||
this.cbParity.Size = new System.Drawing.Size(100, 32);
|
||
this.cbParity.TabIndex = 29;
|
||
//
|
||
// cbSerial
|
||
//
|
||
this.cbSerial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbSerial.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbSerial.FormattingEnabled = true;
|
||
this.cbSerial.Location = new System.Drawing.Point(94, 37);
|
||
this.cbSerial.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cbSerial.Name = "cbSerial";
|
||
this.cbSerial.Size = new System.Drawing.Size(100, 32);
|
||
this.cbSerial.TabIndex = 8;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(14, 160);
|
||
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(82, 24);
|
||
this.label8.TabIndex = 27;
|
||
this.label8.Text = "校验位:";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(28, 40);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(64, 24);
|
||
this.label1.TabIndex = 7;
|
||
this.label1.Text = "串口:";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.Location = new System.Drawing.Point(14, 200);
|
||
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(82, 24);
|
||
this.label7.TabIndex = 27;
|
||
this.label7.Text = "停止位:";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(14, 80);
|
||
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(68, 24);
|
||
this.label5.TabIndex = 23;
|
||
this.label5.Text = "波特率:";
|
||
//
|
||
// cbDataBits
|
||
//
|
||
this.cbDataBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.cbDataBits.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbDataBits.FormattingEnabled = true;
|
||
this.cbDataBits.Items.AddRange(new object[] {
|
||
"5",
|
||
"6",
|
||
"7",
|
||
"8"});
|
||
this.cbDataBits.Location = new System.Drawing.Point(94, 117);
|
||
this.cbDataBits.Margin = new System.Windows.Forms.Padding(4);
|
||
this.cbDataBits.Name = "cbDataBits";
|
||
this.cbDataBits.Size = new System.Drawing.Size(100, 32);
|
||
this.cbDataBits.TabIndex = 26;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(14, 120);
|
||
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(82, 24);
|
||
this.label6.TabIndex = 25;
|
||
this.label6.Text = "数据位:";
|
||
//
|
||
// btnOpen
|
||
//
|
||
this.btnOpen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btnOpen.Location = new System.Drawing.Point(97, 259);
|
||
this.btnOpen.Margin = new System.Windows.Forms.Padding(4);
|
||
this.btnOpen.Name = "btnOpen";
|
||
this.btnOpen.Size = new System.Drawing.Size(100, 38);
|
||
this.btnOpen.TabIndex = 9;
|
||
this.btnOpen.Text = "打开串口";
|
||
this.btnOpen.UseVisualStyleBackColor = true;
|
||
this.btnOpen.Click += new System.EventHandler(this.BtnOpen_Click);
|
||
//
|
||
// txtReceive
|
||
//
|
||
this.txtReceive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.txtReceive.BackColor = System.Drawing.SystemColors.HighlightText;
|
||
this.txtReceive.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txtReceive.Location = new System.Drawing.Point(10, 29);
|
||
this.txtReceive.Margin = new System.Windows.Forms.Padding(4);
|
||
this.txtReceive.Name = "txtReceive";
|
||
this.txtReceive.ReadOnly = true;
|
||
this.txtReceive.Size = new System.Drawing.Size(283, 610);
|
||
this.txtReceive.TabIndex = 32;
|
||
this.txtReceive.Text = "";
|
||
this.txtReceive.Visible = false;
|
||
//
|
||
// tmSend
|
||
//
|
||
this.tmSend.Interval = 1000;
|
||
this.tmSend.Tick += new System.EventHandler(this.TmSend_Tick);
|
||
//
|
||
// statusStrip1
|
||
//
|
||
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsSpNum,
|
||
this.tsBaudRate,
|
||
this.tsDataBits,
|
||
this.tsStopBits,
|
||
this.tsParity,
|
||
this.toolStripStatusLabel1});
|
||
this.statusStrip1.Location = new System.Drawing.Point(0, 1013);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 16, 0);
|
||
this.statusStrip1.Size = new System.Drawing.Size(1850, 31);
|
||
this.statusStrip1.TabIndex = 36;
|
||
//
|
||
// tsSpNum
|
||
//
|
||
this.tsSpNum.IsLink = true;
|
||
this.tsSpNum.LinkColor = System.Drawing.Color.Black;
|
||
this.tsSpNum.Name = "tsSpNum";
|
||
this.tsSpNum.Size = new System.Drawing.Size(141, 24);
|
||
this.tsSpNum.Text = "串口号:未指定|";
|
||
//
|
||
// tsBaudRate
|
||
//
|
||
this.tsBaudRate.Name = "tsBaudRate";
|
||
this.tsBaudRate.Size = new System.Drawing.Size(127, 24);
|
||
this.tsBaudRate.Text = "波特率:未指定|";
|
||
//
|
||
// tsDataBits
|
||
//
|
||
this.tsDataBits.Name = "tsDataBits";
|
||
this.tsDataBits.Size = new System.Drawing.Size(127, 24);
|
||
this.tsDataBits.Text = "数据位:未指定|";
|
||
//
|
||
// tsStopBits
|
||
//
|
||
this.tsStopBits.Name = "tsStopBits";
|
||
this.tsStopBits.Size = new System.Drawing.Size(127, 24);
|
||
this.tsStopBits.Text = "停止位:未指定|";
|
||
//
|
||
// tsParity
|
||
//
|
||
this.tsParity.Name = "tsParity";
|
||
this.tsParity.Size = new System.Drawing.Size(127, 24);
|
||
this.tsParity.Text = "停止位:未指定|";
|
||
//
|
||
// toolStripStatusLabel1
|
||
//
|
||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(1183, 24);
|
||
this.toolStripStatusLabel1.Spring = true;
|
||
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox2.Controls.Add(this.btmP111);
|
||
this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox2.Location = new System.Drawing.Point(357, 22);
|
||
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox2.Size = new System.Drawing.Size(1485, 986);
|
||
this.groupBox2.TabIndex = 35;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "磁条测试工具参数设置-「参数读写」";
|
||
//
|
||
// btmP111
|
||
//
|
||
this.btmP111.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.btmP111.Controls.Add(this.tabPage5);
|
||
this.btmP111.Controls.Add(this.tabPage1);
|
||
this.btmP111.Controls.Add(this.高级查询);
|
||
this.btmP111.Location = new System.Drawing.Point(14, 29);
|
||
this.btmP111.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.btmP111.Name = "btmP111";
|
||
this.btmP111.SelectedIndex = 0;
|
||
this.btmP111.Size = new System.Drawing.Size(1471, 951);
|
||
this.btmP111.TabIndex = 5;
|
||
//
|
||
// tabPage5
|
||
//
|
||
this.tabPage5.AllowDrop = true;
|
||
this.tabPage5.AutoScroll = true;
|
||
this.tabPage5.Controls.Add(this.groupBox5);
|
||
this.tabPage5.Controls.Add(this.groupBox4);
|
||
this.tabPage5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tabPage5.Location = new System.Drawing.Point(4, 28);
|
||
this.tabPage5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.tabPage5.Name = "tabPage5";
|
||
this.tabPage5.Size = new System.Drawing.Size(1463, 919);
|
||
this.tabPage5.TabIndex = 11;
|
||
this.tabPage5.Text = "参数设置";
|
||
this.tabPage5.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox5.Controls.Add(this.checkBox1);
|
||
this.groupBox5.Controls.Add(this.label64);
|
||
this.groupBox5.Controls.Add(this.label60);
|
||
this.groupBox5.Controls.Add(this.label59);
|
||
this.groupBox5.Controls.Add(this.label58);
|
||
this.groupBox5.Controls.Add(this.label53);
|
||
this.groupBox5.Controls.Add(this.label52);
|
||
this.groupBox5.Controls.Add(this.label23);
|
||
this.groupBox5.Controls.Add(this.label21);
|
||
this.groupBox5.Controls.Add(this.label19);
|
||
this.groupBox5.Controls.Add(this.label17);
|
||
this.groupBox5.Controls.Add(this.label15);
|
||
this.groupBox5.Controls.Add(this.label13);
|
||
this.groupBox5.Controls.Add(this.label22);
|
||
this.groupBox5.Controls.Add(this.label20);
|
||
this.groupBox5.Controls.Add(this.label18);
|
||
this.groupBox5.Controls.Add(this.label16);
|
||
this.groupBox5.Controls.Add(this.label14);
|
||
this.groupBox5.Controls.Add(this.label12);
|
||
this.groupBox5.Controls.Add(this.chart1);
|
||
this.groupBox5.Location = new System.Drawing.Point(4, 236);
|
||
this.groupBox5.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox5.Size = new System.Drawing.Size(1428, 679);
|
||
this.groupBox5.TabIndex = 12;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "数据显示";
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.ForeColor = System.Drawing.Color.Red;
|
||
this.checkBox1.Location = new System.Drawing.Point(938, 82);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(142, 22);
|
||
this.checkBox1.TabIndex = 19;
|
||
this.checkBox1.Text = "是否饼图显示";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||
//
|
||
// label64
|
||
//
|
||
this.label64.AutoSize = true;
|
||
this.label64.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label64.Location = new System.Drawing.Point(1086, 38);
|
||
this.label64.Name = "label64";
|
||
this.label64.Size = new System.Drawing.Size(40, 28);
|
||
this.label64.TabIndex = 18;
|
||
this.label64.Text = "●";
|
||
//
|
||
// label60
|
||
//
|
||
this.label60.AutoSize = true;
|
||
this.label60.Location = new System.Drawing.Point(752, 82);
|
||
this.label60.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label60.Name = "label60";
|
||
this.label60.Size = new System.Drawing.Size(44, 18);
|
||
this.label60.TabIndex = 17;
|
||
this.label60.Text = "0000";
|
||
//
|
||
// label59
|
||
//
|
||
this.label59.AutoSize = true;
|
||
this.label59.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label59.Location = new System.Drawing.Point(794, 82);
|
||
this.label59.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label59.Name = "label59";
|
||
this.label59.Size = new System.Drawing.Size(71, 18);
|
||
this.label59.TabIndex = 16;
|
||
this.label59.Text = "毫米/°";
|
||
//
|
||
// label58
|
||
//
|
||
this.label58.AutoSize = true;
|
||
this.label58.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label58.Location = new System.Drawing.Point(646, 82);
|
||
this.label58.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label58.Name = "label58";
|
||
this.label58.Size = new System.Drawing.Size(98, 18);
|
||
this.label58.TabIndex = 14;
|
||
this.label58.Text = "磁条长度 =";
|
||
//
|
||
// label53
|
||
//
|
||
this.label53.AutoSize = true;
|
||
this.label53.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label53.Location = new System.Drawing.Point(512, 83);
|
||
this.label53.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label53.Name = "label53";
|
||
this.label53.Size = new System.Drawing.Size(44, 18);
|
||
this.label53.TabIndex = 4;
|
||
this.label53.Text = "微安";
|
||
//
|
||
// label52
|
||
//
|
||
this.label52.AutoSize = true;
|
||
this.label52.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label52.Location = new System.Drawing.Point(197, 82);
|
||
this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label52.Name = "label52";
|
||
this.label52.Size = new System.Drawing.Size(44, 18);
|
||
this.label52.TabIndex = 3;
|
||
this.label52.Text = "毫伏";
|
||
//
|
||
// label23
|
||
//
|
||
this.label23.AutoSize = true;
|
||
this.label23.Location = new System.Drawing.Point(460, 82);
|
||
this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label23.Name = "label23";
|
||
this.label23.Size = new System.Drawing.Size(44, 18);
|
||
this.label23.TabIndex = 1;
|
||
this.label23.Text = "0000";
|
||
//
|
||
// label21
|
||
//
|
||
this.label21.AutoSize = true;
|
||
this.label21.Location = new System.Drawing.Point(145, 82);
|
||
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label21.Name = "label21";
|
||
this.label21.Size = new System.Drawing.Size(44, 18);
|
||
this.label21.TabIndex = 1;
|
||
this.label21.Text = "0000";
|
||
//
|
||
// label19
|
||
//
|
||
this.label19.AutoSize = true;
|
||
this.label19.Location = new System.Drawing.Point(1010, 42);
|
||
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(62, 18);
|
||
this.label19.TabIndex = 1;
|
||
this.label19.Text = "无状态";
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.AutoSize = true;
|
||
this.label17.Location = new System.Drawing.Point(748, 42);
|
||
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(44, 18);
|
||
this.label17.TabIndex = 1;
|
||
this.label17.Text = "点动";
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(460, 42);
|
||
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(44, 18);
|
||
this.label15.TabIndex = 1;
|
||
this.label15.Text = "停止";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(134, 42);
|
||
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(62, 18);
|
||
this.label13.TabIndex = 1;
|
||
this.label13.Text = "直行程";
|
||
//
|
||
// label22
|
||
//
|
||
this.label22.AutoSize = true;
|
||
this.label22.Location = new System.Drawing.Point(322, 82);
|
||
this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label22.Name = "label22";
|
||
this.label22.Size = new System.Drawing.Size(98, 18);
|
||
this.label22.TabIndex = 1;
|
||
this.label22.Text = "采样电流 =";
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Location = new System.Drawing.Point(36, 82);
|
||
this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(98, 18);
|
||
this.label20.TabIndex = 1;
|
||
this.label20.Text = "采样电压 =";
|
||
//
|
||
// label18
|
||
//
|
||
this.label18.AutoSize = true;
|
||
this.label18.Location = new System.Drawing.Point(866, 42);
|
||
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label18.Name = "label18";
|
||
this.label18.Size = new System.Drawing.Size(134, 18);
|
||
this.label18.TabIndex = 1;
|
||
this.label18.Text = "到位开关状态 =";
|
||
//
|
||
// label16
|
||
//
|
||
this.label16.AutoSize = true;
|
||
this.label16.Location = new System.Drawing.Point(646, 42);
|
||
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label16.Name = "label16";
|
||
this.label16.Size = new System.Drawing.Size(98, 18);
|
||
this.label16.TabIndex = 1;
|
||
this.label16.Text = "运行模式 =";
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(318, 42);
|
||
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(134, 18);
|
||
this.label14.TabIndex = 1;
|
||
this.label14.Text = "电机运行状态 =";
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(36, 42);
|
||
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(98, 18);
|
||
this.label12.TabIndex = 1;
|
||
this.label12.Text = "测量功能 =";
|
||
//
|
||
// chart1
|
||
//
|
||
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.chart1.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
|
||
chartArea1.Name = "ChartArea1";
|
||
this.chart1.ChartAreas.Add(chartArea1);
|
||
legend1.Name = "Legend1";
|
||
this.chart1.Legends.Add(legend1);
|
||
this.chart1.Location = new System.Drawing.Point(8, 111);
|
||
this.chart1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.chart1.Name = "chart1";
|
||
series1.ChartArea = "ChartArea1";
|
||
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
||
series1.Legend = "Legend1";
|
||
series1.Name = "电压";
|
||
this.chart1.Series.Add(series1);
|
||
this.chart1.Size = new System.Drawing.Size(1411, 560);
|
||
this.chart1.TabIndex = 0;
|
||
this.chart1.Text = "chart1";
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox4.BackColor = System.Drawing.Color.LightSteelBlue;
|
||
this.groupBox4.Controls.Add(this.stopbutton);
|
||
this.groupBox4.Controls.Add(this.label65);
|
||
this.groupBox4.Controls.Add(this.comboBox4);
|
||
this.groupBox4.Controls.Add(this.button4);
|
||
this.groupBox4.Controls.Add(this.textBox1);
|
||
this.groupBox4.Controls.Add(this.button2);
|
||
this.groupBox4.Controls.Add(this.button1);
|
||
this.groupBox4.Controls.Add(this.numericUpDown3);
|
||
this.groupBox4.Controls.Add(this.label2);
|
||
this.groupBox4.Controls.Add(this.numericUpDown2);
|
||
this.groupBox4.Controls.Add(this.label24);
|
||
this.groupBox4.Controls.Add(this.label31);
|
||
this.groupBox4.Controls.Add(this.label30);
|
||
this.groupBox4.Controls.Add(this.label29);
|
||
this.groupBox4.Controls.Add(this.label9);
|
||
this.groupBox4.Controls.Add(this.numericUpDown1);
|
||
this.groupBox4.Controls.Add(this.label10);
|
||
this.groupBox4.Controls.Add(this.comboBox3);
|
||
this.groupBox4.Controls.Add(this.label11);
|
||
this.groupBox4.Controls.Add(this.comboBox1);
|
||
this.groupBox4.Controls.Add(this.label3);
|
||
this.groupBox4.Controls.Add(this.comboBox2);
|
||
this.groupBox4.Controls.Add(this.label4);
|
||
this.groupBox4.ForeColor = System.Drawing.SystemColors.MenuText;
|
||
this.groupBox4.Location = new System.Drawing.Point(27, 16);
|
||
this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox4.Size = new System.Drawing.Size(1405, 200);
|
||
this.groupBox4.TabIndex = 11;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "参数选择";
|
||
//
|
||
// stopbutton
|
||
//
|
||
this.stopbutton.BackColor = System.Drawing.Color.White;
|
||
this.stopbutton.Font = new System.Drawing.Font("宋体", 15F);
|
||
this.stopbutton.ForeColor = System.Drawing.Color.Red;
|
||
this.stopbutton.Location = new System.Drawing.Point(1069, 26);
|
||
this.stopbutton.Margin = new System.Windows.Forms.Padding(4);
|
||
this.stopbutton.Name = "stopbutton";
|
||
this.stopbutton.Size = new System.Drawing.Size(100, 100);
|
||
this.stopbutton.TabIndex = 15;
|
||
this.stopbutton.Text = "停止";
|
||
this.stopbutton.UseVisualStyleBackColor = false;
|
||
this.stopbutton.Click += new System.EventHandler(this.stopbutton_Click);
|
||
//
|
||
// label65
|
||
//
|
||
this.label65.AutoSize = true;
|
||
this.label65.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label65.Location = new System.Drawing.Point(420, 150);
|
||
this.label65.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label65.Name = "label65";
|
||
this.label65.Size = new System.Drawing.Size(80, 18);
|
||
this.label65.TabIndex = 14;
|
||
this.label65.Text = "磁条规格";
|
||
//
|
||
// comboBox4
|
||
//
|
||
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.comboBox4.FormattingEnabled = true;
|
||
this.comboBox4.Items.AddRange(new object[] {
|
||
"角行程 ",
|
||
"直行程#25",
|
||
"直行程#50",
|
||
"直行程#110",
|
||
"直行程#210",
|
||
"特殊"});
|
||
this.comboBox4.Location = new System.Drawing.Point(520, 150);
|
||
this.comboBox4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.comboBox4.Name = "comboBox4";
|
||
this.comboBox4.Size = new System.Drawing.Size(131, 32);
|
||
this.comboBox4.TabIndex = 13;
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(750, 140);
|
||
this.button4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(140, 50);
|
||
this.button4.TabIndex = 2;
|
||
this.button4.Text = "图标滚动条";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(170, 150);
|
||
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(131, 28);
|
||
this.textBox1.TabIndex = 12;
|
||
this.textBox1.Text = "CT000001";
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(900, 140);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(140, 50);
|
||
this.button2.TabIndex = 11;
|
||
this.button2.Text = "开始测试";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(1050, 140);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(140, 50);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = "控制电机";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// numericUpDown3
|
||
//
|
||
this.numericUpDown3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown3.Location = new System.Drawing.Point(870, 90);
|
||
this.numericUpDown3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown3.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown3.Name = "numericUpDown3";
|
||
this.numericUpDown3.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown3.TabIndex = 10;
|
||
this.numericUpDown3.Value = new decimal(new int[] {
|
||
5,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.Location = new System.Drawing.Point(70, 30);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(80, 18);
|
||
this.label2.TabIndex = 2;
|
||
this.label2.Text = "测量功能";
|
||
//
|
||
// numericUpDown2
|
||
//
|
||
this.numericUpDown2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown2.Location = new System.Drawing.Point(520, 90);
|
||
this.numericUpDown2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown2.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown2.Name = "numericUpDown2";
|
||
this.numericUpDown2.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown2.TabIndex = 10;
|
||
this.numericUpDown2.TabStop = false;
|
||
this.numericUpDown2.Value = new decimal(new int[] {
|
||
1000,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label24
|
||
//
|
||
this.label24.AutoSize = true;
|
||
this.label24.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label24.Location = new System.Drawing.Point(70, 150);
|
||
this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label24.Name = "label24";
|
||
this.label24.Size = new System.Drawing.Size(80, 18);
|
||
this.label24.TabIndex = 2;
|
||
this.label24.Text = "磁条编号";
|
||
//
|
||
// label31
|
||
//
|
||
this.label31.AutoSize = true;
|
||
this.label31.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label31.Location = new System.Drawing.Point(1009, 92);
|
||
this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label31.Name = "label31";
|
||
this.label31.Size = new System.Drawing.Size(26, 18);
|
||
this.label31.TabIndex = 2;
|
||
this.label31.Text = "秒";
|
||
//
|
||
// label30
|
||
//
|
||
this.label30.AutoSize = true;
|
||
this.label30.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label30.Location = new System.Drawing.Point(659, 92);
|
||
this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label30.Name = "label30";
|
||
this.label30.Size = new System.Drawing.Size(44, 18);
|
||
this.label30.TabIndex = 2;
|
||
this.label30.Text = "毫秒";
|
||
//
|
||
// label29
|
||
//
|
||
this.label29.AutoSize = true;
|
||
this.label29.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label29.Location = new System.Drawing.Point(307, 92);
|
||
this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label29.Name = "label29";
|
||
this.label29.Size = new System.Drawing.Size(44, 18);
|
||
this.label29.TabIndex = 2;
|
||
this.label29.Text = "毫米";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label9.Location = new System.Drawing.Point(70, 90);
|
||
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(80, 18);
|
||
this.label9.TabIndex = 2;
|
||
this.label9.Text = "运行步长";
|
||
//
|
||
// numericUpDown1
|
||
//
|
||
this.numericUpDown1.DecimalPlaces = 1;
|
||
this.numericUpDown1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown1.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
65536});
|
||
this.numericUpDown1.Location = new System.Drawing.Point(170, 90);
|
||
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown1.Name = "numericUpDown1";
|
||
this.numericUpDown1.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown1.TabIndex = 10;
|
||
this.numericUpDown1.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label10.Location = new System.Drawing.Point(420, 90);
|
||
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(80, 18);
|
||
this.label10.TabIndex = 2;
|
||
this.label10.Text = "间隔时长";
|
||
//
|
||
// comboBox3
|
||
//
|
||
this.comboBox3.AutoCompleteCustomSource.AddRange(new string[] {
|
||
"00-停止",
|
||
"01-运行"});
|
||
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.comboBox3.FormattingEnabled = true;
|
||
this.comboBox3.Items.AddRange(new object[] {
|
||
"点动",
|
||
"测量一次",
|
||
"连续测量"});
|
||
this.comboBox3.Location = new System.Drawing.Point(870, 30);
|
||
this.comboBox3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.comboBox3.Name = "comboBox3";
|
||
this.comboBox3.Size = new System.Drawing.Size(131, 32);
|
||
this.comboBox3.TabIndex = 9;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label11.Location = new System.Drawing.Point(770, 90);
|
||
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(80, 18);
|
||
this.label11.TabIndex = 2;
|
||
this.label11.Text = "停止时长";
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.AutoCompleteCustomSource.AddRange(new string[] {
|
||
"00-停止",
|
||
"01-运行"});
|
||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Items.AddRange(new object[] {
|
||
"停止",
|
||
"运行",
|
||
"运动到起始点",
|
||
"运动到结束点"});
|
||
this.comboBox1.Location = new System.Drawing.Point(520, 30);
|
||
this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(131, 32);
|
||
this.comboBox1.TabIndex = 9;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(420, 30);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(80, 18);
|
||
this.label3.TabIndex = 2;
|
||
this.label3.Text = "运行状态";
|
||
//
|
||
// comboBox2
|
||
//
|
||
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.comboBox2.FormattingEnabled = true;
|
||
this.comboBox2.Items.AddRange(new object[] {
|
||
"直行程 ",
|
||
"角行程"});
|
||
this.comboBox2.Location = new System.Drawing.Point(170, 30);
|
||
this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.comboBox2.Name = "comboBox2";
|
||
this.comboBox2.Size = new System.Drawing.Size(131, 32);
|
||
this.comboBox2.TabIndex = 9;
|
||
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(770, 30);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(80, 18);
|
||
this.label4.TabIndex = 2;
|
||
this.label4.Text = "运行模式";
|
||
//
|
||
// tabPage1
|
||
//
|
||
this.tabPage1.Controls.Add(this.groupBox7);
|
||
this.tabPage1.Controls.Add(this.groupBox6);
|
||
this.tabPage1.Location = new System.Drawing.Point(4, 28);
|
||
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.tabPage1.Name = "tabPage1";
|
||
this.tabPage1.Size = new System.Drawing.Size(1463, 919);
|
||
this.tabPage1.TabIndex = 12;
|
||
this.tabPage1.Text = "历史数据查询";
|
||
this.tabPage1.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox7
|
||
//
|
||
this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox7.Controls.Add(this.label55);
|
||
this.groupBox7.Controls.Add(this.label62);
|
||
this.groupBox7.Controls.Add(this.label61);
|
||
this.groupBox7.Controls.Add(this.label57);
|
||
this.groupBox7.Controls.Add(this.label56);
|
||
this.groupBox7.Controls.Add(this.label44);
|
||
this.groupBox7.Controls.Add(this.label54);
|
||
this.groupBox7.Controls.Add(this.label33);
|
||
this.groupBox7.Controls.Add(this.label34);
|
||
this.groupBox7.Controls.Add(this.label35);
|
||
this.groupBox7.Controls.Add(this.label36);
|
||
this.groupBox7.Controls.Add(this.label37);
|
||
this.groupBox7.Controls.Add(this.label45);
|
||
this.groupBox7.Controls.Add(this.label38);
|
||
this.groupBox7.Controls.Add(this.label39);
|
||
this.groupBox7.Controls.Add(this.label40);
|
||
this.groupBox7.Controls.Add(this.label41);
|
||
this.groupBox7.Controls.Add(this.label42);
|
||
this.groupBox7.Controls.Add(this.label43);
|
||
this.groupBox7.Controls.Add(this.chart2);
|
||
this.groupBox7.Location = new System.Drawing.Point(18, 110);
|
||
this.groupBox7.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox7.Name = "groupBox7";
|
||
this.groupBox7.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox7.Size = new System.Drawing.Size(1420, 797);
|
||
this.groupBox7.TabIndex = 18;
|
||
this.groupBox7.TabStop = false;
|
||
this.groupBox7.Text = "数据结果";
|
||
//
|
||
// label55
|
||
//
|
||
this.label55.AutoSize = true;
|
||
this.label55.Location = new System.Drawing.Point(474, 88);
|
||
this.label55.Name = "label55";
|
||
this.label55.Size = new System.Drawing.Size(62, 18);
|
||
this.label55.TabIndex = 22;
|
||
this.label55.Text = "角行程";
|
||
//
|
||
// label62
|
||
//
|
||
this.label62.AutoSize = true;
|
||
this.label62.Location = new System.Drawing.Point(784, 88);
|
||
this.label62.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label62.Name = "label62";
|
||
this.label62.Size = new System.Drawing.Size(44, 18);
|
||
this.label62.TabIndex = 20;
|
||
this.label62.Text = "0000";
|
||
//
|
||
// label61
|
||
//
|
||
this.label61.AutoSize = true;
|
||
this.label61.Location = new System.Drawing.Point(682, 88);
|
||
this.label61.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label61.Name = "label61";
|
||
this.label61.Size = new System.Drawing.Size(98, 18);
|
||
this.label61.TabIndex = 19;
|
||
this.label61.Text = "磁条长度 =";
|
||
//
|
||
// label57
|
||
//
|
||
this.label57.AutoSize = true;
|
||
this.label57.Location = new System.Drawing.Point(1035, 88);
|
||
this.label57.Name = "label57";
|
||
this.label57.Size = new System.Drawing.Size(17, 18);
|
||
this.label57.TabIndex = 18;
|
||
this.label57.Text = "0";
|
||
//
|
||
// label56
|
||
//
|
||
this.label56.AutoSize = true;
|
||
this.label56.Location = new System.Drawing.Point(148, 46);
|
||
this.label56.Name = "label56";
|
||
this.label56.Size = new System.Drawing.Size(62, 18);
|
||
this.label56.TabIndex = 18;
|
||
this.label56.Text = "直行程";
|
||
//
|
||
// label44
|
||
//
|
||
this.label44.AutoSize = true;
|
||
this.label44.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label44.Location = new System.Drawing.Point(912, 88);
|
||
this.label44.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label44.Name = "label44";
|
||
this.label44.Size = new System.Drawing.Size(116, 18);
|
||
this.label44.TabIndex = 17;
|
||
this.label44.Text = "一共多少条 =";
|
||
//
|
||
// label54
|
||
//
|
||
this.label54.AutoSize = true;
|
||
this.label54.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label54.Location = new System.Drawing.Point(231, 88);
|
||
this.label54.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label54.Name = "label54";
|
||
this.label54.Size = new System.Drawing.Size(44, 18);
|
||
this.label54.TabIndex = 15;
|
||
this.label54.Text = "毫伏";
|
||
//
|
||
// label33
|
||
//
|
||
this.label33.AutoSize = true;
|
||
this.label33.Location = new System.Drawing.Point(178, 88);
|
||
this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label33.Name = "label33";
|
||
this.label33.Size = new System.Drawing.Size(44, 18);
|
||
this.label33.TabIndex = 4;
|
||
this.label33.Text = "0000";
|
||
//
|
||
// label34
|
||
//
|
||
this.label34.AutoSize = true;
|
||
this.label34.Location = new System.Drawing.Point(1046, 48);
|
||
this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label34.Name = "label34";
|
||
this.label34.Size = new System.Drawing.Size(62, 18);
|
||
this.label34.TabIndex = 5;
|
||
this.label34.Text = "无状态";
|
||
//
|
||
// label35
|
||
//
|
||
this.label35.AutoSize = true;
|
||
this.label35.Location = new System.Drawing.Point(784, 50);
|
||
this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label35.Name = "label35";
|
||
this.label35.Size = new System.Drawing.Size(44, 18);
|
||
this.label35.TabIndex = 6;
|
||
this.label35.Text = "点动";
|
||
//
|
||
// label36
|
||
//
|
||
this.label36.AutoSize = true;
|
||
this.label36.Location = new System.Drawing.Point(474, 48);
|
||
this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label36.Name = "label36";
|
||
this.label36.Size = new System.Drawing.Size(44, 18);
|
||
this.label36.TabIndex = 7;
|
||
this.label36.Text = "停止";
|
||
//
|
||
// label37
|
||
//
|
||
this.label37.Location = new System.Drawing.Point(0, 0);
|
||
this.label37.Name = "label37";
|
||
this.label37.Size = new System.Drawing.Size(100, 22);
|
||
this.label37.TabIndex = 8;
|
||
//
|
||
// label45
|
||
//
|
||
this.label45.AutoSize = true;
|
||
this.label45.Location = new System.Drawing.Point(789, 88);
|
||
this.label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label45.Name = "label45";
|
||
this.label45.Size = new System.Drawing.Size(17, 18);
|
||
this.label45.TabIndex = 9;
|
||
this.label45.Text = " ";
|
||
//
|
||
// label38
|
||
//
|
||
this.label38.AutoSize = true;
|
||
this.label38.Location = new System.Drawing.Point(340, 88);
|
||
this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label38.Name = "label38";
|
||
this.label38.Size = new System.Drawing.Size(98, 18);
|
||
this.label38.TabIndex = 9;
|
||
this.label38.Text = "磁条规格 =";
|
||
//
|
||
// label39
|
||
//
|
||
this.label39.AutoSize = true;
|
||
this.label39.Location = new System.Drawing.Point(50, 88);
|
||
this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label39.Name = "label39";
|
||
this.label39.Size = new System.Drawing.Size(134, 18);
|
||
this.label39.TabIndex = 10;
|
||
this.label39.Text = "位置采样电压 =";
|
||
//
|
||
// label40
|
||
//
|
||
this.label40.AutoSize = true;
|
||
this.label40.Location = new System.Drawing.Point(912, 48);
|
||
this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label40.Name = "label40";
|
||
this.label40.Size = new System.Drawing.Size(134, 18);
|
||
this.label40.TabIndex = 11;
|
||
this.label40.Text = "到位开关状态 =";
|
||
//
|
||
// label41
|
||
//
|
||
this.label41.AutoSize = true;
|
||
this.label41.Location = new System.Drawing.Point(682, 48);
|
||
this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label41.Name = "label41";
|
||
this.label41.Size = new System.Drawing.Size(98, 18);
|
||
this.label41.TabIndex = 12;
|
||
this.label41.Text = "运行模式 =";
|
||
//
|
||
// label42
|
||
//
|
||
this.label42.AutoSize = true;
|
||
this.label42.Location = new System.Drawing.Point(340, 48);
|
||
this.label42.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label42.Name = "label42";
|
||
this.label42.Size = new System.Drawing.Size(134, 18);
|
||
this.label42.TabIndex = 13;
|
||
this.label42.Text = "电机运行状态 =";
|
||
//
|
||
// label43
|
||
//
|
||
this.label43.AutoSize = true;
|
||
this.label43.Location = new System.Drawing.Point(50, 48);
|
||
this.label43.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label43.Name = "label43";
|
||
this.label43.Size = new System.Drawing.Size(98, 18);
|
||
this.label43.TabIndex = 14;
|
||
this.label43.Text = "测量功能 =";
|
||
//
|
||
// chart2
|
||
//
|
||
this.chart2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.chart2.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
|
||
chartArea2.Name = "ChartArea1";
|
||
this.chart2.ChartAreas.Add(chartArea2);
|
||
legend2.Name = "Legend1";
|
||
this.chart2.Legends.Add(legend2);
|
||
this.chart2.Location = new System.Drawing.Point(9, 134);
|
||
this.chart2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.chart2.Name = "chart2";
|
||
series2.ChartArea = "ChartArea1";
|
||
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
||
series2.Legend = "Legend1";
|
||
series2.Name = "电压";
|
||
this.chart2.Series.Add(series2);
|
||
this.chart2.Size = new System.Drawing.Size(1377, 655);
|
||
this.chart2.TabIndex = 2;
|
||
this.chart2.Text = "chart2";
|
||
this.chart2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart2_MouseDown);
|
||
this.chart2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart2_MouseUp);
|
||
//
|
||
// groupBox6
|
||
//
|
||
this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox6.BackColor = System.Drawing.Color.LightSteelBlue;
|
||
this.groupBox6.Controls.Add(this.textBox2);
|
||
this.groupBox6.Controls.Add(this.button3);
|
||
this.groupBox6.Controls.Add(this.label25);
|
||
this.groupBox6.Controls.Add(this.dateTimePicker3);
|
||
this.groupBox6.Controls.Add(this.label26);
|
||
this.groupBox6.Controls.Add(this.dateTimePicker2);
|
||
this.groupBox6.Controls.Add(this.label28);
|
||
this.groupBox6.Controls.Add(this.dateTimePicker1);
|
||
this.groupBox6.Controls.Add(this.label27);
|
||
this.groupBox6.Location = new System.Drawing.Point(18, 22);
|
||
this.groupBox6.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox6.Name = "groupBox6";
|
||
this.groupBox6.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox6.Size = new System.Drawing.Size(1421, 80);
|
||
this.groupBox6.TabIndex = 17;
|
||
this.groupBox6.TabStop = false;
|
||
this.groupBox6.Text = "查询条件";
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(126, 31);
|
||
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(100, 28);
|
||
this.textBox2.TabIndex = 14;
|
||
this.textBox2.Text = "CT000001";
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(1052, 16);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(129, 52);
|
||
this.button3.TabIndex = 16;
|
||
this.button3.Text = "查询";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click_1);
|
||
//
|
||
// label25
|
||
//
|
||
this.label25.AutoSize = true;
|
||
this.label25.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label25.Location = new System.Drawing.Point(20, 36);
|
||
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label25.Name = "label25";
|
||
this.label25.Size = new System.Drawing.Size(98, 18);
|
||
this.label25.TabIndex = 13;
|
||
this.label25.Text = "磁条编号:";
|
||
//
|
||
// dateTimePicker3
|
||
//
|
||
this.dateTimePicker3.CustomFormat = "HH:mm:ss";
|
||
this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker3.Location = new System.Drawing.Point(633, 31);
|
||
this.dateTimePicker3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker3.Name = "dateTimePicker3";
|
||
this.dateTimePicker3.ShowUpDown = true;
|
||
this.dateTimePicker3.Size = new System.Drawing.Size(114, 28);
|
||
this.dateTimePicker3.TabIndex = 15;
|
||
//
|
||
// label26
|
||
//
|
||
this.label26.AutoSize = true;
|
||
this.label26.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label26.Location = new System.Drawing.Point(539, 36);
|
||
this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label26.Name = "label26";
|
||
this.label26.Size = new System.Drawing.Size(98, 18);
|
||
this.label26.TabIndex = 13;
|
||
this.label26.Text = "开始时间:";
|
||
//
|
||
// dateTimePicker2
|
||
//
|
||
this.dateTimePicker2.CustomFormat = "HH:mm:ss";
|
||
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker2.Location = new System.Drawing.Point(893, 31);
|
||
this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||
this.dateTimePicker2.ShowUpDown = true;
|
||
this.dateTimePicker2.Size = new System.Drawing.Size(108, 28);
|
||
this.dateTimePicker2.TabIndex = 15;
|
||
//
|
||
// label28
|
||
//
|
||
this.label28.AutoSize = true;
|
||
this.label28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label28.Location = new System.Drawing.Point(279, 34);
|
||
this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label28.Name = "label28";
|
||
this.label28.Size = new System.Drawing.Size(62, 18);
|
||
this.label28.TabIndex = 13;
|
||
this.label28.Text = "日期:";
|
||
//
|
||
// dateTimePicker1
|
||
//
|
||
this.dateTimePicker1.CustomFormat = "YYYY-MM-DD";
|
||
this.dateTimePicker1.Location = new System.Drawing.Point(349, 29);
|
||
this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||
this.dateTimePicker1.Size = new System.Drawing.Size(187, 28);
|
||
this.dateTimePicker1.TabIndex = 15;
|
||
//
|
||
// label27
|
||
//
|
||
this.label27.AutoSize = true;
|
||
this.label27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label27.Location = new System.Drawing.Point(787, 36);
|
||
this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label27.Name = "label27";
|
||
this.label27.Size = new System.Drawing.Size(98, 18);
|
||
this.label27.TabIndex = 13;
|
||
this.label27.Text = "结束时间:";
|
||
//
|
||
// 高级查询
|
||
//
|
||
this.高级查询.Controls.Add(this.textBox9);
|
||
this.高级查询.Controls.Add(this.textBox8);
|
||
this.高级查询.Controls.Add(this.textBox6);
|
||
this.高级查询.Controls.Add(this.label78);
|
||
this.高级查询.Controls.Add(this.label77);
|
||
this.高级查询.Controls.Add(this.numericUpDown9);
|
||
this.高级查询.Controls.Add(this.numericUpDown8);
|
||
this.高级查询.Controls.Add(this.textBox5);
|
||
this.高级查询.Controls.Add(this.textBox4);
|
||
this.高级查询.Controls.Add(this.groupBox10);
|
||
this.高级查询.Controls.Add(this.chart3);
|
||
this.高级查询.Controls.Add(this.groupBox8);
|
||
this.高级查询.Location = new System.Drawing.Point(4, 28);
|
||
this.高级查询.Margin = new System.Windows.Forms.Padding(4);
|
||
this.高级查询.Name = "高级查询";
|
||
this.高级查询.Padding = new System.Windows.Forms.Padding(4);
|
||
this.高级查询.Size = new System.Drawing.Size(1463, 919);
|
||
this.高级查询.TabIndex = 13;
|
||
this.高级查询.Text = "高级查询";
|
||
this.高级查询.UseVisualStyleBackColor = true;
|
||
//
|
||
// textBox9
|
||
//
|
||
this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.textBox9.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.textBox9.ForeColor = System.Drawing.Color.DarkRed;
|
||
this.textBox9.Location = new System.Drawing.Point(536, 330);
|
||
this.textBox9.Name = "textBox9";
|
||
this.textBox9.Size = new System.Drawing.Size(443, 28);
|
||
this.textBox9.TabIndex = 40;
|
||
//
|
||
// textBox8
|
||
//
|
||
this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.textBox8.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.textBox8.ForeColor = System.Drawing.Color.DarkRed;
|
||
this.textBox8.Location = new System.Drawing.Point(267, 332);
|
||
this.textBox8.Name = "textBox8";
|
||
this.textBox8.Size = new System.Drawing.Size(99, 28);
|
||
this.textBox8.TabIndex = 39;
|
||
//
|
||
// textBox6
|
||
//
|
||
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.textBox6.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.textBox6.ForeColor = System.Drawing.Color.DarkRed;
|
||
this.textBox6.Location = new System.Drawing.Point(379, 332);
|
||
this.textBox6.Name = "textBox6";
|
||
this.textBox6.Size = new System.Drawing.Size(151, 28);
|
||
this.textBox6.TabIndex = 38;
|
||
//
|
||
// label78
|
||
//
|
||
this.label78.AutoSize = true;
|
||
this.label78.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label78.Location = new System.Drawing.Point(129, 334);
|
||
this.label78.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label78.Name = "label78";
|
||
this.label78.Size = new System.Drawing.Size(26, 18);
|
||
this.label78.TabIndex = 36;
|
||
this.label78.Text = "终";
|
||
this.label78.Visible = false;
|
||
//
|
||
// label77
|
||
//
|
||
this.label77.AutoSize = true;
|
||
this.label77.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label77.Location = new System.Drawing.Point(4, 332);
|
||
this.label77.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label77.Name = "label77";
|
||
this.label77.Size = new System.Drawing.Size(26, 18);
|
||
this.label77.TabIndex = 35;
|
||
this.label77.Text = "始";
|
||
this.label77.Visible = false;
|
||
//
|
||
// numericUpDown9
|
||
//
|
||
this.numericUpDown9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown9.Location = new System.Drawing.Point(163, 332);
|
||
this.numericUpDown9.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown9.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown9.Name = "numericUpDown9";
|
||
this.numericUpDown9.Size = new System.Drawing.Size(68, 28);
|
||
this.numericUpDown9.TabIndex = 34;
|
||
this.numericUpDown9.Value = new decimal(new int[] {
|
||
90,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown9.Visible = false;
|
||
//
|
||
// numericUpDown8
|
||
//
|
||
this.numericUpDown8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown8.Increment = new decimal(new int[] {
|
||
5,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown8.Location = new System.Drawing.Point(38, 330);
|
||
this.numericUpDown8.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown8.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown8.Name = "numericUpDown8";
|
||
this.numericUpDown8.Size = new System.Drawing.Size(68, 28);
|
||
this.numericUpDown8.TabIndex = 33;
|
||
this.numericUpDown8.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown8.Visible = false;
|
||
//
|
||
// textBox5
|
||
//
|
||
this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBox5.BackColor = System.Drawing.Color.White;
|
||
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.textBox5.Location = new System.Drawing.Point(1176, 351);
|
||
this.textBox5.Margin = new System.Windows.Forms.Padding(4);
|
||
this.textBox5.Name = "textBox5";
|
||
this.textBox5.Size = new System.Drawing.Size(122, 21);
|
||
this.textBox5.TabIndex = 24;
|
||
//
|
||
// textBox4
|
||
//
|
||
this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.textBox4.Location = new System.Drawing.Point(789, 351);
|
||
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.textBox4.Name = "textBox4";
|
||
this.textBox4.Size = new System.Drawing.Size(341, 21);
|
||
this.textBox4.TabIndex = 23;
|
||
//
|
||
// groupBox10
|
||
//
|
||
this.groupBox10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox10.Controls.Add(this.groupBox12);
|
||
this.groupBox10.Controls.Add(this.groupBox11);
|
||
this.groupBox10.Controls.Add(this.listView1);
|
||
this.groupBox10.Location = new System.Drawing.Point(9, 100);
|
||
this.groupBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.groupBox10.Name = "groupBox10";
|
||
this.groupBox10.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.groupBox10.Size = new System.Drawing.Size(1436, 226);
|
||
this.groupBox10.TabIndex = 22;
|
||
this.groupBox10.TabStop = false;
|
||
this.groupBox10.Text = "测试记录";
|
||
//
|
||
// groupBox12
|
||
//
|
||
this.groupBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox12.Controls.Add(this.label74);
|
||
this.groupBox12.Controls.Add(this.label75);
|
||
this.groupBox12.Controls.Add(this.button7);
|
||
this.groupBox12.Controls.Add(this.label72);
|
||
this.groupBox12.Controls.Add(this.label68);
|
||
this.groupBox12.Controls.Add(this.label67);
|
||
this.groupBox12.Controls.Add(this.label66);
|
||
this.groupBox12.Controls.Add(this.label63);
|
||
this.groupBox12.Controls.Add(this.label32);
|
||
this.groupBox12.Controls.Add(this.label51);
|
||
this.groupBox12.Controls.Add(this.label50);
|
||
this.groupBox12.Location = new System.Drawing.Point(976, 13);
|
||
this.groupBox12.Name = "groupBox12";
|
||
this.groupBox12.Size = new System.Drawing.Size(192, 213);
|
||
this.groupBox12.TabIndex = 44;
|
||
this.groupBox12.TabStop = false;
|
||
//
|
||
// label74
|
||
//
|
||
this.label74.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label74.AutoSize = true;
|
||
this.label74.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label74.Location = new System.Drawing.Point(102, 133);
|
||
this.label74.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label74.Name = "label74";
|
||
this.label74.Size = new System.Drawing.Size(35, 18);
|
||
this.label74.TabIndex = 53;
|
||
this.label74.Text = "000";
|
||
//
|
||
// label75
|
||
//
|
||
this.label75.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label75.AutoSize = true;
|
||
this.label75.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label75.Location = new System.Drawing.Point(12, 133);
|
||
this.label75.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label75.Name = "label75";
|
||
this.label75.Size = new System.Drawing.Size(80, 18);
|
||
this.label75.TabIndex = 52;
|
||
this.label75.Text = "误 差:";
|
||
//
|
||
// button7
|
||
//
|
||
this.button7.Location = new System.Drawing.Point(15, 155);
|
||
this.button7.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button7.Name = "button7";
|
||
this.button7.Size = new System.Drawing.Size(130, 50);
|
||
this.button7.TabIndex = 51;
|
||
this.button7.Text = "导出";
|
||
this.button7.UseVisualStyleBackColor = true;
|
||
this.button7.Click += new System.EventHandler(this.button7_Click);
|
||
//
|
||
// label72
|
||
//
|
||
this.label72.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label72.AutoSize = true;
|
||
this.label72.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label72.Location = new System.Drawing.Point(102, 103);
|
||
this.label72.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label72.Name = "label72";
|
||
this.label72.Size = new System.Drawing.Size(35, 18);
|
||
this.label72.TabIndex = 50;
|
||
this.label72.Text = "000";
|
||
//
|
||
// label68
|
||
//
|
||
this.label68.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label68.AutoSize = true;
|
||
this.label68.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label68.Location = new System.Drawing.Point(12, 103);
|
||
this.label68.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label68.Name = "label68";
|
||
this.label68.Size = new System.Drawing.Size(80, 18);
|
||
this.label68.TabIndex = 49;
|
||
this.label68.Text = "重复性:";
|
||
//
|
||
// label67
|
||
//
|
||
this.label67.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label67.AutoSize = true;
|
||
this.label67.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label67.Location = new System.Drawing.Point(102, 73);
|
||
this.label67.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label67.Name = "label67";
|
||
this.label67.Size = new System.Drawing.Size(35, 18);
|
||
this.label67.TabIndex = 48;
|
||
this.label67.Text = "000";
|
||
//
|
||
// label66
|
||
//
|
||
this.label66.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label66.AutoSize = true;
|
||
this.label66.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label66.Location = new System.Drawing.Point(12, 73);
|
||
this.label66.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label66.Name = "label66";
|
||
this.label66.Size = new System.Drawing.Size(80, 18);
|
||
this.label66.TabIndex = 47;
|
||
this.label66.Text = "线性度:";
|
||
//
|
||
// label63
|
||
//
|
||
this.label63.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label63.AutoSize = true;
|
||
this.label63.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label63.Location = new System.Drawing.Point(102, 43);
|
||
this.label63.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label63.Name = "label63";
|
||
this.label63.Size = new System.Drawing.Size(35, 18);
|
||
this.label63.TabIndex = 46;
|
||
this.label63.Text = "000";
|
||
//
|
||
// label32
|
||
//
|
||
this.label32.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label32.AutoSize = true;
|
||
this.label32.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label32.Location = new System.Drawing.Point(12, 43);
|
||
this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label32.Name = "label32";
|
||
this.label32.Size = new System.Drawing.Size(80, 18);
|
||
this.label32.TabIndex = 45;
|
||
this.label32.Text = "回 差:";
|
||
//
|
||
// label51
|
||
//
|
||
this.label51.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label51.AutoSize = true;
|
||
this.label51.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label51.Location = new System.Drawing.Point(102, 13);
|
||
this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label51.Name = "label51";
|
||
this.label51.Size = new System.Drawing.Size(35, 18);
|
||
this.label51.TabIndex = 44;
|
||
this.label51.Text = "000";
|
||
//
|
||
// label50
|
||
//
|
||
this.label50.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label50.AutoSize = true;
|
||
this.label50.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label50.Location = new System.Drawing.Point(12, 13);
|
||
this.label50.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label50.Name = "label50";
|
||
this.label50.Size = new System.Drawing.Size(80, 18);
|
||
this.label50.TabIndex = 43;
|
||
this.label50.Text = "数据量:";
|
||
//
|
||
// groupBox11
|
||
//
|
||
this.groupBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox11.Controls.Add(this.numericUpDown7);
|
||
this.groupBox11.Controls.Add(this.label76);
|
||
this.groupBox11.Controls.Add(this.numericUpDown6);
|
||
this.groupBox11.Controls.Add(this.label73);
|
||
this.groupBox11.Controls.Add(this.button6);
|
||
this.groupBox11.Controls.Add(this.label71);
|
||
this.groupBox11.Controls.Add(this.numericUpDown5);
|
||
this.groupBox11.Controls.Add(this.numericUpDown4);
|
||
this.groupBox11.Controls.Add(this.label70);
|
||
this.groupBox11.Controls.Add(this.label69);
|
||
this.groupBox11.Location = new System.Drawing.Point(1167, 13);
|
||
this.groupBox11.Name = "groupBox11";
|
||
this.groupBox11.Size = new System.Drawing.Size(263, 203);
|
||
this.groupBox11.TabIndex = 43;
|
||
this.groupBox11.TabStop = false;
|
||
//
|
||
// numericUpDown7
|
||
//
|
||
this.numericUpDown7.DecimalPlaces = 2;
|
||
this.numericUpDown7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown7.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.numericUpDown7.Location = new System.Drawing.Point(125, 159);
|
||
this.numericUpDown7.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown7.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown7.Name = "numericUpDown7";
|
||
this.numericUpDown7.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown7.TabIndex = 54;
|
||
this.numericUpDown7.Value = new decimal(new int[] {
|
||
2,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown7.Visible = false;
|
||
//
|
||
// label76
|
||
//
|
||
this.label76.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label76.AutoSize = true;
|
||
this.label76.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label76.Location = new System.Drawing.Point(8, 159);
|
||
this.label76.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label76.Name = "label76";
|
||
this.label76.Size = new System.Drawing.Size(107, 18);
|
||
this.label76.TabIndex = 53;
|
||
this.label76.Text = "误 差(%) <";
|
||
this.label76.Visible = false;
|
||
//
|
||
// numericUpDown6
|
||
//
|
||
this.numericUpDown6.DecimalPlaces = 2;
|
||
this.numericUpDown6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown6.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.numericUpDown6.Location = new System.Drawing.Point(125, 129);
|
||
this.numericUpDown6.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown6.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown6.Name = "numericUpDown6";
|
||
this.numericUpDown6.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown6.TabIndex = 52;
|
||
this.numericUpDown6.Value = new decimal(new int[] {
|
||
95,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown6.Visible = false;
|
||
//
|
||
// label73
|
||
//
|
||
this.label73.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label73.AutoSize = true;
|
||
this.label73.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label73.Location = new System.Drawing.Point(8, 129);
|
||
this.label73.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label73.Name = "label73";
|
||
this.label73.Size = new System.Drawing.Size(107, 18);
|
||
this.label73.TabIndex = 51;
|
||
this.label73.Text = "重复性(%) >";
|
||
this.label73.Visible = false;
|
||
//
|
||
// button6
|
||
//
|
||
this.button6.Location = new System.Drawing.Point(7, 9);
|
||
this.button6.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button6.Name = "button6";
|
||
this.button6.Size = new System.Drawing.Size(130, 50);
|
||
this.button6.TabIndex = 50;
|
||
this.button6.Text = "标准设定";
|
||
this.button6.UseVisualStyleBackColor = true;
|
||
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
//
|
||
// label71
|
||
//
|
||
this.label71.AutoSize = true;
|
||
this.label71.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label71.ForeColor = System.Drawing.SystemColors.AppWorkspace;
|
||
this.label71.Location = new System.Drawing.Point(149, 17);
|
||
this.label71.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label71.Name = "label71";
|
||
this.label71.Size = new System.Drawing.Size(89, 36);
|
||
this.label71.TabIndex = 49;
|
||
this.label71.Text = "合格";
|
||
//
|
||
// numericUpDown5
|
||
//
|
||
this.numericUpDown5.DecimalPlaces = 2;
|
||
this.numericUpDown5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown5.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.numericUpDown5.Location = new System.Drawing.Point(125, 99);
|
||
this.numericUpDown5.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown5.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown5.Name = "numericUpDown5";
|
||
this.numericUpDown5.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown5.TabIndex = 48;
|
||
this.numericUpDown5.Value = new decimal(new int[] {
|
||
5,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown5.Visible = false;
|
||
//
|
||
// numericUpDown4
|
||
//
|
||
this.numericUpDown4.DecimalPlaces = 2;
|
||
this.numericUpDown4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.numericUpDown4.Increment = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.numericUpDown4.Location = new System.Drawing.Point(125, 69);
|
||
this.numericUpDown4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.numericUpDown4.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.Name = "numericUpDown4";
|
||
this.numericUpDown4.Size = new System.Drawing.Size(131, 28);
|
||
this.numericUpDown4.TabIndex = 47;
|
||
this.numericUpDown4.Value = new decimal(new int[] {
|
||
2,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown4.Visible = false;
|
||
//
|
||
// label70
|
||
//
|
||
this.label70.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label70.AutoSize = true;
|
||
this.label70.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label70.Location = new System.Drawing.Point(8, 99);
|
||
this.label70.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label70.Name = "label70";
|
||
this.label70.Size = new System.Drawing.Size(107, 18);
|
||
this.label70.TabIndex = 46;
|
||
this.label70.Text = "线性度(%) <";
|
||
this.label70.Visible = false;
|
||
//
|
||
// label69
|
||
//
|
||
this.label69.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label69.AutoSize = true;
|
||
this.label69.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label69.Location = new System.Drawing.Point(8, 69);
|
||
this.label69.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label69.Name = "label69";
|
||
this.label69.Size = new System.Drawing.Size(107, 18);
|
||
this.label69.TabIndex = 45;
|
||
this.label69.Text = "回 差(%) <";
|
||
this.label69.Visible = false;
|
||
//
|
||
// listView1
|
||
//
|
||
this.listView1.AllowColumnReorder = true;
|
||
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
this.编号,
|
||
this.磁条编号,
|
||
this.磁条规格,
|
||
this.开始时间,
|
||
this.结束时间});
|
||
this.listView1.FullRowSelect = true;
|
||
this.listView1.GridLines = true;
|
||
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||
this.listView1.HideSelection = false;
|
||
this.listView1.Location = new System.Drawing.Point(0, 27);
|
||
this.listView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.listView1.Name = "listView1";
|
||
this.listView1.Size = new System.Drawing.Size(970, 182);
|
||
this.listView1.SmallImageList = this.imageList1;
|
||
this.listView1.TabIndex = 20;
|
||
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
this.listView1.View = System.Windows.Forms.View.Details;
|
||
this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
|
||
//
|
||
// 编号
|
||
//
|
||
this.编号.Text = "测试编号";
|
||
this.编号.Width = 100;
|
||
//
|
||
// 磁条编号
|
||
//
|
||
this.磁条编号.Text = "磁条编号";
|
||
this.磁条编号.Width = 97;
|
||
//
|
||
// 磁条规格
|
||
//
|
||
this.磁条规格.Text = "磁条规格";
|
||
this.磁条规格.Width = 140;
|
||
//
|
||
// 开始时间
|
||
//
|
||
this.开始时间.Text = "开始时间";
|
||
this.开始时间.Width = 140;
|
||
//
|
||
// 结束时间
|
||
//
|
||
this.结束时间.Text = "结束时间";
|
||
this.结束时间.Width = 140;
|
||
//
|
||
// imageList1
|
||
//
|
||
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
||
this.imageList1.ImageSize = new System.Drawing.Size(24, 24);
|
||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||
//
|
||
// chart3
|
||
//
|
||
this.chart3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
chartArea3.Name = "ChartArea1";
|
||
this.chart3.ChartAreas.Add(chartArea3);
|
||
legend3.Name = "Legend1";
|
||
this.chart3.Legends.Add(legend3);
|
||
this.chart3.Location = new System.Drawing.Point(9, 366);
|
||
this.chart3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.chart3.Name = "chart3";
|
||
series3.ChartArea = "ChartArea1";
|
||
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
||
series3.Legend = "Legend1";
|
||
series3.Name = "电压";
|
||
series4.ChartArea = "ChartArea1";
|
||
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
|
||
series4.Legend = "Legend1";
|
||
series4.Name = "辅助线";
|
||
this.chart3.Series.Add(series3);
|
||
this.chart3.Series.Add(series4);
|
||
this.chart3.Size = new System.Drawing.Size(1436, 549);
|
||
this.chart3.TabIndex = 19;
|
||
this.chart3.Text = "chart3";
|
||
this.chart3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart3_MouseDown);
|
||
this.chart3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart3_MouseMove);
|
||
this.chart3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chart3_MouseUp);
|
||
//
|
||
// groupBox8
|
||
//
|
||
this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox8.BackColor = System.Drawing.Color.LightSteelBlue;
|
||
this.groupBox8.Controls.Add(this.textBox3);
|
||
this.groupBox8.Controls.Add(this.button5);
|
||
this.groupBox8.Controls.Add(this.label46);
|
||
this.groupBox8.Controls.Add(this.dateTimePicker4);
|
||
this.groupBox8.Controls.Add(this.label47);
|
||
this.groupBox8.Controls.Add(this.dateTimePicker5);
|
||
this.groupBox8.Controls.Add(this.label48);
|
||
this.groupBox8.Controls.Add(this.dateTimePicker6);
|
||
this.groupBox8.Controls.Add(this.label49);
|
||
this.groupBox8.Location = new System.Drawing.Point(9, 14);
|
||
this.groupBox8.Margin = new System.Windows.Forms.Padding(4);
|
||
this.groupBox8.Name = "groupBox8";
|
||
this.groupBox8.Padding = new System.Windows.Forms.Padding(4);
|
||
this.groupBox8.Size = new System.Drawing.Size(1421, 80);
|
||
this.groupBox8.TabIndex = 18;
|
||
this.groupBox8.TabStop = false;
|
||
this.groupBox8.Text = "查询条件";
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(126, 34);
|
||
this.textBox3.Margin = new System.Windows.Forms.Padding(4);
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(122, 28);
|
||
this.textBox3.TabIndex = 14;
|
||
this.textBox3.Text = "CT000001";
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Location = new System.Drawing.Point(1052, 20);
|
||
this.button5.Margin = new System.Windows.Forms.Padding(4);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(130, 50);
|
||
this.button5.TabIndex = 16;
|
||
this.button5.Text = "查询";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
//
|
||
// label46
|
||
//
|
||
this.label46.AutoSize = true;
|
||
this.label46.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label46.Location = new System.Drawing.Point(20, 40);
|
||
this.label46.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label46.Name = "label46";
|
||
this.label46.Size = new System.Drawing.Size(98, 18);
|
||
this.label46.TabIndex = 13;
|
||
this.label46.Text = "磁条编号:";
|
||
//
|
||
// dateTimePicker4
|
||
//
|
||
this.dateTimePicker4.CustomFormat = "HH:mm:ss";
|
||
this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker4.Location = new System.Drawing.Point(650, 34);
|
||
this.dateTimePicker4.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker4.Name = "dateTimePicker4";
|
||
this.dateTimePicker4.ShowUpDown = true;
|
||
this.dateTimePicker4.Size = new System.Drawing.Size(114, 28);
|
||
this.dateTimePicker4.TabIndex = 15;
|
||
this.dateTimePicker4.Value = new System.DateTime(2024, 1, 16, 8, 0, 0, 0);
|
||
//
|
||
// label47
|
||
//
|
||
this.label47.AutoSize = true;
|
||
this.label47.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label47.Location = new System.Drawing.Point(544, 40);
|
||
this.label47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label47.Name = "label47";
|
||
this.label47.Size = new System.Drawing.Size(98, 18);
|
||
this.label47.TabIndex = 13;
|
||
this.label47.Text = "开始时间:";
|
||
//
|
||
// dateTimePicker5
|
||
//
|
||
this.dateTimePicker5.CustomFormat = "HH:mm:ss";
|
||
this.dateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
this.dateTimePicker5.Location = new System.Drawing.Point(892, 34);
|
||
this.dateTimePicker5.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker5.Name = "dateTimePicker5";
|
||
this.dateTimePicker5.ShowUpDown = true;
|
||
this.dateTimePicker5.Size = new System.Drawing.Size(108, 28);
|
||
this.dateTimePicker5.TabIndex = 15;
|
||
this.dateTimePicker5.Value = new System.DateTime(2024, 1, 16, 18, 0, 0, 0);
|
||
//
|
||
// label48
|
||
//
|
||
this.label48.AutoSize = true;
|
||
this.label48.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label48.Location = new System.Drawing.Point(264, 40);
|
||
this.label48.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label48.Name = "label48";
|
||
this.label48.Size = new System.Drawing.Size(62, 18);
|
||
this.label48.TabIndex = 13;
|
||
this.label48.Text = "日期:";
|
||
//
|
||
// dateTimePicker6
|
||
//
|
||
this.dateTimePicker6.CustomFormat = "YYYY-MM-DD";
|
||
this.dateTimePicker6.Location = new System.Drawing.Point(334, 34);
|
||
this.dateTimePicker6.Margin = new System.Windows.Forms.Padding(4);
|
||
this.dateTimePicker6.Name = "dateTimePicker6";
|
||
this.dateTimePicker6.Size = new System.Drawing.Size(187, 28);
|
||
this.dateTimePicker6.TabIndex = 15;
|
||
//
|
||
// label49
|
||
//
|
||
this.label49.AutoSize = true;
|
||
this.label49.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label49.Location = new System.Drawing.Point(786, 40);
|
||
this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
this.label49.Name = "label49";
|
||
this.label49.Size = new System.Drawing.Size(98, 18);
|
||
this.label49.TabIndex = 13;
|
||
this.label49.Text = "结束时间:";
|
||
//
|
||
// groupBox9
|
||
//
|
||
this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.groupBox9.Controls.Add(this.txtReceive);
|
||
this.groupBox9.Location = new System.Drawing.Point(18, 357);
|
||
this.groupBox9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox9.Name = "groupBox9";
|
||
this.groupBox9.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.groupBox9.Size = new System.Drawing.Size(309, 653);
|
||
this.groupBox9.TabIndex = 38;
|
||
this.groupBox9.TabStop = false;
|
||
this.groupBox9.Text = "调试区";
|
||
//
|
||
// groupBox13
|
||
//
|
||
this.groupBox13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.groupBox13.Controls.Add(this.textBox7);
|
||
this.groupBox13.Location = new System.Drawing.Point(0, 357);
|
||
this.groupBox13.Name = "groupBox13";
|
||
this.groupBox13.Size = new System.Drawing.Size(349, 653);
|
||
this.groupBox13.TabIndex = 39;
|
||
this.groupBox13.TabStop = false;
|
||
this.groupBox13.Text = "说明";
|
||
//
|
||
// textBox7
|
||
//
|
||
this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBox7.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.textBox7.Location = new System.Drawing.Point(11, 24);
|
||
this.textBox7.Multiline = true;
|
||
this.textBox7.Name = "textBox7";
|
||
this.textBox7.Size = new System.Drawing.Size(332, 629);
|
||
this.textBox7.TabIndex = 0;
|
||
this.textBox7.Text = resources.GetString("textBox7.Text");
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.LightSteelBlue;
|
||
this.ClientSize = new System.Drawing.Size(1850, 1044);
|
||
this.Controls.Add(this.groupBox13);
|
||
this.Controls.Add(this.groupBox9);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.statusStrip1);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(4);
|
||
this.Name = "FormMain";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "磁条测试平台";
|
||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.groupBox3.PerformLayout();
|
||
this.statusStrip1.ResumeLayout(false);
|
||
this.statusStrip1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.btmP111.ResumeLayout(false);
|
||
this.tabPage5.ResumeLayout(false);
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.groupBox5.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
|
||
this.groupBox4.ResumeLayout(false);
|
||
this.groupBox4.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||
this.tabPage1.ResumeLayout(false);
|
||
this.groupBox7.ResumeLayout(false);
|
||
this.groupBox7.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
|
||
this.groupBox6.ResumeLayout(false);
|
||
this.groupBox6.PerformLayout();
|
||
this.高级查询.ResumeLayout(false);
|
||
this.高级查询.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
|
||
this.groupBox10.ResumeLayout(false);
|
||
this.groupBox12.ResumeLayout(false);
|
||
this.groupBox12.PerformLayout();
|
||
this.groupBox11.ResumeLayout(false);
|
||
this.groupBox11.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
|
||
this.groupBox8.ResumeLayout(false);
|
||
this.groupBox8.PerformLayout();
|
||
this.groupBox9.ResumeLayout(false);
|
||
this.groupBox13.ResumeLayout(false);
|
||
this.groupBox13.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.ComboBox cbStop;
|
||
private System.Windows.Forms.ComboBox cbBaudRate;
|
||
private System.Windows.Forms.ComboBox cbParity;
|
||
private System.Windows.Forms.ComboBox cbSerial;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.ComboBox cbDataBits;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Button btnOpen;
|
||
private System.Windows.Forms.RichTextBox txtReceive;
|
||
private System.Windows.Forms.ToolTip toolTip1;
|
||
private System.Windows.Forms.Timer tmSend;
|
||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsSpNum;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsBaudRate;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsDataBits;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsStopBits;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsParity;
|
||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button refreshSerial;
|
||
|
||
private System.Windows.Forms.Button clearButton;
|
||
private System.Windows.Forms.ColorDialog colorDialog1;
|
||
private System.Windows.Forms.GroupBox groupBox9;
|
||
private System.Windows.Forms.RadioButton radioButton2;
|
||
private System.Windows.Forms.RadioButton radioButton1;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.ImageList imageList1;
|
||
private System.Windows.Forms.Timer timer1;
|
||
private System.Windows.Forms.TabControl btmP111;
|
||
private System.Windows.Forms.TabPage tabPage5;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Label label64;
|
||
private System.Windows.Forms.Label label60;
|
||
private System.Windows.Forms.Label label59;
|
||
private System.Windows.Forms.Label label58;
|
||
private System.Windows.Forms.Label label53;
|
||
private System.Windows.Forms.Label label52;
|
||
private System.Windows.Forms.Label label23;
|
||
private System.Windows.Forms.Label label21;
|
||
private System.Windows.Forms.Label label19;
|
||
private System.Windows.Forms.Label label17;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label label22;
|
||
private System.Windows.Forms.Label label20;
|
||
private System.Windows.Forms.Label label18;
|
||
private System.Windows.Forms.Label label16;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.Button button4;
|
||
public System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
||
private System.Windows.Forms.Label label2;
|
||
public System.Windows.Forms.NumericUpDown numericUpDown2;
|
||
private System.Windows.Forms.Label label24;
|
||
private System.Windows.Forms.Label label31;
|
||
private System.Windows.Forms.Label label30;
|
||
private System.Windows.Forms.Label label29;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.ComboBox comboBox3;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.ComboBox comboBox2;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TabPage tabPage1;
|
||
private System.Windows.Forms.GroupBox groupBox7;
|
||
private System.Windows.Forms.Label label62;
|
||
private System.Windows.Forms.Label label61;
|
||
private System.Windows.Forms.Label label57;
|
||
private System.Windows.Forms.Label label56;
|
||
private System.Windows.Forms.Label label44;
|
||
private System.Windows.Forms.Label label54;
|
||
private System.Windows.Forms.Label label33;
|
||
private System.Windows.Forms.Label label34;
|
||
private System.Windows.Forms.Label label35;
|
||
private System.Windows.Forms.Label label36;
|
||
private System.Windows.Forms.Label label37;
|
||
private System.Windows.Forms.Label label45;
|
||
private System.Windows.Forms.Label label38;
|
||
private System.Windows.Forms.Label label39;
|
||
private System.Windows.Forms.Label label40;
|
||
private System.Windows.Forms.Label label41;
|
||
private System.Windows.Forms.Label label42;
|
||
private System.Windows.Forms.Label label43;
|
||
private System.Windows.Forms.DataVisualization.Charting.Chart chart2;
|
||
private System.Windows.Forms.GroupBox groupBox6;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Label label25;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker3;
|
||
private System.Windows.Forms.Label label26;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||
private System.Windows.Forms.Label label28;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
||
private System.Windows.Forms.Label label27;
|
||
private System.Windows.Forms.TabPage 高级查询;
|
||
private System.Windows.Forms.GroupBox groupBox10;
|
||
private System.Windows.Forms.ListView listView1;
|
||
private System.Windows.Forms.ColumnHeader 编号;
|
||
private System.Windows.Forms.ColumnHeader 开始时间;
|
||
private System.Windows.Forms.ColumnHeader 结束时间;
|
||
private System.Windows.Forms.DataVisualization.Charting.Chart chart3;
|
||
private System.Windows.Forms.GroupBox groupBox8;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.Label label46;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker4;
|
||
private System.Windows.Forms.Label label47;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker5;
|
||
private System.Windows.Forms.Label label48;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker6;
|
||
private System.Windows.Forms.Label label49;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.Label label65;
|
||
private System.Windows.Forms.ComboBox comboBox4;
|
||
private System.Windows.Forms.Label label55;
|
||
private System.Windows.Forms.ColumnHeader 磁条规格;
|
||
private System.Windows.Forms.TextBox textBox5;
|
||
private System.Windows.Forms.TextBox textBox4;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown9;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown8;
|
||
private System.Windows.Forms.Label label78;
|
||
private System.Windows.Forms.Label label77;
|
||
private System.Windows.Forms.ColumnHeader 磁条编号;
|
||
private System.Windows.Forms.GroupBox groupBox11;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown7;
|
||
private System.Windows.Forms.Label label76;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown6;
|
||
private System.Windows.Forms.Label label73;
|
||
private System.Windows.Forms.Button button6;
|
||
private System.Windows.Forms.Label label71;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown5;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown4;
|
||
private System.Windows.Forms.Label label70;
|
||
private System.Windows.Forms.Label label69;
|
||
private System.Windows.Forms.GroupBox groupBox12;
|
||
private System.Windows.Forms.Label label74;
|
||
private System.Windows.Forms.Label label75;
|
||
private System.Windows.Forms.Button button7;
|
||
private System.Windows.Forms.Label label72;
|
||
private System.Windows.Forms.Label label68;
|
||
private System.Windows.Forms.Label label67;
|
||
private System.Windows.Forms.Label label66;
|
||
private System.Windows.Forms.Label label63;
|
||
private System.Windows.Forms.Label label32;
|
||
private System.Windows.Forms.Label label51;
|
||
private System.Windows.Forms.Label label50;
|
||
private System.Windows.Forms.TextBox textBox6;
|
||
private System.Windows.Forms.Button stopbutton;
|
||
private System.Windows.Forms.GroupBox groupBox13;
|
||
private System.Windows.Forms.TextBox textBox7;
|
||
private System.Windows.Forms.TextBox textBox8;
|
||
private System.Windows.Forms.TextBox textBox9;
|
||
}
|
||
}
|
||
|