基于VF實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng)畢業(yè)設(shè)計(jì)論文word格式_第1頁(yè)
基于VF實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng)畢業(yè)設(shè)計(jì)論文word格式_第2頁(yè)
基于VF實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng)畢業(yè)設(shè)計(jì)論文word格式_第3頁(yè)
基于VF實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng)畢業(yè)設(shè)計(jì)論文word格式_第4頁(yè)
基于VF實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng)畢業(yè)設(shè)計(jì)論文word格式_第5頁(yè)
已閱讀5頁(yè),還剩8頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、基于vf實(shí)現(xiàn)的學(xué)生綜測(cè)管理系統(tǒng) 一. 需求分析(一) 數(shù)據(jù)分析1. 原始數(shù)據(jù)包括4個(gè)表:(1) 會(huì)計(jì)一班綜測(cè)成績(jī)單(2) 會(huì)計(jì)二班綜測(cè)成績(jī)單(3) 會(huì)計(jì)三班綜測(cè)成績(jī)單(4) 財(cái)務(wù)管理班綜測(cè)成績(jī)單 2.表內(nèi)容:字段字 段 名類(lèi)型寬度小數(shù)位索引排序nulls1學(xué)年學(xué)期c6升序否2姓名c6否3班號(hào)c6否4學(xué)號(hào)c11否5德育分n21否6智育分n21否7智育分n21否8總分n21否9名次c1否 3.表單(封面):要求:在用戶(hù)名中輸入學(xué)號(hào) 密碼中輸入數(shù)字“0” 點(diǎn)擊“確認(rèn)”按鈕后進(jìn)入主菜單如果未輸入密碼時(shí),顯示 如果輸入密碼錯(cuò)誤時(shí),顯示 4.菜單: (1)數(shù)據(jù)瀏覽:例如點(diǎn)擊“瀏覽”欄中的財(cái)管班綜測(cè),得:

2、(2)數(shù)據(jù)編輯:例如點(diǎn)擊“編輯”按鈕欄中的會(huì)計(jì)二班得: (3)數(shù)據(jù)查詢(xún):按照學(xué)號(hào)查詢(xún)個(gè)人綜測(cè)成績(jī) 例如查詢(xún)學(xué)號(hào)為20101000001的學(xué)生的綜測(cè)得 如果學(xué)好不存在時(shí),顯示 5.退出:點(diǎn)擊“退出”按鈕時(shí),顯示 點(diǎn)擊“是”則可以退出系統(tǒng)。二. 程序設(shè)計(jì)主程序 set talk off close all do form fm modify wind screen titl地大經(jīng)管學(xué)生綜測(cè)管理系統(tǒng) clear do cxcd.mpr read event quit 菜單部分 瀏覽子菜單代碼:會(huì)計(jì)一班綜測(cè)use kj1brow會(huì)計(jì)二班綜測(cè)use kj2brow會(huì)計(jì)三班綜測(cè)use kj3brow財(cái)管綜

3、測(cè)use cgbrow編輯子菜單代碼:編輯會(huì)計(jì)一班use kj1append編輯會(huì)計(jì)二班use kj2append編輯會(huì)計(jì)三班use kj3append編輯財(cái)管班use cgappend查詢(xún)子菜單代碼:會(huì)計(jì)一班use kj1do while .t. accept 請(qǐng)輸入要查詢(xún)的學(xué)生學(xué)號(hào)(輸入0結(jié)束查詢(xún)):to xhif xh=0 exitendiflocate for alltrim(學(xué)號(hào))=xhif found()disp for alltrim(學(xué)號(hào))=xhelsewait 沒(méi)有此學(xué)號(hào)! window endifenddo會(huì)計(jì)二班use kj2do while .t. accept 請(qǐng)輸入

4、要查詢(xún)的學(xué)生學(xué)號(hào)(輸入0結(jié)束查詢(xún)):to xhif xh=0 exitendiflocate for alltrim(學(xué)號(hào))=xhif found()disp for alltrim(學(xué)號(hào))=xhelsewait 沒(méi)有此學(xué)號(hào)! window endifenddo會(huì)計(jì)三班use kj3do while .t. accept 請(qǐng)輸入要查詢(xún)的學(xué)生學(xué)號(hào)(輸入0結(jié)束查詢(xún)):to xhif xh=0 exitendiflocate for alltrim(學(xué)號(hào))=xhif found()disp for alltrim(學(xué)號(hào))=xhelsewait 沒(méi)有此學(xué)號(hào)! window endifenddo財(cái)管班u

