Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / logic / logic_editor_dll / NumEdit.h
blob24c32b3256dd00d51a210b2c3ce9b90f1351f623
1 #if !defined(AFX_NUMEDIT_H__3EA072E7_D976_48D5_B9F9_D9553E38E3E5__INCLUDED_)
2 #define AFX_NUMEDIT_H__3EA072E7_D976_48D5_B9F9_D9553E38E3E5__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // NumEdit.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // CNumEdit window
13 class CNumEdit : public CEdit
15 // Construction
16 public:
17 CNumEdit();
19 BOOL checkValidity();
20 // Attributes
22 // Operations
23 public:
25 // Overrides
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CNumEdit)
28 //}}AFX_VIRTUAL
30 // Implementation
31 public:
32 virtual ~CNumEdit();
34 // Generated message map functions
35 protected:
36 //{{AFX_MSG(CNumEdit)
37 afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
38 //}}AFX_MSG
40 LRESULT OnPaste(WPARAM wParam = 0, LPARAM lParam = 0);
42 DECLARE_MESSAGE_MAP()
45 /////////////////////////////////////////////////////////////////////////////
47 //{{AFX_INSERT_LOCATION}}
48 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
50 #endif // !defined(AFX_NUMEDIT_H__3EA072E7_D976_48D5_B9F9_D9553E38E3E5__INCLUDED_)