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

📄 coderdlg.h

📁 This is project for code/decode date in residue number system
💻 H
字号:
// CoderDlg.h : header file
//

#if !defined(AFX_CODERDLG_H__924451D4_48A5_4281_8DBB_C1672F1F511F__INCLUDED_)
#define AFX_CODERDLG_H__924451D4_48A5_4281_8DBB_C1672F1F511F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WM_ENDTHREAD WM_USER+5
/////////////////////////////////////////////////////////////////////////////
// CCoderDlg dialog
	class CCoderDlg : public CDialog
{
// Construction
public:
	int tem;
	int m_dKey1;
	int m_nSpin;
	int m_nFlag;
	static CString strFileIn;
	CCoderDlg(CWnd* pParent = NULL);	// standard constructor
	// Dialog Data
	//{{AFX_DATA(CCoderDlg)
	enum { IDD = IDD_CODER_DIALOG };
	int		m_nKey1;
	int		m_nKey2;
	int		m_nRadio_Coder;
	int		m_dSpin;
	int		m_nKey_1;
	int		m_nKey_2;
	int		m_nKey_3;
	int		m_nKey_4;
	int		m_nKey_5;
	int		m_nKey_6;
	int		m_nKey_7;
	int		m_nKey_8;
	int		m_nKey_9;
	int		m_nKey_10;
	CString	m_strFileOutput;
	CString	m_strFileInput;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CCoderDlg)
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnDestroy();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnInputdir();
	afx_msg void OnOutputdir();
	afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnClear();
	afx_msg void OnExit();
	afx_msg void OnOk();
	afx_msg int OnEndThread();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
	//CCoderDlg *dialog;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CODERDLG_H__924451D4_48A5_4281_8DBB_C1672F1F511F__INCLUDED_)

⌨️ 快捷键说明

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