代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/324447/3502777
tcl label.tcl
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# RCS: @(#) $Id: label.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if {![info exists widge
www.eeworm.com/read/324136/3505545
n label.n
'\"
'\" Copyright (c) 1990-1994 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist
www.eeworm.com/read/324136/3505732
tcl label.tcl
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# SCCS: @(#) label.tcl 1.7 97/03/02 16:25:27
if {![info exists widgetDemo]} {
error "T
www.eeworm.com/read/323961/3506769
js label.js
/*
* Isomorphic SmartClient
* Version 6.5 (2008-04-30)
* Copyright(c) 1998-2007 Isomorphic Software, Inc. All rights reserved.
* "SmartClient" is a trademark of Isomorphic Software, Inc.
*
www.eeworm.com/read/323581/3514310
tcl label.tcl
# label.tcl --
#
# This demonstration script creates a toplevel window containing
# several label widgets.
#
# RCS: @(#) $Id: label.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if {![info exists widge
www.eeworm.com/read/323581/3514805
java label.java
// Copyright (c) 1997 Per M.A. Bothner.
// This is free software; for terms and warranty disclaimer see ./COPYING.
package gnu.bytecode;
import java.io.*;
/**
* A Label represents a location in a
www.eeworm.com/read/319650/3553402
java label.java
/* ------------------------------------------------------------------------- *
Copyright 2004-2005 Nokia Corporation All rights reserved.
Nokia Mobile Phones
Restricted
www.eeworm.com/read/315160/3623723
java label.java
package jlabel;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import javax.swing.*;
import com.borland.jbcl.layout.*;
import javax.swing.border.*;
public class label extends Appl
www.eeworm.com/read/312185/3675436
java label.java
package jboost.examples;
/** Holds the label of an example */
public class Label extends MultiDiscreteAttribute {
/** constructor
@param value label's value
*/
public Label(int v
www.eeworm.com/read/311450/3680423
java label.java
package inline.ui.ce;
import inline.ui.*;
import java.util.*;
import javax.microedition.lcdui.*;
public class Label extends CanvasElement
{
protected String caption;
pub