91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.38MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-12
  • 語言: C#
  • 標簽: VS2010??

資源簡介

這是我的課程設,雖然界面是看別人的,但功能實現代碼完全自己編寫的,界面還可以,功能很完。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?宿舍管理系統
{
????public?partial?class?AddCharge?:?Form
????{
????????ChargeInfo?chargeInfo?=?new?ChargeInfo();
????????DormInfo?dormInfo?=?new?DormInfo();

????????public?AddCharge()
????????{
????????????InitializeComponent();
????????}

????????private?void?buttonOK_Click(object?sender?EventArgs?e)
????????{
????????????if?(textDormID.Text.Trim()?==?““)
????????????????MessageBox.Show(“輸入宿舍號“?“提示“);
????????????else
????????????{????????????????
????????????????if?(!dormInfo.seldormInfo(textDormID.Text.Trim()))
????????????????????MessageBox.Show(“沒有該房間號,請重新輸入“?“提示“);
????????????????else
????????????????{
????????????????????chargeInfo.dormId?=?textDormID.Text.Trim();
????????????????????chargeInfo.num?=?textElec.Text.Trim();
????????????????????chargeInfo.money?=?textMoney.Text.Trim();
????????????????????chargeInfo.buyer?=?textBuyer.Text.Trim();
????????????????????chargeInfo.date?=?dateTimePicker1.Text.Trim();

????????????????????chargeInfo.instCharge();
????????????????????MessageBox.Show(“添加完成“?“提示“);
????????????????}
???????????????
????????????}
????????}

????????private?void?AddCharge_Load(object?sender?EventArgs?e)
????????{
????????????chargeInfo.connDb();
????????????dormInfo.connDb();
????????}

????????private?void?buttonClose_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-11-30?21:50??宿舍管理系統\
?????目錄???????????0??2012-11-30?21:50??宿舍管理系統\宿舍管理系統\
?????文件?????????896??2012-11-30?21:50??宿舍管理系統\宿舍管理系統.sln
?????文件???????41472??2012-12-07?17:11??宿舍管理系統\宿舍管理系統.suo
?????文件????????1675??2012-12-02?22:18??宿舍管理系統\宿舍管理系統\AddCharge.cs
?????文件????????8621??2012-12-02?22:18??宿舍管理系統\宿舍管理系統\AddCharge.Designer.cs
?????文件????????5817??2012-12-02?22:18??宿舍管理系統\宿舍管理系統\AddCharge.resx
?????文件????????1318??2012-12-02?23:17??宿舍管理系統\宿舍管理系統\AddDorm.cs
?????文件???????10664??2012-12-01?18:54??宿舍管理系統\宿舍管理系統\AddDorm.Designer.cs
?????文件????????5817??2012-12-01?18:54??宿舍管理系統\宿舍管理系統\AddDorm.resx
?????文件????????1658??2012-12-02?20:32??宿舍管理系統\宿舍管理系統\AddDormCheck.cs
?????文件????????7992??2012-12-02?20:32??宿舍管理系統\宿舍管理系統\AddDormCheck.Designer.cs
?????文件????????5817??2012-12-02?20:32??宿舍管理系統\宿舍管理系統\AddDormCheck.resx
?????文件????????1856??2012-12-03?12:38??宿舍管理系統\宿舍管理系統\AddRegis.cs
?????文件????????9682??2012-12-03?12:38??宿舍管理系統\宿舍管理系統\AddRegis.Designer.cs
?????文件????????5817??2012-12-03?12:38??宿舍管理系統\宿舍管理系統\AddRegis.resx
?????文件????????1680??2012-12-03?13:06??宿舍管理系統\宿舍管理系統\AddRepair.cs
?????文件????????8872??2012-12-03?13:06??宿舍管理系統\宿舍管理系統\AddRepair.Designer.cs
?????文件????????5817??2012-12-03?13:06??宿舍管理系統\宿舍管理系統\AddRepair.resx
?????文件????????2842??2012-12-02?16:11??宿舍管理系統\宿舍管理系統\AddStudent.cs
?????文件????????8694??2012-12-02?16:11??宿舍管理系統\宿舍管理系統\AddStudent.Designer.cs
?????文件????????5817??2012-12-02?16:11??宿舍管理系統\宿舍管理系統\AddStudent.resx
?????文件????????1688??2012-12-01?17:26??宿舍管理系統\宿舍管理系統\AddUser.cs
?????文件????????5873??2012-12-01?17:26??宿舍管理系統\宿舍管理系統\AddUser.Designer.cs
?????文件????????5817??2012-12-01?17:26??宿舍管理系統\宿舍管理系統\AddUser.resx
?????目錄???????????0??2012-11-30?21:50??宿舍管理系統\宿舍管理系統\bin\
?????目錄???????????0??2012-11-30?21:50??宿舍管理系統\宿舍管理系統\bin\Debug\
?????文件??????919552??2012-12-07?17:11??宿舍管理系統\宿舍管理系統\bin\Debug\宿舍管理系統.exe
?????文件??????228864??2012-12-07?17:11??宿舍管理系統\宿舍管理系統\bin\Debug\宿舍管理系統.pdb
?????文件???????11600??2012-12-07?21:24??宿舍管理系統\宿舍管理系統\bin\Debug\宿舍管理系統.vshost.exe
?????文件?????????490??2010-03-17?22:39??宿舍管理系統\宿舍管理系統\bin\Debug\宿舍管理系統.vshost.exe.manifest
............此處省略106個文件信息

評論

共有 條評論