代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/101208/15841495
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/101093/15852654
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/101093/15852670
cpp label.cpp
// Label.cpp : implementation file
//
#include "stdafx.h"
#include "Resource.h"
#include "Label.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/100623/15868569
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/100623/15868580
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
////////////
www.eeworm.com/read/100265/15879368
h label.h
// A label is just a window displaying a text
class Label : public Window
{
public:
Label(Window *_parent, const char *_text, int _width, int _height, int _x, int _y)
: Window(_parent, _
www.eeworm.com/read/292260/8364092
gif label2.gif
www.eeworm.com/read/292260/8364395