-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGRP2info.hpp
45 lines (30 loc) · 1.07 KB
/
GRP2info.hpp
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
41
42
43
44
45
//------------------------------------------------------------------------| GRP2info.hpp //
// | GRP2, Graphik Dialog 2 (deutsch) //
// | von Dietmar Schrausser, (C) SCHRAUSSER 2011 //
//
#if !defined(AFX_GRP2INFO_H__DB368CF9_3DF8_41E9_BE1B_C52E67D98C35__INCLUDED_)
#define AFX_GRP2INFO_H__DB368CF9_3DF8_41E9_BE1B_C52E67D98C35__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class GRP2info : public CDialog
{
public:
GRP2info(CWnd* pParent = NULL);
CString GRP2info::CompileStamp(BOOL Lngw);
//{{AFX_DATA(GRP2info)
enum { IDD = IDD_GRP2_Info };
CString m_compile;
//}}AFX_DATA
//{{AFX_VIRTUAL(GRP2info)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(GRP2info)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif