-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFunktionWinDlg.h
More file actions
42 lines (30 loc) · 975 Bytes
/
FunktionWinDlg.h
File metadata and controls
42 lines (30 loc) · 975 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
41
42
//----------------------------------------------------------------------------------------------------| FunktionWinDlg.h von Dietmar Schrausser 2009
//
#if !defined(AFX_FUNKTIONWINDLG_H__C8777C67_35DB_48BF_993A_48E48CE75E4F__INCLUDED_)
#define AFX_FUNKTIONWINDLG_H__C8777C67_35DB_48BF_993A_48E48CE75E4F__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
class CFunktionWinDlg : public CDialog
{
public:
CFunktionWinDlg(CWnd* pParent = NULL);
//{{AFX_DATA(CFunktionWinDlg)
enum { IDD = IDD_FUNKTIONWIN_DIALOG };
//}}AFX_DATA
//{{AFX_VIRTUAL(CFunktionWinDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
HICON m_hIcon;
//{{AFX_MSG(CFunktionWinDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif