statics.h

来自「分管理员和学生界面」· C头文件 代码 · 共 66 行

H
66
字号
#if !defined(AFX_STATICS_H__F27EFE43_1A26_49C9_B472_CA267D867F9B__INCLUDED_)
#define AFX_STATICS_H__F27EFE43_1A26_49C9_B472_CA267D867F9B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Statics dialog
#include "connection.h"
class Statics : public CDialog
{
// Construction
public:
	Statics(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(Statics)
	enum { IDD = IDD_STATIC };
	CListCtrl	list;
	CComboBox	box;
	CString	data;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Statics)
	virtual BOOL OnInitDialog();
	afx_msg void OnRadio1();
	afx_msg void OnRadio2();
	virtual void OnCancel();
	afx_msg void OnStaticOk();
	afx_msg void OnStaticOutput();
	afx_msg void OnStaticOutex();
	afx_msg void OnStaticPrint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
public:
	int select;
	int chose;
	CCONNECTION connection;
	CCONNECTION connection1;
	CCONNECTION connection2;
	CCONNECTION connection3;
	CCONNECTION connection4;
	CCONNECTION connection5;
	CCONNECTION connection6;
};

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

#endif // !defined(AFX_STATICS_H__F27EFE43_1A26_49C9_B472_CA267D867F9B__INCLUDED_)

⌨️ 快捷键说明

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