1 // Dialogs.h : header file
3 #if !defined(AFX_DIALOGS_H__14A2C924_FB41_4BB7_92E4_DBA7CAF1FA06__INCLUDED_)
4 #define AFX_DIALOGS_H__14A2C924_FB41_4BB7_92E4_DBA7CAF1FA06__INCLUDED_
8 #endif // _MSC_VER > 1000
10 /////////////////////////////////////////////////////////////////////////////
11 // CNewTextureDlg dialog
13 class CNewTextureDlg
: public CDialog
17 CNewTextureDlg(CWnd
* pParent
= NULL
); // standard constructor
20 //{{AFX_DATA(CNewTextureDlg)
21 enum { IDD
= IDD_NEWTEXTURE
};
34 // ClassWizard generated virtual function overrides
35 //{{AFX_VIRTUAL(CNewTextureDlg)
37 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
43 // Generated message map functions
44 //{{AFX_MSG(CNewTextureDlg)
45 virtual BOOL
OnInitDialog();
46 afx_msg
void OnChangeTextureType();
47 afx_msg
void OnChangeFormat();
54 /////////////////////////////////////////////////////////////////////////////
57 class CCubeMapDlg
: public CDialog
61 CCubeMapDlg(CWnd
* pParent
= NULL
); // standard constructor
64 //{{AFX_DATA(CCubeMapDlg)
65 enum { IDD
= IDD_CUBEMAP
};
70 // ClassWizard generated virtual function overrides
71 //{{AFX_VIRTUAL(CCubeMapDlg)
73 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
79 // Generated message map functions
80 //{{AFX_MSG(CCubeMapDlg)
81 // NOTE: the ClassWizard will add member functions here
87 /////////////////////////////////////////////////////////////////////////////
88 // CVolumeMapDlg dialog
90 class CVolumeMapDlg
: public CDialog
94 CVolumeMapDlg(CWnd
* pParent
= NULL
); // standard constructor
97 //{{AFX_DATA(CVolumeMapDlg)
98 enum { IDD
= IDD_VOLUMEMAP
};
104 // ClassWizard generated virtual function overrides
105 //{{AFX_VIRTUAL(CVolumeMapDlg)
107 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
113 // Generated message map functions
114 //{{AFX_MSG(CVolumeMapDlg)
115 // NOTE: the ClassWizard will add member functions here
117 DECLARE_MESSAGE_MAP()
121 /////////////////////////////////////////////////////////////////////////////
122 // CChangeFmtDlg dialog
124 class CChangeFmtDlg
: public CDialog
128 CChangeFmtDlg(CWnd
* pParent
= NULL
); // standard constructor
131 //{{AFX_DATA(CChangeFmtDlg)
132 enum { IDD
= IDD_CHANGEFORMAT
};
134 CString m_strFmtDesc
;
141 // ClassWizard generated virtual function overrides
142 //{{AFX_VIRTUAL(CChangeFmtDlg)
144 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
150 // Generated message map functions
151 //{{AFX_MSG(CChangeFmtDlg)
152 virtual BOOL
OnInitDialog();
153 afx_msg
void OnChangeFmt();
155 DECLARE_MESSAGE_MAP()
157 void UpdateFmtDesc();
160 /////////////////////////////////////////////////////////////////////////////
161 // CResizeDialog dialog
163 class CResizeDialog
: public CDialog
167 CResizeDialog(CWnd
* pParent
= NULL
); // standard constructor
170 //{{AFX_DATA(CResizeDialog)
171 enum { IDD
= IDD_RESIZE
};
180 // ClassWizard generated virtual function overrides
181 //{{AFX_VIRTUAL(CResizeDialog)
183 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
189 // Generated message map functions
190 //{{AFX_MSG(CResizeDialog)
192 DECLARE_MESSAGE_MAP()
195 /////////////////////////////////////////////////////////////////////////////
196 // CSpecularPowerDialog dialog
198 class CSpecularPowerDialog
: public CDialog
202 CSpecularPowerDialog(CWnd
* pParent
= NULL
); // standard constructor
205 //{{AFX_DATA(CResizeDialog)
206 enum { IDD
= IDD_SPECULARPOWER
};
207 CString m_specularPower
;
212 // ClassWizard generated virtual function overrides
213 //{{AFX_VIRTUAL(CResizeDialog)
215 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
221 // Generated message map functions
222 //{{AFX_MSG(CResizeDialog)
224 DECLARE_MESSAGE_MAP()
227 //{{AFX_INSERT_LOCATION}}
228 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
230 #endif // !defined(AFX_DIALOGS_H__14A2C924_FB41_4BB7_92E4_DBA7CAF1FA06__INCLUDED_)