summaryrefslogtreecommitdiffabout
path: root/Trayer.h
blob: 061a53a42418372cd66a75530071facf9ff63931 (plain)
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
46
47
48
// Trayer.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTrayer window

class CPumpKINDlg;
class CTrayer : public CWnd
{
// Construction
public:
	int m_inMenu;
	CPumpKINDlg* m_Daddy;
	CTrayer(CPumpKINDlg* daddy);
	CTrayer();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTrayer)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CTrayer();

	// Generated message map functions
protected:
	//{{AFX_MSG(CTrayer)
	afx_msg LRESULT OnTray(WPARAM,LPARAM);
	afx_msg void OnTrayAboutpumpkin();
	afx_msg void OnTrayExit();
	afx_msg void OnTrayFetchfile();
	afx_msg void OnTrayHelp();
	afx_msg void OnTrayOpenfilesfolder();
	afx_msg void OnTrayOptions();
	afx_msg void OnTraySendfile();
	afx_msg void OnTrayShowpumpkinwindow();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////