資源簡介
使用C#語言和vs2013編寫的一個溫度的上位機
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?thermometer
{
????
????public?partial?class?Form1?:?Form
????{
????????public?string?str?=?null;
????????public?int[]?data_R?=?new?int[1];
????????public?int?data_H;
????????public?Form2?form2=new?Form2();
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.pictureBox3.Height?=?240;
????????????CheckForIllegalCrossThreadCalls?=?false;
????????}
????????private?void?pictureBox1_Click(object?sender?EventArgs?e)
????????{
????????}
????????private?void?pictureBox3_Click(object?sender?EventArgs?e)
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-03-20?21:28??基于C#溫濕度上位機源碼\
?????目錄???????????0??2015-03-27?17:23??基于C#溫濕度上位機源碼\thermometer\
?????文件?????????184??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\App.config
?????文件???????10854??2015-03-25?21:14??基于C#溫濕度上位機源碼\thermometer\Form1.Designer.cs
?????文件????????5390??2015-03-25?21:29??基于C#溫濕度上位機源碼\thermometer\Form1.cs
?????文件???????87374??2015-03-27?17:23??基于C#溫濕度上位機源碼\thermometer\Form1.resx
?????文件????????1578??2015-03-25?21:15??基于C#溫濕度上位機源碼\thermometer\Form2.Designer.cs
?????文件????????6075??2015-03-25?21:14??基于C#溫濕度上位機源碼\thermometer\Form2.cs
?????文件????????5817??2015-03-25?21:07??基于C#溫濕度上位機源碼\thermometer\Form2.resx
?????文件?????????527??2015-03-25?11:10??基于C#溫濕度上位機源碼\thermometer\Program.cs
?????目錄???????????0??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\Properties\
?????文件????????1346??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\Properties\AssemblyInfo.cs
?????文件????????2862??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\Properties\Resources.Designer.cs
?????文件????????5612??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\Properties\Resources.resx
?????文件????????1111??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\Properties\Settings.Designer.cs
?????文件?????????249??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\Properties\Settings.settings
?????目錄???????????0??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\bin\
?????目錄???????????0??2015-03-20?21:37??基于C#溫濕度上位機源碼\thermometer\bin\Debug\
?????文件???????72192??2015-03-25?21:29??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.exe
?????文件?????????184??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.exe.config
?????文件???????38400??2015-03-25?21:29??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.pdb
?????文件???????24216??2015-04-05?11:47??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.vshost.exe
?????文件?????????184??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.vshost.exe.config
?????文件?????????490??2013-03-18?17:00??基于C#溫濕度上位機源碼\thermometer\bin\Debug\thermometer.vshost.exe.manifest
?????目錄???????????0??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\obj\
?????目錄???????????0??2015-03-25?21:29??基于C#溫濕度上位機源碼\thermometer\obj\Debug\
?????文件????????4411??2015-03-25?11:06??基于C#溫濕度上位機源碼\thermometer\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7116??2015-03-25?17:50??基于C#溫濕度上位機源碼\thermometer\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2015-03-25?18:02??基于C#溫濕度上位機源碼\thermometer\obj\Debug\TempPE\
?????文件????????4608??2015-03-25?18:02??基于C#溫濕度上位機源碼\thermometer\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????????0??2015-03-20?21:28??基于C#溫濕度上位機源碼\thermometer\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此處省略13個文件信息
- 上一篇:WordPPTWord,execl轉PDF
- 下一篇:C# 獲取顯卡 CPU 溫度
評論
共有 條評論