代码搜索:xpbutton
找到约 892 项符合「xpbutton」的源代码
代码结果 892
www.eeworm.com/read/363012/9971636
h xpbutton.h
#if !defined(AFX_XPBUTTON_H__7C6468A7_65D2_4DD8_B7B3_1CD483294610__INCLUDED_)
#define AFX_XPBUTTON_H__7C6468A7_65D2_4DD8_B7B3_1CD483294610__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/163724/10148044
h xpbutton.h
#if !defined(AFX_XpButton_H__68C59E26_AC0B_40A1_8BE8_1571A1929891__INCLUDED_)
#define AFX_XpButton_H__68C59E26_AC0B_40A1_8BE8_1571A1929891__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/163724/10148089
cpp xpbutton.cpp
// XpButton.cpp : implementation file
//
#include "stdafx.h"
#include "XpButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/357090/10216244
h xpbutton.h
#if !defined(AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_)
#define AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/355518/10259704
cpp xpbutton.cpp
//====================================================================
//==============XP Style Button=============
//Author Ma811
//Date 2002-7-19
//Version 0.50
//E-mail ma811@yeah.net
//====
www.eeworm.com/read/355518/10259752
h xpbutton.h
#if !defined(AFX_XPBUTTON_H__7C6468A7_65D2_4DD8_B7B3_1CD483294610__INCLUDED_)
#define AFX_XPBUTTON_H__7C6468A7_65D2_4DD8_B7B3_1CD483294610__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/280836/10289761
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/280836/10289888
h xpbutton.h
#if !defined(AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_)
#define AFX_XPBUTTON_H__44CD5B2A_756E_4939_9261_E0034E0F2DEF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/280411/10331778
~pas xpbutton.~pas
unit XPButton;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TShade = record
C: array[0..15] of TColor;
end;
type
www.eeworm.com/read/280411/10331825
pas xpbutton.pas
unit XPButton;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TShade = record
C: array[0..15] of TColor;
end;
type