// TextDlg.h : CDialog-derived class declaration file
// generated by AppWizard and modified with the help of ClassWizard
// color sketching with a text display modal dialog box
//
// Italicized statements were generated by ClassWizard.
//
#if !defined(AFX_TEXTDLG_H__B6F7EAF7_1FDD_11D2_9F8E_0004AC247DDE__INCLUDED_)
#define AFX_TEXTDLG_H__B6F7EAF7_1FDD_11D2_9F8E_0004AC247DDE__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// TextDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTextDlg dialog
class CTextDlg : public CDialog
{
// Construction
public:
CTextDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTextDlg)
enum { IDD = IDD_TEXT };
CString m_text;
UINT m_x;
UINT m_y;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTextDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTextDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TEXTDLG_H__B6F7EAF7_1FDD_11D2_9F8E_0004AC247DDE__INCLUDED_)