- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
SwingEdit.h
资源名称:1731.rar [点击查看]
上传用户:swkcbjrc
上传日期:2016-04-02
资源大小:45277k
文件大小:2k
源码类别:
游戏
开发平台:
Visual C++
- #if !defined(AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_)
- #define AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SwingEdit.h : header file
- //
- // SwingControl Classes class, version 1.0
- //
- // Copyright (c) 2000 Abhijit N Bhole (abhijit_bhole@hotmail.com.com)
- //
- // Feel free to modifiy and/or distribute this file, but
- // do not remove this header.
- //
- // I would appreciate a notification of any bugs discovered or
- // improvements that could be made.
- //
- // This file is provided "as is" with no expressed or implied warranty.
- //
- // History:
- // PMM 5/14/2000 Initial implementation.
- /////////////////////////////////////////////////////////////////////////////
- // CSwingEdit window
- class CSwingEdit : public CEdit
- {
- // Construction
- public:
- CSwingEdit();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSwingEdit)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CSwingEdit();
- // Generated message map functions
- protected:
- CBrush nActiveBrush, nInactiveBrush;
- CPen nDarkBorder, nWhiteBorder, nSelectedBorder;
- //{{AFX_MSG(CSwingEdit)
- afx_msg void OnNcPaint();
- afx_msg void OnHscroll();
- afx_msg void OnVscroll();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SWINGEDIT_H__4CBA701D_1CF6_4AFD_A1F4_8D399C303B0D__INCLUDED_)