代码搜索结果
找到约 10,000 项符合
Display 的代码
bf537_display.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
bf537_display.log
# Generated by the VisualDSP++ IDDE (Mon Feb 26 16:35:20 2007)
# Project File: C:\Documents and Settings\jolivell\My Documents\_PNAV\_PNAV_Picture\_PNAV_Picture_for_EZ-Kit\BF537_EZKit_Display_Example
display_res_icon.rc
#include "windows.h"
#include "Display_Res_Icon.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&x
display_res_icon.cpp
#include
#include "Display_Res_Icon.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion()
display_res_icon.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM