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

📄 turbo_finaldlg.h

📁 采用随机输入作为码源
💻 H
字号:
// turbo_finalDlg.h : header file
//

#if !defined(AFX_TURBO_FINALDLG_H__B215C0FD_DCDA_4885_8D41_99A39E4C861C__INCLUDED_)
#define AFX_TURBO_FINALDLG_H__B215C0FD_DCDA_4885_8D41_99A39E4C861C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CTurbo_finalDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CTurbo_finalDlg)
	enum { IDD = IDD_TURBO_FINAL_DIALOG };
	CEdit	m_incorrect1;
	CString	m_input1;
	CString	m_input2;
	UINT	m_number;
	CString	m_output1;
	CString	m_output2;
	CString	m_error;
	int		m_incorrect;
	//}}AFX_DATA
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTurbo_finalDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTurbo_finalDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnEncodeBtn();
	afx_msg void OnDecodeBtn();
	afx_msg void OnerrorBtn();
	afx_msg void OnBUTTONabout();
	afx_msg void OnUpdateEdit3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	int ifcode;
	char encodeinput[100];
	char encodeoutput[200],output[100];
};

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

#endif // !defined(AFX_TURBO_FINALDLG_H__B215C0FD_DCDA_4885_8D41_99A39E4C861C__INCLUDED_)

⌨️ 快捷键说明

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