12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #if !defined(AFX_DELHC_H__9E6C3B02_09C6_40DE_9F35_A3CFA366E852__INCLUDED_)
- #define AFX_DELHC_H__9E6C3B02_09C6_40DE_9F35_A3CFA366E852__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DelHC.h : header file
- //
- #include "MultiLineListBox.h"
- /////////////////////////////////////////////////////////////////////////////
- // DelHC dialog
- class DelHC : public CDialog
- {
- // Construction
- public:
- void LoadItem();
- DelHC(CWnd* pParent = NULL); // standard constructor
- CString GetCreateTime2(CString path);
- // Dialog Data
- //{{AFX_DATA(DelHC)
- enum { IDD = IDD_DLGDelHC };
- CSpinButtonCtrl m_spin1;
- CMultiLineListBox m_List1;
- UINT m_dtdays;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DelHC)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DelHC)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnButton1();
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DELHC_H__9E6C3B02_09C6_40DE_9F35_A3CFA366E852__INCLUDED_)
|