DEMO1Dlg.h
1
// DEMO1Dlg.h : 头文件
2
//
3
4
#pragma once
5
#include "afxwin.h"
6
#include "afxinet.h"
7
#include "MyEdit.h"
8
9
10
// CDEMO1Dlg 对话框
11
class CDEMO1Dlg : public CDialog
12
2
3
4
5
6
7
8
9
10
11
12
DEMO1Dlg.cpp:
1
// DEMO1Dlg.cpp : 实现文件
2
//
3
4
#include "stdafx.h"
5
#include "DEMO1.h"
6
#include "DEMO1Dlg.h"
7
8
#ifdef _DEBUG
9
#define new DEBUG_NEW
10
#endif
11
12
13
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
14
15
class CAboutDlg : public CDialog
16
}
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(如需DEMO完整代码,向我索取.EMail:apexchu#hotmail.com)