【正文】
后數(shù)據(jù)表視圖,違章信息數(shù)據(jù)表視圖如圖340所示。圖334事故信息設(shè)計視圖事故信息輸入數(shù)據(jù),事故信息數(shù)據(jù)表視圖如圖335所示。選擇Form窗體在屬性中把Caption改為年檢記錄。六個按鈕控件屬性設(shè)置是相同的其他窗體出現(xiàn)不再贅述。選擇Form窗體在屬性中把Caption改為車輛信息管理系統(tǒng)。車主信息ER圖如圖322所示。時間顯示設(shè)置要添加Timer1控件,屬性設(shè)置與普通用戶界面相同。標(biāo)簽控件Label1屬性界面中Caption 后邊的值刪除,Font字體選擇為宋體三號字體。Unload Me 關(guān)閉當(dāng)前窗體。本設(shè)置此控件設(shè)置屬性均相同其他窗體不再贅述。ADO的鏈接方法與登錄窗體的相同此處不再贅述。核對用戶密碼MsgBox 密碼錯誤,請重新輸入! ’消息盒子’獲取焦點添加窗體在工程欄中右鍵單擊出現(xiàn)添加選項,再選擇窗體,點擊確定即完成創(chuàng)建窗體,右鍵單擊新建好的窗體選擇保存窗體即可保存新窗體。 Data Source= + + 。圖311添加控件圖之后點擊確定即可在工具欄顯示ADO控件,添加進窗體即可。公用屬性Font字體選擇為宋體粗體傾斜二號號字體,Alignment選擇為2Center,.文本控件Text1對應(yīng)帳號標(biāo)簽,文本控件Text2對應(yīng)密碼標(biāo)簽。圖38賬戶信息表設(shè)計視圖完成了數(shù)據(jù)的屬性設(shè)置之后我們要對數(shù)據(jù)進行數(shù)據(jù)的錄入,錄入數(shù)據(jù)后的數(shù)據(jù)表視圖如圖39所示。圖32保存工程界面首先我們打開VB程序,選擇我們創(chuàng)建好的工程初始界面如圖33所示在菜單欄藍色標(biāo)識處點擊外接程序之后選擇可視化數(shù)據(jù)程序管理器。技術(shù)可行性分析利用VB+Access實現(xiàn)簡單、實用、安全性高的技術(shù)特點、完全可以開發(fā)出一套適合個人的車輛信息管理,而且計算機自動化的辦公管理會使得車輛信息管理更加清晰,實現(xiàn)通過計算機對信息進行查詢,輸入,輸出等一系列功能。對方姓名,對方的車號,處理方式,責(zé)任認定等等信息。分別儲存我們必須的信息。系統(tǒng)的邊界是否適合,系統(tǒng)內(nèi)部的目標(biāo)是否統(tǒng)一。這樣既提高了系統(tǒng)設(shè)計的準確性,又讓設(shè)計流規(guī)范化。相比而言國外的信息管理系統(tǒng)就比較成熟,很早以前國外就產(chǎn)生了簡單的單位車輛管理系統(tǒng),通過計算機對車輛的相關(guān)信息進行記錄,大大減少了人工進行錄入和管理的繁雜,提高了對車輛使用情況的了解,現(xiàn)在國外的管理系統(tǒng)已經(jīng)十分的完善。Visual Basic 簡稱VB,VB是軟件開發(fā)領(lǐng)域開發(fā)效率較高程序設(shè)計語言,在設(shè)計小型的信息管理系統(tǒng)中有很大的優(yōu)勢。從簡單的數(shù)據(jù)錄入到表中到復(fù)雜的信息管理系統(tǒng)后臺數(shù)據(jù)庫的建立都是信息管理的應(yīng)用。對于車輛信息的整理也不夠全面,很多車輛信息管理系統(tǒng)只關(guān)心車輛的少部分信息,對車輛整體信息涵蓋不完整。首先要了解用戶對車輛信息有哪些方面的需求,然后對系統(tǒng)進行劃分,最后整理出各模塊之間的系統(tǒng)流程。在信息系統(tǒng)中的每一個子系統(tǒng)都是為了達到某種效果而設(shè)計。通過對系統(tǒng)功能的分析,數(shù)據(jù)庫應(yīng)該包括登錄表、車主信息表、年檢記錄表、保險信息表、違章記錄表、事故記錄表六個表。年間信息:本模塊包含了車輛年間的信息記錄,從購車到現(xiàn)在所有的年間信息在本模塊顯示事故信息:事故的時間,地點,原因。提高對車輛信息的掌握度,使車輛信息管理更加科學(xué)化系統(tǒng)化。圖31創(chuàng)建工程界面保存工程:保存工程界面如圖34所示文件名輸入車輛信息管理,下拉可以選擇文件的保存類型,點擊保存即可保存工程,工程創(chuàng)建完成。帳號和密碼數(shù)據(jù)類型為數(shù)字,用戶類型的數(shù)據(jù)類型為文本。 標(biāo)簽控件Label2屬性設(shè)置中在Caption 后輸入帳號,標(biāo)簽控件Label3屬性設(shè)置中在Caption 后輸入密碼。在工具欄右鍵單擊選擇部件,勾選添加控件圖如圖311所示,可以添加ADO控件到工具欄。圖315記錄源登錄窗體關(guān)鍵程序如下: = Provider=。查找存在該用戶If (密碼) Then 39。按鈕控件Command2屬性設(shè)置界面中Caption 后邊改為返回,Font字體設(shè)置為宋體三號字體。DataGrid控件在登錄界面引用ADO控件時已經(jīng)引用過了,在工具欄里邊直接放進窗體即可,屬性中的DataSource選為Adoac1。圖318普通用戶窗體的設(shè)計視圖普通用戶窗體所示包含系統(tǒng)菜單欄,兩個標(biāo)簽控件,六個按鈕控件,一個Timer1控件。把Timer1右鍵單擊選擇置后即可在運行界面不顯示。圖321菜單欄設(shè)計視圖選擇Form窗體在屬性中把Caption改為車輛信息管理系統(tǒng)。車主信息:包含了車主的姓名,車輛類型,車主年齡,性別,證件號,籍貫,駕駛信息等等。圖326車主信息窗體設(shè)計視圖車主信息窗體包括十個標(biāo)簽控件,十個文本控件,六個按鈕控件,一個ADO控件,一個DataGrid控件。車主,年檢,保險,違章,事故。圖331年檢記錄窗體設(shè)計視圖年檢信息窗體包括七個標(biāo)簽控件,七個文本控件,六個按鈕控件,一個ADO控件,一個DataGrid控件。圖333事故信息ER圖事故信息的數(shù)據(jù)屬性設(shè)置,事故信息設(shè)計視圖如圖334所示。違章信息ER圖如圖338所示:圖338違章信息ER圖違章信息的數(shù)據(jù)屬性設(shè)置,違章信息表設(shè)計視圖如圖339所示。保險信息ER圖如圖343所示。圖347保險屬性頁第四章系統(tǒng)的具體實現(xiàn)與結(jié)論通過第三章的設(shè)計和制作,車輛信息管理系統(tǒng)以設(shè)計完成。圖43桌面圖1,系統(tǒng)注冊演示:打開車輛信息管理應(yīng)用程序,點擊注冊按鈕即可進入系統(tǒng)注冊窗體如圖44所示。圖46普通用戶窗體車主信息查詢窗體可以對車輛的類型,車主姓名,性別,籍貫,出生日期,證件號,發(fā)證日期,證件有效期,駕駛年齡等信息進行查詢。違章記錄查詢窗體程序運行如圖411所示。圖414年檢記錄管理窗體保險記錄管理窗體可以對車輛的保險日期,保險類型,保險備注信息進行查詢,添加,修改,刪除操作。圖418用戶信息管理窗體第五章結(jié)論本次設(shè)計是車輛信息管理系統(tǒng)的設(shè)計,車輛信息管理系統(tǒng)是對車輛信息信息進行有效的管理的最高效的處理工具。五個模塊分別是車主信息,年檢信息,違章信息,事故信息,保險信息。但是由于畢業(yè)設(shè)計的時間較短,用戶界面還不夠完美,系統(tǒng)的反應(yīng)速度不是很快。他循循善誘的指導(dǎo)給予我很大的啟迪,他在學(xué)習(xí)工作中嚴謹細致,一絲不茍的工作作風(fēng)將一直是我學(xué)習(xí)的榜樣。在這次的畢業(yè)設(shè)計過程中,我通過自己的努力學(xué)習(xí),在老師的細心指導(dǎo)下,加上本小組同學(xué)的探討。 refers to are a source for the information. If the data are processed in a meaningfulway, they bee information. Here, IT can contribute. Information can beextracted easily through IT (. puter) if data are properly processed.Therefore, the second word in . indicates IT or course, information can be obtained by a primitive way such as manualsorting, etc. by a clerk. Using IT definitely outperform any other means inhistory, in terms of processing data.SystemsIf a nice system is made, it is selfrunning which leads to reducing the peoplenecessary to the business Theory, Systems approachSystematically doing businessSystems es from systems theory that stresses the importance of systemsapproach to problem solving and a structured way to control and adjustautomatically. Computer programmers and software engineers/developersrealized it was only way to reduce a possibility of encountering errors later in thesystems development you construct a new/better system for the current businessoperations/decisionmaking process, you don39。s business, the structure of the organization and the managerial styles of the system users. Data to be processed should be captured once only and preferably by those who originate it and are most familiar with it. This means that the information system must be geared for simple yet efficient use by operators with minimal system training, and must facilitate input error detection and correction. Our goals in information system design are to provide maximum flexibility and growth capacity for the system while minimizing operating costs and implementation disruptions. s capacity as Advisors to the Estonia / World Bank Health Project, several information systems were developed and implemented for the Project Coordination Unit (PCU) at the Estonian Ministry of Social Affairs. These included: a prehensive project accounting system to address all of the financial reporting requirements. a project management system to facilitate the planning, scheduling and progress monitoring of project tasks. This system schedules and monitors project procurement activities for performance, scheduling and cost control. Corporate Subject Database Profiles to serve as the initial guide for developing a prehensive information system to support the broad information requirements associated with Estonia39。 and support research and development initiatives. Conceptual design of an integrated health care planning system and related planning models was also developed as a byproduct of this project. RMC analyzed the existing accounting and management information system for the delivery of health care services in the Bahamas, then designed and initiated an implementation program of an improved, integrated, puterized accounting and management information system for the Ministry of Health and the two hospitals. RMC also developed productivity standards for the MIS based on the Canadian Health Association39。一般來說,在商業(yè)中一般有著下劃線的文字就是收益的代表。如果數(shù)據(jù)經(jīng)過適當(dāng)?shù)奶幚淼脑?,信息能夠很容易的通過計算機(IT)來提取。你也可以在對當(dāng)前的系統(tǒng)進行仔細的分析以后來開發(fā)一個新的模型。系統(tǒng)開發(fā)系統(tǒng)可行性研究學(xué)習(xí)和價值利