• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-限制窗体的大小(入门级实例267).zip

资源截图

代码片段和文件信息

// RestrictRect.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RestrictRect.h“
#include “RestrictRectDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CRestrictRectApp

BEGIN_MESSAGE_MAP(CRestrictRectApp CWinApp)
//{{AFX_MSG_MAP(CRestrictRectApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CRestrictRectApp construction

CRestrictRectApp::CRestrictRectApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         690  2007-08-21 15:43  RestrictRect\resource.h
     文件        1066  2010-10-26 18:52  RestrictRect\RestrictRect.clw
     文件        2147  2007-08-21 15:43  RestrictRect\RestrictRect.cpp
     文件        4268  2010-06-22 10:36  RestrictRect\RestrictRect.dsp
     文件         547  2007-08-21 15:43  RestrictRect\RestrictRect.dsw
     文件        1390  2007-08-21 15:43  RestrictRect\RestrictRect.h
     文件        5170  2007-08-21 15:43  RestrictRect\RestrictRect.rc
     文件        4745  2010-06-22 10:36  RestrictRect\RestrictRectDlg.cpp
     文件        1459  2007-08-21 15:43  RestrictRect\RestrictRectDlg.h
     文件         214  2007-08-21 15:43  RestrictRect\StdAfx.cpp
     文件        1054  2007-08-21 15:43  RestrictRect\StdAfx.h
     文件        1078  2007-08-21 15:43  RestrictRect\res\RestrictRect.ico
     文件         404  2007-08-21 15:43  RestrictRect\res\RestrictRect.rc2

评论

共有 条评论