00001 00002 00003 00004 #ifndef MNABSTRACT_H 00005 #define MNABSTRACT_H 00006 00007 #include "MNComponent.h" 00008 00012 #define SINGLE WS_EX_CLIENTEDGE 00013 00017 #define MULTI 0 00018 00105 class MNAbstractEdit : public MNComponent 00106 { 00107 public: 00111 MNAbstractEdit( MNComponent *parent, int type, int x, int y, int w, int h, 00112 int style = 0, LPSTR def_text = NULL); 00113 }; 00114 00115 #endif
1.2.18