代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/363888/9933148
cpp menu.cpp
//: C03:Menu.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Simple menu program demonstrating
www.eeworm.com/read/168196/9934857
asp menu.asp
宝贝儿--后台管理页面
BODY {
FONT-SIZE: 12px;
COLOR: #666666;
FONT-FAMILY:宋体;
SCROLLBAR-FACE-COLOR: #e8e7e7;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SC
www.eeworm.com/read/363593/9943818
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/363593/9943846
o menu.o
www.eeworm.com/read/363593/9943851
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/167964/9943933
css menu.css
.skin0 {
BACKGROUND-COLOR: menu; BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; BORDER-RIGHT: black 2px solid; BORDER-TOP: black 2px solid; CURSOR: default; FONT-FAMILY: Verdana; LINE
www.eeworm.com/read/167888/9948354
c menu.c
/* example-start menu menu.c */
#include
static gint button_press (GtkWidget *, GdkEvent *);
static void menuitem_response (gchar *);
int main( int argc,
char *argv[] )
{
www.eeworm.com/read/167575/9960007
h menu.h
//头文件
#include
#include
#include
#include
#include
//宏定义
//宏定义菜单信息
#define FILE 1
#define NEWBUILD 2
#define EDIT 3
#define BIOPT 4
#define
www.eeworm.com/read/363116/9966884
gif menu.gif
www.eeworm.com/read/167396/9970560
asp menu.asp
var mmenus = new Array();
var misShow = new Boolean();
misShow=false;
var misdown = new Boolean();
misdown=false;
var musestatus=false;
var mpopTimer = 0;
mmenucolor='#5279B8';m