This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
#ifndef AFX_DIALDELETETASKOPTION_H__E138DD09_A581_493B_B56E_E5875F3E4B59__INCLUDED_
#define AFX_DIALDELETETASKOPTION_H__E138DD09_A581_493B_B56E_E5875F3E4B59__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DailLogin.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialDeleteTaskOption dialog
class CDialDeleteTaskOption : public CDialog
{
// Construction
public:
CDialDeleteTaskOption(CWnd* pParent = NULL); // standard constructor
virtual BOOL OnInitDialog();
// Dialog Data
//{{AFX_DATA(CDialDeleteTaskOption)
enum { IDD = IDD_DIALOG_DELETE_TASK_OPTION };
BOOL m_DeleteCloud;
BOOL m_DeleteLocal;
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDialDeleteTaskOption)
afx_msg void OnOptionCancel();
afx_msg void OnOptionOk();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DAILLOGIN_H__E138DD09_A581_493B_B56E_E5875F3E4B59__INCLUDED_)