资源简介
送水管理系统,包含调水功能以及各种售水方式的记账,月表的提交功能
代码片段和文件信息
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# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论