您好,歡迎來(lái)電子發(fā)燒友網(wǎng)! ,新用戶?[免費(fèi)注冊(cè)]

您的位置:電子發(fā)燒友網(wǎng)>源碼下載>數(shù)值算法/人工智能>

公務(wù)車查詢系統(tǒng)源代碼

大小:51 人氣: 2010-02-09 需要積分:0
費(fèi)加羅的空間

用戶級(jí)別:注冊(cè)會(huì)員

貢獻(xiàn)文章:

貢獻(xiàn)資料:

公務(wù)車查詢系統(tǒng)源代碼

主文件main.prg:

set talk off
_screen.caption="公務(wù)車查詢系統(tǒng)"
modify windows screen fill file "\001.bmp"
set status off
set sysmenu off
set sysmenu to
set sysformats off
set exclusive on

_screen.width=750
_screen.height=350

do mail.mpr
read events
————————————————————————
車號(hào)查詢表單CHCX.form的LOAD代碼:
set exact on
use ch
——————————————————————————
查詢按紐的CHICK代碼:

locate for 車號(hào)數(shù)字=thisform.text1.value
if found()
wait window"有此車號(hào),請(qǐng)放行" timeout 2
?""
?"? 車輛信息:"
display
continue
display
continue
display
else
messagebox("無(wú)此車號(hào)"
thisform.release
return
endif

————————————————————————
系統(tǒng)維護(hù)登陸界面表單XITONGLOGIN.scx的確定按紐代碼:
i=i+1
if thisform.text1.value="******(為了安全隱藏)"
?thisform.release
?do form xitong
else
if i<3
?messagebox("密碼錯(cuò),請(qǐng)重新輸入"
?thisform.text1.value=""
?thisform.text1.setfocus
else
?messagebox("密碼錯(cuò),禁止進(jìn)入系統(tǒng)"
?thisform.release
endif
endif
———————————————————————
站級(jí)管理登陸界面表單ZHANJILOGIN.scx的確定按紐代碼:
k=k+1
locate for 用戶名=thisform.text1.value
if found()
locate for 密碼=thisform.text2.value
if found()
? wait window"將進(jìn)入系統(tǒng)" timeout 2
? thisform.release
? do form zhanji
else
? if k=3
??? messagebox("禁止進(jìn)入系統(tǒng)"
??? thisform.release
??? return
? endif
? messagebox("密碼錯(cuò),請(qǐng)重新輸入密碼!"
? thisform.text2.value=""
? thisform.text2.setfocus
?endif
else
? if k=3
? messagebox("禁止進(jìn)入系統(tǒng)"
? thisform.release

非常好我支持^.^

(7) 100%

不好我反對(duì)

(0) 0%

      發(fā)表評(píng)論

      用戶評(píng)論
      評(píng)價(jià):好評(píng)中評(píng)差評(píng)

      發(fā)表評(píng)論,獲取積分! 請(qǐng)遵守相關(guān)規(guī)定!

      ?