【正文】
有如下一些特點(diǎn):強(qiáng)大的數(shù)值和字符串處理功能;豐富的圖形指令,可方便地繪制各種圖形;提供靜態(tài)和動態(tài)數(shù)組,有 利于簡化內(nèi)存的管理;過程可遞歸調(diào)用,使程序更為簡練;支持隨機(jī)文件和順序文件的訪問; 提供了一個可供應(yīng)用程序調(diào)用的包含多種類型的圖標(biāo)庫;具有完善的運(yùn)行出錯處理 。 B) 事件驅(qū)動的編程機(jī)制:事件驅(qū)動是非常適合圖形用戶界面的編程方式。 VB6 是指 Visual Basic 的版本。與數(shù)據(jù)庫的連接則使用 ADO的相關(guān)功能來完成的 。通過對這些情況的仔細(xì)調(diào)查,我開發(fā)了下面的倉庫管理系統(tǒng)。由于所掌握的物料種類眾多,訂貨、管理、發(fā)放的渠道各有差異,各個企業(yè)之間的管理體制不盡相同,各類統(tǒng)計報表繁多,因此倉庫管理必須編制一套倉庫管理信息系統(tǒng),實(shí)現(xiàn)計算機(jī)化操作,而且必須根據(jù)企業(yè)的具體情況制定相應(yīng) 的方案。 主題詞: 倉庫管理; 數(shù)據(jù)庫; VB6; ADO ABSTRACT Warehouse manage system is a typical MIS. It mostly includes the foundation and maintenance of the database and the development of the client application program. For the former we must establish a better database, which has well data consistency and data security. For the latter we must make the program has selfcontained function and easy to be use. By analyzing the situation, we use the VB6 of the Microsoft Company as client tool. VB6 is very easy to be use and it has many useful tools, especially ADO object, which can easily conveniently manipulate the database. We use it can develop a satisfactory system in short time Key Words: Warehouse management; Database; Visual Basic 6; ADO 第一章 緒論 選題背景 隨著計算機(jī)技術(shù)的發(fā)展,計算機(jī)管理已越來越多地運(yùn)用到了各個領(lǐng)域。 目 錄 摘 要 ...........................................................................................................i ABSTRACT .................................................................................................. ii 第一章 緒論 ............................................................................................... 1 選題背景 ............................................................................................................1 設(shè)計目標(biāo) ............................................................................................................1 第二章 相關(guān)理論基礎(chǔ) .................................................................................. 2 Visual Basic 6 ......................................................................................................2 Visual Basic 6 的功能特點(diǎn) ......................................................................2 Visual Basic 6 中的基本概念 ..................................................................3 Access2021 數(shù)據(jù)庫 .............................................................................................4 Access 的總體結(jié)構(gòu) ..................................................................................4 VB6 和 Access 的連接 ............................................................................5 第三章 需求分析 ........................................................................................ 7 需求分析 ............................................................................................................7 系統(tǒng)數(shù)據(jù)流程圖 .....................................................................................7 功能需求及設(shè)計思 想 .............................................................................7 第四章 系統(tǒng)設(shè)計 .......................................................................................11 系統(tǒng)功能設(shè)計 ..................................................................................................11 系統(tǒng)功能模塊圖 ...................................................................................11 系統(tǒng)各模塊說明 ...................................................................................11 數(shù)據(jù)庫設(shè)計 ......................................................................................................12 創(chuàng)建數(shù)據(jù)庫 ...........................................................................................12 數(shù)據(jù)表結(jié)構(gòu) ...........................................................................................12 數(shù)據(jù)庫中各表的關(guān)系 ...........................................................................16 第五章 倉庫管理原型系統(tǒng)實(shí)現(xiàn) ...................................................................17 數(shù)據(jù)庫實(shí)現(xiàn) ......................................................................................................17 連接數(shù)據(jù)庫 ...........................................................................................17 建立數(shù)據(jù)表 ...........................................................................................18 倉庫管理系統(tǒng)主要界面及使用說明 ...............................................................19 系統(tǒng)登錄界面 .......................................................................................19 系統(tǒng)主界面 ...........................................................................................20 系統(tǒng)管理模塊 .......................................................................................20 倉庫管理模塊 .......................................................................................22 物料管理模塊 .......................................................................................26 報表查詢模塊 .......................................................................................30 系統(tǒng)測試 ..........................................................................................................32 菜單測試 ...............................................................................................32 各功能模塊測試 ....................................................................................32 數(shù)據(jù)跟蹤測試 .......................................................................................32 第六章 小結(jié)與展望 ...................