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

📄 setpar.h

📁 《面向对象程序设计实用教程》一书的源码
💻 H
字号:
#if !defined(AFX_SETPAR_H__90807562_4CAC_11D3_A324_A35CB6733E25__INCLUDED_)
#define AFX_SETPAR_H__90807562_4CAC_11D3_A324_A35CB6733E25__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Setpar dialog

class Setpar : public CDialog
{
// Construction
public:
	bool m_butoon1Key;
	int setpar_s8;
	CString s[9];
	Setpar(CWnd* pParent = NULL);   // standard constructor
	bool parcaiyangKey;
	int channel_index;
	int power_index;
	int xianbo_index;
	int dijie_index;
	int gaojie_index;
	int jiange_index;
	int length_index;
	int zengyi_index;
	int chufa_index;
	int yanshi_time;
	int tongdao_index;



// Dialog Data
	//{{AFX_DATA(Setpar)
	enum { IDD = IDD_SETPAR };
	CButton	m_butoon1;
	CComboBox	m_caiyjg;
	CComboBox	m_TDNo;
	CComboBox	m_TNo;
	CEdit	m_ys;
	CSpinButtonCtrl	m_spin;
	CComboBox	m_caiycd;
	CComboBox	m_dijie;
	CComboBox	m_gaojie;
	CComboBox	m_tongdao;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Setpar)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnDropdownCombo2();
	afx_msg void OnSelchangeCombo7();
	afx_msg void OnButton1();
	afx_msg void OnKillfocusEdit1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int naccel;
	UDACCEL paccel[3];
	
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SETPAR_H__90807562_4CAC_11D3_A324_A35CB6733E25__INCLUDED_)

⌨️ 快捷键说明

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