syspara.h

来自「cdma无线通信转发程序 用于电力调度数据的转发」· C头文件 代码 · 共 60 行

H
60
字号
#if !defined(AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_)
#define AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SysPara.h : header file
//
#include "mydata.h"
/////////////////////////////////////////////////////////////////////////////
// CSysPara dialog

class CSysPara : public CDialog
{
// Construction
public:
	void ShowSysPara(int no);
	CString GetChanPara(DEVPARA * dev);
	CString GetChanType(uchar type);
	CSysPara(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSysPara)
	enum { IDD = IDD_DIALOG_SYSPARA };
	CComboBox	m_chan_no;
	int		m_chanNum;
	int		m_dataNum;
	int		m_timeNum;
	CString	m_rchanPara;
	CString	m_rchanType;
	CString	m_tchanPara;
	CString	m_tchanType;
	CString	m_termType;
	//}}AFX_DATA
	int     m_no;


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSysPara)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeChanNo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_)

⌨️ 快捷键说明

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