|
導(dǎo)讀數(shù)據(jù)庫,簡(jiǎn)而言之可視為電子化的文件柜——存儲(chǔ)電子文件的處所,用戶可以對(duì)文件中的數(shù)據(jù)進(jìn)行新增、截取、更新、刪除等操作。所謂“數(shù)據(jù)庫”是以一定方式儲(chǔ)存在一起、能與多個(gè)用戶共享、具有盡可能小的冗余度、與應(yīng)... 數(shù)據(jù)庫,簡(jiǎn)而言之可視為電子化的文件柜——存儲(chǔ)電子文件的處所,用戶可以對(duì)文件中的數(shù)據(jù)進(jìn)行新增、截取、更新、刪除等操作。所謂“數(shù)據(jù)庫”是以一定方式儲(chǔ)存在一起、能與多個(gè)用戶共享、具有盡可能小的冗余度、與應(yīng)用程序彼此獨(dú)立的數(shù)據(jù)集合。
| window.width = 0 end if next window.x = li_x window.y = li_height+li_y window.width = 0 window.height = 0 window.show() case 9 // closetype = 9,從左下->右上 for li_gd = li_x to li_x+li_width step 1 window.x = li_gd window.width = li_width +li_x -li_gd if window.height > 0 then window.height = li_height -(li_gd - li_x) else window.height = 0 end if next window.x = li_x+li_width window.y = li_y window.width = 0 window.height = 0 window.show() case 10 // closetype = 10,從四面到中間 li_ceny = li_y+li_height/2 li_cenx = li_x+li_width / 2 for li_gd = li_y to li_ceny step 1 window.y = li_gd window.height = li_height - 2*(li_gd - li_y) if window.x < li_x + li_cenx then window.x = li_x + (li_gd - li_y) else window.x = li_x + li_cenx end if if window.width > 0 then window.width = li_width - 2*(li_gd - li_y) else window.width = 0 end if next window.x = li_cenx window.y = li_ceny window.width = 0 window.height = 0 window.show() case else window.show() window.width = li_width window.height = li_height window.x = li_x window.y = li_y END CHOOSE return 0 ************************ // 調(diào)用該函數(shù)在窗體的 closequery 事件中 gf_closequery (w_main,mod(integer(string(now(),"ss")),11)) |
上面是關(guān)閉時(shí)的效果,窗體打開時(shí)的動(dòng)態(tài)效果的語句跟上面的差不多,在此就不寫啦,如果有需要的可以告訴我,我單獨(dú)發(fā)送。謝謝。
全新的路由器不僅讓你更穩(wěn)定快速地連接無線網(wǎng)絡(luò),更可以讓家中的智能設(shè)備連接在一起。
|
溫馨提示:喜歡本站的話,請(qǐng)收藏一下本站!