【正文】
,價格最低質(zhì)量最好 46 3.實現(xiàn)過程: 界面的設(shè)計過程與卡信息的收支與維護管理模塊類似,這邊不再重復(fù)。使用 Adodc 控件來實現(xiàn)與數(shù)據(jù)庫的連接的。 下面把此界面的主要代碼作一介紹: 按鈕的代碼如下: Private Sub Command1_Click() Dim strQuery As String d1 = Trim() d2 = Trim() = adCmdText If = True Then strQuery = select * from 卡日常收支 where len(收入項目 ) and 日期 =39。 amp。 d1 amp。 39。 And 日期 = 39。 amp。 d2 amp。 39。 End If If = True Then 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 47 strQuery = select * from 卡日常收支 where len(支出項目 ) and 日期 =39。 amp。 d1 amp。 39。 And 日期 = 39。 amp。 d2 amp。 39。 End If If = False And = False Then strQuery = select * from 卡日常收支 where 日期 =39。 amp。 d1 amp。 39。 And 日期= 39。 amp。 d2 amp。 39。 End If = strQuery If = 0 Then MsgBox 不存在此時間段的收支記錄 ! End If End Sub 查詢過程主要是借助于 SQL(結(jié)構(gòu)化查詢語言)語句來進行查詢,并通過 Option 按鈕組判斷用戶選擇的查詢方式。然后通過 = strQuery 來進行數(shù)據(jù)源更新。 的代碼如下: Private Sub Command4_Click() c = For n = 1 To c If Len((收入項目 )) Then a = a + (金額 ) Else b = b + (金額 ) End If Next 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 48 MsgBox 收入為: amp。 a amp。 支出為: amp。 b amp。 Chr(13) + 現(xiàn)金余額為: amp。 Str(a b), , 系統(tǒng)統(tǒng)計 End Sub 統(tǒng)計結(jié)果如下圖: 實現(xiàn)卡上的收入、支出及余額的統(tǒng) 計。 5. 8 密碼管理模塊的設(shè)計與實現(xiàn) 界面如下圖: 數(shù)據(jù)庫的連接方法同上。 主要代碼如下: 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 49 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 50 第六章 系統(tǒng)使用說明 6. 1 使用說明 運行于 Windows 98 以上操作系統(tǒng)。 數(shù)據(jù)庫的默認路徑: D:設(shè)計 \家庭理財 \家庭理財 .mdb 系統(tǒng)默認密碼: admin 6. 2 運行環(huán)境 運行環(huán)境: Windows 98 以上操作系統(tǒng)。 JET 數(shù)據(jù)引擎 6. 3 運行結(jié)果 圖 登錄界面 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 51 圖 系統(tǒng)主界面 圖 現(xiàn)金收支管理界面 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 52 圖 現(xiàn)金收支查詢界面 圖 信用卡收支管理界面 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 53 圖 信用卡收支查詢界面 圖 收入 /支出項目維護界面 圖 密碼修改界面 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 54 第七章 設(shè)計心得 經(jīng)過三個多月的設(shè)計和開發(fā),家庭理財管理系統(tǒng)基本開發(fā)完畢。 通過這次畢業(yè)設(shè)計,在老師的指導(dǎo)下,我初步掌握了用 VB 開發(fā)軟件的方法,我在進行設(shè)計軟件時遇到了一些困難,于是我在老師的提示下,查資料,上網(wǎng)和網(wǎng)友進行探討。我在程序員之家,網(wǎng)址為 上的論壇和高手進行交流,對我受益菲淺。此外我還登錄到天極網(wǎng)站看了不少優(yōu)秀的 vb 技術(shù)文 章。這些對我搞好畢業(yè)設(shè)計起了至關(guān)重要的作用。在此再次感謝指導(dǎo)老師對我的悉心指導(dǎo)與幫助。由于時間倉促,這個軟件肯定還有不完善的地方,不足之處懇請各位老師提出批評改進意見。我相信 ,本次畢業(yè)設(shè)計我為本系統(tǒng)搭下了一個框架 ,以后我一定在此基礎(chǔ)上不斷完善它 . 但是由于畢業(yè)設(shè)計時間較短,所以該系統(tǒng)還有許多不盡如人意的地方,比如聯(lián)機文檔比較少,用戶界面不夠美觀,出錯處理不完善等多方面問題。這些都有待進一步改善。 致 謝 論文完成的前提是老師給我提供了舒適的工作、學習環(huán)境,并給予我悉心的關(guān)懷與指導(dǎo)。在些表示衷 心的感謝。老師認真負責的工作態(tài)度、嚴謹?shù)闹螌W風格,使我深受啟發(fā);同時也得感謝公司的領(lǐng)導(dǎo)、同事、朋友們給我的指導(dǎo)和幫助,以及給我提供的良好的開發(fā)環(huán)境,是他們的幫助下,我才能獨立的完成這個系統(tǒng)。 在次感謝所有給予了我?guī)椭睦蠋?、朋友們? 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 55 參考文獻 1.《數(shù)據(jù)庫系統(tǒng)原理與應(yīng)用》 閃四清 清華大學出版社 1999 年 2.《 Visual Basic 程序設(shè)計》 劉世峰 中央廣播電大出版社 2021 年 3.《 Visual Basic 程序設(shè)計》 陳 明 中央廣播電大出版社 2021 年 4.《軟件工程》 楊文龍 電子工業(yè)出版社 2021 年 5.《管理信息系統(tǒng)》 薛華成 清華大學出版社 1996 年 6.《 Visual Basic 程序設(shè)計》 李大友 清華大學出版社 2021 年 7.《 Visual Basic 程序設(shè)計》 陳明 中央電大出版 2021 年 8.《 Visual 實效編程百例》 劉韜、駱娟 人民郵電出版社 2021 年 9.《數(shù)據(jù)結(jié)構(gòu)( c++描述)》 徐孝凱 中央電大出版 2021 年 10.《數(shù)據(jù)庫系統(tǒng)概論(第二版)》 薩師煊 王珊 高等教育出版社 2021 年 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 56 附錄一 英文資料 Management information systems From Wikipedia, the free encyclopedia. (Redirected from Management Information Systems) Short for management information system or management information services, and pronounced as separate letters, MIS refers broadly to a puterbased system that provides managers with the tools for anizing, evaluating and efficiently running their departments. In order to provide past, present and prediction information, an MIS can include software that helps in decision making, data resources such as databases, the hardware resources of a system, decision support systems, people management and project management applications, and any puterized processes that enable the department to run efficiently. The functional support role The business processes and operations support function is the most basic. It involves collecting, recording, storing, and basic processing of data. Information systems support business processes and operations by: ? recording and storing sales data, purchase data, investment data, payroll data and other accounting records ? processing these accounting records into ine statements, balance sheets, ledgers, management reports, and other forms of financial information ? recording and storing inventory data, work in process data, equipment repair and maintenance data, supply chain data, and other production/operations records 購買設(shè)計 : 382540551 全套包括 :開題報告 ,論文 ,源程序 ,源代碼 ,答辯PPT,萬余套設(shè)計 ,歡迎咨詢選購 ,價格最低質(zhì)量最好 57 ? processing these operations records into production schedules, production controllers, inventory systems, and production monitoring systems ? recording and storing personnel data, salary data, employment histories, and other human resources records ? processing these human resources records into employee expense reports, and performance based reports ? recording and storing market data, customer profiles, customer purchase histories, marketing research data, advertising data, and other marketing records ? processing these marketing records into advertising elasticity reports, marketing plans, and sales activity reports ? recording and storing business intelligence data, petitor analysis data, industry data, corporate object