代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/359582/10134939
c menu.c
/*
filename: menu.c
purpose: display all the menus
author: wx
date: 2003-3-20
*/
#include "global.h"
#include
#include
void WelcMenuE (BOOL bErase)
{
SetCursor
www.eeworm.com/read/163970/10135876
h menu.h
/****************************************************************************************
* 文件名:MENU.H
* 功能:菜单显示及操作,头文件。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
******************************************
www.eeworm.com/read/163970/10135880
c menu.c
/****************************************************************************************
* 文件名:MENU.C
* 功能:菜单显示及操作(下拉式菜单)。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。
******
www.eeworm.com/read/163964/10136426
js menu.js
function showtb(tbnum){whichEl = eval("tbtype" + tbnum);if (whichEl.style.display == "none"){eval("tbtype" + tbnum + ".style.display=\"\";");}else{eval("tbtype" + tbnum + ".style.display=\"none\";");}
www.eeworm.com/read/359477/10143746
h menu.h
// menu.h
//
#ifndef __MENU_H
#define __MENU_H
#include "includes.h"
// Menu Item 菜单信息数据结构
typedef struct
{
uchar strChinese[10]; // 5个汉字
uchar Mode; // show mode
www.eeworm.com/read/359477/10143786
o menu.o
www.eeworm.com/read/359477/10143795
c menu.c
// menu.c
//
#include "includes.h"
// 菜单信息结构
MenuInfor MenuInforFile = {"文件",1,20,10,24,12,1,4};
MenuInfor MenuInforNew = {"新建",1,20,10,24,12,1,2};
MenuInfor MenuInforEmpy
www.eeworm.com/read/163769/10146325
js menu.js
/*
*☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*★ ★
*☆ eWebEditor - eWebSoft在线文本编辑器 ☆
*★
www.eeworm.com/read/163769/10146640
js menu.js
function showtb(tbnum){whichEl = eval("tbtype" + tbnum);if (whichEl.style.display == "none"){eval("tbtype" + tbnum + ".style.display=\"\";");}else{eval("tbtype" + tbnum + ".style.display=\"none\";");}