guy ecd44500ea Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Migliorati controlli sulla chiusura del progrqamma
Aggiunti facciotti e pallotoliere


git-svn-id: svn://10.65.10.50/trunk@7687 c028cbd2-c16b-5b4b-a496-9718f37d4682
1999-01-22 15:25:14 +00:00

56 lines
1.3 KiB
C++
Executable File

#ifndef __CONNDLG_H
#define __CONNDLG_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ConnDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// TConnectionsDlg dialog
class TConnectionsDlg : public CDialog
{
// Construction
public:
TConnectionsDlg(CWnd* pParent = NULL); // standard constructor
void UpdateStatus();
// Dialog Data
//{{AFX_DATA(TConnectionsDlg)
enum { IDD = IDD_STATUS };
CTreeCtrl m_tree;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TConnectionsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(TConnectionsDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnUpdateNow();
afx_msg void OnKeydownUsers(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CImageList m_Images;
UINT m_nTimerId;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONNDLG_H__F6F3B1E2_90D7_11D2_B123_00A0C91DD6F1__INCLUDED_)