-
Notifications
You must be signed in to change notification settings - Fork 0
/
TW.h
42 lines (34 loc) · 989 Bytes
/
TW.h
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
#if !defined(AFX_TW_H__BAFB6F96_70D9_42A7_9D5E_D103B052A720__INCLUDED_)
#define AFX_TW_H__BAFB6F96_70D9_42A7_9D5E_D103B052A720__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h"
class CTWApp : public CWinApp
{
public:
CTWApp();
//{{AFX_VIRTUAL(CTWApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CTWApp)
afx_msg void OnProgrammBeenden();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnVerteilungsformTheta();
afx_msg void OnProgrammInfo();
afx_msg void OnVerteilungsformThetas();
afx_msg void OnVerteilungsformThetaq();
afx_msg void OnVerteilungsformThetaqv();
afx_msg void OnVerteilungsformThetarq();
afx_msg void OnDokumentationThetarq();
afx_msg void OnDokumentationThetaq();
//}}AFX_MSG
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif