⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 statics.h

📁 IP电话计费管理系统本地版
💻 H
字号:
#if !defined(AFX_STATICS_H__AA542682_803C_4F88_BB2E_295441B9E6DF__INCLUDED_)
#define AFX_STATICS_H__AA542682_803C_4F88_BB2E_295441B9E6DF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Statics.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CStatics dialog

class CStatics : public CDialog
{
// Construction
public:
	int nFlagRadio;
	BOOL bMonSearch;//判断是否是按月查询
	BOOL bDaySearch;//判断是否是按日查询
	int nFlag;//查询的条件的标志
	CStatics(CWnd* pParent = NULL);   // standard constructor
	CString m_strSDay1,m_strSDay2;
	CString m_strSMon1,m_strSMon2;
// Dialog Data
	//{{AFX_DATA(CStatics)
	enum { IDD = IDD_DIALOG_STATICS };
	CEdit	m_eStrMon2;
	CEdit	m_eStrMon1;
	CEdit	m_eStrDay2;
	CEdit	m_eStrDay1;
	CString	m_strDay1;
	CString	m_strDay2;
	CString	m_strShowCount;
	CString	m_strShowTLen;
	CString	m_strMon1;
	CString	m_strMon2;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CStatics)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStatics)
	virtual BOOL OnInitDialog();
	afx_msg void OnStatics();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STATICS_H__AA542682_803C_4F88_BB2E_295441B9E6DF__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -