资源简介
很好的学生宿舍管理系统 代码简单易懂 非常经典
代码片段和文件信息
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 2007-08-28 06:43 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCharge.cs
文件 14257 2007-08-28 06:43 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCharge.resx
文件 9153 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCheck.cs
文件 13142 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddCheck.resx
文件 12884 2007-08-28 00:44 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddDorm.cs
文件 16507 2007-08-27 23:23 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddDorm.resx
文件 11788 2007-09-12 22:44 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRegis.cs
文件 15397 2007-09-12 22:44 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRegis.resx
文件 10471 2007-08-28 18:02 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRepair.cs
文件 14272 2007-08-28 17:58 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddRepair.resx
文件 10896 2007-08-28 03:45 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddStudent.cs
文件 14261 2007-08-28 01:37 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddStudent.resx
文件 8184 2007-08-27 22:27 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddUser.cs
文件 10926 2007-08-27 22:27 ch10 宿舍管理信息系统\DormMIS\DormMIS\AddUser.resx
文件 1078 2007-08-27 19:11 ch10 宿舍管理信息系统\DormMIS\DormMIS\App.ico
文件 1859 2007-08-27 19:11 ch10 宿舍管理信息系统\DormMIS\DormMIS\AssemblyInfo.cs
文件 778240 2011-09-13 14:22 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.exe
文件 532480 2007-09-01 21:52 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\dormMIS.mdb
文件 189952 2011-09-13 14:22 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.pdb
文件 11608 2011-09-13 14:26 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.vshost.exe
文件 490 2010-03-17 22:39 ch10 宿舍管理信息系统\DormMIS\DormMIS\bin\Debug\DormMIS.vshost.exe.manifest
文件 9975 2007-08-28 17:46 ch10 宿舍管理信息系统\DormMIS\DormMIS\Charge.cs
文件 12595 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\DormMIS\Charge.resx
文件 10839 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\DormMIS\Check.cs
文件 12594 2007-08-28 17:36 ch10 宿舍管理信息系统\DormMIS\DormMIS\Check.resx
文件 9056 2007-08-28 05:46 ch10 宿舍管理信息系统\DormMIS\DormMIS\CheckModify.cs
文件 13141 2007-08-28 05:32 ch10 宿舍管理信息系统\DormMIS\DormMIS\CheckModify.resx
文件 387 2007-08-27 22:22 ch10 宿舍管理信息系统\DormMIS\DormMIS\databa
文件 10676 2007-08-28 18:36 ch10 宿舍管理信息系统\DormMIS\DormMIS\Dorm.cs
文件 11452 2007-08-28 04:55 ch10 宿舍管理信息系统\DormMIS\DormMIS\Dorm.resx
............此处省略74个文件信息
- 上一篇:报表设计器 C# 源码 自定义报表
- 下一篇:C#王牌资源
相关资源
- C#王牌资源
- 报表设计器 C# 源码 自定义报表
- c#酒店管理系统源代码127659
- c#+access 酒店管理系统 很简单 最基本
- C# winform左侧导航抽屉菜单
- VS2013 C#制作的简单相册
- C# OCR识别数字.rar
- 《Visual-C#-NET程序设计教程》.pdf
- C# 实现的一个完整的Windows任务管理器
- Programming C# 8.0_ Build Cloud Web and Deskto
- UnityFishWeb.rar
- C# 串口数据采集小DEMO
- C#实现界面化的24点小游戏修改版
- c#_tif转pdf
- C#串口数据波形图绘制
- C#,.NET,office,word,Spire.Doc破解版
- C#人事管理系统web版
- 《C#设计模式》经典书籍,中文版
- C#创建计划任务,定时服务,完美执行
- 完整c#ERP系统
- C#大全包你会嘿嘿
- 自制软件皮肤,ssk皮肤,制作工具1
- C# 调用GoogleEarth
- winform客户端SuperWebSocket通信Demo
- 优傲机器人ur robot点动控制程序c#源代
- C#图片对比高速找图源码20131021
- C# web 漂亮的界面及组件
- c#2020年笔试题合集带答案+最新版.zi
- C#窗体程序结合oracle数据库完成的超市
- ASP.NET/C#火车订票系统
评论
共有 条评论