freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

通訊錄信息管理系統(tǒng)—免費-資料下載頁

2024-12-06 03:02本頁面

【導(dǎo)讀】訊錄管理程序來幫助人們進行更有效的通訊錄信息管理。用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安。而對于后者則要求應(yīng)用程序功能完備,易使用等特點。求迭代,不斷修正和改進,直到形成用戶滿意的可行系統(tǒng)。的,面向?qū)ο蟮腤indows開發(fā)語言,它具有易用,通用和開發(fā)效率高的特點。正如BillGate所說,世界上絕大多數(shù)的Windows. 應(yīng)用程序是用VisualBasic編寫的。因為VB具有眾多其它開發(fā)工具所沒有的優(yōu)點!基于以上理由,我們毫不憂郁的選擇了做為我們的開發(fā)工具??!2)Enable屬性:控制控件的激活狀態(tài)灰色或可用。3)Appearance屬性:值為1時,則以3D效果顯示該控件,0則不然。6)Default屬性:決定哪一個命令按鈕控件是窗體的缺省命令按鈕.7)Font屬性:控制各種文字字體類型.8)Left,top,height,width屬性:設(shè)定控件的位置與大小.9)Style,picture屬性:決定按鈕的顯示方式是否為圖像形式出現(xiàn).

  

