資源簡介
超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。超市進銷存完整代碼,僅供學習。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?CHEXC
{
????public?partial?class?frmMain?:?Form
????{
????????public?frmMain()
????????{
????????????InitializeComponent();
????????}
????????private?void?menuGoodsIn_Click(object?sender?EventArgs?e)
????????{
????????????//進貸信息
????????????frmJhGoodsInfo?jhGOOD?=?new?frmJhGoodsInfo();
????????????jhGOOD.Owner?=?this;
????????????jhGOOD.ShowDialog();
????????}
????????private?void?menuEmployee_Click(object?sender?EventArgs?e)
????????{
????????????//員工信息
????????????frmEmpInfo?empinfo?=?new?frmEmpInfo();
????????????empinfo.Owner?=?this;
????????????empinfo.ShowDialog();
????????}
????????private?void?menuCompany_Click(object?sender?EventArgs?e)
????????{
????????????//供應商信息
????????????frmCompanyInfo?frmComp?=?new?frmCompanyInfo();
????????????frmComp.Owner?=?this;
????????????frmComp.ShowDialog();
????????}
????????private?void?menuFind_Click(object?sender?EventArgs?e)
????????{
????????????//商品信息查查詢
????????????frmFindGood?findgood?=?new?frmFindGood();
????????????findgood.Owner?=?this;
????????????findgood.ShowDialog();
????????}
????????private?void?menuDepotAlarm_Click(object?sender?EventArgs?e)
????????{
????????????//庫存警報
????????????frmKcGoods?kcGood?=?new?frmKcGoods();
????????????kcGood.Owner?=?this;
????????????kcGood.ShowDialog();
????????}
????????private?void?menuDepotFind_Click(object?sender?EventArgs?e)
????????{
????????????//庫存查詢
????????????frmKcGoodFind?kcfrmFind?=?new?frmKcGoodFind();
????????????kcfrmFind.Owner?=?this;
????????????kcfrmFind.ShowDialog();
????????}
????????private?void?menuSellGoods_Click(object?sender?EventArgs?e)
????????{
????????????//商品銷售信息
????????????frmSellGoods?frmSell?=?new?frmSellGoods();
????????????frmSell.Owner?=?this;
????????????frmSell.ShowDialog();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????26025??2007-12-25?16:01??frmJhGoodsInfo.Designer.cs
?????文件??????13958??2007-12-25?16:01??frmJhGoodsInfo.resx
?????文件???????1467??2007-12-25?16:01??frmKcGoodFind.cs
?????文件???????7072??2007-12-25?16:01??frmKcGoodFind.Designer.cs
?????文件???????6734??2007-12-25?16:01??frmKcGoodFind.resx
?????文件???????3227??2007-12-25?16:01??frmKcGoods.cs
?????文件??????12566??2007-12-25?16:01??frmKcGoods.Designer.cs
?????文件???????6734??2007-12-25?16:01??frmKcGoods.resx
?????文件???????1375??2007-12-25?15:57??frmLogin.cs
?????文件???????4018??2007-12-25?15:57??frmLogin.Designer.cs
?????文件???????5814??2007-12-25?15:57??frmLogin.resx
?????文件???????3674??2009-05-22?22:41??frmMain.cs
?????文件??????17773??2009-05-22?22:41??frmMain.Designer.cs
?????文件???????6605??2009-05-22?22:41??frmMain.resx
?????文件???????2149??2007-12-25?16:01??frmSellGoodInfo.cs
?????文件???????4073??2007-12-25?16:01??frmSellGoodInfo.Designer.cs
?????文件???????9894??2007-12-25?16:01??frmSellGoodInfo.resx
?????文件???????9895??2007-12-25?16:01??frmSellGoods.cs
?????文件??????20818??2007-12-25?16:01??frmSellGoods.Designer.cs
?????文件??????14697??2007-12-25?16:01??frmSellGoods.resx
?????文件??????11323??2007-12-25?16:01??frmThGoodsInfo.cs
?????文件??????24797??2007-12-25?16:01??frmThGoodsInfo.Designer.cs
?????文件??????14513??2007-12-25?16:01??frmThGoodsInfo.resx
?????文件???????4485??2009-05-22?08:02??from.gif
?????文件????????467??2007-12-13?09:18??Program.cs
?????文件????????179??2009-05-21?23:44??最新.Net源碼下載.url
?????文件?????552960??2009-05-22?22:41??bin\Debug\CHEXC.exe
?????文件?????386560??2009-05-22?22:41??bin\Debug\CHEXC.pdb
?????文件???????5632??2005-11-11?22:25??bin\Debug\CHEXC.vshost.exe
?????文件???????1492??2007-11-29?13:23??ClassInfo\tb_Company.cs
............此處省略220個文件信息
- 上一篇:checklistbox
- 下一篇:人工智能及其應用第三版 王萬良 PPT
評論
共有 條評論