资源简介
宿舍管理信息系统源码

代码片段和文件信息
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-27 22:43 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCharge.cs
文件 14257 2007-08-27 22:43 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCharge.resx
文件 9153 2007-08-27 21:32 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCheck.cs
文件 13142 2007-08-27 21:32 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddCheck.resx
文件 12884 2007-08-27 16:44 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddDorm.cs
文件 16507 2007-08-27 15:23 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddDorm.resx
文件 11788 2007-09-12 14:44 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRegis.cs
文件 15397 2007-09-12 14:44 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRegis.resx
文件 10471 2007-08-28 10:02 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRepair.cs
文件 14272 2007-08-28 09:58 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddRepair.resx
文件 10896 2007-08-27 19:45 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddStudent.cs
文件 14261 2007-08-27 17:37 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddStudent.resx
文件 8184 2007-08-27 14:27 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddUser.cs
文件 10926 2007-08-27 14:27 宿舍管理信息系统\DormMIS\Backup\DormMIS\AddUser.resx
文件 1078 2007-08-27 11:11 宿舍管理信息系统\DormMIS\Backup\DormMIS\App.ico
文件 1859 2007-08-27 11:11 宿舍管理信息系统\DormMIS\Backup\DormMIS\AssemblyInfo.cs
文件 9975 2007-08-28 09:46 宿舍管理信息系统\DormMIS\Backup\DormMIS\Charge.cs
文件 12595 2007-08-28 09:36 宿舍管理信息系统\DormMIS\Backup\DormMIS\Charge.resx
文件 10839 2007-08-28 09:36 宿舍管理信息系统\DormMIS\Backup\DormMIS\Check.cs
文件 12594 2007-08-28 09:36 宿舍管理信息系统\DormMIS\Backup\DormMIS\Check.resx
文件 9056 2007-08-27 21:46 宿舍管理信息系统\DormMIS\Backup\DormMIS\CheckModify.cs
文件 13141 2007-08-27 21:32 宿舍管理信息系统\DormMIS\Backup\DormMIS\CheckModify.resx
文件 387 2007-08-27 14:22 宿舍管理信息系统\DormMIS\Backup\DormMIS\databa
文件 10676 2007-08-28 10:36 宿舍管理信息系统\DormMIS\Backup\DormMIS\Dorm.cs
文件 11452 2007-08-27 20:55 宿舍管理信息系统\DormMIS\Backup\DormMIS\Dorm.resx
文件 11456 2007-08-28 10:25 宿舍管理信息系统\DormMIS\Backup\DormMIS\DormMIS.csproj
文件 1803 2007-09-20 15:18 宿舍管理信息系统\DormMIS\Backup\DormMIS\DormMIS.csproj.user
文件 12639 2007-08-27 17:23 宿舍管理信息系统\DormMIS\Backup\DormMIS\DormModify.cs
文件 16506 2007-08-27 16:28 宿舍管理信息系统\DormMIS\Backup\DormMIS\DormModify.resx
文件 6456 2007-08-28 16:06 宿舍管理信息系统\DormMIS\Backup\DormMIS\Login.cs
............此处省略155个文件信息
相关资源
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- WPF USB 网络 串口 通信软件
- UNIX/LINUX编程实践教程的源码
- B/S 网上订餐系统
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- 教室管理系统.rar
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 小鸡快跑游戏.
- 周易排盘源码
评论
共有 条评论