fregdlg.h

来自「自动从数据库上移动数据,,,采用ORACAL数据库.」· C头文件 代码 · 共 59 行

H
59
字号
#if !defined(AFX_FREGDLG_H__EFE7EEBB_B5F2_480B_A07E_D9E42F3EB517__INCLUDED_)
#define AFX_FREGDLG_H__EFE7EEBB_B5F2_480B_A07E_D9E42F3EB517__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFregDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CFregDlg)
	enum { IDD = IDD_DLGFREG };
	CDateTimeCtrl	m_endtime;
	CDateTimeCtrl	m_strattime;
	CString	m_TaskContent;
	int		m_day;
	int		m_hour;
	int		m_minute;
	int		m_starthour;
	int		m_endhour;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFregDlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	DATE m_startTimet;
	DATE m_endTimet;
	BOOL overflag;
};

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

#endif // !defined(AFX_FREGDLG_H__EFE7EEBB_B5F2_480B_A07E_D9E42F3EB517__INCLUDED_)

⌨️ 快捷键说明

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