代码搜索:如何学习 GY?

找到约 10,000 项符合「如何学习 GY?」的源代码

代码结果 10,000
www.eeworm.com/read/273535/10912347

dfm unit6.dfm

object gy: Tgy Left = 239 Top = 160 AutoScroll = False BiDiMode = bdRightToLeftNoAlign BorderIcons = [] Caption = #20851#20110'&y' ClientHeight = 322 ClientWidth = 415 Color
www.eeworm.com/read/273535/10912417

~dfm unit6.~dfm

object gy: Tgy Left = 239 Top = 160 AutoScroll = False BiDiMode = bdRightToLeftNoAlign BorderIcons = [] Caption = #20851#20110'&y' ClientHeight = 322 ClientWidth = 415 Color
www.eeworm.com/read/448804/7525794

frm 关于.frm

VERSION 5.00 Begin VB.Form gy Caption = "小区物业管理系统" ClientHeight = 5370 ClientLeft = 60 ClientTop = 345 ClientWidth = 6000 Icon
www.eeworm.com/read/399606/7845072

frm 关于.frm

VERSION 5.00 Begin VB.Form gy Caption = "小区物业管理系统" ClientHeight = 5370 ClientLeft = 60 ClientTop = 345 ClientWidth = 6000 Icon
www.eeworm.com/read/310878/13641878

frm 关于.frm

VERSION 5.00 Begin VB.Form gy Caption = "小区物业管理系统" ClientHeight = 5370 ClientLeft = 60 ClientTop = 345 ClientWidth = 6000 Icon
www.eeworm.com/read/487440/6512849

frm 关于.frm

VERSION 5.00 Begin VB.Form gy Caption = "小区物业管理系统" ClientHeight = 5370 ClientLeft = 60 ClientTop = 345 ClientWidth = 6000 Icon
www.eeworm.com/read/192685/8360394

txt 如何在win95下发出不同频率、音长的声调.txt

你 可 以 直 接 控 制 喇 叭 端 口 。 具 体 的 做 法 可 以 参 考 http://www.zealsoftstudio.com/cn/vbio的 VBIO.DLL的 Speaker示 例 。 这 个 方 法 在 很 多 8086/8088原 理 的 书 上 有 介 绍
www.eeworm.com/read/192685/8360403

txt 如何在放入cd碟时自动调入我的cd播放软件.txt

修改HKEY_CLASSES_ROOT\AudioCD\shell\play\command键。该键的默认值为“C:\Windows\cdplayer.exe /play %1” 这里的%1是音轨文件。你可以把它修改为: "C:\MyPath\MyPlayer.exe %1"
www.eeworm.com/read/192685/8360725

txt 如何不失真地显示长、宽超过32768缇的图片.txt

用 两 个 Picture Box和 滚 动 条 来 做 , 但 是 好 象 无 法 成 功 ... 溢 出 ... 是 因 为 : 0
www.eeworm.com/read/192685/8360761

txt 如何把16位位图转换成256色位图.txt

完全使用VB来做图形格式转换非常麻烦,而且效率很低。最好还是利用专门的控件来做这些工作,比如ImageMan(http://www.data-tech.com)、ImagN、Lead Tools(http://www.leadtools.com)等等。