• 大小: 198KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: C/C++
  • 标签: mfc  

资源简介

此程序目的主要演示父子窗体的调用,另外演示按钮事件驱动向文本框里面填写文本 ,此程序主要参考http://blog.csdn.net/kingsollyu/article/details/8312910

资源截图

代码片段和文件信息

// MySubDialog.cpp : 实现文件
//

#include “stdafx.h“
#include “testlog4xx.h“
#include “MySubDialog.h“
#include “afxdialogex.h“


// CMySubDialog 对话框

IMPLEMENT_DYNAMIC(CMySubDialog CDialog)

CMySubDialog::CMySubDialog(CWnd* pParent /*=NULL*/)
: CDialog(CMySubDialog::IDD pParent)
{

}

CMySubDialog::~CMySubDialog()
{
}

void CMySubDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}


BEGIN_MESSAGE_MAP(CMySubDialog CDialog)
END_MESSAGE_MAP()


// CMySubDialog 消息处理程序

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     157696  2014-12-13 21:20  testlog4xx\Debug\testlog4xx.exe

     文件        543  2014-12-11 23:35  testlog4xx\testlog4xx\MySubDialog.cpp

     文件        392  2014-12-12 00:11  testlog4xx\testlog4xx\MySubDialog.h

     文件       3070  2014-12-11 22:08  testlog4xx\testlog4xx\ReadMe.txt

    .......     67777  2009-08-31 02:31  testlog4xx\testlog4xx\res\testlog4xx.ico

     文件        676  2014-12-11 22:08  testlog4xx\testlog4xx\res\testlog4xx.rc2

     文件       1548  2014-12-11 23:35  testlog4xx\testlog4xx\resource.h

     文件        143  2014-12-11 22:08  testlog4xx\testlog4xx\stdafx.cpp

     文件       1632  2014-12-11 22:08  testlog4xx\testlog4xx\stdafx.h

     文件        234  2014-12-11 22:08  testlog4xx\testlog4xx\targetver.h

     文件     106672  2014-12-13 21:25  testlog4xx\testlog4xx\testlog4xx.aps

     文件       2045  2014-12-11 22:08  testlog4xx\testlog4xx\testlog4xx.cpp

     文件        512  2014-12-11 23:30  testlog4xx\testlog4xx\testlog4xx.h

     文件      11338  2014-12-13 21:25  testlog4xx\testlog4xx\testlog4xx.rc

     文件       6096  2014-12-13 21:19  testlog4xx\testlog4xx\testlog4xx.vcxproj

     文件       2197  2014-12-11 23:35  testlog4xx\testlog4xx\testlog4xx.vcxproj.filters

     文件        143  2014-12-11 22:08  testlog4xx\testlog4xx\testlog4xx.vcxproj.user

     文件       3923  2014-12-13 21:22  testlog4xx\testlog4xx\testlog4xxDlg.cpp

     文件        755  2014-12-13 21:12  testlog4xx\testlog4xx\testlog4xxDlg.h

     文件        897  2014-12-11 22:08  testlog4xx\testlog4xx.sln

     文件        203  2014-12-13 21:43  testlog4xx\使用规则.txt

     目录          0  2014-12-11 22:08  testlog4xx\testlog4xx\res

     目录          0  2014-12-13 21:26  testlog4xx\Debug

     目录          0  2014-12-13 21:26  testlog4xx\testlog4xx

     目录          0  2014-12-13 21:28  testlog4xx

----------- ---------  ---------- -----  ----

               368492                    25


评论

共有 条评论