#if !defined(AFX_TBNOTIFIERDLG_H__BFDD8E25_164F_4E6A_BF92_D82C33925565__INCLUDED_)
#define AFX_TBNOTIFIERDLG_H__BFDD8E25_164F_4E6A_BF92_D82C33925565__INCLUDED_
#include "TaskbarNotifier.h"
#if _MSC_VER > 1000
#pragma once
#endif
class CTBNotifierDlg : public CDialog
{
public:
CTBNotifierDlg(CWnd* pParent = NULL);
enum { IDD = IDD_TBNOTIFIER_DIALOG };
CEdit m_wndEdit;
protected:
virtual void DoDataExchange(CDataExchange* pDX);
protected:
CTaskbarNotifier m_wndTaskbarNotifier1;
CTaskbarNotifier m_wndTaskbarNotifier2;
CTaskbarNotifier m_wndTaskbarNotifier3;
CTaskbarNotifier m_wndTaskbarNotifier4;
HICON m_hIcon;
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
DECLARE_MESSAGE_MAP()
};
#endif