代码搜索结果
找到约 10,000 项符合
Button 的代码
button.css
input.sa
{border:1 solid black;FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal}
input.a1
{background:#ffffff;border-bottom-col
button.c
/****************************************************************************/
/* */
/* Copyright (C) 2006 SHENZ
button.h
/****************************************************************************/
/* */
/* Copyright (C) 2006 SHENZ
button.h
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes
button.cpp
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes o
button.h
//Values for button
#define BTN_STOP 5
#define BTN_PAUSE 4
#define BTN_PLAY 3
#define BTN_FF 2
#define BTN_PREV 1
#define BTN_NONE 0
//from main routine
void init_button(void);
//from ti
button.c
// Button.C
// handles button IO routine.
#include
#include "integer.h" //BYTE etc
#include "button.h" //function, ENUM prototype
//Current value, Prev Value for buttons
BY