代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/128813/5979083
c label.c
#include
#include
int main(int argc, char **argv) {
Widget top_level, label;
XmString motif_string;
Arg arg[1];
top_level = XtInitialize(argv[0], "test", NUL
www.eeworm.com/read/128813/5979088
c label.c
// label.c
#include
#include
#include
#include
String app_resources[] = { "*Label.Label: Testing Athena Label Widget", NULL };
int m
www.eeworm.com/read/128813/5979100
hxx label.hxx
// Label.hxx
//
#ifndef Label__hxx
#define Label__hxx
#include "Component.hxx"
class Label : public Component {
public:
Label(char * label = "test label", int width=100, int height=20);
void s
www.eeworm.com/read/128813/5979104
cpp label.cpp
// Label.cpp
//
#include
#include
#include
#include "Label.hxx"
Label::Label(char *label, int width, int height) {
my_label = label;
my_wid
www.eeworm.com/read/125896/6020380
java label.java
/*********************************************************************
*
* Copyright (C) 2001 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/125819/6021223
cc label.cc
/*
* Simulator of microcontrollers (label.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is pa
www.eeworm.com/read/124142/6054768
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/118793/6096105
xpm label.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"22 22 39 1",
" c #020206063535",
". c #020207073b3b",
"X c #050509093b3b",
"o c #131317173e3e",
"O c #202023233a3a",
"+
www.eeworm.com/read/118793/6096188
xpm label.xpm
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"32 32 67 1",
" c #000008081010",
". c #101010101818",
"X c #000000003131",
"o c #000000003939",
"O c #000008083131",
"+
www.eeworm.com/read/118547/6097809
asp label.asp
// ************************************************************************
// Microsoft Script Library
// Visual InterDev 6.0 Label Object for ASP
//