代码搜索:Add
找到约 10,000 项符合「Add」的源代码
代码结果 10,000
www.eeworm.com/read/206909/15285949
frm add_user.frm
VERSION 5.00
Begin VB.Form add_user
BackColor = &H80000013&
Caption = "添加用户"
ClientHeight = 3255
ClientLeft = 60
ClientTop = 465
ClientW
www.eeworm.com/read/206867/15287040
rc add_new.rc
#include "windows.h"
#include "Add_New.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/206867/15287041
h add_new.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
www.eeworm.com/read/206867/15287042
mak add_new.mak
# Nmake macros for building Windows 32-Bit apps
all: Add_New.exe
# Update the resource if necessary
Add_New.res: Add_New.rc Add_New.h
rc -r -fo Add_New.res Add_New.rc
# Update the obj
www.eeworm.com/read/206867/15287043
cpp add_new.cpp
#include
#include "Add_New.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x80000
www.eeworm.com/read/206867/15287055
rc add_del.rc
#include "windows.h"
#include "DelMenu.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit",
www.eeworm.com/read/206867/15287056
cpp add_del.cpp
#include
#include "DelMenu.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x80000