36 lines
700 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// newlang.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewLang dialog
class CNewLang : public CDialog
{
// Construction
public:
CNewLang(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewLang)
enum { IDD = IDD_NEWLANG };
UINT m_langid;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewLang)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewLang)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};