www.pudn.com > NoteBookVC++.rar > AUTOSAVE.h
#if !defined(AFX_AUTOSAVE_H__8B975194_D648_4558_BFC8_94D25EE4A7E1__INCLUDED_)
#define AFX_AUTOSAVE_H__8B975194_D648_4558_BFC8_94D25EE4A7E1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AUTOSAVE.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// AUTOSAVE dialog
class AUTOSAVE : public CDialog
{
// Construction
public:
CButton button1,button2;
CSliderCtrl Slider1;
CSliderCtrl Slider2;
CEdit SecondEdit;
CEdit MinuteEdit;
int DelaySecond;
int DelayMinute;
BOOL AutoSave;
AUTOSAVE(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(AUTOSAVE)
enum { IDD = IDD_DIALOG5 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(AUTOSAVE)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(AUTOSAVE)
virtual BOOL OnInitDialog();
afx_msg void OnCheck();
afx_msg void OnCustomdrawSlider1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCustomdrawSlider2(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_AUTOSAVE_H__8B975194_D648_4558_BFC8_94D25EE4A7E1__INCLUDED_)