#if !defined(AFX_UPLOADDES_H__63EF2D35_B307_44BA_9A11_8211136F83F9__INCLUDED_) #define AFX_UPLOADDES_H__63EF2D35_B307_44BA_9A11_8211136F83F9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // UploadDes.h : header file // ///////////////////////////////////////////////////////////////////////////// // UploadDes dialog class UploadDes : public CDialog { CString m_header; CString m_rule; CString m_currule; CString m_right; CString m_left; // Construction public: UploadDes(CWnd* pParent = NULL); // standard constructor int m_mode; // Dialog Data //{{AFX_DATA(UploadDes) enum { IDD = IDD_DLGUploadDes }; CListBox m_list1; CComboBox m_combodes; CComboBox m_combofrom; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(UploadDes) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(UploadDes) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnButton1(); afx_msg void OnButton2(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_UPLOADDES_H__63EF2D35_B307_44BA_9A11_8211136F83F9__INCLUDED_)