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

📄 reporterdlg.h

📁 一个电视台专用的信息管理软件源代码
💻 H
字号:
#if !defined(AFX_REPORTERDLG_H__CAB12F2B_ACC3_48E6_B617_4DC1D3052319__INCLUDED_)
#define AFX_REPORTERDLG_H__CAB12F2B_ACC3_48E6_B617_4DC1D3052319__INCLUDED_
  
#include "RepUploadDlg.h"	// Added by ClassView
#include "RepHistoryDlg.h"	// Added by ClassView
#include "Users.h"	// Added by ClassView
#include "RepTodayDlg.h"	// Added by ClassView
#include "TrayIcon.h"	// Added by ClassView
//#include "News.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ReporterDlg.h : header file
//

//包含theApp

class CTVNewsDlg;
/////////////////////////////////////////////////////////////////////////////
// CReporterDlg dialog

class CReporterDlg : public CDialog
{
// Construction
public:
	CTrayIcon m_TrayIcon;
	CRepUploadDlg RepUploadDlg;
	CString ColumnName;
	CRepTodayDlg RepTodayDlg;
	CRepHistoryDlg RepHistoryDlg;
	HICON m_hIcon;
	CTVNewsDlg* m_pTVNewsDlg;
	CReporterDlg(CWnd* pParent = NULL);   // standard constructor
	LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
	int Flg;
//	CNews News;
	
	BOOL m_bBrowse;
     
// Dialog Data
	//{{AFX_DATA(CReporterDlg)
	enum { IDD = IDD_REPORTER };
	CTabCtrl	m_tab;
	CString	m_strDesc1;
	CString	m_strDesc2;
	CString	m_strDesc3;
	CString	m_strUserInf;
	CString	m_strLogTime;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CReporterDlg)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CReporterDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnClose();
	afx_msg void OnDemo();
	afx_msg void OnExit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_REPORTERDLG_H__CAB12F2B_ACC3_48E6_B617_4DC1D3052319__INCLUDED_)

⌨️ 快捷键说明

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