【正文】
述客觀世界的實體。其程序的方法有 Show(顯示)方法, Hide(隱藏)方法, Refresh(刷新)方法。 VB系統(tǒng)常用事件來引導計算機執(zhí)行一段程序。 ( 3)屬性 (Properties): 屬性是 VB系統(tǒng)提供的有關對象的參數(shù)或數(shù)據(jù)接口。本程序所應用到的對象類型有標簽框 (Label Box),文本框 (Text Box),命令按扭 (Command Button),網(wǎng)格 (Data Grid), ADO控件 (Adodc1)等。 Visual Basic 系統(tǒng)幾個在程序應用中的常用名詞: Visual Basic 系統(tǒng)除了一般高級語言所具有的一些名詞術語外,還有幾個系統(tǒng)常用的名詞。 作為數(shù)據(jù)庫系統(tǒng)的開發(fā), Visual Basic是一個非常理想選擇。 計算機畢業(yè)設計:進銷存管理系統(tǒng) II Abstract The calculator management information system is a system engineering, synthesizing the calculator, work, database, the munication technique, also including the business enterprise management science and numerous abundant empirical summary of is the example that the advanced science technique bines with the modern business enterprise management. Its creation and movement is the business enterprise management management develops the certain stage, inevitable request of certain scale and particular and economic environmentses are. Currently, the global drugs` market petition is increasingly vigorous, the panies medicine enterprise wants to be keep on the win the benefit to be decided by whether it can win and keep the satisfaction of the equal customers or analysis, we use the VISUAL BASIC development tool of the pany of MICROSOFT, making use of various development tool that faces to the object of what it provide, particularly is this ability of the data window way is convenient and simple and direct to manipulate the database of intelligence turn the object, build up the system application prototype in the in a short time first, then, start the prototype system to carry on the need generation to the beginning, revise and improve continuously, until formation the customer is satisfied and can go the system. Keywords: window body area database. 目 錄 摘 要 ............................................................................................................................. I ABSTRACT ............................................................................................................... II 第 1 章 緒論 ................................................................................................................ 1 計算機畢業(yè)設計:進銷存管理系統(tǒng) III 課題背景 .......................................................................................................... 1 第 2 章 用戶需求分析 ................................................................................................ 2 功能需求 .......................................................................................................... 2 實現(xiàn)目標 .......................................................................................................... 2 第 3 章 相關技術介紹及系統(tǒng)數(shù)據(jù)庫介紹 ................................................................ 3 前臺開發(fā)工具語言 .......................................................................................... 3 Visual Basic 語言的特點: ....................................................................... 3 數(shù)據(jù)庫簡介 ...................................................................................................... 6 關系型數(shù)據(jù)庫的實現(xiàn) ................................................................................... 6 二者的結合 (DBA) ............................................................................................ 7 使用 Microsoft Access 2021 創(chuàng)建數(shù)據(jù)庫 ............................................... 7 修改已建的數(shù)據(jù)庫 .................................................................................. 7 軟件的運行環(huán)境設計 ...................................................................................... 7 軟件環(huán)境: ................................................................................................ 7 硬件環(huán)境: ................................................................................................ 7 第 4 章 系統(tǒng)模塊設計 ................................................................................................ 8 超市 進銷存管理系統(tǒng)結構圖 .......................................................................... 8 數(shù)據(jù)庫需求分析 .............................................................................................. 9 第 5 章 系統(tǒng)設計與數(shù)據(jù)庫實現(xiàn) .............................................................................. 10 庫的結構 ........................................................................................................ 10 供應商基礎信息表 gys ........................................................................... 10 庫存表 kc ................................................................................................. 11 密碼表 ma ................................................................................................ 12 客戶基礎信息表 kh ................................................................................. 12 入庫表 rkd ............................................................................................... 13 入庫退單表 rktd ...................................................................................... 14 銷售表 xsd ............................................................................................... 15 銷售退單表 xstd ...................................................................................... 15 系統(tǒng)主界面設計 ............................................................................................ 16 日常業(yè)務設計 ................................................................................................ 18 入庫單模塊設計 ...................................................................................... 18 銷售單模塊設計 ...................................................................................... 19 計算機畢業(yè)設計:進銷存管理系統(tǒng) IV 銷售退單模塊設計 .................................................................................. 20 庫存管理設計 ................................................................................................ 21 庫存查詢模塊設計 ..