资源简介
基于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个文件信息
- 上一篇:c#防止锁屏软件源码
- 下一篇:asp.net 汽车租赁系统(附数据库)
相关资源
- C#高级编程第10版英文原版
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- Web程序设计ASP.NET实用网站开发 沈士根
- .netc#新手菜鸟mvc5的仓库管理系统 so
- dc竞赛房租处理数据
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
评论
共有 条评论