-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinMTRLicense.h
More file actions
40 lines (29 loc) · 813 Bytes
/
Copy pathWinMTRLicense.h
File metadata and controls
40 lines (29 loc) · 813 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
34
35
36
37
38
39
40
//*****************************************************************************
// FILE: WinMTRLicense.h
//
//
// DESCRIPTION:
//
//
// NOTES:
//
//
//*****************************************************************************
#ifndef WINMTRLICENSE_H_
#define WINMTRLICENSE_H_
//*****************************************************************************
// CLASS: WinMTRLicense
//
//
//*****************************************************************************
class WinMTRLicense : public CDialog
{
public:
WinMTRLicense(CWnd* pParent = NULL);
enum { IDD = IDD_DIALOG_LICENSE };
protected:
virtual void DoDataExchange(CDataExchange* pDX);
virtual BOOL OnInitDialog();
DECLARE_MESSAGE_MAP()
};
#endif // ifndef WINMTRLICENSE_H_