代码搜索结果
找到约 10,000 项符合
Button 的代码
button.def
; Button.def : Declares the module parameters.
LIBRARY "BUTTON.OCX"
EXPORTS
DllCanUnloadNow @1 PRIVATE
DllGetClassObject @2 PRIVATE
DllRegisterServer @3 PRIVATE
DllUnregiste
button.plg
Build Log
--------------------Configuration: Button - Win32 Debug--------------------
Command Lines
Creating command line "midl.exe /nologo /D
button.h
// Fig. 9.33: button.h
// Definition for class Button.
#ifndef BUTTON_H
#define BUTTON_H
class Elevator; // forward declaration
class Button {
public:
Button( Elevator
button.cpp
// Fig. 9.34: button.cpp
// Member function definitions for class Button.
#include
using std::cout;
using std::endl;
#include "button.h" // Button class definition
// construct
button.h
/***************************************************************************
button.h - description
-------------------
begin