• 大小: 3.12M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  c  源码  柱状图  上位机  

资源简介

基于C#温湿度上位机带温度柱状图源码,VS2010环境

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论