25112001 整理并添加xlsx文件生成接口
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<ProjectGuid>{A74FBD1F-1F9C-45CE-B3E2-6E80278C02B0}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>C_Windows_1</RootNamespace>
|
||||
<AssemblyName>LL18-Control</AssemblyName>
|
||||
<AssemblyName>LL18-V25112001</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
||||
54
C-Windows-1/Form1.Designer.cs
generated
54
C-Windows-1/Form1.Designer.cs
generated
@@ -34,9 +34,6 @@
|
||||
this.ReceiveText = new System.Windows.Forms.TextBox();
|
||||
this.SendText = new System.Windows.Forms.TextBox();
|
||||
this.Timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer2 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer3 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer4 = new System.Windows.Forms.Timer(this.components);
|
||||
this.DataGridView1 = new System.Windows.Forms.DataGridView();
|
||||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@@ -58,10 +55,6 @@
|
||||
this.pb_CH1progressBar = new System.Windows.Forms.ProgressBar();
|
||||
this.label36 = new System.Windows.Forms.Label();
|
||||
this.Manual = new System.Windows.Forms.LinkLabel();
|
||||
this.Timer8 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer9 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer10 = new System.Windows.Forms.Timer(this.components);
|
||||
this.Timer16 = new System.Windows.Forms.Timer(this.components);
|
||||
this.lb_CH1yiqiStatus = new System.Windows.Forms.Label();
|
||||
this.lb_CH1Result = new System.Windows.Forms.Label();
|
||||
this.label31 = new System.Windows.Forms.Label();
|
||||
@@ -96,7 +89,6 @@
|
||||
this.lb_CH1LeakPressure = new System.Windows.Forms.Label();
|
||||
this.lb_CH1Leak = new System.Windows.Forms.Label();
|
||||
this.ChkCSV = new System.Windows.Forms.CheckBox();
|
||||
this.Timer11 = new System.Windows.Forms.Timer(this.components);
|
||||
this.chk_CodeLengthSwitch = new System.Windows.Forms.CheckBox();
|
||||
this.tb_CodeLength = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
@@ -260,18 +252,6 @@
|
||||
//
|
||||
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
||||
//
|
||||
// Timer2
|
||||
//
|
||||
this.Timer2.Tick += new System.EventHandler(this.Timer2_Tick);
|
||||
//
|
||||
// Timer3
|
||||
//
|
||||
this.Timer3.Tick += new System.EventHandler(this.Timer3_Tick);
|
||||
//
|
||||
// Timer4
|
||||
//
|
||||
this.Timer4.Tick += new System.EventHandler(this.Timer4_Tick);
|
||||
//
|
||||
// DataGridView1
|
||||
//
|
||||
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
@@ -417,22 +397,6 @@
|
||||
this.Manual.Visible = false;
|
||||
this.Manual.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Manual_LinkClicked);
|
||||
//
|
||||
// Timer8
|
||||
//
|
||||
this.Timer8.Tick += new System.EventHandler(this.timer8_Tick);
|
||||
//
|
||||
// Timer9
|
||||
//
|
||||
this.Timer9.Tick += new System.EventHandler(this.Timer9_Tick);
|
||||
//
|
||||
// Timer10
|
||||
//
|
||||
this.Timer10.Tick += new System.EventHandler(this.Timer10_Tick);
|
||||
//
|
||||
// Timer16
|
||||
//
|
||||
this.Timer16.Tick += new System.EventHandler(this.Timer16_Tick);
|
||||
//
|
||||
// lb_CH1yiqiStatus
|
||||
//
|
||||
this.lb_CH1yiqiStatus.AutoSize = true;
|
||||
@@ -615,7 +579,6 @@
|
||||
this.menuStrip1.Size = new System.Drawing.Size(1028, 25);
|
||||
this.menuStrip1.TabIndex = 126;
|
||||
this.menuStrip1.Text = "menuStrip1";
|
||||
this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
|
||||
//
|
||||
// 登录ToolStripMenuItem
|
||||
//
|
||||
@@ -763,10 +726,6 @@
|
||||
this.ChkCSV.Text = "导出到csv";
|
||||
this.ChkCSV.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// Timer11
|
||||
//
|
||||
this.Timer11.Tick += new System.EventHandler(this.Timer11_Tick);
|
||||
//
|
||||
// chk_CodeLengthSwitch
|
||||
//
|
||||
this.chk_CodeLengthSwitch.AutoSize = true;
|
||||
@@ -809,7 +768,6 @@
|
||||
this.Scancode.Text = "扫码启动";
|
||||
this.Scancode.UseVisualStyleBackColor = true;
|
||||
this.Scancode.Visible = false;
|
||||
this.Scancode.CheckedChanged += new System.EventHandler(this.Scancode_CheckedChanged);
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
@@ -865,7 +823,6 @@
|
||||
this.Sunzong.Size = new System.Drawing.Size(23, 16);
|
||||
this.Sunzong.TabIndex = 1;
|
||||
this.Sunzong.Text = "10";
|
||||
this.Sunzong.Click += new System.EventHandler(this.label29_Click);
|
||||
//
|
||||
// label28
|
||||
//
|
||||
@@ -991,7 +948,6 @@
|
||||
this.button1.TabIndex = 175;
|
||||
this.button1.Text = "充气";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
@@ -2118,7 +2074,7 @@
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "Form1";
|
||||
this.Text = "LL18-V25092403";
|
||||
this.Text = "LL18-V25112001";
|
||||
this.Activated += new System.EventHandler(this.Form1_Activated);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
@@ -2150,9 +2106,6 @@
|
||||
private System.Windows.Forms.TextBox SendText;
|
||||
private System.Windows.Forms.Button bt_CH1yiqiStart;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Timer Timer2;
|
||||
private System.Windows.Forms.Timer Timer3;
|
||||
private System.Windows.Forms.Timer Timer4;
|
||||
private System.Windows.Forms.Label lb_CH1Result;
|
||||
private System.Windows.Forms.Button bt_CH1yiqiReset;
|
||||
private System.Windows.Forms.DataGridView DataGridView1;
|
||||
@@ -2182,7 +2135,6 @@
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.LinkLabel Manual;
|
||||
private System.Windows.Forms.Label label36;
|
||||
private System.Windows.Forms.Timer Timer8;
|
||||
private System.Windows.Forms.ProgressBar pb_CH1progressBar;
|
||||
private System.Windows.Forms.TextBox BypassTIme;
|
||||
private System.Windows.Forms.Label label38;
|
||||
@@ -2196,7 +2148,6 @@
|
||||
private System.Windows.Forms.Label label45;
|
||||
private System.Windows.Forms.TextBox Evolume;
|
||||
private System.Windows.Forms.Label label14;
|
||||
private System.Windows.Forms.Timer Timer9;
|
||||
private System.Windows.Forms.Label lb_CH1PressureUnit;
|
||||
private System.Windows.Forms.Label lb_CH1LeakUnit;
|
||||
private MyGroupBox GroupBox_CH1;
|
||||
@@ -2208,8 +2159,6 @@
|
||||
private System.Windows.Forms.Label label52;
|
||||
private System.Windows.Forms.TextBox SBalanTime;
|
||||
private System.Windows.Forms.TextBox BBalanTime;
|
||||
private System.Windows.Forms.Timer Timer10;
|
||||
private System.Windows.Forms.Timer Timer16;
|
||||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 登录ToolStripMenuItem;
|
||||
public System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
|
||||
@@ -2260,7 +2209,6 @@
|
||||
private System.Windows.Forms.Label label27;
|
||||
public System.Windows.Forms.TextBox URL;
|
||||
public System.Windows.Forms.CheckBox ChkCSV;
|
||||
private System.Windows.Forms.Timer Timer11;
|
||||
public System.Windows.Forms.TextBox Baudrate;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.CheckBox Scancode;
|
||||
|
||||
1808
C-Windows-1/Form1.cs
1808
C-Windows-1/Form1.cs
File diff suppressed because it is too large
Load Diff
@@ -123,15 +123,6 @@
|
||||
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>127, 9</value>
|
||||
</metadata>
|
||||
<metadata name="Timer2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>201, 6</value>
|
||||
</metadata>
|
||||
<metadata name="Timer3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>291, 6</value>
|
||||
</metadata>
|
||||
<metadata name="Timer4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>381, 6</value>
|
||||
</metadata>
|
||||
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
@@ -183,29 +174,14 @@
|
||||
<metadata name="Column15.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Timer8.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>670, 5</value>
|
||||
</metadata>
|
||||
<metadata name="Timer9.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>760, 6</value>
|
||||
</metadata>
|
||||
<metadata name="Timer10.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>852, 6</value>
|
||||
</metadata>
|
||||
<metadata name="Timer16.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>476, 8</value>
|
||||
</metadata>
|
||||
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>566, 7</value>
|
||||
</metadata>
|
||||
<metadata name="Timer11.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>942, 6</value>
|
||||
<value>242, 14</value>
|
||||
</metadata>
|
||||
<metadata name="CodePort1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1042, 6</value>
|
||||
<value>380, 17</value>
|
||||
</metadata>
|
||||
<metadata name="timerCH1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1159, 6</value>
|
||||
<value>497, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>56</value>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
C-Windows-1/bin/Debug/LL18-V25112001.pdb
Normal file
BIN
C-Windows-1/bin/Debug/LL18-V25112001.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -919,9 +919,9 @@ D:\ll-18\C-Windows-1\obj\Debug\C-Windows-LL18.csproj.CoreCompileInputs.cache
|
||||
D:\ll-18\C-Windows-1\obj\Debug\C-Window.5B87B986.Up2Date
|
||||
D:\ll-18\C-Windows-1\obj\Debug\LL18-Control.exe
|
||||
D:\ll-18\C-Windows-1\obj\Debug\LL18-Control.pdb
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-Control.exe.config
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-Control.exe
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-Control.pdb
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-V25112001.exe.config
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-V25112001.exe
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\LL18-V25112001.pdb
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\BouncyCastle.Cryptography.dll
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\Enums.NET.dll
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\ICSharpCode.SharpZipLib.dll
|
||||
@@ -973,7 +973,7 @@ D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\System.Security.Principal
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\bin\Debug\System.Text.Encoding.CodePages.xml
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C-Windows-LL18.csproj.AssemblyReference.cache
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C-Windows-LL18.csproj.SuggestedBindingRedirects.cache
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-Control.exe.config
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-V25112001.exe.config
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C_Windows_1.Activationcode.resources
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C_Windows_1.Config.resources
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C_Windows_1.Form1.resources
|
||||
@@ -991,5 +991,5 @@ D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C_Windows_1.UserPassword.
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C-Windows-LL18.csproj.GenerateResource.cache
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C-Windows-LL18.csproj.CoreCompileInputs.cache
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\C-Window.5B87B986.Up2Date
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-Control.exe
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-Control.pdb
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-V25112001.exe
|
||||
D:\桌面\莫禧亮\鸿海\LL-18\C-Windows-1\obj\Debug\LL18-V25112001.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
C-Windows-1/obj/Debug/LL18-V25112001.pdb
Normal file
BIN
C-Windows-1/obj/Debug/LL18-V25112001.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user