| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #if !defined(AFX_MANAGEDATEDLG_H__DB218625_F73F_4FF1_9594_0D5917F08155__INCLUDED_)
- #define AFX_MANAGEDATEDLG_H__DB218625_F73F_4FF1_9594_0D5917F08155__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ManageDateDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CManageDateDlg dialog
- class CManageDateDlg : public CDialog
- {
- // Construction
- public:
- CManageDateDlg(CWnd* pParent = NULL); // standard constructor
- int iType;
- int iCount;
- int iSum;
- CString sFlag;
- // Dialog Data
- //{{AFX_DATA(CManageDateDlg)
- enum { IDD = IDD_DIALOG_SetDate };
- CButton m_ButOk;
- CButton m_ButCancel;
- CStatic m_Static_Remark;
- CButton m_ButGroup;
- CString m_sRemark;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CManageDateDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CButton m_DayName[31]; //×î¶àÉú³É31¸ö°´Å¥
- // Generated message map functions
- //{{AFX_MSG(CManageDateDlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MANAGEDATEDLG_H__DB218625_F73F_4FF1_9594_0D5917F08155__INCLUDED_)
|