代码搜索结果

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

button.dfm

object MainForm: TMainForm Left = 296 Top = 155 Width = 478 Height = 380 Caption = 'MainForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font

button.pas

unit Button; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, StdCtrls; type TMainForm = class(TForm) BtDisplay: TButt

button.h

/* ********************************************************************************************************* * uC/GUI * Univers

button.c

/* ********************************************************************************************************* * uC/GUI * Univers

button.c

#include #include #include String app_resources[] = { "*Command.Label: Click left mouse button", NULL, }; XrmOptionDescRec options[] = {

button.hxx

// Button.hxx // #ifndef Button__hxx #define Button__hxx #include #include "Component.hxx" typedef void (*button_callback)(void); class Button : public Component { public: Butto

button.cpp

// Button.cpp // #include #include #include #include "Button.hxx" static void callback(Widget w, caddr_t data1, caddr_t data2) { Button * b

button.h

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

button.c

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

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