代码搜索结果
找到约 10,000 项符合
Button 的代码
button.cpp
#include "button.h"
#include
#include
#include
#include
#include
#include
#include
#include
button.c
/* -------------- button.c -------------- */
#include "dflat.h"
void PaintMsg(DFWINDOW wnd, DF_CTLWINDOW *ct, DFRECT *rc)
{
if (DfIsVisible(wnd))
{
if (DfTestAttribute(wnd, D
button.c
/* File: button.c -- Button type widgets
*
* Copyright (C) 1993 Johannes Ruscheinski
* Copyright (C) 1993 David Metcalfe
* Copyright (C) 1994 Alexandre Julliard
*
* This library is free so
button.h
/*
COW : Character Oriented Windows
button.h : button cow private interface
*/
DWORD FARPUBLIC ButtonWndProc(PWND, WORD, WORD, DWORD);
/* button control styles */
#define BS_AUTO
_button.h
/*
COW : Character Oriented Windows
_button.h : button specific stuff
*/
/* bits :
0..1 => bst (button state)
2 => fButtonDown
3 => first in group
*/
/* button states */
button.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
button.c : button functions
*/
#define COW
#include
#include
#include
#include
#include
button.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
button.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CButtonDlg
LastTemplate=CButton
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Button.
button.h
// Button.h : main header file for the BUTTON application
//
#if !defined(AFX_BUTTON_H__5E11C217_F9BB_4B25_B1F0_F191908EEEC1__INCLUDED_)
#define AFX_BUTTON_H__5E11C217_F9BB_4B25_B1F0_F191908EEEC1