91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

基于C#溫濕度上位機(jī)帶溫度柱狀圖源碼,VS2010環(huán)境

資源截圖

代碼片段和文件信息

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??2018-03-17?15:30??thermometer\
?????文件?????????184??2015-03-25?17:50??thermometer\App.config
?????文件???????10854??2015-03-25?21:14??thermometer\Form1.Designer.cs
?????文件????????5390??2018-03-17?15:46??thermometer\Form1.cs
?????文件???????87374??2015-03-27?17:23??thermometer\Form1.resx
?????文件????????1578??2015-03-25?21:15??thermometer\Form2.Designer.cs
?????文件????????6075??2015-03-25?21:14??thermometer\Form2.cs
?????文件????????5817??2015-03-25?21:07??thermometer\Form2.resx
?????文件?????????527??2015-03-25?11:10??thermometer\Program.cs
?????目錄???????????0??2018-03-17?15:30??thermometer\Properties\
?????文件????????1346??2015-03-20?21:28??thermometer\Properties\AssemblyInfo.cs
?????文件????????2862??2015-03-25?17:50??thermometer\Properties\Resources.Designer.cs
?????文件????????5612??2015-03-20?21:28??thermometer\Properties\Resources.resx
?????文件????????1111??2015-03-25?17:50??thermometer\Properties\Settings.Designer.cs
?????文件?????????249??2015-03-20?21:28??thermometer\Properties\Settings.settings
?????目錄???????????0??2018-03-17?15:30??thermometer\bin\
?????目錄???????????0??2018-03-17?15:34??thermometer\bin\Debug\
?????文件?????5631120??2017-10-04?01:21??thermometer\bin\Debug\mscorlib.dll
?????文件???????59342??2010-03-18?00:23??thermometer\bin\Debug\normidna.nlp
?????文件???????47076??2010-03-18?00:23??thermometer\bin\Debug\normnfc.nlp
?????文件???????40566??2010-03-18?00:23??thermometer\bin\Debug\normnfd.nlp
?????文件???????67808??2010-03-18?00:23??thermometer\bin\Debug\normnfkc.nlp
?????文件???????61718??2010-03-18?00:23??thermometer\bin\Debug\normnfkd.nlp
?????文件???????71680??2018-03-17?15:34??thermometer\bin\Debug\thermometer.exe
?????文件?????????184??2015-03-25?17:50??thermometer\bin\Debug\thermometer.exe.config
?????文件???????42496??2018-03-17?15:34??thermometer\bin\Debug\thermometer.pdb
?????文件???????11592??2018-03-17?15:34??thermometer\bin\Debug\thermometer.vshost.exe
?????文件?????????184??2015-03-25?17:50??thermometer\bin\Debug\thermometer.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??thermometer\bin\Debug\thermometer.vshost.exe.manifest
?????目錄???????????0??2018-03-17?15:34??thermometer\bin\Debug\zh-Hans\
?????文件?????1014448??2017-10-04?04:13??thermometer\bin\Debug\zh-Hans\mscorlib.resources.dll
............此處省略20個文件信息

評論

共有 條評論