【正文】
基于 VC++的工資管理系統(tǒng)的設計與實現(xiàn) 摘 要 隨著計算機技術的飛速發(fā)展,計算機在企業(yè)管理中應用越來越普及。利用計算機實現(xiàn)企業(yè)人事工資的管理勢在必行。本系統(tǒng)是結合公司實際的財務制度,經過實際的需求分析,采用功能強大的 Visual C++ 做為開發(fā)工具而開發(fā)出來的單機版工資管理系統(tǒng)。 工資管理系統(tǒng)是針對企業(yè)的工資管理業(yè)務進行計算機處理而開發(fā)的應用軟件。整個系統(tǒng)從符合操作簡便、界面友好、靈活、實用、安全的要求出發(fā),完成人事、工資管理的全過程,企業(yè)的工資管理是公司管理的一個重要內容。 該系統(tǒng)由基本信息管理 、工資管理、工資查詢、系統(tǒng)管理、幫助等子模塊組成,功能基本涵蓋普通企業(yè)的工資管理業(yè)務范圍。企業(yè)應用本系統(tǒng)后,可以有效的提高工資管理水平。本文從需求分析、可行性分析、總體設計、數(shù)據(jù)庫設計、功能模塊編程實現(xiàn)等方面闡述了本系統(tǒng)的設計過程。為便于說明,文中繪制了程序結構框圖、部分界面圖和數(shù)據(jù)表。最后附有主要的源程序代碼清單。 關鍵詞 : 數(shù)據(jù)庫 Visual C++ 工資管理 The design approach and implementation of the wages management system based on vc++ Abstract With the development of the puter technology and puters are universally used in business enterprise manage more and more, so it is imperative to implement The Management of Enterprise Personnel Wages using puters. Actual pany finance is binative in this system. I have already made demand analysis and adopted Visual C++ which is mighty in function as the tool to develop the management of enterprise personnel wages system that is the single machine version. Salary Management System is specially designed for the application of device managing of enterprise. The whole system must match the request which are operation simple, the interface amity, vivid, practical and safe and plete the management of personal and wages process. The Management of Enterprise Personnel Wage is an important content in pany manage. The system is consisted with six subsystems. They are system maintenance, querying, forming and listing. These functions can meet the demands of most of the business. If the enterprise uses this system, the management of salary can rapidly be improved. In this paper, a description is given on the design process of this system from demands analyzing, feasibility analysis, frame design, database design, programming module. Program structure diagram, some map interfaces and data sheets are presented for the purpose of description. In addition, program source code is listed in the end of the article. Keywords: Database。 Visual C++ 。 Salary management 目 錄 1 引言 ................................................................................................................................ 1 2 系統(tǒng)需求分析 ................................................................................................................ 2 3 可行性分析 .................................................................................................................... 3 4 總體設計 ........................................................................................................................ 4 系統(tǒng)功能結構 ....................................................................................................... 4 設計目標 ............................................................................................................... 4 5 系統(tǒng)設計 ........................................................................................................................ 5 使用的相關技術介紹 ........................................................................................... 5 數(shù)據(jù)庫設計 ........................................................................................................... 5 數(shù)據(jù)庫概要說明 ........................................................................................ 5 部分數(shù)據(jù)表的結構 .................................................................................... 6 部分 ER 模型的設計 ................................................................................ 7 6 主要功能模塊設計 ........................................................................................................ 9 建立工程框架 ....................................................................................................... 9 主窗口設計 ......................................................................................................... 11 菜單資源設計 .......................................................................................... 11 客戶區(qū)設計 .............................................................................................. 12 登錄模塊設計 ..................................................................................................... 13 實現(xiàn)目標 .................................................................................................. 13 設計步驟 .................................................................................................. 13 代碼分析 .................................................................................................. 14 員工錄入模塊設計 ............................................................................................. 15 實現(xiàn)目標 .................................................................................................. 15 設計步驟 .................................................................................................. 16 代碼分析 .................................................................................................. 16 員工工資添加模塊設計 ..................................................................................... 19 實現(xiàn)目標 .................................................................................................. 19 設計步驟 .................................................................................................. 19 代碼分析 .................................................................................................. 20 用戶管理模塊設計 ............................................................................................. 25 實現(xiàn)目標 .................................................................................................. 25 設計步驟 .................................................................................................. 25 代碼分析 .................................................................................................. 26