📄 scdset.h
字号:
#if !defined(AFX_SCDSET_H__925E477F_C6A7_4A39_8455_85EFCF251223__INCLUDED_)
#define AFX_SCDSET_H__925E477F_C6A7_4A39_8455_85EFCF251223__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SCDSET.h : header file
//
#include "HMIcan_usbDlg.h"
#include "editex.hxx"
#include "staticex.hxx"
/////////////////////////////////////////////////////////////////////////////
// CSCDSET dialog
class CSCDSET : public CDialog
{
// Construction
public:
CSCDSET(CWnd* pParent = NULL); // standard constructor
CHMIcan_usbDlg * HMIcan_usbDlg;
CBitmap m_bmpBg,m_bmp;
CBrush m_brBk;
LOGFONT logfont,logfont1;
COLORREF bk ;
COLORREF bk1 ;
COLORREF tx ;
COLORREF tx1 ;
CStaticEx m_static1;
CStaticEx m_static2;
CStaticEx m_static3;
CStaticEx m_static4;
CStaticEx m_static5;
CStaticEx m_static6;
CStaticEx m_static7;
CStaticEx m_static8;
CStaticEx m_static9;
CStaticEx m_static10;
CStaticEx m_static_ENTER;
CStaticEx m_static_CANCEL;
CStaticEx m_static_AORB;
CEditEx m_edit_SCD_CUR;
CEditEx m_edit_SCD_SET;
CEditEx m_edit_OTLH_CUR;
CEditEx m_edit_OTLH_SET;
CEditEx m_edit_OTLL_CUR;
CEditEx m_edit_OTLL_SET;
CEditEx m_edit_NMCO_CUR;
CEditEx m_edit_NMCO_SET;
CEditEx m_edit_A_CUR;
CEditEx m_edit_A_SET;
CEditEx m_edit_Q_CUR;
CEditEx m_edit_Q_SET;
CEditEx m_edit_MODE_CUR;
CEditEx m_edit_MODE_SET;
int index;
// Dialog Data
//{{AFX_DATA(CSCDSET)
enum { IDD = IDD_DIALOG_SCDSET };
// NOTE: the ClassWizard will add data members here
CStatic m_tip_ENTER;
CStatic m_tip_CANCEL;
CStatic m_tip7;
CStatic m_tip6;
CStatic m_tip5;
CStatic m_tip4;
CStatic m_tip3;
CStatic m_tip2;
CStatic m_tip1;
CStatic m_tip_AORB;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSCDSET)
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(CSCDSET)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnSetfocusEditScdSet();
afx_msg void OnSetfocusEditOtlhSet();
afx_msg void OnSetfocusEditOtllSet();
afx_msg void OnSetfocusEditNmcoSet();
afx_msg void OnSetfocusEditASet();
afx_msg void OnSetfocusEditQSet();
afx_msg void OnSetfocusEditModeSet();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SCDSET_H__925E477F_C6A7_4A39_8455_85EFCF251223__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -