📄 hmi_a_password_dlg.h
字号:
#if !defined(AFX_HMI_A_PASSWORD_DLG_H__8795B523_149C_4806_A344_8B4A06622C8A__INCLUDED_)
#define AFX_HMI_A_PASSWORD_DLG_H__8795B523_149C_4806_A344_8B4A06622C8A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HMI_A_PASSWORD_Dlg.h : header file
//
#include "HMIcan_usbDlg.h"
#include "editex.hxx"
#include "staticex.hxx"
/////////////////////////////////////////////////////////////////////////////
// CHMI_A_PASSWORD_Dlg dialog
class CHMI_A_PASSWORD_Dlg : public CDialog
{
// Construction
public:
CHMI_A_PASSWORD_Dlg(CWnd* pParent = NULL); // standard constructor
CHMIcan_usbDlg* HMIcan_usbDlg;
CBitmap m_bmpBg,m_bmp;
CBrush m_brBk;
LOGFONT logfont;
CStaticEx PASSWORD;
CStaticEx PASSWORD_SET;
CStaticEx PASSWORD_AGAIN;
CEditEx m_edit1;
CEditEx m_edit2;
CEditEx m_edit3;
int index;
// Dialog Data
//{{AFX_DATA(CHMI_A_PASSWORD_Dlg)
enum { IDD = IDD_DIALOG_A_PASSWORD };
CStatic m_tip3;
CStatic m_tip2;
CStatic m_tip1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHMI_A_PASSWORD_Dlg)
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(CHMI_A_PASSWORD_Dlg)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnDestroy();
virtual BOOL OnInitDialog();
afx_msg void OnSetfocusEdit1();
afx_msg void OnSetfocusEdit2();
afx_msg void OnSetfocusEdit3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HMI_A_PASSWORD_DLG_H__8795B523_149C_4806_A344_8B4A06622C8A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -