資源簡介
1.包含完整的源代碼
2.包含完整的素材
3.數據庫SQL server,Oracle,MySQL都有一份
4.自己花了兩個星期做的,供初學者學習使用效果最佳,或者拿去小型規模的使用也可。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?SysEntity;
using?SysService;
using?System.Windows.Forms;
namespace?ShopMgrSys
{
????public?partial?class?AddDepmentFrm?:?Form
????{
????????public?Depment?dep;
????????public?Emplyee?emp;
????????public?bool?isupdate?=?false;
????????public?Depment?olddep;
????????public?AddDepmentFrm()
????????{
????????????InitializeComponent();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????????private?void?btn_Add_Click(object?sender?EventArgs?e)
????????{
????????????if?(checkinput()?==?false)
????????????{
????????????????MessageBox.Show(“無法接受輸入的數據,請核對輸入的正確性“?“超市人事管理系統“?MessageBoxButtons.OK
????????????????????MessageBoxIcon.Error);
????????????????return;
????????????}
????????????Depment?de?=?new?Depment();
????????????de.depid?=?isupdate?==?false???0?:?olddep.depid;
????????????de.depkind?=?cb_deptype.SelectedIndex?+?1;
????????????de.depname?=?tb_depname.Text;
????????????de.address?=?tb_address.Text;
????????????de.depkey?=?tb_depkey.Text;
????????????de.remark?=?tb_remark.Text;
????????????de.empid?=?(lv_emplyeelist.SelectedIndices.Count?==?0)???0?:?int.Parse(lv_emplyeelist.SelectedItems[0].Text);
????????????if?(isupdate?==?false???DepmentService.AddDepment(de)?:?DepmentService.EditDepment(de)?==?false)
????????????{
????????????????MessageBox.Show((isupdate?==?false???“添加“?:?“修改“)?+?“部門錯誤,錯誤原因:“?+?DepmentService.ErrStr
????????????????????“超市人事管理系統“?MessageBoxButtons.OK?MessageBoxIcon.Error);
????????????????return;
????????????}
????????????if?(MessageBox.Show((isupdate?==?false???“添加“?:?“修改“)?+?“部門成功,是否繼續“?+?(isupdate?==?false???“添加“?:
????????????????“修改“)?“超市人事管理系統“
????????????????MessageBoxButtons.YesNo?MessageBoxIcon.Question)?==?DialogResult.No)
????????????????this.Close();
????????????if?(isupdate)?return;
????????????cb_deptype.SelectedIndex?=?0;
????????????tb_depname.Text?=?““;
????????????tb_address.Text?=?““;
????????????tb_depkey.Text?=?““;
????????????tb_remark.Text?=?““;
????????}
????????private?void?AddDepmentFrm_Load(object?sender?EventArgs?e)
????????{
????????????if?(AppCfgMgrService.GetAppConfig().Appstyle?!=?1)
????????????{
????????????????tb_depname.Borderstyle?=?Borderstyle.Fixed3D;
????????????????tb_address.Borderstyle?=?Borderstyle.Fixed3D;
????????????????tb_depkey.Borderstyle?=?Borderstyle.Fixed3D;
????????????????tb_remark.Borderstyle?=?Borderstyle.Fixed3D;
????????????}
????????????if?(isupdate?==?false)
????????????{
????????????????cb_deptype.SelectedIndex?=?0;?
????????????}
????????????else
????????????{
????????????????cb_deptype.SelectedIndex?=?olddep.depkind?-?1;
????????????????tb_depname.Text?=?olddep.depname;
????????????????tb_depkey.Text?=?olddep.depkey;
????????????????tb_address.Text?=?olddep.address;
????????????????tb_remark.Text?=?olddep.rema
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3761152??2015-05-30?14:59??安裝包\產品說明書.doc
?????文件????1509522??2015-05-30?22:22??安裝包\超市人事管理系統_安裝.exe
?????文件?????286199??2015-05-27?22:31??安裝包\超市人事管理系統_數據庫.zip
?????文件???????1646??2015-05-27?14:04??開發文檔\圖片\QQ截圖20150527125403.png
?????文件???????1636??2015-05-27?14:04??開發文檔\圖片\QQ截圖201505271254032.png
?????文件???????1626??2015-05-27?14:04??開發文檔\圖片\QQ截圖201505271254033.png
?????文件???????1750??2015-05-27?14:02??開發文檔\圖片\QQ截圖20150527125421.png
?????文件???????1746??2015-05-27?14:05??開發文檔\圖片\QQ截圖201505271254212.png
?????文件???????1739??2015-05-27?14:05??開發文檔\圖片\QQ截圖2015052712542123.png
?????文件???????1059??2015-05-27?14:02??開發文檔\圖片\QQ截圖2015052712571.png
?????文件???????1510??2015-05-27?14:02??開發文檔\圖片\QQ截圖20150527130941.png
?????文件???????1484??2015-05-27?14:03??開發文檔\圖片\QQ截圖20150527130949.png
?????文件???????1710??2015-05-27?14:03??開發文檔\圖片\QQ截圖20150527133158.png
?????文件???????1707??2015-05-27?14:06??開發文檔\圖片\QQ截圖201505271331582.png
?????文件???????1706??2015-05-27?14:06??開發文檔\圖片\QQ截圖2015052713315823.png
?????文件???????1600??2015-05-27?14:03??開發文檔\圖片\QQ截圖20150527133741.png
?????文件???????1472??2015-05-27?14:03??開發文檔\圖片\QQ截圖20150527134409.png
?????文件?????238297??2015-05-27?14:33??開發文檔\圖片\背景.png
?????文件??????43520??2015-05-18?19:32??開發文檔\數據庫設計.xls
?????文件????3272704??2015-05-30?14:57??開發文檔\超市人事管理系統項目文檔.doc
?????文件????1676800??2015-05-30?23:15??開發文檔\超市管理.ppt
?????文件????????762??2015-05-30?22:20??源代碼\ShopMgrSys\App\AppCfg.xm
?????文件?????516096??2007-06-06?12:12??源代碼\ShopMgrSys\App\IrisSkin2.DLL
?????文件????2005504??2015-05-30?22:21??源代碼\ShopMgrSys\App\ShopMgrSys.exe
?????文件????????144??2015-05-13?20:23??源代碼\ShopMgrSys\App\ShopMgrSys.exe.config
?????文件?????177664??2015-05-30?22:21??源代碼\ShopMgrSys\App\ShopMgrSys.pdb
?????文件??????11600??2015-05-30?22:21??源代碼\ShopMgrSys\App\ShopMgrSys.vshost.exe
?????文件????????144??2015-05-13?20:23??源代碼\ShopMgrSys\App\ShopMgrSys.vshost.exe.config
?????文件????????490??2010-03-17?22:39??源代碼\ShopMgrSys\App\ShopMgrSys.vshost.exe.manifest
?????文件??????25600??2015-05-30?22:21??源代碼\ShopMgrSys\App\SysData.dll
............此處省略289個文件信息
- 上一篇:vtk-5.8.0.tar
- 下一篇:網上商城源碼
評論
共有 條評論