5、se cgdo while .t. accept 請(qǐng)輸入要查詢(xún)的學(xué)生學(xué)號(hào)(輸入0結(jié)束查詢(xún)):to xhif xh=0 exitendiflocate for alltrim(學(xué)號(hào))=xhif found()disp for alltrim(學(xué)號(hào))=xhelsewait 沒(méi)有此學(xué)號(hào)! window endifenddo匯總查詢(xún)use hzdo while .t. accept 請(qǐng)輸入要查詢(xún)的學(xué)生學(xué)號(hào)(輸入0結(jié)束查詢(xún)):to xhif xh=0 exitendiflocate for alltrim(學(xué)號(hào))=xhif found()disp for alltrim(學(xué)號(hào))=xhelsewait 沒(méi)

6、有此學(xué)號(hào)! window endifenddo退出代碼:ask=messagebox(確實(shí)要退出系統(tǒng)嗎,4+32+256,學(xué)生綜測(cè)管理系統(tǒng))if ask=6 close all quitelse endif幫助子菜單代碼:版本信息clearuse 版本list封面部分代碼數(shù)據(jù)環(huán)境中加入新口令表(xklb.dbf,存密碼和學(xué)號(hào))fn中寫(xiě):public errornumber,pserrornumber=0退出的click中寫(xiě):ask=messagebox(確定要退出系統(tǒng)嗎?,4+32+256,學(xué)生綜測(cè)管理系統(tǒng))if ask=6 close allquitelse endif確定的

7、click中寫(xiě):use xklba=thisform.text1.valueb=thisform.text2.valueif a=n=messagebox(請(qǐng)輸入用戶(hù)名,4+32,學(xué)生管理系統(tǒng)登陸)do casecase n=6thisform.text1.value=thisform.text1.setfocuscase n=7thisform.releaseendcaseelseif b=n=messagebox(請(qǐng)輸入密碼,4+32,學(xué)生管理系統(tǒng)登陸)do casecase n=6thisform.text2.value=thisform.text2.setfocuscase n=7th

8、isform.releaseendcaseendifendiflocate for alltrim(xklb.id)=alltrim(a)if found() if alltrim(xklb.ps)=alltrim(b) do cxcd.mpr thisform.release else messagebox(密碼錯(cuò)誤,請(qǐng)重新輸入,64,學(xué)生綜測(cè)管理系統(tǒng)登陸) errornumber=errornumber+1 endif else messagebox(用戶(hù)+a+不存在!,64,學(xué)生綜測(cè)管理系統(tǒng)登陸) errornumber=errornumber+1endiftheir own condi

9、tions to develop the correct road, the maximum to avoid investment risk, gain profit.(three) vigorously promote the brand. to establish brand awareness, awareness of the use of brand, brand value, brand acquisition performance, enhance the competitive strength. concentrated manpower, careful plannin

10、g, packaging and publicity of a number of unique, market influence and coverage of the brand, the implementation of key breakthroughs, to enhance the competitive strength, walking business road the competition of alienation and characteristics, the pursuit of stability and development of the market.

11、(four) to promote the integration of resources. to further broaden their horizons, effective integration of resources within the group, the city resources, other industries and regional resources, mutual trust, mutual benefit, seeking win-win principle, in the framework of national policies and regu

12、lations, strict inspection and argumentation, legal consultation, examination and approval procedures, strict regulation of economic activities, attract injection the social investment to the industry group, to achieve leveraging the development, ensure that the value of state-owned assets.(five) to

13、 strengthen the construction management personnel. strengthen the management of education and training of cadres and workers of the existing business, firmly establish the concept of the market, enhance the sense of crisis to adapt to market competition, the sense of urgency, improve the ability to

14、respond to market competition, improve management and operation of the market. at the same time, according to the need of industrial development, vigorously the introduction of high-quality management management personnel, and strive to build a high-quality professional management team, hard work, a

15、nd promote the entire workforce knowledge structure, age structure, structure optimization and upgrading ability, enhance core competitiveness, adapt to the need of market competition.(six) seriously study the policy for policy. serious research about social support the development of cultural undertakings in the country and the

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論