代码搜索结果
找到约 50,122 项符合
Button 的代码
button.rc2
//
// BUTTON.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
button.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CButtonDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "button.
button.plg
Build Log
--------------------Configuration: button - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
button.dsp
# Microsoft Developer Studio Project File - Name="button" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
button.h
#ifndef BUTTON_H
#define BUTTON_H
class Qpushbutton;
class button:public QPushButton
#endif // BUTTON_H
button.c
/*
** $Id: button.c,v 1.16 2007-10-25 08:25:16 weiym Exp $
**
** Listing 20.1
**
** button.c: Sample program for MiniGUI Programming Guide
** Usage of BUTTON control.
**
** Copyright (C) 2004 ~ 2
button.aspx
public void Button_Click(Object sender,EventArgs e)
{
string argName = ((Button)sender).CommandName;
string argArg = ((Button)s
button.c
/*
** $Id: button.c,v 1.8 2003/11/23 13:09:22 weiym Exp $
**
** Listing 7.1
**
** button.c: Sample program for MiniGUI Programming Guide
** Usage of BUTTON control.
**
** Copyright (C) 2003 Feynm
button.h
//--------------------------------------------------
// Desc: BUTTON
// Date: 2006.11.16 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
//---------------------------------
button.cpp
//--------------------------------------------------
// Desc: BUTTON
// Author: artsylee/2006.11.16
//--------------------------------------------------
#include "../stdafx.h"
#include "Button.