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

📄 searchdlg.h

📁 VC环境下电力系统故障录波数据管理系统
💻 H
字号:
#if !defined(AFX_SEARCHDLG_H__15135655_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_)
#define AFX_SEARCHDLG_H__15135655_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSearchDlg dialog

class CSearchDlg : public CDialog
{
// Construction
public:		
	void InitRecord();
	int m_year21;
	int m_year1;
	int m_month1;
	int m_month21;
	int m_day1;
	int m_day21;
	int m_hour1;
	int m_hour21;
	void convert();
	int type[6];
	CSearchDlg(CWnd* pParent = NULL);   // standard constructor UINT

// Dialog Data
	//{{AFX_DATA(CSearchDlg)
	enum { IDD = IDD_DIALOG1 };
	CComboBox	m_ctlyear2;
	CComboBox	m_ctlmonth;
	CComboBox	m_ctlmonth2;
	CComboBox	m_ctlhour2;
	CComboBox	m_ctlhour;
	CComboBox	m_ctlday2;
	CComboBox	m_ctlday;
	CComboBox	m_ctlyear;
	CButton	m_ctlcheck5;
	CButton	m_ctlcheck4;
	CButton	m_ctlcheck3;
	CButton	m_ctlcheck2;
	CButton	m_ctlcheck1;
	CButton	m_ctlcheck9;
	CButton	m_ctlcheck8;
	CButton	m_ctlcheck7;
	CButton	m_ctlcheck6;
	CButton	m_ctlcheck10;
	CComboBox	m_combox1;
	CComboBox	m_combox2;
	CComboBox	m_combox3;
	BOOL	m_check1;
	BOOL	m_check2;
	BOOL	m_check3;
	BOOL	m_check4;
	BOOL	m_check5;
	CString	m_Recordid2;
	CString	m_Linename2;
	CString	m_Cityname2;
	BOOL	m_check10;
	BOOL	m_check6;
	BOOL	m_check7;
	BOOL	m_check8;
	BOOL	m_check9;
	CString	m_year;
	CString	m_month2;
	CString	m_day;
	CString	m_day2;
	CString	m_hour;
	CString	m_hour2;
	CString	m_month;
	CString	m_year2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSearchDlg)
	afx_msg void OnCheck1();
	afx_msg void OnCheck2();
	afx_msg void OnCheck3();
	afx_msg void OnCheck4();
	afx_msg void OnCheck5();
	afx_msg void OnCheck10();
	afx_msg void OnCheck6();
	afx_msg void OnCheck7();
	afx_msg void OnCheck8();
	afx_msg void OnCheck9();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SEARCHDLG_H__15135655_2D2E_11D2_91B7_B1357DAA023E__INCLUDED_)

⌨️ 快捷键说明

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