📄 conwnddlg.h
字号:
#if !defined(AFX_CONWNDDLG_H__C0FAB78D_7EBD_4CE9_BE7A_798BA2E954C7__INCLUDED_)
#define AFX_CONWNDDLG_H__C0FAB78D_7EBD_4CE9_BE7A_798BA2E954C7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ConWndDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConWndDlg dialog
#include "WarnStatic.h"
#include "WarnCode.h"
#include "RLSCALE.h"
class CConWndDlg : public CDialog
{
// Construction
public:
CConWndDlg(CWnd* pParent = NULL); // standard constructor
public:
HBRUSH hbrush;
HBRUSH editbrush;
void OnSetUp();
CBitmap m_face_bmp;
void OnOnn();
void OnOfff();
void OnR1hotofff();
void OnR2hotofff();
void OnR3hotofff();
void OnSlhotonn();
void OnSlhotofff();
void OnTransofff();
void OnQxofff();
void OnPwofff();
void OnWs1offf();
void OnWs2offf();
// Dialog Data
//{{AFX_DATA(CConWndDlg)
enum { IDD = IDD_CON_FORM };
CStatic m_face;
CCJButton m_r2hoton;
CCJButton m_r2hotoff;
CCJButton m_r1hoton;
CCJButton m_r1hotoff;
CCJButton m_qxon;
CCJButton m_qxoff;
CCJButton m_zmon;
CCJButton m_zmoff;
CCJButton m_xzon;
CCJButton m_xzoff;
CCJButton m_pwon;
CCJButton m_pwoff;
CCJButton m_ws2on;
CCJButton m_ws2off;
CCJButton m_ws1on;
CCJButton m_ws1off;
CCJButton m_slhoton;
CCJButton m_slhotoff;
CCJButton m_transon;
CCJButton m_transoff;
CCJButton m_on;
CCJButton m_off;
CCJButton m_manul;
CCJButton m_auto;
CCJButton m_r3hotoff;
CCJButton m_r3hoton;
CWarnStatic m_stsinfo;
CWarnCode m_warncode;
CRLSCALE m_scale;
CWarnStatic m_slsts;
CString m_user_name;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConWndDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConWndDlg)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnAuto();
afx_msg void OnManul();
afx_msg void OnOn();
afx_msg void OnOff();
afx_msg void OnR1hoton();
afx_msg void OnR1hotoff();
afx_msg void OnR2hoton();
afx_msg void OnR2hotoff();
afx_msg void OnR3hoton();
afx_msg void OnR3hotoff();
afx_msg void OnSlhoton();
afx_msg void OnSlhotoff();
afx_msg void OnWs1on();
afx_msg void OnWs1off();
afx_msg void OnWs2on();
afx_msg void OnWs2off();
afx_msg void OnTranson();
afx_msg void OnTransoff();
afx_msg void OnQxon();
afx_msg void OnQxoff();
afx_msg void OnXzon();
afx_msg void OnXzoff();
afx_msg void OnZmon();
afx_msg void OnZmoff();
afx_msg void OnPwon();
afx_msg void OnPwoff();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONWNDDLG_H__C0FAB78D_7EBD_4CE9_BE7A_798BA2E954C7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -