代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/436745/1845041
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Label.h"
#include "resource.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/436745/1845056
h label.h
#if !defined(AFX_LABEL_H__A7A539F4_E152_4E2A_B349_8241E65F494F__INCLUDED_)
#define AFX_LABEL_H__A7A539F4_E152_4E2A_B349_8241E65F494F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/436707/1845455
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/436707/1845460
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/436707/1845472
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/436707/1845476
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/434173/1874485
h label.h
#if !defined(AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_)
#define AFX_LABEL_H__A4EABEC5_2E8C_11D1_B79F_00805F9ECE10__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_V
www.eeworm.com/read/434173/1874503
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////////