代码搜索结果
找到约 10,000 项符合
Button 的代码
button.h
// Button.h: interface for the buttons and edit class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __ATLBTN_H__
#define __ATLBTN_H__
#if _MSC_VER > 1000
button.cpp
// 1993 (c) ALL RIGHTS RESERVED
// AUTHOR BY XuYongYong
/* button.cpp
*/
#include "button.h"
#include "yyxsys1.h"
/*************************************************************************
button.h
#ifndef __BUTTON_H
#define __BUTTON_H
#include "yyxsys.h"
#include "yyxctrl.h"
#define PUSHED 1
#define UNPUSHED 0
typedef class button_class Tbutton;
class button_class: public Tcontro