代码搜索:Button1
找到约 5,824 项符合「Button1」的源代码
代码结果 5,824
www.eeworm.com/read/201544/15402072
txt 怎样用delphi制作一个iphunter (2001年5月12日).txt
怎样用delphi制作一个IPhunter (2001年5月12日)
本站更新 分类:Internet 作者:未知 推荐: 阅读次数:302
(http://www.codesky.net)
--------------------------------------------------------------------------------
有人
www.eeworm.com/read/112603/15482101
java checkbuttondemo.java
// CheckButtonDemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
public class CheckButtonDemo extends JFrame
{
public CheckButton
www.eeworm.com/read/112603/15482113
java radiobuttondemo.java
// RadioButtonDemo.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class RadioButtonDemo extends JFrame
{
public RadioButtonDemo()
{
//获取内容窗格容
www.eeworm.com/read/111736/15504467
java j02323.java
/********************************************************************************/
/*这是一个Application 的Java程序继承JFram框架*************************************/
/*程序作用:模拟校园卡系统 的各种操作**********************
www.eeworm.com/read/107778/15601944
~dfm dllform.~dfm
object Form1: TForm1
Left = 329
Top = 211
ActiveControl = Button1
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 320
ClientWidth = 479
Color = clBtnFace
DefaultMoni
www.eeworm.com/read/107778/15601958
dfm dllform.dfm
object Form1: TForm1
Left = 329
Top = 211
ActiveControl = Button1
BorderStyle = bsDialog
Caption = 'Form1'
ClientHeight = 320
ClientWidth = 479
Color = clBtnFace
DefaultMoni
www.eeworm.com/read/104315/15699077
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,ShellApi,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button2
www.eeworm.com/read/100582/15871445
h mok.h
#if !defined(MOK_H)
#define MOK_H
#include"\sunshine\include\mbutton.h"
#include"\sunshine\include\define.h"
class MOk : public MButton //for some dialog
{
public:
MOk(int x,int y,int w,i
www.eeworm.com/read/286388/8766536
java panels.java
import java.applet.Applet;
import java.awt.*;
/*
*/
class buttonpanel extends Panel
{
Button button1, button2
www.eeworm.com/read/179788/9337568
~xfm unit2.~xfm
inherited Form2: TForm2
Left = 244
Top = 135
ActiveControl = Button1
Caption = 'Form2'
PixelsPerInch = 97
TextHeight = 15
TextWidth = 7
end