资源简介
初级的寝室管理系统编写,适用于VS2010、c#
![](http://www.nz998.com/pic/54418.jpg)
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.OleDb;
namespace DormMIS
{
///
/// AddCharge 的摘要说明。
///
public class AddCharge : System.Windows.Forms.Form
{
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DateTimePicker date1;
private System.Windows.Forms.TextBox textDormID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btSure;
private System.Windows.Forms.Button btClose;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBuyer;
private System.Windows.Forms.TextBox textMoney;
private System.Windows.Forms.TextBox textElec;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
private OleDbConnection oleConnection1 = null;
public AddCharge()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
this.oleConnection1 = new OleDbConnection(DormMIS.database.dbConnection.connection);
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.date1 = new System.Windows.Forms.DateTimePicker();
this.textDormID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btSure = new System.Windows.Forms.Button();
this.btClose = new System.Windows.Forms.Button();
this.textBuyer = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textMoney = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textElec = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textMoney);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.textElec);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.textBuyer);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.date1);
this.groupBox1.Controls.Add(this.textDormID);
this.groupBox1.Controls.Add(this.label2);
this.groupBo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-05-03 08:12 ch10 宿舍管理信息系统\
目录 0 2011-05-07 14:27 ch10 宿舍管理信息系统\DormMIS\
目录 0 2011-05-07 14:27 ch10 宿舍管理信息系统\DormMIS\Backup\
目录 0 2011-05-07 14:27 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\
文件 907 2007-08-27 19:13 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS.sln
文件 15872 2007-09-20 23:18 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS.suo
文件 10339 2007-08-28 06:43 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCharge.cs
文件 14257 2007-08-28 06:43 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCharge.resx
文件 9153 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCheck.cs
文件 13142 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCheck.resx
文件 12884 2007-08-28 00:44 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddDorm.cs
文件 16507 2007-08-27 23:23 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddDorm.resx
文件 11788 2007-09-12 22:44 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRegis.cs
文件 15397 2007-09-12 22:44 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRegis.resx
文件 10471 2007-08-28 18:02 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRepair.cs
文件 14272 2007-08-28 17:58 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRepair.resx
文件 10896 2007-08-28 03:45 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddStudent.cs
文件 14261 2007-08-28 01:37 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddStudent.resx
文件 8184 2007-08-27 22:27 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddUser.cs
文件 10926 2007-08-27 22:27 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddUser.resx
文件 1078 2007-08-27 19:11 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\App.ico
文件 1859 2007-08-27 19:11 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\AssemblyInfo.cs
文件 9975 2007-08-28 17:46 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\Charge.cs
文件 12595 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\Charge.resx
文件 10839 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\Check.cs
文件 12594 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\Check.resx
文件 9056 2007-08-28 05:46 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\CheckModify.cs
文件 13141 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\CheckModify.resx
目录 0 2011-05-07 14:27 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\databa
文件 387 2007-08-27 22:22 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\databa
文件 10676 2007-08-28 18:36 ch10 宿舍管理信息系统\DormMIS\Backup\DormMIS\Dorm.cs
............此处省略114个文件信息
- 上一篇: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
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
- C#指纹识别系统程序 报告
- c# 高校档案信息管理系统
评论
共有 条评论