代码搜索结果

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

button.h

/* ********************************************************************************************************* * uC/GUI * Universal

button.aspx

Sub btnCounter_Click( s As Object, e As EventArgs ) btnCounter.Text += 1 End Sub Button.aspx

button.aspx

void btnCounter_Click( object s, EventArgs e ) { int currentValue = Int32.Parse(btnCounter.Text); int incrementValue = ++currentValue; b

button.tcl

# button.tcl -- # # This demonstration script creates a toplevel window containing # several button widgets. # # RCS: @(#) $Id: button.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $ if {![info exists wi

button.c

/* ** $Id: button.c,v 1.58 2004/06/26 07:49:31 weiym Exp $ ** ** button.c: the Button Control module. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. ** *

button.h

/* ** $Id: button.h,v 1.7 2003/09/04 03:40:35 weiym Exp $ ** ** button.h: the head file of Button Control module. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yong

button.h

/* ********************************************************************************************************* * uC/GUI * Universal

button.c

/* ********************************************************************************************************* * uC/GUI * Universal

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.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