代码搜索结果

找到约 10,000 项符合 Button 的代码

button.js

/* DynAPI Distribution Button Class The DynAPI Distribution is distributed under the terms of the GNU LGPL license. Requirements: dynapi.api [dynlayer, dyndocument, browser, events] dy

button.c

#include "windows.h" #include "windowsx.h" #include "wintools.h" /* * WINCTL Custom Control Library * Push button Custom Control * This control implements a custom pushbutton control. * * 4/8/98

button.java

package com.javapatterns.bridge.peer; public class Button extends Component { public String getLabel() { return label; } public void setLabel(String label) { this.label = label; }

button.asp

vti_encoding:SR|utf8-nl vti_cachedlinkinfo:VX| vti_timecreated:TR|13 Jul 2000 17:17:44 +0800 vti_cacheddtm:TX|13 Jul 2000 17:19:26 +0800 vti_timelastmodified:TR|13 Jul 2000 17:17:44 +0800 vti_cac

button.java

package java.awt; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.FocusEvent; import java.awt.event.KeyEvent; import java.awt.event.MouseEvent; import k

button.java

package java.awt; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import kaffe.util.Ptr; /** * class Button - * * Copyright (c) 1999 *

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