You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
272 B
C
21 lines
272 B
C
|
1 month ago
|
//
|
||
|
|
// @ Project : Well
|
||
|
|
// @ File Name : WellTitle.h
|
||
|
|
// @ Date : 2010/7/30
|
||
|
|
// @ Author :
|
||
|
|
//
|
||
|
|
//
|
||
|
|
|
||
|
|
|
||
|
|
#if !defined(_WELLTITLE_H)
|
||
|
|
#define _WELLTITLE_H
|
||
|
|
|
||
|
|
#include "ViewStyle.h"
|
||
|
|
|
||
|
|
class CWellTitle {
|
||
|
|
public:
|
||
|
|
ViewStyle m_vsTitleFont;
|
||
|
|
String m_strText;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif //_WELLTITLE_H
|