// TBNotifierDlg.h : header file
//

#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 // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CTBNotifierDlg dialog

class CTBNotifierDlg : public CDialog
{
// Construction
public:
    CTBNotifierDlg(CWnd* pParent = NULL);    // standard constructor

// Dialog Data
    //{{AFX_DATA(CTBNotifierDlg)
    enum { IDD = IDD_TBNOTIFIER_DIALOG };
    CEdit    m_wndEdit;
    //}}AFX_DATA

    // ClassWizard generated virtual function overrides
    //{{AFX_VIRTUAL(CTBNotifierDlg)
    protected:
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
    //}}AFX_VIRTUAL

// Implementation
protected:
    CTaskbarNotifier m_wndTaskbarNotifier1;
    CTaskbarNotifier m_wndTaskbarNotifier2;
    CTaskbarNotifier m_wndTaskbarNotifier3;
    CTaskbarNotifier m_wndTaskbarNotifier4;

    HICON m_hIcon;

    // Generated message map functions
    //{{AFX_MSG(CTBNotifierDlg)
    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();
    //}}AFX_MSG
    DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TBNOTIFIERDLG_H__BFDD8E25_164F_4E6A_BF92_D82C33925565__INCLUDED_)