Commit 82aacf20 authored by leon.huang's avatar leon.huang

中译英临时提交。程序备份

parent eb795db3
...@@ -30,23 +30,24 @@ ...@@ -30,23 +30,24 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tempver = new System.Windows.Forms.Label();
this.powerver = new System.Windows.Forms.Label();
this.PCver = new System.Windows.Forms.Label();
this.fid1ver = new System.Windows.Forms.Label();
this.fid2ver = new System.Windows.Forms.Label();
this.tcdver = new System.Windows.Forms.Label(); this.tcdver = new System.Windows.Forms.Label();
this.fid2ver = new System.Windows.Forms.Label();
this.fid1ver = new System.Windows.Forms.Label();
this.PCver = new System.Windows.Forms.Label();
this.powerver = new System.Windows.Forms.Label();
this.tempver = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// groupBox1 // groupBox1
// //
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.tcdver); this.groupBox1.Controls.Add(this.tcdver);
this.groupBox1.Controls.Add(this.fid2ver); this.groupBox1.Controls.Add(this.fid2ver);
this.groupBox1.Controls.Add(this.fid1ver); this.groupBox1.Controls.Add(this.fid1ver);
...@@ -59,134 +60,78 @@ ...@@ -59,134 +60,78 @@
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(380, 167);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "固件版本";
// //
// label1 // tcdver
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 0;
this.label1.Text = "温控板版本:";
//
// label2
// //
this.label2.AutoSize = true; resources.ApplyResources(this.tcdver, "tcdver");
this.label2.Location = new System.Drawing.Point(6, 75); this.tcdver.Name = "tcdver";
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 1;
this.label2.Text = "电源板版本:";
// //
// label3 // fid2ver
// //
this.label3.AutoSize = true; resources.ApplyResources(this.fid2ver, "fid2ver");
this.label3.Location = new System.Drawing.Point(6, 121); this.fid2ver.Name = "fid2ver";
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 12);
this.label3.TabIndex = 2;
this.label3.Text = "软件版本(HMI/PC):";
// //
// label4 // fid1ver
// //
this.label4.AutoSize = true; resources.ApplyResources(this.fid1ver, "fid1ver");
this.label4.Location = new System.Drawing.Point(203, 29); this.fid1ver.Name = "fid1ver";
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 3;
this.label4.Text = "FID1版本:";
// //
// label5 // PCver
// //
this.label5.AutoSize = true; resources.ApplyResources(this.PCver, "PCver");
this.label5.Location = new System.Drawing.Point(203, 75); this.PCver.Name = "PCver";
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 4;
this.label5.Text = "FID2版本:";
// //
// label6 // powerver
// //
this.label6.AutoSize = true; resources.ApplyResources(this.powerver, "powerver");
this.label6.Location = new System.Drawing.Point(203, 121); this.powerver.Name = "powerver";
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 5;
this.label6.Text = "TCD版本:";
// //
// tempver // tempver
// //
this.tempver.AutoSize = true; resources.ApplyResources(this.tempver, "tempver");
this.tempver.Location = new System.Drawing.Point(96, 29);
this.tempver.Name = "tempver"; this.tempver.Name = "tempver";
this.tempver.Size = new System.Drawing.Size(23, 12);
this.tempver.TabIndex = 6;
this.tempver.Text = "0.0";
// //
// powerver // label6
// //
this.powerver.AutoSize = true; resources.ApplyResources(this.label6, "label6");
this.powerver.Location = new System.Drawing.Point(96, 75); this.label6.Name = "label6";
this.powerver.Name = "powerver";
this.powerver.Size = new System.Drawing.Size(23, 12);
this.powerver.TabIndex = 7;
this.powerver.Text = "0.0";
// //
// PCver // label5
// //
this.PCver.AutoSize = true; resources.ApplyResources(this.label5, "label5");
this.PCver.Location = new System.Drawing.Point(116, 121); this.label5.Name = "label5";
this.PCver.Name = "PCver";
this.PCver.Size = new System.Drawing.Size(23, 12);
this.PCver.TabIndex = 8;
this.PCver.Text = "1.4";
// //
// fid1ver // label4
// //
this.fid1ver.AutoSize = true; resources.ApplyResources(this.label4, "label4");
this.fid1ver.Location = new System.Drawing.Point(268, 29); this.label4.Name = "label4";
this.fid1ver.Name = "fid1ver";
this.fid1ver.Size = new System.Drawing.Size(23, 12);
this.fid1ver.TabIndex = 9;
this.fid1ver.Text = "0.0";
// //
// fid2ver // label3
// //
this.fid2ver.AutoSize = true; resources.ApplyResources(this.label3, "label3");
this.fid2ver.Location = new System.Drawing.Point(268, 75); this.label3.Name = "label3";
this.fid2ver.Name = "fid2ver";
this.fid2ver.Size = new System.Drawing.Size(23, 12);
this.fid2ver.TabIndex = 10;
this.fid2ver.Text = "0.0";
// //
// tcdver // label2
// //
this.tcdver.AutoSize = true; resources.ApplyResources(this.label2, "label2");
this.tcdver.Location = new System.Drawing.Point(268, 121); this.label2.Name = "label2";
this.tcdver.Name = "tcdver"; //
this.tcdver.Size = new System.Drawing.Size(23, 12); // label1
this.tcdver.TabIndex = 11; //
this.tcdver.Text = "0.0"; resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
// //
// AboutForm // AboutForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 191);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "AboutForm"; this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "关于";
this.Load += new System.EventHandler(this.AboutForm_Load); this.Load += new System.EventHandler(this.AboutForm_Load);
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();
......
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tcdver.Location" type="System.Drawing.Point, System.Drawing">
<value>319, 121</value>
</data>
<data name="fid2ver.Location" type="System.Drawing.Point, System.Drawing">
<value>319, 75</value>
</data>
<data name="fid1ver.Location" type="System.Drawing.Point, System.Drawing">
<value>319, 29</value>
</data>
<data name="PCver.Location" type="System.Drawing.Point, System.Drawing">
<value>185, 121</value>
</data>
<data name="powerver.Location" type="System.Drawing.Point, System.Drawing">
<value>185, 75</value>
</data>
<data name="tempver.Location" type="System.Drawing.Point, System.Drawing">
<value>185, 29</value>
</data>
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
<value>254, 121</value>
</data>
<data name="label6.Text" xml:space="preserve">
<value>TCD ver:</value>
</data>
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
<value>254, 75</value>
</data>
<data name="label5.Text" xml:space="preserve">
<value>FID2 ver:</value>
</data>
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>254, 29</value>
</data>
<data name="label4.Text" xml:space="preserve">
<value>FID1 ver:</value>
</data>
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
<value>28, 121</value>
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>149, 12</value>
</data>
<data name="label3.Text" xml:space="preserve">
<value>Software ver.(HMI / PC):</value>
</data>
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
<value>28, 75</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>149, 12</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>Power Circuit Board ver:</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>28, 29</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>143, 12</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Temp Circuit Board ver:</value>
</data>
<data name="groupBox1.Text" xml:space="preserve">
<value>Firmware version</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAMDAAAAEAIACoJQAAFgAAACgAAAAwAAAAYAAAAAEAIAAAAAAAACQAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApItECKiPQRioj
0M0qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj
0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj
0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9DNKiPQRiki
0QIpItFOKSLR7Ski0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR7Ski0U4pItPZKSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki09kpItT9KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P0oIdb/KCHW/ygh1v8oIdb/KCHV+Skh
1acpIdVAKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki
1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki
1CQpItQkKSLUJCki1CQpItQkKSHVJikh1UgpIdWnKCHV+Sgh1v8oIdb/KCHW/ygh1v8oIdf/KCHX/ygh
1/8oIdf/KCHXrSkh1ioAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApIdYqKCHXrSgh1/8oIdf/KCHX/ygh
1/8oINj/KCDY/ygg2P8oINj/KCHYZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCHYZigg
2P8oINj/KCDY/ygg2P8nINr/JyDa/ycg2v8nINr/JyDZWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAJyDZWCcg2v8nINr/JyDa/ycg2v8nINv/JyDb/ycg2/8nINv/JyDbXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAJyDbXCcg2/8nINv/JyDb/ycg2/8nH93/Jx/d/ycf3f8nH93/Jx/dXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/dXCcf3f8nH93/Jx/d/ycf3f8nH97/Jx/e/ycf
3v8nH97/Jx/eXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/eXCcf3v8nH97/Jx/e/ycf
3v8nH9//Jx/f/ycf3/8nH9//Jx/fXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/fXCcf
3/8nH9//Jx/f/ycf3/8mH+H/Jh/h/yYf4f8mH+H/Jh/hXCcg6/8nIOv/JyDr/ycg6/8nIOv/JyDr/ycg
6/8mIOv/Jh/r/ygi7GInIewEJyHsECYg67smH+v/JiDr/ycg6/8nIOv/JyDr/ycg6/8mH+v/Jh/r/yom
7A4oIuy/JyDr/ych7P8mH+v/Jh7q/yYf680lHeo8JR7q/yYe6v8mHur/JR3q/yUd6v8lHer/JBzq/yQc
6v8kHOr/Jh/hXCYf4f8mH+H/Jh/h/yYf4f8mHuL/Jh7i/yYe4v8mHuL/Jh7iXCkm7J8pJuyrKSbsqykm
7KspJuyrKSbsqykl7K0rKOzjKyjs/yso7M0tLO0ULSrsPCoo7NkrKOz9Kifszykl7KsqJuyrKSbsqykl
7K0rKeztKyjs/zM17kAvLu25LSrt/ysm7N0nIOnfJx/o/ycg6b8mHuk8JyDq9ygg6v8nH+rjJh7qxSYe
660mHuurJR3rqyQd66skHeufJh7iXCYe4v8mHuL/Jh7i/yYe4v8mHuT/Jh7k/yYe5P8mHuT/Jh7kXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMO1wMDHt9y8w7f80OO46MjTtcC8w7fswMe3nLi7tTAAA
AAAAAAAAAAAAAAAAAAAxM+2PMzTt/TQ27s01N+3lNTju+S0q6nYoH+WNKiLn/ykh6K0nIOkKKiLn8yoi
5/8pIeefKCDoNAAAAAAAAAAAAAAAAAAAAAAAAAAAJh7kXCYe5P8mHuT/Jh7k/yYe5P8lHeX/JR3l/yUd
5f8lHeX/JR3lXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzNu4UNTnu3TY67v81Oe6dNTnuyTY5
7v81Oe67NjruJgAAAAAAAAAAAAAAAAAAAAA2PO4mOkDu2ztB7v89RO7/P0bv0zMy6UgqIuSDLSXn/y0m
5rEtJ+YWLSbn/y0l5/csJOiRKiLpKioi6QIAAAAAAAAAAAAAAAAAAAAAJR3lXCUd5f8lHeX/JR3l/yUd
5f8lHeb/JR3m/yUd5v8lHeb/JR3mXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOD/ukzpB
7vc6Qe7/OkHu/zpB7v85P+6TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQUvvi0NO7/NFUe//SFTwoTk5
6QwtJONwMSvl/zIr5a8yK+UUMivl/zEq5dsvKedaLCToAgAAAAAAAAAAAAAAAAAAAAAAAAAAJR3mXCUd
5v8lHeb/JR3m/yUd5v8lHej/JR3o/yUd6P8lHej/JR3oXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAPUfvOj9I798/Se//P0nv/0BJ7/08RO9uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASFXwIktb
8NtOXfD/U2TycAAAAAAvJuNwNzDl/zgx5bE5MeUWOTHl/zcw5cc1LeVMNS3lBgAAAAAAAAAAAAAAAAAA
AAAAAAAAJR3oXCUd6P8lHej/JR3o/yUd6P8kHOn/JBzp/yQc6f8kHOn/JBzpXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAENO76tEUe/9RFHv/0NQ79dEUO9IAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAFFi8aVVZfLpVGXzRgAAAAA6MON0PTXk/z445K8/OOQYPzjk/z025Ks6M+QuOjPkAgAA
AAAAAAAAAAAAAAAAAAAAAAAAJBzpXCQc6f8kHOn/JBzp/yQc6f8kHOv/JBzr/yQc6/8kHOv/JBzrXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEhX8FhIWPDhSFjw/0hY8KVIWPAYAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+NuJ0QTvj/0Q+5K9FP+QYRT/k/0M8
45M/OeMWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJBzrXCQc6/8kHOv/JBzr/yQc6/8mH+z/Jh/s/yYf
7P8mH+z/Jh/sXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAExe8QJNX/G5TWDx/0xf
8XoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGP+NmR0Dj/0tE
47NLReQaS0Xk/0lD435FPuMGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJh/sXCYf7P8mH+z/Jh/s/yYf
7P8pI+z/KSPs/ykj7P8pI+z/KSPsXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABNX/EKTWDxEExf8QYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABKROFcTEXh/1BJ4rVQSuMaUUrj/05I5GxEPeMCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKSPsXCkj
7P8pI+z/KSPs/ykj7P8rKO3/Kyjt/yso7f8rKO3/KyjtXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABMR+FaTknh/1NO4a9WUeEKU07i/1BL415PSeMCAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAKyjtXCso7f8rKO3/Kyjt/yso7f8uLe3/Li3t/y4t7f8uLe3/Li3tXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQSuBKUUzg3VZQ4fNXUuHTVlHh21RN4UpUTeICAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAALi3tXC4t7f8uLe3/Li3t/y4t7f8xMe7/MTHu/zEx7v8xMe7/MTHuXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQSuA6Ukzgy1ZQ4P9XUuD/V1Hgv1RO
4DpUTuACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMTHuXDEx7v8xMe7/MTHu/zEx7v80N+7/NDfu/zQ3
7v80N+7/NDfuXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPSd4uUUzeu1VQ
3/9WUd/1VlDfm1JN3iYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDfuXDQ37v80N+7/NDfu/zQ3
7v83PO7/Nzzu/zc87v83PO7/NzzuXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABOSNseT0nbp1NN3P9TT9zrVE7cbE9L3AwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANzzuXDc8
7v83PO7/Nzzu/zc87v86Qe//OkHv/zpB7/86Qe//OkHvXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABKRNkQS0XZn09J2v9PSdr9TkjaVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAOkHvXDpB7/86Qe//OkHv/zpB7/89Ru//PUbv/z1G7/89Ru//PUbvXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAPUbvXD1G7/89Ru//PUbv/z1G7/8/Su//P0rv/z9K7/8/Su//P0rvXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0rvXD9K7/8/Su//P0rv/z9K7/9DT+//Q0/v/0NP
7/9DT+//Q0/vXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ0/vXENP7/9DT+//Q0/v/0NP
7/9GVPD/RlTw/0ZU8P9GVPD/RlTwXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARlTwXEZU
8P9GVPD/RlTw/0ZU8P9JWfD/SVnw/0lZ8P9JWfD/SVrwWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAASVrwWElZ8P9JWfD/SVnw/0lZ8P9MX/H/TF/x/0xf8f9MXvH/TWHxZgAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAATWHxZkxe8f9MX/H/TF/x/0xf8f9PY/H/T2Px/09j8f9PY/H/T2LxrVBl
8SpTafEGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp
8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp
8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8QZQZfEqT2LxrU9j8f9PY/H/T2Px/09j8f9SaPH/Umjx/1Jo
8f9SaPH/Umjx+VFo8aNTafFcU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp
8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp
8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8VxRaPGjUmjx+VJo8f9SaPH/Umjx/1Jo
8f9UbfL9VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v1XcfLZV3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8tlZdfJOWnby7Vp28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby7Vl18k5ZdfICXXnzRl17881dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9de/PNXXnzRll18gIAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////8AAP///////wAA////////
AAD///////8AAMAAAAAAAwAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAA//////AAAAH/////+AAAA//
////8AAAD//////wAAAP//////AAAA//////8AAAD//////wAAAP//////AAAAgDgCBAEAAACAGAIEAQ
AAAP+Z8ER/AAAA/4H4RH8AAAD/gfhk/wAAAP/D/OT/AAAA/8P85P8AAAD/4//k/wAAAP/n/+X/AAAA//
//5f8AAAD////l/wAAAP///+H/AAAA////4f8AAAD////h/wAAAP///+P/AAAA////4/8AAAD//////w
AAAP//////AAAA//////8AAAD//////wAAAP//////AAAA//////8AAAB//////gAAAD/////8AAAAAA
AAAAAAAAAAAAAAAAAACAAAAAAAEAAMAAAAAAAwAA////////AAD///////8AAP///////wAA////////
AAA=
</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>About</value>
</data>
</root>
\ No newline at end of file
...@@ -117,6 +117,13 @@ ...@@ -117,6 +117,13 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="label1.Text" xml:space="preserve">
<value>温控板版本:</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tempver.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
...@@ -284,4 +291,371 @@ ...@@ -284,4 +291,371 @@
AAA= AAA=
</value> </value>
</data> </data>
<data name="&gt;&gt;tempver.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="PCver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
<value>59, 12</value>
</data>
<data name="tcdver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="fid2ver.Location" type="System.Drawing.Point, System.Drawing">
<value>268, 75</value>
</data>
<data name="powerver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AboutForm</value>
</data>
<data name="&gt;&gt;label6.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<data name="&gt;&gt;tcdver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
<value>203, 75</value>
</data>
<data name="&gt;&gt;powerver.Name" xml:space="preserve">
<value>powerver</value>
</data>
<data name="&gt;&gt;label3.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="label4.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
<value>203, 121</value>
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>113, 12</value>
</data>
<data name="fid2ver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 12</value>
</data>
<data name="&gt;&gt;tempver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;fid2ver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label6.Text" xml:space="preserve">
<value>TCD版本:</value>
</data>
<data name="&gt;&gt;powerver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="powerver.Text" xml:space="preserve">
<value>0.0</value>
</data>
<data name="&gt;&gt;fid2ver.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="fid1ver.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 121</value>
</data>
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>11</value>
</data>
<data name="groupBox1.Text" xml:space="preserve">
<value>固件版本</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;PCver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="powerver.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;label4.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 12</value>
</data>
<data name="&gt;&gt;tcdver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="tcdver.Location" type="System.Drawing.Point, System.Drawing">
<value>268, 121</value>
</data>
<data name="fid2ver.Text" xml:space="preserve">
<value>0.0</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="fid2ver.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="fid1ver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="&gt;&gt;fid1ver.Name" xml:space="preserve">
<value>fid1ver</value>
</data>
<data name="&gt;&gt;PCver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="tcdver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;label2.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="label6.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 12</value>
</data>
<data name="PCver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="&gt;&gt;label5.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="&gt;&gt;label5.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;label4.Name" xml:space="preserve">
<value>label4</value>
</data>
<data name="fid1ver.Text" xml:space="preserve">
<value>0.0</value>
</data>
<data name="&gt;&gt;label5.Name" xml:space="preserve">
<value>label5</value>
</data>
<data name="&gt;&gt;tcdver.Name" xml:space="preserve">
<value>tcdver</value>
</data>
<data name="label4.Text" xml:space="preserve">
<value>FID1版本:</value>
</data>
<data name="&gt;&gt;fid1ver.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="tempver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="label5.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="powerver.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 75</value>
</data>
<data name="label3.Text" xml:space="preserve">
<value>软件版本(HMI/PC):</value>
</data>
<data name="label5.Text" xml:space="preserve">
<value>FID2版本:</value>
</data>
<data name="fid2ver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="fid1ver.Location" type="System.Drawing.Point, System.Drawing">
<value>268, 29</value>
</data>
<data name="&gt;&gt;label4.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 12</value>
</data>
<data name="&gt;&gt;powerver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="tcdver.Text" xml:space="preserve">
<value>0.0</value>
</data>
<data name="powerver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;tcdver.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;PCver.Name" xml:space="preserve">
<value>PCver</value>
</data>
<data name="PCver.Text" xml:space="preserve">
<value>1.4</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="PCver.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="tempver.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 12</value>
</data>
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>380, 167</value>
</data>
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="PCver.Location" type="System.Drawing.Point, System.Drawing">
<value>116, 121</value>
</data>
<data name="label3.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;label5.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;PCver.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;groupBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label3.Name" xml:space="preserve">
<value>label3</value>
</data>
<data name="&gt;&gt;tempver.Name" xml:space="preserve">
<value>tempver</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="fid1ver.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;label4.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="&gt;&gt;label6.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="&gt;&gt;label6.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="&gt;&gt;fid2ver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 29</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>关于</value>
</data>
<data name="&gt;&gt;fid2ver.Name" xml:space="preserve">
<value>fid2ver</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>电源板版本:</value>
</data>
<data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;fid1ver.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 75</value>
</data>
<data name="&gt;&gt;tempver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>203, 29</value>
</data>
<data name="&gt;&gt;powerver.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
<value>59, 12</value>
</data>
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 12</value>
</data>
<data name="&gt;&gt;label2.Name" xml:space="preserve">
<value>label2</value>
</data>
<data name="&gt;&gt;groupBox1.Name" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="tempver.Text" xml:space="preserve">
<value>0.0</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>404, 191</value>
</data>
<data name="&gt;&gt;groupBox1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;groupBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="tcdver.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="label6.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;fid1ver.Parent" xml:space="preserve">
<value>groupBox1</value>
</data>
<data name="&gt;&gt;label3.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="label5.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;label6.Name" xml:space="preserve">
<value>label6</value>
</data>
<data name="tempver.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 29</value>
</data>
<data name="&gt;&gt;label3.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label2.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>en</value>
</metadata>
</root> </root>
\ No newline at end of file
...@@ -33,13 +33,9 @@ ...@@ -33,13 +33,9 @@
// //
// HistChartForm // HistChartForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(722, 382);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "HistChartForm"; this.Name = "HistChartForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "历史谱图";
this.ResumeLayout(false); this.ResumeLayout(false);
} }
......
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAMDAAAAEAIACoJQAAFgAAACgAAAAwAAAAYAAAAAEAIAAAAAAAACQAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApItECKiPQRioj
0M0qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj
0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj
0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9D/KiPQ/yoj0P8qI9DNKiPQRiki
0QIpItFOKSLR7Ski0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki0f8pItH/KSLR/yki
0f8pItH/KSLR7Ski0U4pItPZKSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki0/8pItP/KSLT/yki
0/8pItP/KSLT/yki0/8pItP/KSLT/yki09kpItT9KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki
1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P8pItT/KSLU/yki1P0oIdb/KCHW/ygh1v8oIdb/KCHV+Skh
1acpIdVAKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki
1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki1CQpItQkKSLUJCki
1CQpItQkKSLUJCki1CQpItQkKSHVJikh1UgpIdWnKCHV+Sgh1v8oIdb/KCHW/ygh1v8oIdf/KCHX/ygh
1/8oIdf/KCHXrSkh1ioAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApIdYqKCHXrSgh1/8oIdf/KCHX/ygh
1/8oINj/KCDY/ygg2P8oINj/KCHYZgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKCHYZigg
2P8oINj/KCDY/ygg2P8nINr/JyDa/ycg2v8nINr/JyDZWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAJyDZWCcg2v8nINr/JyDa/ycg2v8nINv/JyDb/ycg2/8nINv/JyDbXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAJyDbXCcg2/8nINv/JyDb/ycg2/8nH93/Jx/d/ycf3f8nH93/Jx/dXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/dXCcf3f8nH93/Jx/d/ycf3f8nH97/Jx/e/ycf
3v8nH97/Jx/eXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/eXCcf3v8nH97/Jx/e/ycf
3v8nH9//Jx/f/ycf3/8nH9//Jx/fXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJx/fXCcf
3/8nH9//Jx/f/ycf3/8mH+H/Jh/h/yYf4f8mH+H/Jh/hXCcg6/8nIOv/JyDr/ycg6/8nIOv/JyDr/ycg
6/8mIOv/Jh/r/ygi7GInIewEJyHsECYg67smH+v/JiDr/ycg6/8nIOv/JyDr/ycg6/8mH+v/Jh/r/yom
7A4oIuy/JyDr/ych7P8mH+v/Jh7q/yYf680lHeo8JR7q/yYe6v8mHur/JR3q/yUd6v8lHer/JBzq/yQc
6v8kHOr/Jh/hXCYf4f8mH+H/Jh/h/yYf4f8mHuL/Jh7i/yYe4v8mHuL/Jh7iXCkm7J8pJuyrKSbsqykm
7KspJuyrKSbsqykl7K0rKOzjKyjs/yso7M0tLO0ULSrsPCoo7NkrKOz9Kifszykl7KsqJuyrKSbsqykl
7K0rKeztKyjs/zM17kAvLu25LSrt/ysm7N0nIOnfJx/o/ycg6b8mHuk8JyDq9ygg6v8nH+rjJh7qxSYe
660mHuurJR3rqyQd66skHeufJh7iXCYe4v8mHuL/Jh7i/yYe4v8mHuT/Jh7k/yYe5P8mHuT/Jh7kXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwMO1wMDHt9y8w7f80OO46MjTtcC8w7fswMe3nLi7tTAAA
AAAAAAAAAAAAAAAAAAAxM+2PMzTt/TQ27s01N+3lNTju+S0q6nYoH+WNKiLn/ykh6K0nIOkKKiLn8yoi
5/8pIeefKCDoNAAAAAAAAAAAAAAAAAAAAAAAAAAAJh7kXCYe5P8mHuT/Jh7k/yYe5P8lHeX/JR3l/yUd
5f8lHeX/JR3lXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzNu4UNTnu3TY67v81Oe6dNTnuyTY5
7v81Oe67NjruJgAAAAAAAAAAAAAAAAAAAAA2PO4mOkDu2ztB7v89RO7/P0bv0zMy6UgqIuSDLSXn/y0m
5rEtJ+YWLSbn/y0l5/csJOiRKiLpKioi6QIAAAAAAAAAAAAAAAAAAAAAJR3lXCUd5f8lHeX/JR3l/yUd
5f8lHeb/JR3m/yUd5v8lHeb/JR3mXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOD/ukzpB
7vc6Qe7/OkHu/zpB7v85P+6TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQUvvi0NO7/NFUe//SFTwoTk5
6QwtJONwMSvl/zIr5a8yK+UUMivl/zEq5dsvKedaLCToAgAAAAAAAAAAAAAAAAAAAAAAAAAAJR3mXCUd
5v8lHeb/JR3m/yUd5v8lHej/JR3o/yUd6P8lHej/JR3oXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAPUfvOj9I798/Se//P0nv/0BJ7/08RO9uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASFXwIktb
8NtOXfD/U2TycAAAAAAvJuNwNzDl/zgx5bE5MeUWOTHl/zcw5cc1LeVMNS3lBgAAAAAAAAAAAAAAAAAA
AAAAAAAAJR3oXCUd6P8lHej/JR3o/yUd6P8kHOn/JBzp/yQc6f8kHOn/JBzpXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAENO76tEUe/9RFHv/0NQ79dEUO9IAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAFFi8aVVZfLpVGXzRgAAAAA6MON0PTXk/z445K8/OOQYPzjk/z025Ks6M+QuOjPkAgAA
AAAAAAAAAAAAAAAAAAAAAAAAJBzpXCQc6f8kHOn/JBzp/yQc6f8kHOv/JBzr/yQc6/8kHOv/JBzrXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEhX8FhIWPDhSFjw/0hY8KVIWPAYAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+NuJ0QTvj/0Q+5K9FP+QYRT/k/0M8
45M/OeMWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJBzrXCQc6/8kHOv/JBzr/yQc6/8mH+z/Jh/s/yYf
7P8mH+z/Jh/sXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAExe8QJNX/G5TWDx/0xf
8XoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGP+NmR0Dj/0tE
47NLReQaS0Xk/0lD435FPuMGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJh/sXCYf7P8mH+z/Jh/s/yYf
7P8pI+z/KSPs/ykj7P8pI+z/KSPsXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABNX/EKTWDxEExf8QYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABKROFcTEXh/1BJ4rVQSuMaUUrj/05I5GxEPeMCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKSPsXCkj
7P8pI+z/KSPs/ykj7P8rKO3/Kyjt/yso7f8rKO3/KyjtXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABMR+FaTknh/1NO4a9WUeEKU07i/1BL415PSeMCAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAKyjtXCso7f8rKO3/Kyjt/yso7f8uLe3/Li3t/y4t7f8uLe3/Li3tXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQSuBKUUzg3VZQ4fNXUuHTVlHh21RN4UpUTeICAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAALi3tXC4t7f8uLe3/Li3t/y4t7f8xMe7/MTHu/zEx7v8xMe7/MTHuXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQSuA6Ukzgy1ZQ4P9XUuD/V1Hgv1RO
4DpUTuACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMTHuXDEx7v8xMe7/MTHu/zEx7v80N+7/NDfu/zQ3
7v80N+7/NDfuXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPSd4uUUzeu1VQ
3/9WUd/1VlDfm1JN3iYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANDfuXDQ37v80N+7/NDfu/zQ3
7v83PO7/Nzzu/zc87v83PO7/NzzuXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AABOSNseT0nbp1NN3P9TT9zrVE7cbE9L3AwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANzzuXDc8
7v83PO7/Nzzu/zc87v86Qe//OkHv/zpB7/86Qe//OkHvXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAABKRNkQS0XZn09J2v9PSdr9TkjaVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAOkHvXDpB7/86Qe//OkHv/zpB7/89Ru//PUbv/z1G7/89Ru//PUbvXAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAPUbvXD1G7/89Ru//PUbv/z1G7/8/Su//P0rv/z9K7/8/Su//P0rvXAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0rvXD9K7/8/Su//P0rv/z9K7/9DT+//Q0/v/0NP
7/9DT+//Q0/vXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ0/vXENP7/9DT+//Q0/v/0NP
7/9GVPD/RlTw/0ZU8P9GVPD/RlTwXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARlTwXEZU
8P9GVPD/RlTw/0ZU8P9JWfD/SVnw/0lZ8P9JWfD/SVrwWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAASVrwWElZ8P9JWfD/SVnw/0lZ8P9MX/H/TF/x/0xf8f9MXvH/TWHxZgAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAATWHxZkxe8f9MX/H/TF/x/0xf8f9PY/H/T2Px/09j8f9PY/H/T2LxrVBl
8SpTafEGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp
8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp
8gZTafIGU2nyBlNp8gZTafIGU2nyBlNp8QZQZfEqT2LxrU9j8f9PY/H/T2Px/09j8f9SaPH/Umjx/1Jo
8f9SaPH/Umjx+VFo8aNTafFcU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp
8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp
8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8l5TafJeU2nyXlNp8VxRaPGjUmjx+VJo8f9SaPH/Umjx/1Jo
8f9UbfL9VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt8v9UbfL/VG3y/1Rt
8v9UbfL/VG3y/1Rt8v1XcfLZV3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx
8v9XcfL/V3Hy/1dx8v9XcfL/V3Hy/1dx8tlZdfJOWnby7Vp28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby/1p2
8v9advL/Wnby/1p28v9advL/Wnby/1p28v9advL/Wnby7Vl18k5ZdfICXXnzRl17881dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/118
8/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9dfPP/XXzz/1188/9de/PNXXnzRll18gIAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////8AAP///////wAA////////
AAD///////8AAMAAAAAAAwAAgAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAA//////AAAAH/////+AAAA//
////8AAAD//////wAAAP//////AAAA//////8AAAD//////wAAAP//////AAAAgDgCBAEAAACAGAIEAQ
AAAP+Z8ER/AAAA/4H4RH8AAAD/gfhk/wAAAP/D/OT/AAAA/8P85P8AAAD/4//k/wAAAP/n/+X/AAAA//
//5f8AAAD////l/wAAAP///+H/AAAA////4f8AAAD////h/wAAAP///+P/AAAA////4/8AAAD//////w
AAAP//////AAAA//////8AAAD//////wAAAP//////AAAA//////8AAAB//////gAAAD/////8AAAAAA
AAAAAAAAAAAAAAAAAACAAAAAAAEAAMAAAAAAAwAA////////AAD///////8AAP///////wAA////////
AAA=
</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Historical Spectrum</value>
</data>
</root>
\ No newline at end of file
...@@ -117,7 +117,20 @@ ...@@ -117,7 +117,20 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 12</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>722, 382</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAABAAEAMDAAAAEAIACoJQAAFgAAACgAAAAwAAAAYAAAAAEAIAAAAAAAACQAAAAAAAAAAAAAAAAAAAAA AAABAAEAMDAAAAEAIACoJQAAFgAAACgAAAAwAAAAYAAAAAEAIAAAAAAAACQAAAAAAAAAAAAAAAAAAAAA
...@@ -284,4 +297,16 @@ ...@@ -284,4 +297,16 @@
AAA= AAA=
</value> </value>
</data> </data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>HistChartForm</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>历史谱图</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>en</value>
</metadata>
</root> </root>
\ No newline at end of file
...@@ -748,6 +748,9 @@ ...@@ -748,6 +748,9 @@
<Compile Include="WaitForm.Designer.cs"> <Compile Include="WaitForm.Designer.cs">
<DependentUpon>WaitForm.cs</DependentUpon> <DependentUpon>WaitForm.cs</DependentUpon>
</Compile> </Compile>
<EmbeddedResource Include="AboutForm.en.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AboutForm.resx"> <EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon> <DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
...@@ -767,6 +770,9 @@ ...@@ -767,6 +770,9 @@
<EmbeddedResource Include="CK_UI\CurveDisPlay3.resx"> <EmbeddedResource Include="CK_UI\CurveDisPlay3.resx">
<DependentUpon>CurveDisPlay3.cs</DependentUpon> <DependentUpon>CurveDisPlay3.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="CK_UI\HistChartForm.en.resx">
<DependentUpon>HistChartForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="CK_UI\HistChartForm.resx"> <EmbeddedResource Include="CK_UI\HistChartForm.resx">
<DependentUpon>HistChartForm.cs</DependentUpon> <DependentUpon>HistChartForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
......
...@@ -118,6 +118,45 @@ ...@@ -118,6 +118,45 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="UserMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>164, 25</value>
</data>
<data name="UserMainMenu.Text" xml:space="preserve">
<value>User Management</value>
</data>
<data name="SystemMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 25</value>
</data>
<data name="SystemMainMenu.Text" xml:space="preserve">
<value>System</value>
</data>
<data name="SettingMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 25</value>
</data>
<data name="SettingMainMenu.Text" xml:space="preserve">
<value>Set up</value>
</data>
<data name="DataMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>58, 25</value>
</data>
<data name="DataMainMenu.Text" xml:space="preserve">
<value>Data</value>
</data>
<data name="DebugMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>73, 25</value>
</data>
<data name="DebugMainMenu.Text" xml:space="preserve">
<value>Debug</value>
</data>
<data name="HelpMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 25</value>
</data>
<data name="HelpMainMenu.Text" xml:space="preserve">
<value>Help</value>
</data>
<data name="menuStrip.Size" type="System.Drawing.Size, System.Drawing">
<value>1083, 29</value>
</data>
<data name="UserLoginMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="UserLoginMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 26</value> <value>173, 26</value>
</data> </data>
...@@ -130,12 +169,6 @@ ...@@ -130,12 +169,6 @@
<data name="UserLogoutMenu.Text" xml:space="preserve"> <data name="UserLogoutMenu.Text" xml:space="preserve">
<value>User Logout</value> <value>User Logout</value>
</data> </data>
<data name="UserMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>164, 25</value>
</data>
<data name="UserMainMenu.Text" xml:space="preserve">
<value>User Management</value>
</data>
<data name="SystemStartMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="SystemStartMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>255, 26</value> <value>255, 26</value>
</data> </data>
...@@ -172,12 +205,6 @@ ...@@ -172,12 +205,6 @@
<data name="sysconfigp.Text" xml:space="preserve"> <data name="sysconfigp.Text" xml:space="preserve">
<value>Option</value> <value>Option</value>
</data> </data>
<data name="SystemMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 25</value>
</data>
<data name="SystemMainMenu.Text" xml:space="preserve">
<value>System</value>
</data>
<data name="NetWorkMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="NetWorkMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>275, 26</value> <value>275, 26</value>
</data> </data>
...@@ -217,12 +244,6 @@ ...@@ -217,12 +244,6 @@
<data name="GCConfigMenuItem.Text" xml:space="preserve"> <data name="GCConfigMenuItem.Text" xml:space="preserve">
<value>Instrument Configuration</value> <value>Instrument Configuration</value>
</data> </data>
<data name="SettingMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 25</value>
</data>
<data name="SettingMainMenu.Text" xml:space="preserve">
<value>Set up</value>
</data>
<data name="HistoryDataMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="HistoryDataMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>204, 26</value> <value>204, 26</value>
</data> </data>
...@@ -241,12 +262,6 @@ ...@@ -241,12 +262,6 @@
<data name="HistoryPicMenu.Text" xml:space="preserve"> <data name="HistoryPicMenu.Text" xml:space="preserve">
<value>Data Analysis</value> <value>Data Analysis</value>
</data> </data>
<data name="DataMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>58, 25</value>
</data>
<data name="DataMainMenu.Text" xml:space="preserve">
<value>Data</value>
</data>
<data name="testToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing"> <data name="testToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 26</value> <value>131, 26</value>
</data> </data>
...@@ -268,12 +283,6 @@ ...@@ -268,12 +283,6 @@
<data name="取消ToolStripMenuItem.Text" xml:space="preserve"> <data name="取消ToolStripMenuItem.Text" xml:space="preserve">
<value>Cancel</value> <value>Cancel</value>
</data> </data>
<data name="DebugMainMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>73, 25</value>
</data>
<data name="DebugMainMenu.Text" xml:space="preserve">
<value>Debug</value>
</data>
<data name="AboutMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="AboutMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>221, 26</value> <value>221, 26</value>
</data> </data>
...@@ -304,29 +313,20 @@ ...@@ -304,29 +313,20 @@
<data name="说明ToolStripMenuItem.Text" xml:space="preserve"> <data name="说明ToolStripMenuItem.Text" xml:space="preserve">
<value>Remarks</value> <value>Remarks</value>
</data> </data>
<data name="邮箱ToolStripMenuItem.Text" xml:space="preserve">
<value>E-mail:tetvoc@126.com</value>
</data>
<data name="反馈ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing"> <data name="反馈ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>221, 26</value> <value>221, 26</value>
</data> </data>
<data name="反馈ToolStripMenuItem.Text" xml:space="preserve"> <data name="反馈ToolStripMenuItem.Text" xml:space="preserve">
<value>Feedback</value> <value>Feedback</value>
</data> </data>
<data name="HelpMainMenu.Size" type="System.Drawing.Size, System.Drawing"> <data name="邮箱ToolStripMenuItem.Text" xml:space="preserve">
<value>57, 25</value> <value>E-mail:tetvoc@126.com</value>
</data>
<data name="HelpMainMenu.Text" xml:space="preserve">
<value>Help</value>
</data>
<data name="menuStrip.Size" type="System.Drawing.Size, System.Drawing">
<value>1083, 29</value>
</data> </data>
<data name="toolStripStatusLabelusertime.Size" type="System.Drawing.Size, System.Drawing"> <data name="toolStripStatusLabelusertime.Size" type="System.Drawing.Size, System.Drawing">
<value>400, 27</value> <value>400, 27</value>
</data> </data>
<data name="toolStripStatusLabelText.Size" type="System.Drawing.Size, System.Drawing"> <data name="toolStripStatusLabelText.Size" type="System.Drawing.Size, System.Drawing">
<value>360, 27</value> <value>500, 27</value>
</data> </data>
<data name="HmiStatus.Size" type="System.Drawing.Size, System.Drawing"> <data name="HmiStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>300, 27</value> <value>300, 27</value>
......
...@@ -23,7 +23,7 @@ namespace GcDevicePc ...@@ -23,7 +23,7 @@ namespace GcDevicePc
{ {
if (createNew) if (createNew)
{ {
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("en"); //Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("en");
Application.Run(new StartForm()); Application.Run(new StartForm());
mutex.ReleaseMutex(); mutex.ReleaseMutex();
} }
......
...@@ -176,8 +176,11 @@ ...@@ -176,8 +176,11 @@
<data name="bgpicture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms"> <data name="bgpicture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="bgpicture.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="bgpicture.Size" type="System.Drawing.Size, System.Drawing"> <data name="bgpicture.Size" type="System.Drawing.Size, System.Drawing">
<value>600, 411</value> <value>600, 414</value>
</data> </data>
<data name="bgpicture.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms"> <data name="bgpicture.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value> <value>StretchImage</value>
...@@ -351,7 +354,4 @@ ...@@ -351,7 +354,4 @@
AAA= AAA=
</value> </value>
</data> </data>
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
</root> </root>
\ No newline at end of file
...@@ -290,16 +290,13 @@ ...@@ -290,16 +290,13 @@
AAA= AAA=
</value> </value>
</data> </data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="HMIMACComboBox1.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="HMIMACComboBox1.Font" type="System.Drawing.Font, System.Drawing"> <data name="HMIMACComboBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>宋体, 14pt</value> <value>宋体, 14pt</value>
</data> </data>
<data name="HMIMACComboBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 27</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="BindButton1.Location" type="System.Drawing.Point, System.Drawing"> <data name="BindButton1.Location" type="System.Drawing.Point, System.Drawing">
<value>376, 380</value> <value>376, 380</value>
</data> </data>
...@@ -394,6 +391,9 @@ ...@@ -394,6 +391,9 @@
<data name="label3.Font" type="System.Drawing.Font, System.Drawing"> <data name="label3.Font" type="System.Drawing.Font, System.Drawing">
<value>宋体, 14pt</value> <value>宋体, 14pt</value>
</data> </data>
<data name="&gt;&gt;HMIMACComboBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;bgpicture.Parent" xml:space="preserve"> <data name="&gt;&gt;bgpicture.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
...@@ -406,6 +406,9 @@ ...@@ -406,6 +406,9 @@
<data name="HMIMACComboBox1.Visible" type="System.Boolean, mscorlib"> <data name="HMIMACComboBox1.Visible" type="System.Boolean, mscorlib">
<value>False</value> <value>False</value>
</data> </data>
<data name="offlinebth.Location" type="System.Drawing.Point, System.Drawing">
<value>376, 349</value>
</data>
<data name="&gt;&gt;BindButton1.Parent" xml:space="preserve"> <data name="&gt;&gt;BindButton1.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
...@@ -466,17 +469,14 @@ ...@@ -466,17 +469,14 @@
<data name="&gt;&gt;offlinebth.Name" xml:space="preserve"> <data name="&gt;&gt;offlinebth.Name" xml:space="preserve">
<value>offlinebth</value> <value>offlinebth</value>
</data> </data>
<data name="&gt;&gt;StartFormbgWorker.Type" xml:space="preserve">
<value>System.ComponentModel.BackgroundWorker, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="offlinebth.Text" xml:space="preserve"> <data name="offlinebth.Text" xml:space="preserve">
<value>离线模式</value> <value>离线模式</value>
</data> </data>
<data name="bgpicture.ImageLocation" xml:space="preserve"> <data name="bgpicture.ImageLocation" xml:space="preserve">
<value /> <value />
</data> </data>
<data name="HMIMACComboBox1.TabIndex" type="System.Int32, mscorlib"> <data name="HMIMACComboBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>6</value> <value>193, 27</value>
</data> </data>
<data name="&gt;&gt;offlinebth.Parent" xml:space="preserve"> <data name="&gt;&gt;offlinebth.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
...@@ -484,8 +484,8 @@ ...@@ -484,8 +484,8 @@
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>479, 414</value> <value>479, 414</value>
</data> </data>
<data name="&gt;&gt;HMIMACComboBox1.Parent" xml:space="preserve"> <data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>$this</value> <value>7</value>
</data> </data>
<data name="&gt;&gt;$this.Type" xml:space="preserve"> <data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
...@@ -970,8 +970,8 @@ ...@@ -970,8 +970,8 @@
kVdVf4GZdCH8L3a8zJ/4Cmiks1b7y+hLOIhw6HMWSZeYqubv/wB1fQP/AOA//9k= kVdVf4GZdCH8L3a8zJ/4Cmiks1b7y+hLOIhw6HMWSZeYqubv/wB1fQP/AOA//9k=
</value> </value>
</data> </data>
<data name="offlinebth.Location" type="System.Drawing.Point, System.Drawing"> <data name="&gt;&gt;StartFormbgWorker.Type" xml:space="preserve">
<value>376, 349</value> <value>System.ComponentModel.BackgroundWorker, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="&gt;&gt;label3.Type" xml:space="preserve"> <data name="&gt;&gt;label3.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
......
[SYSINFO]
ECOUNT=3
COEF=1
[ENTITY0]
ETXT=0,±½,0.1,0.28,0,0,255,0,0,10000,1,0,0
[ENTITY1]
ETXT=0,¼×±½,0.62,0.87,0,0,255,0,0,10000,1,0,0
[ENTITY2]
ETXT=0,¶þ¼×±½,0.97,1.07,0,0,255,0,0,10000,1,0,0
[ENTITY3]
ETXT=0,¼×´¼,1.33,1.48,0,0,255,0,0,10000,1,0,0
[ENTITY4]
ETXT=0,±ûϩȩ,2.06,2.33,0,0,255,0,0,10000,1,0,0
Record Time2020-10-24 10:35:27,802 Thread ID:[1]- ErrorClassName:MDIBase Func Name:DllInit Info:Only one usage of each socket address (protocol/network address/port) is normally permitted
Record Time:2020-10-24 10:05:23,116 Info: HMI空闲 Record Time:2020-10-24 10:05:23,116 Info: HMI空闲
Record Time:2020-10-24 10:05:23,117 Info:点火状态:未点火 FID:0.000 Record Time:2020-10-24 10:05:23,117 Info:点火状态:未点火 FID:0.000
Record Time:2020-10-24 11:30:06,173 Info: HMI空闲
Record Time:2020-10-24 11:30:06,178 Info:点火状态:未点火 FID:-0.134
Record Time:2020-10-24 11:30:06,178 Info:前进样口:23.96 / 30柱箱:23.86 / 30前检测:26.03 / 150中检测:21.20 / 0
Record Time:2020-10-24 11:31:06,169 Info: HMI空闲
Record Time:2020-10-24 11:31:06,169 Info:点火状态:未点火 FID:-0.133
Record Time:2020-10-24 11:31:06,169 Info:前进样口:23.96 / 30柱箱:23.88 / 30前检测:25.93 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:43:04,190 Info: HMI空闲
Record Time:2020-10-24 13:43:04,222 Info:点火状态:未点火 FID:-0.145
Record Time:2020-10-24 13:43:04,222 Info:前进样口:24.67 / 30柱箱:24.59 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:44:04,169 Info: HMI空闲
Record Time:2020-10-24 13:44:04,169 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 13:44:04,169 Info:前进样口:24.67 / 30柱箱:24.58 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:45:04,169 Info: HMI空闲
Record Time:2020-10-24 13:45:04,169 Info:点火状态:未点火 FID:-0.145
Record Time:2020-10-24 13:45:04,169 Info:前进样口:24.67 / 30柱箱:24.59 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:46:04,170 Info: HMI空闲
Record Time:2020-10-24 13:46:04,170 Info:点火状态:未点火 FID:-0.148
Record Time:2020-10-24 13:46:04,170 Info:前进样口:24.67 / 30柱箱:24.58 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:47:04,169 Info: HMI空闲
Record Time:2020-10-24 13:47:04,169 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 13:47:04,169 Info:前进样口:24.67 / 30柱箱:24.58 / 30前检测:24.14 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:52:58,679 Info: HMI空闲
Record Time:2020-10-24 13:52:58,683 Info:点火状态:未点火 FID:-0.143
Record Time:2020-10-24 13:52:58,683 Info:前进样口:24.67 / 30柱箱:24.50 / 30前检测:24.14 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:53:58,676 Info: HMI空闲
Record Time:2020-10-24 13:53:58,676 Info:点火状态:未点火 FID:-0.141
Record Time:2020-10-24 13:53:58,676 Info:前进样口:24.67 / 30柱箱:24.49 / 30前检测:24.14 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:54:58,675 Info: HMI空闲
Record Time:2020-10-24 13:54:58,675 Info:点火状态:未点火 FID:-0.140
Record Time:2020-10-24 13:54:58,675 Info:前进样口:24.66 / 30柱箱:24.45 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:55:58,675 Info: HMI空闲
Record Time:2020-10-24 13:55:58,675 Info:点火状态:未点火 FID:-0.139
Record Time:2020-10-24 13:55:58,675 Info:前进样口:24.66 / 30柱箱:24.45 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:56:58,675 Info: HMI空闲
Record Time:2020-10-24 13:56:58,675 Info:点火状态:未点火 FID:-0.139
Record Time:2020-10-24 13:56:58,675 Info:前进样口:24.66 / 30柱箱:24.47 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:57:58,675 Info: HMI空闲
Record Time:2020-10-24 13:57:58,675 Info:点火状态:未点火 FID:-0.139
Record Time:2020-10-24 13:57:58,675 Info:前进样口:24.65 / 30柱箱:24.48 / 30前检测:24.13 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:58:58,675 Info: HMI空闲
Record Time:2020-10-24 13:58:58,675 Info:点火状态:未点火 FID:-0.138
Record Time:2020-10-24 13:58:58,675 Info:前进样口:24.65 / 30柱箱:24.46 / 30前检测:24.12 / 150中检测:21.20 / 0
Record Time:2020-10-24 13:59:58,675 Info: HMI空闲
Record Time:2020-10-24 13:59:58,675 Info:点火状态:未点火 FID:-0.137
Record Time:2020-10-24 13:59:58,675 Info:前进样口:24.64 / 30柱箱:24.46 / 30前检测:24.12 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:00:58,675 Info: HMI空闲
Record Time:2020-10-24 14:00:58,675 Info:点火状态:未点火 FID:-0.136
Record Time:2020-10-24 14:00:58,675 Info:前进样口:24.64 / 30柱箱:24.46 / 30前检测:24.12 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:01:58,675 Info: HMI空闲
Record Time:2020-10-24 14:01:58,675 Info:点火状态:未点火 FID:-0.136
Record Time:2020-10-24 14:01:58,675 Info:前进样口:24.63 / 30柱箱:24.43 / 30前检测:24.12 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:02:58,675 Info: HMI空闲
Record Time:2020-10-24 14:02:58,675 Info:点火状态:未点火 FID:-0.134
Record Time:2020-10-24 14:02:58,675 Info:前进样口:24.63 / 30柱箱:24.44 / 30前检测:24.11 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:03:58,675 Info: HMI空闲
Record Time:2020-10-24 14:03:58,675 Info:点火状态:未点火 FID:-0.134
Record Time:2020-10-24 14:03:58,675 Info:前进样口:24.62 / 30柱箱:24.41 / 30前检测:24.11 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:04:58,675 Info: HMI空闲
Record Time:2020-10-24 14:04:58,675 Info:点火状态:未点火 FID:-0.133
Record Time:2020-10-24 14:04:58,675 Info:前进样口:24.62 / 30柱箱:24.40 / 30前检测:24.11 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:05:58,675 Info: HMI空闲
Record Time:2020-10-24 14:05:58,675 Info:点火状态:未点火 FID:-0.131
Record Time:2020-10-24 14:05:58,675 Info:前进样口:24.61 / 30柱箱:24.38 / 30前检测:24.11 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:06:58,675 Info: HMI空闲
Record Time:2020-10-24 14:06:58,675 Info:点火状态:未点火 FID:-0.131
Record Time:2020-10-24 14:06:58,675 Info:前进样口:24.61 / 30柱箱:24.38 / 30前检测:24.10 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:07:58,675 Info: HMI空闲
Record Time:2020-10-24 14:07:58,675 Info:点火状态:未点火 FID:-0.131
Record Time:2020-10-24 14:07:58,675 Info:前进样口:24.60 / 30柱箱:24.39 / 30前检测:24.10 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:08:58,675 Info: HMI空闲
Record Time:2020-10-24 14:08:58,675 Info:点火状态:未点火 FID:-0.130
Record Time:2020-10-24 14:08:58,675 Info:前进样口:24.60 / 30柱箱:24.41 / 30前检测:24.09 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:09:58,675 Info: HMI空闲
Record Time:2020-10-24 14:09:58,675 Info:点火状态:未点火 FID:-0.130
Record Time:2020-10-24 14:09:58,675 Info:前进样口:24.59 / 30柱箱:24.42 / 30前检测:24.09 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:10:58,675 Info: HMI空闲
Record Time:2020-10-24 14:10:58,675 Info:点火状态:未点火 FID:-0.130
Record Time:2020-10-24 14:10:58,675 Info:前进样口:24.59 / 30柱箱:24.43 / 30前检测:24.08 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:11:58,675 Info: HMI空闲
Record Time:2020-10-24 14:11:58,675 Info:点火状态:未点火 FID:-0.131
Record Time:2020-10-24 14:11:58,675 Info:前进样口:24.59 / 30柱箱:24.42 / 30前检测:24.08 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:12:58,675 Info: HMI空闲
Record Time:2020-10-24 14:12:58,675 Info:点火状态:未点火 FID:-0.131
Record Time:2020-10-24 14:12:58,675 Info:前进样口:24.58 / 30柱箱:24.41 / 30前检测:24.08 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:13:58,675 Info: HMI空闲
Record Time:2020-10-24 14:13:58,675 Info:点火状态:未点火 FID:-0.133
Record Time:2020-10-24 14:13:58,675 Info:前进样口:24.58 / 30柱箱:24.43 / 30前检测:24.07 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:14:58,675 Info: HMI空闲
Record Time:2020-10-24 14:14:58,675 Info:点火状态:未点火 FID:-0.133
Record Time:2020-10-24 14:14:58,675 Info:前进样口:24.58 / 30柱箱:24.44 / 30前检测:24.07 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:15:58,675 Info: HMI空闲
Record Time:2020-10-24 14:15:58,675 Info:点火状态:未点火 FID:-0.134
Record Time:2020-10-24 14:15:58,675 Info:前进样口:24.58 / 30柱箱:24.47 / 30前检测:24.07 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:16:58,675 Info: HMI空闲
Record Time:2020-10-24 14:16:58,675 Info:点火状态:未点火 FID:-0.136
Record Time:2020-10-24 14:16:58,675 Info:前进样口:24.58 / 30柱箱:24.44 / 30前检测:24.06 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:17:58,675 Info: HMI空闲
Record Time:2020-10-24 14:17:58,675 Info:点火状态:未点火 FID:-0.136
Record Time:2020-10-24 14:17:58,675 Info:前进样口:24.58 / 30柱箱:24.42 / 30前检测:24.06 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:18:58,675 Info: HMI空闲
Record Time:2020-10-24 14:18:58,675 Info:点火状态:未点火 FID:-0.138
Record Time:2020-10-24 14:18:58,675 Info:前进样口:24.57 / 30柱箱:24.38 / 30前检测:24.06 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:19:58,675 Info: HMI空闲
Record Time:2020-10-24 14:19:58,675 Info:点火状态:未点火 FID:-0.139
Record Time:2020-10-24 14:19:58,675 Info:前进样口:24.57 / 30柱箱:24.38 / 30前检测:24.05 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:20:58,675 Info: HMI空闲
Record Time:2020-10-24 14:20:58,675 Info:点火状态:未点火 FID:-0.140
Record Time:2020-10-24 14:20:58,675 Info:前进样口:24.57 / 30柱箱:24.40 / 30前检测:24.05 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:21:58,675 Info: HMI空闲
Record Time:2020-10-24 14:21:58,675 Info:点火状态:未点火 FID:-0.140
Record Time:2020-10-24 14:21:58,675 Info:前进样口:24.56 / 30柱箱:24.40 / 30前检测:24.04 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:22:58,675 Info: HMI空闲
Record Time:2020-10-24 14:22:58,675 Info:点火状态:未点火 FID:-0.139
Record Time:2020-10-24 14:22:58,675 Info:前进样口:24.56 / 30柱箱:24.40 / 30前检测:24.04 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:23:58,675 Info: HMI空闲
Record Time:2020-10-24 14:23:58,675 Info:点火状态:未点火 FID:-0.141
Record Time:2020-10-24 14:23:58,675 Info:前进样口:24.56 / 30柱箱:24.38 / 30前检测:24.03 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:24:58,675 Info: HMI空闲
Record Time:2020-10-24 14:24:58,675 Info:点火状态:未点火 FID:-0.142
Record Time:2020-10-24 14:24:58,675 Info:前进样口:24.56 / 30柱箱:24.37 / 30前检测:24.03 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:25:58,675 Info: HMI空闲
Record Time:2020-10-24 14:25:58,675 Info:点火状态:未点火 FID:-0.144
Record Time:2020-10-24 14:25:58,675 Info:前进样口:24.56 / 30柱箱:24.41 / 30前检测:24.02 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:26:58,675 Info: HMI空闲
Record Time:2020-10-24 14:26:58,675 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 14:26:58,675 Info:前进样口:24.55 / 30柱箱:24.44 / 30前检测:24.02 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:27:58,675 Info: HMI空闲
Record Time:2020-10-24 14:27:58,675 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 14:27:58,675 Info:前进样口:24.55 / 30柱箱:24.44 / 30前检测:24.01 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:28:58,675 Info: HMI空闲
Record Time:2020-10-24 14:28:58,675 Info:点火状态:未点火 FID:-0.145
Record Time:2020-10-24 14:28:58,675 Info:前进样口:24.55 / 30柱箱:24.44 / 30前检测:24.01 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:29:58,675 Info: HMI空闲
Record Time:2020-10-24 14:29:58,675 Info:点火状态:未点火 FID:-0.147
Record Time:2020-10-24 14:29:58,675 Info:前进样口:24.55 / 30柱箱:24.42 / 30前检测:24.01 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:30:58,675 Info: HMI空闲
Record Time:2020-10-24 14:30:58,675 Info:点火状态:未点火 FID:-0.145
Record Time:2020-10-24 14:30:58,675 Info:前进样口:24.55 / 30柱箱:24.43 / 30前检测:24.00 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:31:58,675 Info: HMI空闲
Record Time:2020-10-24 14:31:58,675 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 14:31:58,675 Info:前进样口:24.55 / 30柱箱:24.41 / 30前检测:24.00 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:32:58,675 Info: HMI空闲
Record Time:2020-10-24 14:32:58,675 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 14:32:58,675 Info:前进样口:24.55 / 30柱箱:24.39 / 30前检测:24.00 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:33:58,675 Info: HMI空闲
Record Time:2020-10-24 14:33:58,675 Info:点火状态:未点火 FID:-0.146
Record Time:2020-10-24 14:33:58,675 Info:前进样口:24.55 / 30柱箱:24.39 / 30前检测:24.00 / 150中检测:21.20 / 0
Record Time:2020-10-24 14:34:58,675 Info: HMI空闲
Record Time:2020-10-24 14:34:58,675 Info:点火状态:未点火 FID:-0.148
Record Time:2020-10-24 14:34:58,675 Info:前进样口:24.55 / 30柱箱:24.39 / 30前检测:23.99 / 150中检测:21.20 / 0
...@@ -2,3 +2,73 @@ Record Time ...@@ -2,3 +2,73 @@ Record Time
Record Time:2020-10-24 10:04:27,134 Thread ID:[6]- Info:Start Get PC Local IP... Record Time:2020-10-24 10:04:27,134 Thread ID:[6]- Info:Start Get PC Local IP...
Record Time:2020-10-24 10:04:38,136 Thread ID:[6]- Info:Start Search HMI... Record Time:2020-10-24 10:04:38,136 Thread ID:[6]- Info:Start Search HMI...
Record Time:2020-10-24 10:04:48,539 Thread ID:[6]- Info:Start Search HMI... Record Time:2020-10-24 10:04:48,539 Thread ID:[6]- Info:Start Search HMI...
Record Time:2020-10-24 10:35:16,638 Thread ID:[7]- Info:Start Get PC Local IP...
Record Time:2020-10-24 10:35:18,806 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 10:35:19,928 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 10:35:21,748 Thread ID:[5]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 10:35:22,953 Thread ID:[5]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 10:35:22,954 Thread ID:[5]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 10:35:23,849 Thread ID:[5]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 10:35:23,849 Thread ID:[5]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 10:35:24,828 Thread ID:[5]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 10:35:27,427 Thread ID:[7]- Info:Start Search HMI...
Record Time:2020-10-24 11:28:55,152 Thread ID:[9]- Info:Start Get PC Local IP...
Record Time:2020-10-24 11:28:57,198 Thread ID:[6]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 11:28:58,261 Thread ID:[6]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 11:29:00,121 Thread ID:[6]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 11:29:01,242 Thread ID:[6]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 11:29:01,242 Thread ID:[6]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 11:29:02,282 Thread ID:[6]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 11:29:02,283 Thread ID:[6]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 11:29:03,187 Thread ID:[6]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 11:29:05,877 Thread ID:[9]- Info:Start Search HMI...
Record Time:2020-10-24 11:29:06,100 Thread ID:[1]- Info:System Init Success
Record Time:2020-10-24 11:29:16,568 Thread ID:[9]- Info:Start Search HMI...
Record Time:2020-10-24 11:32:18,373 Thread ID:[8]- Info:Start Get PC Local IP...
Record Time:2020-10-24 11:32:20,484 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 11:32:21,639 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 11:32:23,436 Thread ID:[5]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 11:32:24,558 Thread ID:[5]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 11:32:24,559 Thread ID:[5]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 11:32:25,620 Thread ID:[5]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 11:32:25,621 Thread ID:[5]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 11:32:26,504 Thread ID:[5]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 11:32:29,123 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 11:32:29,142 Thread ID:[1]- Info:System Init Success
Record Time:2020-10-24 11:32:39,715 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 13:41:53,007 Thread ID:[8]- Info:Start Get PC Local IP...
Record Time:2020-10-24 13:41:54,985 Thread ID:[6]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 13:41:56,012 Thread ID:[6]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 13:41:57,907 Thread ID:[6]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 13:41:59,133 Thread ID:[6]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 13:41:59,134 Thread ID:[6]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 13:41:59,993 Thread ID:[6]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 13:41:59,994 Thread ID:[6]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 13:42:00,984 Thread ID:[6]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 13:42:03,710 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 13:42:04,106 Thread ID:[1]- Info:System Init Success
Record Time:2020-10-24 13:42:14,473 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 13:51:47,664 Thread ID:[8]- Info:Start Get PC Local IP...
Record Time:2020-10-24 13:51:49,303 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 13:51:50,376 Thread ID:[5]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 13:51:52,249 Thread ID:[5]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 13:51:53,347 Thread ID:[5]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 13:51:53,348 Thread ID:[5]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 13:51:54,412 Thread ID:[5]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 13:51:54,413 Thread ID:[5]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 13:51:55,323 Thread ID:[5]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 13:51:58,509 Thread ID:[1]- Info:System Init Success
Record Time:2020-10-24 13:51:58,515 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 13:52:09,217 Thread ID:[8]- Info:Start Search HMI...
Record Time:2020-10-24 14:43:07,523 Thread ID:[9]- Info:Start Get PC Local IP...
Record Time:2020-10-24 14:43:09,414 Thread ID:[7]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 14:43:10,380 Thread ID:[7]- Info:DevStatus.ini 信息获取同步...
Record Time:2020-10-24 14:43:12,313 Thread ID:[7]- Info:SingleAnal.ini 开始同步...
Record Time:2020-10-24 14:43:13,553 Thread ID:[7]- Info:SingleAnal.ini 同步完成...
Record Time:2020-10-24 14:43:13,554 Thread ID:[7]- Info:DevStatus.ini 开始同步...
Record Time:2020-10-24 14:43:14,402 Thread ID:[7]- Info:DevStatus.ini 同步完成...
Record Time:2020-10-24 14:43:14,403 Thread ID:[7]- Info:RunMethod.ini 开始同步...
Record Time:2020-10-24 14:43:15,887 Thread ID:[7]- Info:RunMethod.ini 同步完成...
Record Time:2020-10-24 14:43:18,587 Thread ID:[9]- Info:Start Search HMI...
Record Time:2020-10-24 14:43:19,235 Thread ID:[1]- Info:System Init Success
Record Time:2020-10-24 14:43:29,224 Thread ID:[9]- Info:Start Search HMI...
2020-10-23 20:22:58System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:21System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:04System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:27System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:10System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:33System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:16System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:40System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:22System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:45System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:28System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:51System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:34System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:31:57System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:40System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:03System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:46System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:09System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:52System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:15System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:23:58System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:21System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:04System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:27System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:10System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:33System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:16System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:39System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:22System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:45System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:28System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:51System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:34System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:32:57System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:40System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:03System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:46System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:09System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:52System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:15System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:24:58System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:21System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:04System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:27System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:10System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:34System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:16System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:39System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:22System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:45System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:28System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:51System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:34System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:33:57System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:40System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:03System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:25:46System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:09System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:25:52】System.InvalidOperationException: 未在侦听。调用此方法前必须先调用 Start() 方法。 2020-10-24 14:34:15System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
在 System.Net.Sockets.TcpListener.Pending()
在 ModbusLib.TcpService.Accept() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 111
【2020-10-23 20:27:03】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start()
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51
【2020-10-23 20:27:03】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24
2020-10-23 20:27:09System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:27:14System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:28:30】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start()
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51
【2020-10-23 20:28:30】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24
2020-10-23 20:28:36System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:28:42System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:21System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:28:48System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:27System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:28:54System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:33System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:00System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:39System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:06System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:45System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:12System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:51System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:18System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:34:57System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:24System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 【2020-10-24 14:43:19】System.Net.Sockets.SocketException (0x80004005): The requested address is not valid in its context
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:30System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:36System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:42System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:48System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:29:54System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:00System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:06System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:12System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:18System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:24System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:30:30System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:30:36】System.InvalidOperationException: 未在侦听。调用此方法前必须先调用 Start() 方法。
在 System.Net.Sockets.TcpListener.Pending()
在 ModbusLib.TcpService.Accept() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 111
【2020-10-23 20:31:07】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP) at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog) at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start() at System.Net.Sockets.TcpListener.Start()
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51 at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51
【2020-10-23 20:31:07】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。 【2020-10-24 14:43:19】System.Net.Sockets.SocketException (0x80004005): The requested address is not valid in its context
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64 at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24 at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24
2020-10-23 20:31:13System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:43:24System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:19System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:43:30System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:25System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 【2020-10-24 14:43:35】数据读取失败,RawDataOperate.readCould not find a part of the path 'C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\VocsSetup\GC_User\原始数据\样气\2020年\09月\18日\0918110041-A.raw'.
【2020-10-24 14:43:35】System.NullReferenceException: Object reference not set to an instance of an object.
at CKVocAnalyzer.FromAdjustAdd.Getajpex(String file, String aLayer) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\FromAdjustAdd.cs:line 34
at CKVocAnalyzer.CtrlAdjust.RefreshGridView() in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlAdjust.cs:line 196
2020-10-24 14:43:36System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:31System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:43:42System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:37System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. 2020-10-24 14:43:48System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index) at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521 at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:43System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:49System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:31:55System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:01System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:07System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:13System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:20System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:32:21】System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 System.Collections.Generic.List`1.Enumerator.MoveNextRare()
在 System.Collections.Generic.List`1.Enumerator.MoveNext()
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1146
【2020-10-23 20:32:24】SQLite error (1299): abort at 12 in [insert into EntityRecord values(@id,@time, @name, @value,@area)]: NOT NULL constraint failed: EntityRecord.time
【2020-10-23 20:32:24】System.Data.SQLite.SQLiteException (0x80004005): constraint failed
NOT NULL constraint failed: EntityRecord.time
在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
在 SQLiteOperate.VOCSqlite.InsertTran(List`1 data) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\SQLiteOperate\VOCSqlite.cs:行号 129
【2020-10-23 20:32:24】SQLite error (1299): abort at 12 in [insert into EntityRecord values(@id,@time, @name, @value,@area)]: NOT NULL constraint failed: EntityRecord.time
【2020-10-23 20:32:24】System.Data.SQLite.SQLiteException (0x80004005): constraint failed
NOT NULL constraint failed: EntityRecord.time
在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
在 SQLiteOperate.VOCSqlite.InsertTran(List`1 data) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\SQLiteOperate\VOCSqlite.cs:行号 129
2020-10-23 20:32:25System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:32:27】SQLite error (1299): abort at 12 in [insert into EntityRecord values(@id,@time, @name, @value,@area)]: NOT NULL constraint failed: EntityRecord.time
【2020-10-23 20:32:27】System.Data.SQLite.SQLiteException (0x80004005): constraint failed
NOT NULL constraint failed: EntityRecord.time
在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
在 SQLiteOperate.VOCSqlite.InsertTran(List`1 data) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\SQLiteOperate\VOCSqlite.cs:行号 129
【2020-10-23 20:32:30】SQLite error (1299): abort at 12 in [insert into EntityRecord values(@id,@time, @name, @value,@area)]: NOT NULL constraint failed: EntityRecord.time
【2020-10-23 20:32:30】System.Data.SQLite.SQLiteException (0x80004005): constraint failed
NOT NULL constraint failed: EntityRecord.time
在 System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
在 System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
在 System.Data.SQLite.SQLiteDataReader.NextResult()
在 System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
在 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
在 SQLiteOperate.VOCSqlite.InsertTran(List`1 data) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\SQLiteOperate\VOCSqlite.cs:行号 129
2020-10-23 20:32:31System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:39System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:43System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:49System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-23 20:32:55System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 521
【2020-10-23 20:32:55】System.InvalidOperationException: 此 BackgroundWorker 当前正忙,无法同时运行多个任务。
在 System.ComponentModel.BackgroundWorker.RunWorkerAsync(Object argument)
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1129
2020-10-23 20:33:01System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:07System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:13System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:19System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:25System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:31System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:37System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:43System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:49System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:33:55System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:01System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:07System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:13System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:19System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:25System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:31System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:37System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:43System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:49System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:34:55System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:01System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:07System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:13System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:19System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:25System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:31System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:35:37System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:46:47】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start()
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51
【2020-10-23 20:46:47】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24
2020-10-23 20:46:51System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:46:57System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:03System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:09System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:15System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:21System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:27System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:33System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:39System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:47:39】System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 System.Collections.Generic.List`1.Enumerator.MoveNextRare()
在 System.Collections.Generic.List`1.Enumerator.MoveNext()
在 CKVocAnalyzer.CtrlWaveCurrent.addPoint(List`1 pointlist, Boolean endflag) 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:行号 1146
2020-10-23 20:47:45System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:51System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:47:57System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:03System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:09System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:15System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:21System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:27System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:33System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:39System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:45System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:51System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:48:57System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:49:03System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:49:09System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:11】System.ArgumentOutOfRangeException: Value of '214748.5' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:14】System.ArgumentOutOfRangeException: Value of '214748.5' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:15System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:17】System.ArgumentOutOfRangeException: Value of '214748.5' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:20】System.ArgumentOutOfRangeException: Value of '214748.5' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:21System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:25】System.ArgumentOutOfRangeException: Value of '214748.5' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:26】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:27System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:29】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:32】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:33System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:35】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:38】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:39System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:41】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:44】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:45System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:49:47】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
【2020-10-23 20:49:50】System.ArgumentOutOfRangeException: Value of '214748' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at CKVocAnalyzer.CtrlWaveCurrent.TimerAxis_Tick(Object sender, EventArgs e) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\CKVocAnalyzer\CtrlWaveCurrent.cs:line 135
2020-10-23 20:49:51System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:57:57】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start()
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 51
【2020-10-23 20:57:57】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at ModbusLib.TcpService.open(String add, Int32 port) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 64
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport) in C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:line 24
2020-10-23 20:58:03System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:58:08System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:58:14System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:58:20System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
2020-10-23 20:58:26System.NullReferenceException: Object reference not set to an instance of an object.
at GcDevicePc.CK_UI.UserCtl.datadisp() in C:\Users\a\Desktop\色谱仪\新建文件夹\Vocs_opt\GcDevicePc\CK_UI\UserCtl.cs:line 581
【2020-10-23 20:58:32】System.InvalidOperationException: 未在侦听。调用此方法前必须先调用 Start() 方法。
在 System.Net.Sockets.TcpListener.Pending()
在 ModbusLib.TcpService.Accept() 位置 C:\Users\a\Desktop\色谱仪\新建文件夹\gcdevicepc_nmoc8-16\ModbusLib\TcpService.cs:行号 111
【2020-10-24 10:04:22】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at ModbusLib.TcpService.open(String add, Int32 port)
【2020-10-24 10:04:22】System.Net.Sockets.SocketException (0x80004005): 在其上下文中,该请求的地址无效。
at ModbusLib.TcpService.open(String add, Int32 port)
at ModbusLib.TcpService.tcpStart(String addr, Int32 intport)
2020-10-24 10:04:28System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:04:34System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:04:40System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:04:46System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:04:52System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:04:58System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:05:04System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:05:10System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:05:16System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
2020-10-24 10:05:22System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at GcDevicePc.CK_UI.UserCtl.datadisp() in E:\Work Files\色谱仪\Vocs\GcDevicePc\CK_UI\UserCtl.cs:line 521
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -185,3 +185,8 @@ ...@@ -185,3 +185,8 @@
【2020-10-23 20:57:57.3546】,服务器开始启动:192.168.2.50:12345 【2020-10-23 20:57:57.3546】,服务器开始启动:192.168.2.50:12345
【2020-10-23 20:58:32.8368】,服务器重启: 【2020-10-23 20:58:32.8368】,服务器重启:
【2020-10-24 10:04:22.9604】,服务器开始启动:172.16.0.102:12345 【2020-10-24 10:04:22.9604】,服务器开始启动:172.16.0.102:12345
【2020-10-24 11:29:06.0889】,服务器开始启动:192.168.2.50:12345
【2020-10-24 11:32:29.1302】,服务器开始启动:192.168.2.50:12345
【2020-10-24 13:42:04.0943】,服务器开始启动:192.168.2.50:12345
【2020-10-24 13:51:58.4656】,服务器开始启动:192.168.2.50:12345
【2020-10-24 14:43:19.2238】,服务器开始启动:192.168.2.50:12345
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment