clockset.h

来自「个人计算机定时自动执行软件,是 一个值得看看的程序。」· C头文件 代码 · 共 75 行

H
75
字号
#if !defined(AFX_CLOCKSET_H__D0BE62DF_64AF_433F_8AC1_7CF232815F65__INCLUDED_)
#define AFX_CLOCKSET_H__D0BE62DF_64AF_433F_8AC1_7CF232815F65__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClockSet.h : header file
//
#include "mission.h"

/////////////////////////////////////////////////////////////////////////////
// CClockSet dialog

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

// Dialog Data
	//{{AFX_DATA(CClockSet)
	enum { IDD = IDD_SET_DIALOG };
	CListCtrl	m_list;
	CString	m_strPath;
	BOOL	m_usingreport;
	int		m_standardbell;
	int		m_combo1;
	//}}AFX_DATA
public:
	BOOL m_flagInitOver;

	void EditList(MISSION mission,long cursel);
	void AddList(MISSION mission,long cursel);
	int m_judgesound;

	CImageList m_imagelist;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CClockSet)
	afx_msg void OnNewAdd();
	virtual BOOL OnInitDialog();
	afx_msg void OnBrowse();
	afx_msg void OnAudition();
	afx_msg void OnUsingReport();
	afx_msg void OnSoundBell();
	afx_msg void OnStandardBell();
	afx_msg void OnDefinedBell();
	virtual void OnOK();
	afx_msg void OnSetEdit();
	afx_msg void OnSetDel();
	afx_msg void OnItemchangedSetList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkSetList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CLOCKSET_H__D0BE62DF_64AF_433F_8AC1_7CF232815F65__INCLUDED_)

⌨️ 快捷键说明

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