【正文】 Ladd = SQLadd + and Oicq=39。 + Text1(1).Text + 39。 End If 39。判斷姓名查詢 If Check1(2).Value = 1 And Not IsNull(Text1(2).Text) Then SQLadd = SQLadd + and Name=39。 + Text1(2).Text + 39。 End If 39。性別查詢 If Check1(3).Value = 1 Then If Option1(0).Value = True Then SQLadd = SQLadd + and Sex=39。 + 男 + 39。 Else SQLadd = SQLadd + and Sex=39。 + 女 + 39。 End If End If 39。年齡查詢 If Check1(4).Value = 1 Then If Check2(0).Value = 1 And IsNumeric(Text2(0).Text) Then If Check2(1).Value = 1 Then SQLadd = SQLadd + and Age= + Text2(1).Text SQLadd = SQLadd + and Age= + Text2(0).Text Else SQLadd = SQLadd + and Age= + Text2(0).Text End If Else If Check2(1).Value = 1 Then SQLadd = SQLadd + and Age= + Text2(1).Text End If End If End If 39。判斷電話查詢 If Check1(5).Value = 1 And Not IsNull(Text1(5).Text) Then SQLadd = SQLadd + and TelepNo=39。 + Text1(5).Text + 39。 End If 39。判斷手機查詢 If Check1(6).Value = 1 And Not IsNull(Text1(6).Text) Then SQLadd = SQLadd + and MoveCall=39。 + Text1(6).Text + 39。 End If 39。判斷宅電查詢 If Check1(7).Value = 1 And Not IsNull(Text1(7).Text) Then SQLadd = SQLadd + and Home=39。 + Text1(7).Text + 39。 End If 39。判斷傳呼查詢 If Check1(8).Value = 1 And Not IsNull(Text1(8).Text) Then SQLadd = SQLadd + and Call=39。 + Text1(8).Text + 39。 End If 39。判斷傳真查詢 If Check1(9).Value = 1 And Not IsNull(Text1(9).Text) Then SQLadd = SQLadd + and Fax=39。 + Text1(9).Text + 39。 End If 39。判斷 Email 查詢 If Check1(10).Value = 1 And Not IsNull(Text1(10).Text) Then SQLadd = SQLadd + and Email=39。 + Text1(10).Text + 39。 End If 39。更新數(shù)據(jù)庫顯示信息 = = SQLoriginal + SQLadd + SQLorder ListRefresh Unload Me Exit Sub ErrHandle: MsgBox Unload Me Exit Sub End Sub Private Sub Command3_Click() 39。取消查詢 Unload Me End Sub Private Sub Form_Load() Dim i As Integer For i = 0 To 10 39。在不處于查詢狀態(tài)時,把文本框設(shè)置為失效 Text1(i).Text = Text1(i).Enabled = False Next i Option1(0).Enabled = Check1(3).Value Option1(1).Enabled = Check1(3).Value 39。判斷年齡輸入是否有效 = Check1(4).Value For i = 0 To 1 Check2(i).Enabled = False Next i End Sub Private Sub Check2_Click(Index As Integer) Text2(Index).Enabled = Check2(Index).Value End Sub 結(jié)束語 本軟件的設(shè)計目的是為人們?nèi)粘I钪泄芾碛涗洸樵兟?lián)系人提供方便和幫助。通過這幾個月的畢業(yè)設(shè)計,我學(xué)到很多以前沒有學(xué)到的 visual basic 開發(fā)技術(shù),在軟件工程學(xué)上更是取得了很大的進步。經(jīng)過大量的測試和試用,作者深信本軟件達到了方便和實用的設(shè)計目的,并在軟件界面和易用實用等方面有著獨到之處。 雖然軟件基本達到設(shè)計 要求并且達到同行的先進水平,但由于作者水平有限,軟件存在 bug 也是在所難免的 ,您的意見和建議將極大的幫助我改進并完善軟件。真誠的希望你的參與。 致謝 我首先感謝我的指導(dǎo)老師呂老師,在他嚴(yán)格的要求下我懂得了開發(fā)軟件要有一種極其認(rèn)真負(fù)責(zé)的態(tài)度。無論做什么事都要大膽的去想去做,這樣會有好的創(chuàng)意,才能更有作為。 在這里我還要感謝我們宿舍的其它 5 個同學(xué)。他們和我共同生活了四年,在生活和學(xué)習(xí)上給了我很大的幫助。 參 考 文 獻 1 陳明 . 軟件工程學(xué)教程 .科技出版社, 2021 2 薩師煊,王珊 . 數(shù)據(jù)庫系統(tǒng)概論 . 第三版 . 高等教育出版社, 2021 3 飛思科技產(chǎn)品研發(fā)中心 . visual basic 數(shù)據(jù)庫應(yīng)用開發(fā) .電子工業(yè)出版社, 2021 4 飛思科技產(chǎn)品研發(fā)中心 . visual basic 開發(fā)者手冊 . 電子工業(yè)出版社 , 2021 5 申 旻 . visual basic 高手突破 . 清華大學(xué)出版社, 2021, 302 6 Steve Teixeira, Xaviver Pacheco 著,龍勁松,王瑜,謝尚書譯 . visual basic 開發(fā)人員指南 . 機械工業(yè)出版社 .2021 7 喬林 .參透 Delphi/ Kylix . 中國鐵道出版社 .2021 8 李維 .Inside 深入核心 VCL 架構(gòu)剖析 . 電子工業(yè)出版社 .2021 9 張立科編寫組 .Windows API 函數(shù)參考手冊 .人民郵電出版社 .2021 嚴(yán)蔚敏,吳偉民 .數(shù)據(jù)結(jié)構(gòu) .第二版 .清華大學(xué)出版社 .2021 10 王珍 玲 。實用軟件工程教程 高等教育 出版社 2021 11 (英) Ian Sommerville 機械工業(yè)出版社 2021 12 美 Cantu,U. 王輝等譯 visual basic 從入門到精通 電子工業(yè)出版社 2021 13 李維 面向?qū)ο箝_發(fā)實踐之路( visual basic 版) (BORLAND 資深顧問著名 visual basic 專家李維最新力作 ) 電子工業(yè)出版社 14 秦斌 等 visual basic 數(shù)據(jù)庫系統(tǒng)開發(fā)與應(yīng)用 中國水利水電出版社 2021 .1 15 劉藝 visual basic 面向?qū)ο缶幊趟枷? 機械工業(yè)出版社 2021 basic 程序設(shè)計第二版 譚浩強 清華大學(xué)出版社 2021 17. visual 程序設(shè)計教程 . 胡同森 趙劍鋒等 . 浙江科學(xué)技術(shù)出版社 , (第二版 ) 周蘇 王文 著 科學(xué)出版社 2021 Basic 程序設(shè)計與開發(fā)技術(shù) 求是科技 人民郵電出版社 give pleasureto our souls. But this is intolerable and blasphemous。 there is,however, a much more plausible account of the delusion. Cle. What? Ath. The adaptation of art to the characters of men. Choricmovements are imitations of manners occurring in various actions,f ortunes, dispositionseach particular is imitated, and those towhom the w ords, or songs, or dances are suited, either by nature orhabit or both, cannot help feeling pleasure in them and applaudingthem, and c alling them beautiful. But those whose natures, or ways, orhabits are unsuited to them, cannot delight in them or applaud them,and they call them base. There are others, again, whose natures areright and the ir habits wrong, or whose habits are right and theirnatures wrong, and they praise one thing, but are pleased atanother. For they say that all these imitations are pleasant, butnot good. A nd in the presence of those whom they think wise, theyare ashamed of dancing and singing in the baser manner, or ofdeliberately lending any countenance to such proceedings。 and yet,they have a secret pleasure in them. Cle. Very true. Ath. And is any harm done to the lover of vicious dances or songs,or any good done to the approver of the opposite sort of pleasure? Cle. I think that there is. Ath. I think is not the word, but I would say, rather, I amcertain. For must they not have the same effect as when a manassociates with bad characters, whom he likes and approves rather thandislike s, and only censures playfully because he has a suspicion ofhis own badness? In that case, he who takes pleasure in them willsurely bee like those in whom he takes pleasure, even though hebe ashamed to praise them. And what greater good or evil can anydestiny e
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1