代码搜索结果
找到约 10,000 项符合
H 的代码
target.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
config.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
#ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
#define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
#endif
myadoxclass.h
#pragma once
#import "C:\Program Files\Common Files\System\ado\msadox.dll" raw_interfaces_only no_namespace rename("EOF", "ADOEOF")
// CMyAdoxClass 命令目标
class CMyAdoxClass
{
public:
_Ca
myadoclass.h
#pragma once
#import "C:\Program Files\Common Files\System\ado\msado15.dll" raw_interfaces_only no_namespace rename("EOF", "ADOEOF")
// CMyAdoClass 命令目标
class CMyAdoClass
{
public:
CMyAdoCl
stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 项目特定的包含文件
#pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 标头中排除不常使用的资料
#endif
// 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
// 有关
mdlg.h
#pragma once
#include "resource1.h"
#include "MKJ.h"
#include "mdh.h"
#include "Yougui.h"
#include "errout.h"
// CMDLG 对话框
class CMDLG : public CDialog
{
// DECLARE_DYNAMIC(CMDLG)
pu
seterr.h
#pragma once
#include "resource1.h"
// CSeterr 对话框
class CSeterr : public CDialog
{
DECLARE_DYNAMIC(CSeterr)
public:
CSeterr(CWnd* pParent = NULL); // 标准构造函数
virtual ~CSeterr();
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FZK.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_
mdh.h
#pragma once
class CMDH
{
CBitmap *m_bitmap;
int now; // 控件状态
int sty; // 控件类型
int m_dn; // 控件动画帧数
int m_n; // 动画当前帧
int nty; // 控件代码
public:
CMDH(void);
CMDH(CBitmap *bitm