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

📄 mima_dlg.h

📁 VC++6.0基于CAN协议的车辆控制
💻 H
字号:
#if !defined(AFX_MIMA_DLG_H__976579E7_117F_4402_843B_FA9425A78E60__INCLUDED_)
#define AFX_MIMA_DLG_H__976579E7_117F_4402_843B_FA9425A78E60__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Mima_Dlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMima_Dlg dialog

#define SUPERPASSWORD 837

class CMima_Dlg : public CDialog
{
// Construction
public:
	CMima_Dlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CMima_Dlg)
	enum { IDD = IDD_MIMA_DLG };
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMima_Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	char Dir_Path[256];  //应用程序所在文件夹的路径
	char Mima_Path[256],Config1_Path[256];  //配置文件路径
	bool b_IsChinese;  //是否是中文
	CFont  m_font; 
	BOOL dcfile(LPCTSTR fpath);   //解密函数
	BOOL ecfile(LPCTSTR fpath);   //加密函数
	CString m_szPassword,m_szPassword1,m_szPassword2,m_szSuperPW;
	_int64 m_password;
	bool m_b_ChangePW;  //是否处于修改密码状态

	// Generated message map functions
	//{{AFX_MSG(CMima_Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	afx_msg void OnButton8();
	afx_msg void OnButton9();
	afx_msg void OnButton10();
	afx_msg void OnButton11();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	virtual void OnOK();
	afx_msg void OnChangepwBtn();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MIMA_DLG_H__976579E7_117F_4402_843B_FA9425A78E60__INCLUDED_)

⌨️ 快捷键说明

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