代码搜索结果
找到约 10,000 项符合
Button 的代码
button.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
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.js
// perform a simple browser check
var ns = (document.layers)? true:false;
// prefixes for the images
var imgEndOn = "_on.gif";
var imgEndOff = "_off.gif";
var imgEndPush = "_push.gif";
var img
button.java
/* Button.java -- AWT button widget
Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute i
button.java
/* Button.java -- AWT button widget
Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute i
button.h
#ifndef _CTEXTBUTTON_H
#define _CTEXTBUTTON_H
class CTextButton
{
public:
VOID ClickFreeAllBtn(VOID);
INT GetButtonCount(VOID);
CMTxtBtn* GetButton(INT nIndex);
CTextButton();
button.cpp
// 弥措 滚瓢狼 荐
#include "stdafx.h"
#define MAX_TXT_BUTTON_COUNT 5
/////////////////////////////////////////////////////////////////////////
// CTextButton : 积己磊
/////////////////////////////////
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal