【正文】
并封裝起來。 面向 對象的編程: 面向對象的設計方法 (OOP, Objected Programming) 從應用領域內的問 計算機畢業(yè)設計:進銷存管理系統(tǒng) 5 題著手,以直觀自然的方式描述客觀世界的實體。 ( 7)模塊 (Module): 模塊是指一些運算量或過程進行聲明或定義的一個集合。其程序的方法有 Show(顯示)方法, Hide(隱藏)方法, Refresh(刷新)方法。 ( 5)方法 (Method): 方法主要是指對一個對象使用某種作用的過程。 VB 系統(tǒng)常用事件來引導計算機執(zhí)行一段程序。比如,對象的名稱、在屏幕上顯示的位置、大小、顏色、接收或容納的數(shù)據(jù)內容及數(shù)據(jù)的表現(xiàn)格式等。 ( 3)屬性 (Properties): 屬性是 VB 系統(tǒng)提供的有關對象的參數(shù)或數(shù)據(jù)接口。用戶可以通過設置對象的“屬性”和“方法”,便于對象適應自己所設計應用程序的輸入輸出內容,對象的生成過程及結構都被封裝起來。本程序所應用到的對象類型有標簽框 (Label Box),文本框 (Text Box),命令按扭 (Command Button),網(wǎng)格 (Data Grid), ADO 控件 (Adodc1)等。 VB 系統(tǒng)的人機交互界面或接口,無論是在設計時或是在運行時,都是 Windows 系統(tǒng)的標準視窗。 Visual Basic 系統(tǒng)幾個在程序應用中的常用名詞: Visual Basic 系統(tǒng)除 計算機畢業(yè)設計:進銷存管理系統(tǒng) 4 了一般高級語言所具有的一些名詞術語外,還有幾個系統(tǒng)常用的名詞。 ( 1)可視化設計: 表現(xiàn)在 VB 在設計應用于程序界面時有“所見即所得”的處理功能。 作為數(shù)據(jù)庫系統(tǒng)的開發(fā), Visual Basic 是一個非常理想選擇。目前在我國市場上最為流行、使用最多、最為先進的可用作企業(yè)級開發(fā)工具的產(chǎn)品有: Microsoft 公司的 Visual Basic Microsoft 公司的 Visual C Borland 公司的 Delphi Powersoft 公司的 PowerBulider 在目前市場上這些眾多的程序開發(fā)工具中,有些強調程 序 語言的彈性與執(zhí)行效率;有些則偏重于可視化程序開發(fā)工具所帶 來的便利性與效率的得高,各有各的優(yōu)點和特色,也滿足了不同用戶的需求。 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. 目 錄 III 摘 要 ............................................................................................................................. I ABSTRACT ............................................................................................................... II 第 1 章 緒論 ................................................................................................................ 1 課題 背景 .......................................................................................................... 1 第 2 章 用戶需求分析 ................................................................................................ 2 功能需求 .......................................................................................................... 2 實現(xiàn)目標 .......................................................................................................... 2 第 3 章 相關技術介紹及系統(tǒng)數(shù)據(jù)庫介紹 ................................................................ 3 前臺開發(fā)工具語言 .......................................................................................... 3 Visual Basic 語言的特點: ....................................................................... 3 數(shù)據(jù)庫簡介 ...................................................................................................... 7 關系型數(shù)據(jù)庫的實現(xiàn) ................................................................................... 7 二者的結合 (DBA) ............................................................................................ 8 使用 Microsoft Access 2021 創(chuàng)建數(shù)據(jù)庫 ............................................... 8 修改已建的數(shù)據(jù)庫 .................................................................................. 8 軟件的運行環(huán)境設計 ...................................................................................... 8 軟件環(huán)境: ................................................................................................ 9 硬件環(huán)境: ................................................................................................ 9 第 4 章 系統(tǒng)模塊設計 .............................................................................................. 10 超市 進銷存管理系統(tǒng)結構圖 ........................................................................ 10 數(shù)據(jù)庫需求分析 ............................................................................................ 11 第 5 章 系統(tǒng)設計與數(shù)據(jù)庫實現(xiàn) .............................................................................. 12 庫 的結構 ........................................................................................................ 12 供應商基礎信息表 gys ........................................................................... 12 庫存表 kc ................................................................................................. 13 密碼表 ma ................................................................................................ 14 客戶基礎信息表 kh ................................................................................. 14 入庫表 rkd ............................................................................................... 15 入庫退單表 rktd ...................................................................................... 16 銷售表 xsd ............................................................................................... 17 銷售退單表 xstd ...................................................................................... 18 系統(tǒng)主界面設計 .........