-
大小: 2.75MB文件類(lèi)型: .rar金幣: 2下載: 1 次發(fā)布日期: 2023-11-06
- 語(yǔ)言: 數(shù)據(jù)庫(kù)
- 標(biāo)簽:
資源簡(jiǎn)介
內(nèi)含完整的一套進(jìn)銷(xiāo)存源代碼和數(shù)據(jù)庫(kù) ,下載后附加數(shù)據(jù)庫(kù)到SQL2000即可運(yùn)行,結(jié)構(gòu)完整清晰

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?GoodsReportManage.ItemClass;
using?GoodsReportManage.Goods;
using?System.Collections;
namespace?GoodsReportManage
{
????public?partial?class?AppMain?:?Form
????{
????????public?AppMain()
????????{
????????????InitializeComponent();
????????}
????????SqlbaseClass?G_SqlClass?=?new?SqlbaseClass();
????????///?
????????///?根據(jù)用戶(hù)權(quán)限分配顯示菜單
????????///?
????????public?void?MenuIsVisible()
????????{
????????????ArrayList?arylst?=?new?ArrayList();
????????????ToolStripMenuItem[]?menu?=?new?ToolStripMenuItem[]?{
????????????????this.menuEmployeethis.menuCompanythis.menuCustomerthis.menuGoodsInthis.menuGoodsOutthis.menuSellGoods
????????????????this.menuGoodsBackthis.menuDepotChangethis.menuDepotAlarmthis.menuSysUserthis.menuPopedomSetthis.menuDatabakthis.menuReBakData
????????????};
????????????DataSet?P_ds?=?G_SqlClass.GetDs(“SELECT?*?FROM?v_UserView?WHERE?SysLoginName?=?‘“+?PropertyClass.SendNameValue+“‘“);
????????????for?(int?i?=?0;?i?13;?i++)
????????????{
????????????????arylst.Add(P_ds.Tables[0].Rows[0][14+i].ToString());
????????????}
????????????for?(int?j?=?0;?j?????????????{
????????????????if?(arylst[j].ToString()?==?“False“)
????????????????{
????????????????????menu[j].Visible?=?false;
????????????????}
????????????????else
????????????????{
????????????????????menu[j].Visible?=?true;
????????????????}
????????????}
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
?????????this.statusTime.Text?=?“當(dāng)前時(shí)間:“?+?DateTime.Now.ToString();
????????}
????????private?void?AppMain_Load(object?sender?EventArgs?e)
????????{
????????????this.timer1.Start();
????????????this.statusUser.Text?=?“系統(tǒng)操作員:“+PropertyClass.SendNameValue;
????????????MenuIsVisible();
????????}
????????private?void?AppMain_FormClosing(object?sender?FormClosingEventArgs?e)
????????{
????????}
????????private?void?Menu_Click(object?sender?EventArgs?e)
????????{
????????????WinOperationClass?P_Menu?=?new?WinOperationClass();??//聲明對(duì)WinForm窗體進(jìn)行操作的類(lèi)對(duì)象
????????????P_Menu.ShowForm((ToolStripMenuItem)sender?this);???//調(diào)用類(lèi)中的方法,完成對(duì)窗體中ToolStripMenuItem控件相應(yīng)項(xiàng)的操作
????????}
????????private?void?AppMain_FormClosed_1(object?sender?FormClosedEventArgs?e)
????????{
????????????if?(MessageBox.Show(“確定要退出嗎?“?“提示對(duì)話框“?MessageBoxButtons.YesNo?MessageBoxIcon.Information)?==?DialogResult.Yes)
????????????{
????????????????Application.Exit();
????????????????this.Dispose();
????????????}
????????????else
????????????{
????????????????AppMain?app?=?new?AppMain();
????????????????app.Show();
????????????}
????????}
????????private?void?menubaseManage_Click(object?sender?EventArgs?e)
????????{
????????}
????????private?void?menuStrip1_ItemClicked(object
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????2066??2007-03-07?08:34??zhy\china-code.net.txt
?????文件????????434??2012-06-30?23:59??zhy\readme.txt
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\china-code.net.txt
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\china-code.net.txt
?????文件???????3145??2012-07-25?11:20??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\AppMain.cs
?????文件??????28057??2012-07-18?19:44??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\AppMain.Designer.cs
?????文件?????219731??2012-07-18?17:47??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\AppMain.resx
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件???????9817??2006-12-04?15:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????19928??2006-12-04?15:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????13803??2006-10-24?09:11??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????10257??2006-12-07?18:40??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????20770??2006-12-07?18:40??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????13960??2006-12-07?18:40??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????12723??2012-07-31?11:42??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????22809??2012-07-29?17:59??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????14488??2012-07-29?17:59??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件??????13457??2007-03-07?08:49??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\ba
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\china-code.net.txt
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\china-code.net.txt
?????文件???????2066??2007-03-07?08:34??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\Databa
?????文件????2490368??2012-07-02?16:25??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\Databa
?????文件????4325376??2012-07-02?16:25??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\Databa
?????文件????1048576??2006-12-21?20:17??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\Databa
?????文件??????13457??2007-03-07?08:49??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\Databa
?????文件?????573440??2012-08-23?20:48??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\GoodsReportManage.exe
?????文件?????417280??2012-08-23?20:48??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\GoodsReportManage.pdb
?????文件???????5632??2005-11-11?22:25??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\GoodsReportManage.vshost.exe
?????文件??????13457??2007-03-07?08:49??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\Debug\說(shuō)明.html
?????文件??????13457??2007-03-07?08:49??zhy\商品進(jìn)銷(xiāo)存報(bào)表系統(tǒng)\GoodsReportManage\GoodsReportManage\bin\說(shuō)明.html
............此處省略232個(gè)文件信息
評(píng)論
共有 條評(píng)論