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.
|
|
|
|
#pragma once
|
|
|
|
|
#include "createrworkcmd.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD><CABE>Ϣ
|
|
|
|
|
class CCreaterMsg :public CCreaterWorkCmd
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
CCreaterMsg(const CString &str);
|
|
|
|
|
~CCreaterMsg(void);
|
|
|
|
|
virtual void Creat();
|
|
|
|
|
private:
|
|
|
|
|
};
|
|
|
|
|
|