1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #if !defined(AFX_SHOWEARLYWARNING_H__0CB22CA3_5377_43C5_B736_2B003C744115__INCLUDED_)
- #define AFX_SHOWEARLYWARNING_H__0CB22CA3_5377_43C5_B736_2B003C744115__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShowEarlyWarning.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ShowEarlyWarning dialog
- class ShowEarlyWarning : public CDialog
- {
- int m_nCheckPos;
- int m_dtdays;
- // Construction
- public:
- int m_nRet;
- int m_mode;
- ShowEarlyWarning(CWnd* pParent = NULL); // standard constructor
- CString m_no;
- CString m_name;
- CString m_cot1;
- CString m_cot2;
- CString m_cot3;
- CString m_date1; CString m_date2;
- // Dialog Data
- //{{AFX_DATA(ShowEarlyWarning)
- enum { IDD = IDD_DLGShowEarlyWarning };
- CSortListCtrl3 m_List1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ShowEarlyWarning)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ShowEarlyWarning)
- virtual BOOL OnInitDialog();
- afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWEARLYWARNING_H__0CB22CA3_5377_43C5_B736_2B003C744115__INCLUDED_)
|