[go: up one dir, main page]

Menu

[r369]: / trunk / VTS3 / ScriptExecMsg.h  Maximize  Restore  History

Download this file

34 lines (24 with data), 774 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#if !defined(AFX_SCRIPTEXECMSG_H__9221BBDD_15A7_400A_84B6_FA0B3269318D__INCLUDED_)
#define AFX_SCRIPTEXECMSG_H__9221BBDD_15A7_400A_84B6_FA0B3269318D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ScriptExecMsg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ScriptExecMsg window
class ScriptExecMsg : public CObject
{
public:
enum ScriptMsgType
{
msgStatus,
msgMakeDlg
};
ScriptMsgType m_msgtype;
ScriptExecMsg( ScriptMsgType msgtype );
virtual ~ScriptExecMsg();
ScriptMsgType GetType(void);
};
/////////////////////////////////////////////////////////////////////////////
#endif // !defined(AFX_SCRIPTEXECMSG_H__9221BBDD_15A7_400A_84B6_FA0B3269318D__INCLUDED_)