www.pudn.com > bk.1.rar > Video_ClientDlg.h


// Video_ClientDlg.h : header file 
// 
//{{AFX_INCLUDES() 
#include "hplayer.h" 
//}}AFX_INCLUDES 
 
#if !defined(AFX_VIDEO_CLIENTDLG_H__4129EC79_9C40_4ADF_8B6C_E51175932C4B__INCLUDED_) 
#define AFX_VIDEO_CLIENTDLG_H__4129EC79_9C40_4ADF_8B6C_E51175932C4B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CVideo_ClientDlg dialog 
 
class CVideo_ClientDlg : public CDialog 
{ 
// Construction 
public: 
	void ReadPicList(); 
	void PlayNext(); 
	void ReadProgramList(); 
	void StartThread(); 
	 
	void InitEMCard(); 
	 
	CVideo_ClientDlg(CWnd* pParent = NULL);	// standard constructor 
    HWND hWndDlg; 
	CRect m_rectScreen; 
	CRect m_rectFullScreen; 
	RECT  m_rcLogic ; 
	RECT  m_rcPhy; 
	HWND hWnd; 
	int m_idlghandle; 
 
	CString video_file1; 
	CString video_file2; 
	CString video_file3; 
	CString video_file4; 
	CString video_file5; 
	CString video_file6; 
	CString video_file7; 
	CString video_file8; 
	CString video_file9; 
    CString video_file10; 
	CString video_file11; 
	CString video_file12; 
	CString video_file13; 
	CString video_file14; 
	CString video_file15; 
	CString video_file16; 
	CString video_file17; 
	CString video_file18; 
	CString video_file19; 
	CString video_file20; 
 
	CString video_file21; 
	CString video_file22; 
	CString video_file23; 
	CString video_file24; 
	CString video_file25; 
	CString video_file26; 
	CString video_file27; 
	CString video_file28; 
	CString video_file29; 
    CString video_file30; 
	CString video_file31; 
	CString video_file32; 
	CString video_file33; 
	CString video_file34; 
	CString video_file35; 
	CString video_file36; 
	CString video_file37; 
	CString video_file38; 
	CString video_file39; 
	CString video_file40; 
	CString video_file41; 
 
    CString pic_file0; 
	CString pic_file1; 
	CString pic_file2; 
	CString pic_file3; 
	CString pic_file4; 
	CString pic_file5; 
	CString pic_file6; 
	CString pic_file7; 
	CString pic_file8; 
	CString pic_file9; 
	CString pic_file10; 
	CString pic_file11; 
	CString pic_file12; 
	CString pic_file13; 
	CString pic_file14; 
	CString pic_file15; 
	CString pic_file16; 
	CString pic_file17; 
	CString pic_file18; 
	CString pic_file19; 
	CString pic_file20; 
	CString pic_file21; 
	CString pic_file22; 
	CString pic_file23; 
	CString pic_file24; 
 
	int 	play_int; 
	CString play_file; 
// Dialog Data 
	//{{AFX_DATA(CVideo_ClientDlg) 
	enum { IDD = IDD_VIDEO_CLIENT_DIALOG }; 
	CEdit	m_Movechar; 
	CHPlayer	m_Play; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CVideo_ClientDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	void OnCreateWindow(); 
	BOOL CreateWindowClass(); 
	HICON m_hIcon; 
    //UINT Play(LPVOID p); 
	// Generated message map functions 
	//{{AFX_MSG(CVideo_ClientDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); 
	afx_msg void OnTimer(UINT nIDEvent); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
	WNDCLASSEX m_wc; 
//	BOOL CreateWindowClass(); 
//	void OnCreateWindow(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_VIDEO_CLIENTDLG_H__4129EC79_9C40_4ADF_8B6C_E51175932C4B__INCLUDED_)