代码搜索结果
找到约 50,122 项符合
Button 的代码
button.c
/*
COW : Character Oriented Windows
(COW USER DIALOG)
button.c : button functions
*/
#define COW
#include
#include
#include
#include
#include
button.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CButtonDlg
LastTemplate=CButton
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "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.h
// Button.h : main header file for the BUTTON application
//
#if !defined(AFX_BUTTON_H__5E11C217_F9BB_4B25_B1F0_F191908EEEC1__INCLUDED_)
#define AFX_BUTTON_H__5E11C217_F9BB_4B25_B1F0_F191908EEEC1
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.cpp
// Button.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Button.h"
#include "ButtonDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
button.plg
Build Log
--------------------Configuration: Button - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
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.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