?? right_add_new.h
字號:
#if !defined(AFX_RIGHT_ADD_NEW_H__C85196FF_9C2F_4A53_BBF1_269E53B025DD__INCLUDED_)
#define AFX_RIGHT_ADD_NEW_H__C85196FF_9C2F_4A53_BBF1_269E53B025DD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Right_add_new.h : header file
//
#include "../utils/filter_accel.h"
#include "../utils/GridStatic.h"
#include "../utils/label.h"
#include "../utils/TransButton.h"
#include "../utils/transck.h"
#include "../utils/TransGroup.h"
#include "../utils/update_data.h"
#include "../utils/Separator.h"
#include "../utils/TransRadio.h"
#include "em_dlg.h"
#include "notif_opt.h"
#include "CreateUsers.h"
#include "../map/AddrMapDlg.h"
#include "MyPropertySheet2.h"
#include "MyPropertySheet3.h"
/////////////////////////////////////////////////////////////////////////////
// CRight_add_new dialog
class CRight_add_new : public em_dlg<accel_dlg<CDialog> >
{
// Construction
public:
CRight_add_new(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRight_add_new)
enum { IDD = IDD_RIGHT_ADD_NEW };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
static CAddrMapDlg * pMapDlg ;
static CRight_add_new * m_pntool;
static CMyPropertySheet2* m_show_log_file;
static CMyPropertySheet3* m_show_zh_decstate;
CTransButton m_window_setting;
CTransButton m_user_management;
CTransButton m_show_log;
CTransButton m_show_elemap;
CTransButton m_show_zhdec;
CTransButton m_dvr_query;
CTransCK m_ck_open_jframe;
CTransButton m_alarmctl;
BOOL m_open_jframe;
BOOL m_typeprotcp;
BOOL m_typeproudp;
CTransCK m_ck_open_decodedata;
BOOL m_open_decodedata;
CTransRadio m_radio1;
CTransRadio m_radio2;
CTransGroup m_group1;
CTransButton m_queryctl;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRight_add_new)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CLabel m_title_ctl;
LRESULT open_ele_map(WPARAM, LPARAM);
// Generated message map functions
//{{AFX_MSG(CRight_add_new)
afx_msg void OnShowLog();
afx_msg void OnShowElemap();
afx_msg void OnZhDecode();
afx_msg void OnOpenJFrame();
afx_msg void OnWindowSetting();
afx_msg void OnUserManagement();
virtual BOOL OnInitDialog();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void Onalarm();
afx_msg void OnQuerystatue();
afx_msg void OnOpendecdata();
afx_msg void OnDVRSearch();
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RIGHT_ADD_NEW_H__C85196FF_9C2F_4A53_BBF1_269E53B025DD__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -