资源简介
送水管理系统,包含调水功能以及各种售水方式的记账,月表的提交功能

代码片段和文件信息
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;
using System.Data.SqlClient;
using System.IO;
using System.Reflection;
namespace 送水管理系统
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
}
private void 登记送水ToolStripMenuItem_Click(object sender EventArgs e)
{
}
private void 统计送水量ToolStripMenuItem_Click(object sender EventArgs e)
{
}
private void label1_Click(object sender EventArgs e)
{
}
private void comboBox1_SelectedIndexChanged(object sender EventArgs e)
{
if (comboBox1.Text == “送水“ )
{
groupBox2.Visible = true;
groupBox3.Visible = false;
}
if (comboBox1.Text == “自取“)
{
groupBox2.Visible = false;
groupBox3.Visible = true;
}
}
private void 销售(object sender EventArgs e)
{
groupBox1.Visible = true;
groupBox4.Visible = false;
groupBox5.Visible = false;
groupBox6.Visible = false;
}
private void groupBox2_Enter(object sender EventArgs e)
{
}
private void label2_Click(object sender EventArgs e)
{
}
private void label3_Click(object sender EventArgs e)
{
}
private void comboBox2_SelectedIndexChanged(object sender EventArgs e)
{
}
private void comboBox1_SelectionchangeCommitted(object sender EventArgs e)
{
}
private void groupBox3_Enter(object sender EventArgs e)
{
}
private void comboBox4_SelectedIndexChanged(object sender EventArgs e)
{
if (comboBox4.Text == “现金“)
{
textBox2.Visible = true;
label9.Visible = true;
}
else
{
textBox2.Visible = false;
label9.Visible = false;
}
}
private void comboBox5_SelectedIndexChanged(object sender EventArgs e)
{
if (comboBox5.Text == “是“)
{
textBox6.Visible = true;
label10.Visible = true;
textBox7.Visible = true;
label12.Visible = true;
}
else
{
textBox6.Visible = false;
label10.Visible = false;
textBox7.Visible = false;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-02-20 16:26 送水管理系统\
目录 0 2018-02-23 17:45 送水管理系统\送水管理系统\
文件 140 2018-02-24 15:57 送水管理系统\送水管理系统\App.config
文件 46417 2018-02-23 10:07 送水管理系统\送水管理系统\Form1.Designer.cs
文件 40444 2018-02-23 16:09 送水管理系统\送水管理系统\Form1.cs
文件 6188 2018-02-23 10:07 送水管理系统\送水管理系统\Form1.resx
文件 534 2018-02-23 16:09 送水管理系统\送水管理系统\Program.cs
目录 0 2018-02-20 16:26 送水管理系统\送水管理系统\Properties\
文件 1356 2018-02-20 16:26 送水管理系统\送水管理系统\Properties\AssemblyInfo.cs
文件 2876 2018-02-24 15:57 送水管理系统\送水管理系统\Properties\Resources.Designer.cs
文件 5612 2018-02-20 16:26 送水管理系统\送水管理系统\Properties\Resources.resx
文件 1118 2018-02-24 15:57 送水管理系统\送水管理系统\Properties\Settings.Designer.cs
文件 249 2018-02-20 16:26 送水管理系统\送水管理系统\Properties\Settings.settings
目录 0 2018-02-20 16:26 送水管理系统\送水管理系统\bin\
目录 0 2018-02-23 17:44 送水管理系统\送水管理系统\bin\Debug\
文件 1007 2018-02-21 17:42 送水管理系统\送水管理系统\bin\Debug\20180221-174216
文件 1007 2018-02-21 18:31 送水管理系统\送水管理系统\bin\Debug\20180221-183104
文件 945 2018-02-21 19:40 送水管理系统\送水管理系统\bin\Debug\20180221-194003
文件 437 2018-02-22 14:31 送水管理系统\送水管理系统\bin\Debug\20180222-143122
文件 410 2018-02-22 15:50 送水管理系统\送水管理系统\bin\Debug\20180222-155040
文件 1569 2018-02-22 16:58 送水管理系统\送水管理系统\bin\Debug\20180222-165757
文件 599 2018-02-23 12:21 送水管理系统\送水管理系统\bin\Debug\20180223-122104
文件 908 2018-02-23 12:25 送水管理系统\送水管理系统\bin\Debug\20180223-122459
文件 908 2018-02-23 12:25 送水管理系统\送水管理系统\bin\Debug\20180223-122505
文件 1671 2018-02-23 17:44 送水管理系统\送水管理系统\bin\Debug\送水管理系统.application
文件 40960 2018-02-23 17:44 送水管理系统\送水管理系统\bin\Debug\送水管理系统.exe
文件 140 2018-02-24 15:57 送水管理系统\送水管理系统\bin\Debug\送水管理系统.exe.config
文件 3732 2018-02-23 17:44 送水管理系统\送水管理系统\bin\Debug\送水管理系统.exe.manifest
文件 48640 2018-02-23 17:44 送水管理系统\送水管理系统\bin\Debug\送水管理系统.pdb
文件 1671 2018-02-23 16:09 送水管理系统\送水管理系统\bin\Debug\送水管理系统.vshost.application
文件 21472 2018-02-23 16:09 送水管理系统\送水管理系统\bin\Debug\送水管理系统.vshost.exe
............此处省略26个文件信息
相关资源
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
评论
共有 条评论