123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_FILEMANAGE3_H__F75CE0A1_ABCD_465B_A222_91304CCF90C3__INCLUDED_)
- #define AFX_FILEMANAGE3_H__F75CE0A1_ABCD_465B_A222_91304CCF90C3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // FileManage3.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // FileManage3 dialog
- class FileManage3 : public CDialog
- {
- BOOL m_bfirst;
- // Construction
- public:
- FileManage3(CWnd* pParent = NULL); // standard constructor
- CString level;
- BOOL m_bModify;
- // Dialog Data
- //{{AFX_DATA(FileManage3)
- enum { IDD = IDD_DLGFileManage3 };
- CComboBox m_combolevel;
- CString m_path;
- CString m_bz;
- CString m_curposition;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(FileManage3)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(FileManage3)
- virtual BOOL OnInitDialog();
- afx_msg void OnButton7();
- afx_msg void OnBUTclose();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FILEMANAGE3_H__F75CE0A1_ABCD_465B_A222_91304CCF90C3__INCLUDED_)
|