99精品伊人亚洲|最近国产中文炮友|九草在线视频支援|AV网站大全最新|美女黄片免费观看|国产精品资源视频|精彩无码视频一区|91大神在线后入|伊人终合在线播放|久草综合久久中文

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

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

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

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

用戶級別:注冊會員

貢獻(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
————————————————————————
車號查詢表單CHCX.form的LOAD代碼:
set exact on
use ch
——————————————————————————
查詢按紐的CHICK代碼:

locate for 車號數(shù)字=thisform.text1.value
if found()
wait window"有此車號,請放行" timeout 2
?""
?"? 車輛信息:"
display
continue
display
continue
display
else
messagebox("無此車號"
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("密碼錯,請重新輸入"
?thisform.text1.value=""
?thisform.text1.setfocus
else
?messagebox("密碼錯,禁止進(jìn)入系統(tǒng)"
?thisform.release
endif
endif
———————————————————————
站級管理登陸界面表單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("密碼錯,請重新輸入密碼!"
? thisform.text2.value=""
? thisform.text2.setfocus
?endif
else
? if k=3
? messagebox("禁止進(jìn)入系統(tǒng)"
? thisform.release

非常好我支持^.^

(7) 100%

不好我反對

(0) 0%

      發(fā)表評論

      用戶評論
      評價:好評中評差評

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

      ?