代码搜索:Menu
找到约 10,000 项符合「Menu」的源代码
代码结果 10,000
www.eeworm.com/read/424762/10415197
rc menu.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/424762/10415204
cpp menu.cpp
// Menu.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Menu.h"
#include "MainFrm.h"
#include "MenuDoc.h"
#include "MenuView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/424762/10415220
aps menu.aps
www.eeworm.com/read/279497/10433241
vsd menu.vsd
www.eeworm.com/read/161144/10445568
asp menu.asp
管理页面
body { background:#799AE1; margin:0px; font:9pt 宋体; }
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a
www.eeworm.com/read/424409/10453983
h menu.h
#ifndef MENU_H_
#define MENU_H_
#include
#include
using namespace std;
//定义主菜单选择函数
int menu_select()
{
int selection;
SYSTEMTIME sys;
GetLocalTime( &sys ); //获取当
www.eeworm.com/read/424347/10459893
htm menu.htm
BODY {
FONT-SIZE: 9pt; COLOR: efefef; FONT-FAMILY: "宋体"}
A {
COLOR: #ffffff; FONT-F
www.eeworm.com/read/353235/10460256
h menu.h
#ifndef __MENU_h__
#define __MENU_h__
typedef struct MENU_S
{
int ucCount;//本级菜单的项数
int *pIcon;//图标指针,各个菜单对应的图标
int IDPoint;//指向当前的子功能项.
int (*BeginFunc)();//前置函数,显示本菜单前调用本函数进行一些
www.eeworm.com/read/353235/10460289