⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ilsclientwnd.h

📁 VIS H.323 Library V2.1 Release
💻 H
字号:
/*
  VIS H.323 Video Conference System
      --Sample for VIS H.323 DLL Library 2.1 Release

  For more information,visit our homepage 
  
    [http://www.115studio.com]

  or mail to us for tech support and bug report

    [support@115studio.com]

  2000-2004 115Studio
  
  2004-04-05
*/
#if !defined(AFX_ILSCLIENTWND_H__AE175830_3C62_4FC2_A492_320A0A6CBD66__INCLUDED_)
#define AFX_ILSCLIENTWND_H__AE175830_3C62_4FC2_A492_320A0A6CBD66__INCLUDED_

#include "ILSUserInfoDlg.h"	// Added by ClassView
#include "MyEndpoint.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ILSClientWnd.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CILSClientWnd dialog

class CILSClientWnd : public CDialog
{
// Construction
public:

	CILSClientWnd(CWnd* pParent = NULL);   // standard constructor
	virtual ~CILSClientWnd();
	
	void InsertItem(USER_INFO *pUI);

	CMyILSClient *m_ILSClient;
	CILSUserInfoDlg m_UserInfoDlg;
// Dialog Data
	//{{AFX_DATA(CILSClientWnd)
	enum { IDD = IDD_ILS_CLIENT_WND };
	CButton	m_btnRefresh;
	CListCtrl	m_UserList;
	CButton	m_btnUpdate;
	CComboBox	m_comboServerList;
	CButton	m_btnRegister;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CILSClientWnd)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CILSClientWnd)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnClose();
	virtual BOOL OnInitDialog();
	afx_msg void OnRegister();
	afx_msg void OnRefresh();
	afx_msg void OnDestroy();
	afx_msg void OnUpdate();
	afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
	afx_msg void OnDblclkUserList(NMHDR* pNMHDR, LRESULT* pResult);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ILSCLIENTWND_H__AE175830_3C62_4FC2_A492_320A0A6CBD66__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -