代码搜索:Label

找到约 10,000 项符合「Label」的源代码

代码结果 10,000
www.eeworm.com/read/350504/3124921

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/350504/3124933

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/350504/3124937

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/268027/4258000

cs label.cs

// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk) // // This file is part of SharpMap. // SharpMap is free software; you can redistribute it and/or modify // it under the terms of the GNU Les
www.eeworm.com/read/267735/4260535

h label.h

/** * 此文件从CLabel修改得来 * * thinkry@263.net 2003-08-15 **/ #if !defined(AFX_XLABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_) #define AFX_XLABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9EC
www.eeworm.com/read/267735/4260537

cpp label.cpp

/** * 此文件从CLabel修改得来 * * thinkry@263.net 2003-08-15 **/ #include "stdafx.h" #include "Label.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
www.eeworm.com/read/265946/4279619

h label.h

/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Rosegarden A MIDI and audio sequencer and musical notation editor. This program is Copyright 2000-2007
www.eeworm.com/read/265946/4279637

cpp label.cpp

#include "Label.h" #include "Label.moc"
www.eeworm.com/read/264880/4286766

h label.h

/*@A (C) 1992 Allen I. Holub */ /* This file contains definitions for the various label prefixes. All labels * take the form: , the
www.eeworm.com/read/261929/4319023

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