#if !defined(AFX_DLG_CALENDAR_ADD_H__30B707FC_F02A_42B7_9CD3_E6E8C542C263__INCLUDED_)
#define AFX_DLG_CALENDAR_ADD_H__30B707FC_F02A_42B7_9CD3_E6E8C542C263__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Calendar_Add.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// DLG_Calendar_Add dialog
class CFCAddress;
class DLG_Calendar_Add : public CDialog
{
public:
	CRect m_RectD;
	CRect m_RectT;
	CRect m_RectMon;
	CRect m_RectDay;
	ANS_Calendar_Data2 m_Data;
	BOOL  m_bAllowSetMobile;
	CFCAddress * m_pFCAddress;
	CString m_strMobile2;
// Construction
public:
	void SetParam( CString strMobile , ANS_Calendar_Data2 data ,BOOL bAllowSetMobile);
	DLG_Calendar_Add(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DLG_Calendar_Add)
	enum { IDD = IDD_CALENDAR_ADD };
	CEdit	m_B_Mobile;
	CButton	m_B_SetMobile;
	CButton	m_B_Sub;
	CComboBox	m_L_Day;
	CComboBox	m_L_Mon;
	COleDateTime	m_tDate;
	BOOL	m_bM0;
	BOOL	m_bM1;
	BOOL	m_bM2;
	BOOL	m_bM3;
	BOOL	m_bM4;
	BOOL	m_bM5;
	BOOL	m_bM6;
	CString	m_strMobile;
	CString	m_strMsg;
	int		m_lType;
	BOOL	m_bEnable;
	COleDateTime	m_tTime;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(DLG_Calendar_Add)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeCalendarAddType();
	virtual void OnOK();
	afx_msg void OnSelchangeCalendarAddMon();
	afx_msg void OnCalendarAddSub();
	afx_msg void OnCalendarAddSetmobile();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLG_CALENDAR_ADD_H__30B707FC_F02A_42B7_9CD3_E6E8C542C263__INCLUDED_)