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

📄 menul_showdelflowerdlg.h

📁 VC++和ACCESS使用ADO连接
💻 H
字号:
#if !defined(AFX_MENUL_SHOWDELFLOWERDLG_H__77B59F94_726E_4E20_9D83_E4F4D48D38A2__INCLUDED_)
#define AFX_MENUL_SHOWDELFLOWERDLG_H__77B59F94_726E_4E20_9D83_E4F4D48D38A2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// MenuL_ShowDelFlowerDlg dialog

class MenuL_ShowDelFlowerDlg : public CDialog, public CADOView
{
// Construction
public:
	MenuL_ShowDelFlowerDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(MenuL_ShowDelFlowerDlg)
	enum { IDD = IDD_MENUL_DELFLOWER };
	CEditableListCtrl	m_MenuL_D_List;
	CButton	m_CBtn_CheckTimeLimit;
	//}}AFX_DATA


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

// Implementation
protected:
	CString m_strProCondition;
	CString m_strTimeCondition;
	CString m_IDCard;

	BOOL DeleteAllRows();
	BOOL SetRow(int row, CString *strArray, int nCount);

	void IDStateControl(BOOL bState);
	BOOL MakeQueryCondition(BOOL bTimeCondition);
	void QueryWithoutTime(void);
	void QueryWithTimeLimit(void);
	BOOL IsTimeCorrect(CString strBeg, CString strEnd);
	void MakeShowStyle(void);

	// Generated message map functions
	//{{AFX_MSG(MenuL_ShowDelFlowerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnMenulDBtnQuery();
	afx_msg void OnMenulDCheckbox();
	afx_msg void OnMenulDBtnMoreinfo();
	afx_msg void OnClickMenulDList(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MENUL_SHOWDELFLOWERDLG_H__77B59F94_726E_4E20_9D83_E4F4D48D38A2__INCLUDED_)

⌨️ 快捷键说明

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