代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/211646/15176137
mpr 主菜单.mpr
* *********************************************************
* *
* * 05/18/06 主菜单.MPR 15:52:01
www.eeworm.com/read/211646/15176147
mnt 主菜单.mnt
www.eeworm.com/read/211646/15176160
mpx 主菜单.mpx
www.eeworm.com/read/211646/15176184
mnx 主菜单.mnx
www.eeworm.com/read/211646/15176188
fxp 主菜单.fxp
www.eeworm.com/read/211435/15180475
mpr 主菜单.mpr
* *********************************************************
* *
* * 12/21/06 主菜单.MPR 22:41:40
www.eeworm.com/read/211435/15180487
mnt 主菜单.mnt
www.eeworm.com/read/211435/15180501
mpx 主菜单.mpx
www.eeworm.com/read/211435/15180517
mnx 主菜单.mnx
www.eeworm.com/read/210370/15200452
sql xml菜单.sql
--生成xml菜单
--示例数据
IF EXISTS(SELECT name FROM sysobjects WHERE name = 'Menu' AND type = 'U')
DROP TABLE Menu
Create table Menu(MenuID tinyint primary key identity,MenuName varchar(20),Comman