Commit 8bde5b48 authored by leon.huang's avatar leon.huang

中译英临时提交。保存备份

parent 65efe77e
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -972,6 +972,9 @@
<EmbeddedResource Include="ListViewTest.resx">
<DependentUpon>ListViewTest.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LMessageBox.en.resx">
<DependentUpon>LMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LMessageBox.resx">
<DependentUpon>LMessageBox.cs</DependentUpon>
</EmbeddedResource>
......@@ -1091,6 +1094,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="logo.ico" />
<None Include="UI\picture\StartBKP.jpg" />
<Content Include="UI\picture\色谱3.png" />
</ItemGroup>
<ItemGroup>
......
......@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LMessageBox));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
......@@ -35,46 +36,34 @@
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.Location = new System.Drawing.Point(40, 88);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 36);
this.button1.TabIndex = 0;
this.button1.Text = "确 定";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(158, 88);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(83, 36);
this.button2.TabIndex = 0;
this.button2.Text = "取 消";
this.button2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 34);
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "label1";
//
// LMessageBox
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(273, 136);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "LMessageBox";
this.Text = "提示";
this.Load += new System.EventHandler(this.LMessageBox_Load);
this.ResumeLayout(false);
this.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>
<data name="button1.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="button2.Text" xml:space="preserve">
<value>Cancel</value>
</data>
</root>
\ No newline at end of file
......@@ -117,4 +117,102 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="button2.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;button2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<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="button2.Size" type="System.Drawing.Size, System.Drawing">
<value>83, 36</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="label1.Text" xml:space="preserve">
<value>label1</value>
</data>
<data name="&gt;&gt;button2.Name" xml:space="preserve">
<value>button2</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>LMessageBox</value>
</data>
<data name="&gt;&gt;button2.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>21, 34</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>273, 136</value>
</data>
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="button1.Size" type="System.Drawing.Size, System.Drawing">
<value>83, 36</value>
</data>
<data name="&gt;&gt;label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<data name="&gt;&gt;button1.Parent" xml:space="preserve">
<value>$this</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="label1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;button1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="button2.Text" xml:space="preserve">
<value>取 消</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 12</value>
</data>
<data name="button1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;button1.Name" xml:space="preserve">
<value>button1</value>
</data>
<data name="&gt;&gt;button1.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="button1.Text" xml:space="preserve">
<value>确 定</value>
</data>
<data name="button1.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 88</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>提示</value>
</data>
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
<value>158, 88</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;button2.Parent" xml:space="preserve">
<value>$this</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>
\ No newline at end of file
......@@ -60,6 +60,16 @@ namespace GcDevicePc.Properties {
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap StartBKP {
get {
object obj = ResourceManager.GetObject("StartBKP", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
......
......@@ -121,4 +121,7 @@
<data name="色谱3" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\UI\picture\色谱3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="StartBKP" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\UI\picture\StartBKP.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
\ No newline at end of file
......@@ -44,14 +44,14 @@
//
resources.ApplyResources(this.label1, "label1");
this.label1.BackColor = System.Drawing.SystemColors.Control;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.BackColor = System.Drawing.SystemColors.Control;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Name = "label2";
//
// offlinebth
......@@ -86,13 +86,14 @@
//
resources.ApplyResources(this.label3, "label3");
this.label3.BackColor = System.Drawing.SystemColors.Control;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Name = "label3";
//
// bgpicture
//
resources.ApplyResources(this.bgpicture, "bgpicture");
this.bgpicture.BackColor = System.Drawing.Color.Black;
this.bgpicture.Image = global::GcDevicePc.Properties.Resources.StartBKP;
this.bgpicture.Name = "bgpicture";
this.bgpicture.TabStop = false;
this.bgpicture.Paint += new System.Windows.Forms.PaintEventHandler(this.bgpicture_Paint);
......
This diff is collapsed.
......@@ -290,15 +290,15 @@
AAA=
</value>
</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">
<value>宋体, 14pt</value>
</data>
<data name="&gt;&gt;label3.ZOrder" xml:space="preserve">
<value>0</value>
<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">
<value>376, 380</value>
......@@ -340,8 +340,8 @@
<data name="&gt;&gt;offlinebth.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;HMIMACComboBox1.Parent" xml:space="preserve">
<value>$this</value>
<data name="&gt;&gt;BindButton1.Name" xml:space="preserve">
<value>BindButton1</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
......@@ -406,9 +406,6 @@
<data name="HMIMACComboBox1.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</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">
<value>$this</value>
</data>
......@@ -448,9 +445,6 @@
<data name="&gt;&gt;label2.Name" xml:space="preserve">
<value>label2</value>
</data>
<data name="&gt;&gt;BindButton1.Name" xml:space="preserve">
<value>BindButton1</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 358</value>
</data>
......@@ -472,14 +466,17 @@
<data name="&gt;&gt;offlinebth.Name" xml:space="preserve">
<value>offlinebth</value>
</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">
<value>离线模式</value>
</data>
<data name="bgpicture.ImageLocation" xml:space="preserve">
<value />
</data>
<data name="HMIMACComboBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 27</value>
<data name="HMIMACComboBox1.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;offlinebth.Parent" xml:space="preserve">
<value>$this</value>
......@@ -487,8 +484,8 @@
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>479, 414</value>
</data>
<data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
<data name="&gt;&gt;HMIMACComboBox1.Parent" xml:space="preserve">
<value>$this</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>
......@@ -496,6 +493,15 @@
<data name="&gt;&gt;HMIMACComboBox1.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;label3.ZOrder" xml:space="preserve">
<value>0</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="BindButton1.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="bgpicture.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwg
......@@ -964,14 +970,8 @@
kVdVf4GZdCH8L3a8zJ/4Cmiks1b7y+hLOIhw6HMWSZeYqubv/wB1fQP/AOA//9k=
</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="BindButton1.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</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 name="offlinebth.Location" type="System.Drawing.Point, System.Drawing">
<value>376, 349</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>
......
......@@ -2990,6 +2990,11 @@
重写当前线程的 CurrentUICulture 属性。
</summary>
</member>
<member name="P:GcDevicePc.Properties.Resources.StartBKP">
<summary>
查找 System.Drawing.Bitmap 类型的本地化资源。
</summary>
</member>
<member name="P:GcDevicePc.Properties.Resources.色谱3">
<summary>
查找 System.Drawing.Bitmap 类型的本地化资源。
......
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 Time2020-10-24 10:04:23,096 Thread ID:[1]- InfoSystem Init Success
Record Time2020-10-24 10:04:27,134 Thread ID:[6]- InfoStart Get PC Local IP...
Record Time2020-10-24 10:04:38,136 Thread ID:[6]- InfoStart Search HMI...
Record Time2020-10-24 10:04:48,539 Thread ID:[6]- InfoStart Search HMI...
......@@ -636,3 +636,61 @@ Parameter name: Value
【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
......@@ -184,3 +184,4 @@
【2020-10-23 20:49:26.1809】,A保存
【2020-10-23 20:57:57.3546】,服务器开始启动:192.168.2.50:12345
【2020-10-23 20:58:32.8368】,服务器重启:
【2020-10-24 10:04:22.9604】,服务器开始启动:172.16.0.102:12345
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