summaryrefslogtreecommitdiffabout
path: root/Trayer.h
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commit9938ea772d372ba955b7bc1f1c48a062c3a36f8a (patch) (unidiff)
treea98185df944e3a763f9557aa74bc2837b343f048 /Trayer.h
downloadpumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.zip
pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.gz
pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'Trayer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--Trayer.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/Trayer.h b/Trayer.h
new file mode 100644
index 0000000..061a53a
--- a/dev/null
+++ b/Trayer.h
@@ -0,0 +1,48 @@
1// Trayer.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CTrayer window
6
7class CPumpKINDlg;
8class CTrayer : public CWnd
9{
10// Construction
11public:
12 int m_inMenu;
13 CPumpKINDlg* m_Daddy;
14 CTrayer(CPumpKINDlg* daddy);
15 CTrayer();
16
17// Attributes
18public:
19
20// Operations
21public:
22
23// Overrides
24 // ClassWizard generated virtual function overrides
25 //{{AFX_VIRTUAL(CTrayer)
26 //}}AFX_VIRTUAL
27
28// Implementation
29public:
30 virtual ~CTrayer();
31
32 // Generated message map functions
33protected:
34 //{{AFX_MSG(CTrayer)
35 afx_msg LRESULT OnTray(WPARAM,LPARAM);
36 afx_msg void OnTrayAboutpumpkin();
37 afx_msg void OnTrayExit();
38 afx_msg void OnTrayFetchfile();
39 afx_msg void OnTrayHelp();
40 afx_msg void OnTrayOpenfilesfolder();
41 afx_msg void OnTrayOptions();
42 afx_msg void OnTraySendfile();
43 afx_msg void OnTrayShowpumpkinwindow();
44 //}}AFX_MSG
45 DECLARE_MESSAGE_MAP()
46};
47
48/////////////////////////////////////////////////////////////////////////////