资源简介
C# 宿舍管理信息系统 数据库 SQL server
主要是C#和数据库的结合
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10339 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCharge.cs
文件 14257 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCharge.resx
文件 9153 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCheck.cs
文件 13142 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCheck.resx
文件 12884 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddDorm.cs
文件 16507 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddDorm.resx
文件 11788 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRegis.cs
文件 15397 2012-02-22 09:24 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRegis.resx
文件 10471 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRepair.cs
文件 14272 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRepair.resx
文件 10896 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddStudent.cs
文件 14261 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddStudent.resx
文件 8184 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddUser.cs
文件 10926 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddUser.resx
文件 1078 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\App.ico
文件 1859 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\AssemblyInfo.cs
文件 819200 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.exe
文件 532480 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\dormMIS.mdb
文件 177664 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.pdb
文件 9975 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Charge.cs
文件 12595 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Charge.resx
文件 10839 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Check.cs
文件 12594 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Check.resx
文件 9056 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\CheckModify.cs
文件 13141 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\CheckModify.resx
文件 387 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\databa
文件 10676 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Dorm.cs
文件 11452 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\Dorm.resx
文件 11456 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\DormMIS.csproj
文件 1803 2012-02-22 09:25 ch10 宿舍管理信息系统\DormMIS\DormMIS\DormMIS.csproj.user
............此处省略61个文件信息
- 上一篇:基于c#的简单餐饮管理系统
- 下一篇:(完整c#项目)家庭视频监控系统
相关资源
- (完整c#项目)家庭视频监控系统
- 基于c#的简单餐饮管理系统
- 超市管理系统(C#源码)113057
- C#使用CH341 SPI模块读写SD卡
- C#学生考勤系统
- C#程序设计教程蒙祖强
- C#访问sqlite并分页显示源码
- SeatFace人脸识别C#版源码
- C# 双缓冲区实现解决屏幕闪烁问题
- C#ado.net学生成绩管理系统+SQL菜鸟级别
- 学生成绩管理系统,C#,SqlServer2000
- ASP.NET会员管理系统C# 源代码
- C# 浏览器 功能完善 实现查看源文件
- 新浪微博点赞关注评论(C#源码)
- C#固定资产管理系统
- C#窗体小程序
- C# NPOI导入与导出EXCEL
- c# K线绘制
- 基于C#开发的开源GIS项目 KLMap
- 基于C#购物车系统
- 海康威视网络库播放库c#实时预览
- c# 开发与mysql数据库实现的增删改查,
- StudentManagement.zip
- C#桌面日历天气
- C#、ASP.NET学生信息管理系统
- C#个人理财系统
- .net/C#支付宝接口加详细文档
- C#+SQL班级学生管理系统
- asp.net+sqlserver2005旅游管理系统vs2008平
- ASP.NET/C#人力资源管理系统
评论
共有 条评论