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

📄 laihui1dlg.h

📁 无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具
💻 H
字号:
// laihui1Dlg.h : header file
//

#if !defined(AFX_LAIHUI1DLG_H__8ED0396C_4D28_468A_B0D4_8C8E5B4E1185__INCLUDED_)
#define AFX_LAIHUI1DLG_H__8ED0396C_4D28_468A_B0D4_8C8E5B4E1185__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CLaihui1Dlg dialog

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

// Dialog Data
	//{{AFX_DATA(CLaihui1Dlg)
	enum { IDD = IDD_LAIHUI1_DIALOG };
	CEdit	c_edit8;
	CEdit	c_edit7;
	CEdit	c_edit6;
	CEdit	c_edit5;
	CEdit	c_edit2;
	CEdit	c_edit1;
	CString	m_edit1;
	CString	m_edit2;
	int		m_edit3;
	int		m_edit4;
	int		m_radio1;
	int		m_radio3;
	CString	m_edit5;
	int		m_edit6;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CLaihui1Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnChangeEdit1();
	afx_msg void OnChangeEdit2();
	afx_msg void OnButton3();
	afx_msg void OnButton4();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	afx_msg void OnButton5();
	afx_msg void OnButton6();
	afx_msg void OnButton7();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_LAIHUI1DLG_H__8ED0396C_4D28_468A_B0D4_8C8E5B4E1185__INCLUDED_)

⌨️ 快捷键说明

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