OpenDlg.h
上传用户:onward9999
上传日期:2022-06-27
资源大小:989k
文件大小:1k
源码类别:

其他游戏

开发平台:

Visual C++

  1. #if !defined(AFX_OPENDLG_H__DCEB7D21_B144_11D4_9A6C_AD5D64042E55__INCLUDED_)
  2. #define AFX_OPENDLG_H__DCEB7D21_B144_11D4_9A6C_AD5D64042E55__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OpenDlg.h : header file
  7. //
  8. #include "CoolButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // COpenDlg dialog
  11. class COpenDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. COpenDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(COpenDlg)
  18. enum { IDD = IDD_OPEN };
  19. CCoolButton m_btOK;
  20. CCoolButton m_btCancel;
  21. CListBox m_btList;
  22. CCoolButton m_btDir;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(COpenDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIconDir;
  33. // Generated message map functions
  34. //{{AFX_MSG(COpenDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnBtDir();
  37. afx_msg void OnPaint();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_OPENDLG_H__DCEB7D21_B144_11D4_9A6C_AD5D64042E55__INCLUDED_)