代码搜索:ACT
找到约 7,251 项符合「ACT」的源代码
代码结果 7,251
www.eeworm.com/read/408099/11405091
cpp act_time.cpp
// ACT_Time.cpp : CACT_TimeApp 和 DLL 注册的实现。
#include "stdafx.h"
#include "ACT_Time.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
CACT_TimeApp theApp;
const GUID CDECL BASED_CODE _tlid
www.eeworm.com/read/408099/11405093
def act_time.def
; ACT_Time.def : 定义模块参数。
LIBRARY "ACT_Time.OCX"
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
www.eeworm.com/read/408099/11405094
h act_time.h
#pragma once
// ACT_Time.h : ACT_Time.DLL 的主头文件
#if !defined( __AFXCTL_H__ )
#error "在包括此文件之前包括“afxctl.h”"
#endif
#include "resource.h" // 主符号
// CACT_TimeApp : 有关实现的信息,请参阅 ACT_T
www.eeworm.com/read/408099/11405095
h act_timeproppage.h
#pragma once
// ACT_TimePropPage.h : CACT_TimePropPage 属性页类的声明。
// CACT_TimePropPage : 有关实现的信息,请参阅 ACT_TimePropPage.cpp。
class CACT_TimePropPage : public COlePropertyPage
{
DECLARE_DYNCR
www.eeworm.com/read/408099/11405097
rc act_time.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/408099/11405098
cpp act_timectrl.cpp
// ACT_TimeCtrl.cpp : CACT_TimeCtrl ActiveX 控件类的实现。
#include "stdafx.h"
#include "ACT_Time.h"
#include "ACT_TimeCtrl.h"
#include "ACT_TimePropPage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/408099/11405100
h act_timeidl.h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0500 */
/* at Sun Feb 01 11:05:01 2009
*/
/* Compiler settings
www.eeworm.com/read/408099/11405101
cpp act_timeproppage.cpp
// ACT_TimePropPage.cpp : CACT_TimePropPage 属性页类的实现。
#include "stdafx.h"
#include "ACT_Time.h"
#include "ACT_TimePropPage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
IMPLEMENT_DYNCREA
www.eeworm.com/read/408099/11405102
ico act_time.ico
www.eeworm.com/read/408099/11405104