-
大小: 390KB文件類(lèi)型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-06-07
- 語(yǔ)言: 其他
- 標(biāo)簽:
資源簡(jiǎn)介
模擬倉(cāng)庫(kù)零件管理
里面包含寫(xiě)好的 課程設(shè)計(jì)文檔
倉(cāng)庫(kù)管理的數(shù)據(jù)庫(kù)表格有
1:零件供應(yīng)商
2:零件
3:供貨關(guān)系
4:倉(cāng)庫(kù)
5:庫(kù)存關(guān)系

代碼片段和文件信息
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;
using?System.Data.SqlClient;
using?System.Configuration;
namespace?Bean_System
{
????public?partial?class?AdminMainWindows?:?Form
????{
????????public?LoginWindows?login
????????{
????????????get;
????????????set;
????????}
????????public?AdminMainWindows()
????????{
????????????InitializeComponent();
????????}
????????protected?override?void?OnClosing(CancelEventArgs?e)
????????{
????????????Application.Exit();
????????????base.OnClosing(e);
????????}
????????#region?主菜單
????????private?void?退出ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????Application.Exit();
????????}
????????private?void?注銷(xiāo)ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????this.login.Show();
????????????this.Hide();
????????}
????????SupplierWindows?supplierWindow?=?null;
????????private?void?供應(yīng)商管理ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????if?(supplierWindow?==?null?||?supplierWindow.IsDisposed)
????????????{
????????????????supplierWindow?=?new?SupplierWindows();
????????????????supplierWindow.Show();
????????????}
????????}
????????SupplyWindows?supplyWindows?=?null;
????????private?void?供貨管理ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????if?(supplyWindows?==?null?||?supplyWindows.IsDisposed)
????????????{
????????????????supplyWindows?=?new?SupplyWindows();
????????????????supplyWindows.Show();
????????????}
????????}
????????SparesWindows?sparesWindows?=?null;
????????private?void?零件管理ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????if?(sparesWindows?==?null?||?sparesWindows.IsDisposed)
????????????{
????????????????sparesWindows?=?new?SparesWindows();
????????????????sparesWindows.Show();
????????????}
????????}
????????StorehouseWindows?storehouseWindows?=?null;
????????private?void?倉(cāng)庫(kù)管理ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????if?(storehouseWindows?==?null?||?storehouseWindows.IsDisposed)
????????????{
????????????????storehouseWindows?=?new?StorehouseWindows();
????????????????storehouseWindows.Show();
????????????}
????????}
????????InventoryWindows?inventoryWindows?=?null;
????????private?void?零件庫(kù)存管理ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????if?(inventoryWindows?==?null?||?inventoryWindows.IsDisposed)
????????????{
????????????????inventoryWindows?=?new?InventoryWindows();
????????????????inventoryWindows.Show();
????????????}
????????}
????????#endregion
????????public?void?Databind()
????????{
????????????string?condition?=?string.IsNullOrEmpty(this.tbKeyWord.Text)???““?:?“?where?LoginName?like?‘%‘+@LoginName+‘%‘?“;
????????????SqlConnection?con?=?new?SqlConnection();
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件??????11174??2010-12-22?22:55??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\AdminMainWindows.cs
?????文件??????27354??2010-12-22?22:55??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\AdminMainWindows.Designer.cs
?????文件??????15005??2010-12-22?22:55??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\AdminMainWindows.resx
?????文件????????268??2010-12-21?11:18??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\App.config
?????文件???????7903??2010-12-22?21:54??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\Bean_System.csproj
?????文件????????227??2010-12-20?21:55??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\Bean_System.csproj.user
?????文件?????213504??2010-12-22?22:59??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.exe
?????文件????????268??2010-12-21?11:18??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.exe.config
?????文件?????187904??2010-12-22?22:59??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.pdb
?????文件??????11600??2010-12-22?22:57??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.vshost.exe
?????文件????????268??2010-12-21?11:18??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.vshost.exe.config
?????文件????????490??2010-03-17?22:39??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\bin\Debug\Bean_System.vshost.exe.manifest
?????文件??????17838??2010-12-22?17:47??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\InventoryWindows.cs
?????文件??????27390??2010-12-22?17:24??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\InventoryWindows.Designer.cs
?????文件??????15018??2010-12-22?17:24??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\InventoryWindows.resx
?????文件???????3497??2010-12-22?22:59??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\LoginWindows.cs
?????文件???????8891??2010-12-22?22:41??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\LoginWindows.Designer.cs
?????文件??????14263??2010-12-22?22:41??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\LoginWindows.resx
?????文件???????5996??2010-12-22?22:56??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.AdminMainWindows.resources
?????文件???????2743??2010-12-22?22:57??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.csproj.FileListAbsolute.txt
?????文件?????213504??2010-12-22?22:59??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.exe
?????文件???????5996??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.InventoryWindows.resources
?????文件???????5996??2010-12-22?22:41??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.LoginWindows.resources
?????文件?????187904??2010-12-22?22:59??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.pdb
?????文件??????57497??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.Properties.Resources.resources
?????文件???????5996??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.SparesWindows.resources
?????文件???????5996??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.StorehouseWindows.resources
?????文件???????5996??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.SupplierWindows.resources
?????文件???????5996??2010-12-22?22:23??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.SupplyWindows.resources
?????文件???????5996??2010-12-22?22:55??倉(cāng)庫(kù)供貨\StoreSystem\Bean_System\obj\x86\Debug\Bean_System.TouristWindows.resources
............此處省略64個(gè)文件信息
- 上一篇:sobel.v
- 下一篇:stc15雙串口中斷收發(fā)程序
評(píng)論
共有 條評(píng)論