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

📄 admindlg.h

📁 一个电视台专用的信息管理软件源代码
💻 H
字号:
#if !defined(AFX_ADMINDLG_H__3F353C24_D7C4_4525_BFC4_6B0991E4E093__INCLUDED_)
#define AFX_ADMINDLG_H__3F353C24_D7C4_4525_BFC4_6B0991E4E093__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "AdmActorDlg.h"	// Added by ClassView
#include "AdmChannelDlg.h"	// Added by ClassView
#include "AdmColumnDlg.h"	// Added by ClassView
#include "AdmServerDlg.h"	// Added by ClassView
#include "AdmSysDlg.h"	// Added by ClassView
#include "UsersDlg.h"	// Added by ClassView
#include "Users.h"	// Added by ClassView
#include "TrayIcon.h"
#include "AdmFileDlg.h"	// Added by ClassView

// AdminDlg.h : header file
//



/////////////////////////////////////////////////////////////////////////////
// CAdminDlg dialog

class CTVNewsDlg;

class CAdminDlg : public CDialog
{
// Construction
	private:
	CString UserName;
public:
	HICON m_hIcon;
public:
	CAdmFileDlg AdmFileDlg;
	LRESULT OnTrayNotification(WPARAM wParam,LPARAM lParam);
	CTrayIcon m_TrayIcon;
	CUsers User;

	CUsersDlg UsersDlg;
	CAdmSysDlg AdmSysDlg;
	CAdmServerDlg AdmServerDlg;
	CAdmColumnDlg AdmColumnDlg;
	CAdmChannelDlg AdmChannelDlg;
	CAdmActorDlg AdmActorDlg;
	CTVNewsDlg* m_pTVNewsDlg;
	CAdminDlg(CWnd* pParent = NULL);   // standard constructor
	CString GetUserName();
// Dialog Data
	//{{AFX_DATA(CAdminDlg)
	enum { IDD = IDD_ADMIN };
	CTabCtrl	m_tab;
//	int		m_admType;////////////////////////
	//}}AFX_DATA


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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CAdminDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClose();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnSize(UINT nType, int cx, int cy);
	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_ADMINDLG_H__3F353C24_D7C4_4525_BFC4_6B0991E4E093__INCLUDED_)

⌨️ 快捷键说明

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