ChooseTexture.h
资源名称:aa.rar [点击查看]
上传用户:kuqidezhu
上传日期:2022-07-18
资源大小:4151k
文件大小:1k
源码类别:
3D图形编程
开发平台:
Visual C++
- #if !defined(AFX_CHOOSETEXTURE_H__9141E9DB_BF6B_4198_BBFD_7568C3B105F4__INCLUDED_)
- #define AFX_CHOOSETEXTURE_H__9141E9DB_BF6B_4198_BBFD_7568C3B105F4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ChooseTexture.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CChooseTexture dialog
- class CChooseTexture : public CDialog
- {
- // Construction
- public:
- CChooseTexture(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChooseTexture)
- enum { IDD = IDD_TEXTURE };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChooseTexture)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CChooseTexture)
- virtual void OnOK();
- virtual void OnCancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHOOSETEXTURE_H__9141E9DB_BF6B_4198_BBFD_7568C3B105F4__INCLUDED_)