代码搜索结果
找到约 10,000 项符合
Button 的代码
button.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
button.h
/*
*********************************************************************************************************
* uC/GUI
* Univers
button.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
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.java
package com.cownew.uidesigner.components.button;
import java.util.ArrayList;
import java.util.List;
import com.cownew.ctk.common.StringUtils;
import com.cownew.uidesigner.common.CodeGenUtils;
button.h
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
button.cpp
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt