• 大小: 5.37MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-08-16
  • 语言: C/C++
  • 标签: VS  MFC  C++万年历  

资源简介

c++ 学生答辩用小程序

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++ your modifications will be overwritten.


#include “stdafx.h“
#include “calendar.h“

// Dispatch interfaces referenced by this interface
#include “Font.h“

/////////////////////////////////////////////////////////////////////////////
// CCalendar

IMPLEMENT_DYNCREATE(CCalendar CWnd)

/////////////////////////////////////////////////////////////////////////////
// CCalendar properties

/////////////////////////////////////////////////////////////////////////////
// CCalendar operations

unsigned long CCalendar::GetBackColor()
{
unsigned long result;
InvokeHelper(DISPID_BACKCOLOR DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

void CCalendar::SetBackColor(unsigned long newValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(DISPID_BACKCOLOR DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 newValue);
}

short CCalendar::GetDay()
{
short result;
InvokeHelper(0x11 DISPATCH_PROPERTYGET VT_I2 (void*)&result NULL);
return result;
}

void CCalendar::SetDay(short nNewValue)
{
static BYTE parms[] =
VTS_I2;
InvokeHelper(0x11 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 nNewValue);
}

COleFont CCalendar::GetDayFont()
{
LPDISPATCH pDispatch;
InvokeHelper(0x1 DISPATCH_PROPERTYGET VT_DISPATCH (void*)&pDispatch NULL);
return COleFont(pDispatch);
}

void CCalendar::SetDayFont(LPDISPATCH newValue)
{
static BYTE parms[] =
VTS_DISPATCH;
InvokeHelper(0x1 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 newValue);
}

unsigned long CCalendar::GetDayFontColor()
{
unsigned long result;
InvokeHelper(0x2 DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

void CCalendar::SetDayFontColor(unsigned long newValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x2 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 newValue);
}

short CCalendar::GetDayLength()
{
short result;
InvokeHelper(0x12 DISPATCH_PROPERTYGET VT_I2 (void*)&result NULL);
return result;
}

void CCalendar::SetDayLength(short nNewValue)
{
static BYTE parms[] =
VTS_I2;
InvokeHelper(0x12 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 nNewValue);
}

short CCalendar::GetFirstDay()
{
short result;
InvokeHelper(0x13 DISPATCH_PROPERTYGET VT_I2 (void*)&result NULL);
return result;
}

void CCalendar::SetFirstDay(short nNewValue)
{
static BYTE parms[] =
VTS_I2;
InvokeHelper(0x13 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 nNewValue);
}

long CCalendar::GetGridCellEffect()
{
long result;
InvokeHelper(0x14 DISPATCH_PROPERTYGET VT_I4 (void*)&result NULL);
return result;
}

void CCalendar::SetGridCellEffect(long nNewValue)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x14 DISPATCH_PROPERTYPUT VT_EM

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-06-16 17:21  P034H Record\
     目录           0  2016-06-16 17:20  P034H Record\.vs\
     目录           0  2016-06-16 17:20  P034H Record\.vs\calendar\
     目录           0  2016-06-16 17:20  P034H Record\.vs\calendar\v14\
     文件       22016  2016-06-16 17:21  P034H Record\.vs\calendar\v14\.suo
     目录           0  2016-06-16 17:03  P034H Record\Backup\
     文件        9124  2016-06-16 17:01  P034H Record\calendar.cpp
     文件        3425  2016-06-16 17:01  P034H Record\calendar.dsp
     文件         524  2016-06-16 17:01  P034H Record\calendar.dsw
     文件        3457  2016-06-16 17:01  P034H Record\calendar.h
     文件       50176  2016-06-16 17:01  P034H Record\calendar.ncb
     文件       53760  2016-06-16 17:01  P034H Record\calendar.opt
     文件        1086  2016-06-16 17:01  P034H Record\calendar.plg
     文件         943  2016-06-16 17:04  P034H Record\calendar.sln
     文件     3407872  2016-06-16 17:21  P034H Record\calendar.VC.db
     文件        6280  2016-06-16 17:04  P034H Record\calendar.vcxproj
     文件        2346  2016-06-16 17:01  P034H Record\ChangeRecord.cpp
     文件        1289  2016-06-16 17:01  P034H Record\ChangeRecord.h
     目录           0  2016-06-16 17:03  P034H Record\Debug\
     文件       59867  2016-06-16 17:01  P034H Record\Debug\calendar.obj
     文件           0  2016-06-16 17:01  P034H Record\Debug\calendar.sbr
     文件       20078  2016-06-16 17:01  P034H Record\Debug\ChangeRecord.obj
     文件           0  2016-06-16 17:01  P034H Record\Debug\ChangeRecord.sbr
     文件       13029  2016-06-16 17:01  P034H Record\Debug\font.obj
     文件           0  2016-06-16 17:01  P034H Record\Debug\font.sbr
     文件       11474  2016-06-16 17:01  P034H Record\Debug\MypublicData.obj
     文件           0  2016-06-16 17:01  P034H Record\Debug\MypublicData.sbr
     文件       11497  2016-06-16 17:01  P034H Record\Debug\New.obj
     文件       15539  2016-06-16 17:01  P034H Record\Debug\NewD.obj
     文件           0  2016-06-16 17:01  P034H Record\Debug\NewD.sbr
     文件     5415936  2016-06-16 17:01  P034H Record\Debug\Record.bsc
............此处省略45个文件信息

评论

共有 条评论