📄 talkrecordqueryalldlg.cpp
字号:
// talkrecordqueryallDlg.cpp : implementation file
//
#include "stdafx.h"
#include "fee.h"
#include "talkrecordqueryallDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CtalkrecordqueryallDlg dialog
CtalkrecordqueryallDlg::CtalkrecordqueryallDlg(CWnd* pParent /*=NULL*/)
: CDialog(CtalkrecordqueryallDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CtalkrecordqueryallDlg)
m_strendday = _T("");
m_strendmonth = _T("");
m_strendyear = _T("");
m_strstartday = _T("");
m_strstartmonth = _T("");
m_strstartyear = _T("");
//}}AFX_DATA_INIT
}
void CtalkrecordqueryallDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CtalkrecordqueryallDlg)
DDX_CBString(pDX, IDC_COMBO_ENDDAY, m_strendday);
DDX_CBString(pDX, IDC_COMBO_ENDMONTH, m_strendmonth);
DDX_CBString(pDX, IDC_COMBO_ENDYEAR, m_strendyear);
DDX_CBString(pDX, IDC_COMBO_STARTDAY, m_strstartday);
DDX_CBString(pDX, IDC_COMBO_STARTMONTH, m_strstartmonth);
DDX_CBString(pDX, IDC_COMBO_STARTYEAR, m_strstartyear);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CtalkrecordqueryallDlg, CDialog)
//{{AFX_MSG_MAP(CtalkrecordqueryallDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CtalkrecordqueryallDlg message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -