wincltdlg.h

来自「在电力行业中的应用,vxworks的应用程序,其中包括消息,信号量,和多任务调度」· C头文件 代码 · 共 60 行

H
60
字号
// WinCltDlg.h : header file
//
#include "UsrSkt.h"
#if !defined(AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_)
#define AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_

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


class CWinCltDlg : public CDialog
{
//the following is added by user!
public:
	CUsrSkt UsrSkt;
	int SvrPort;
	char SvrIP[15];

//user define ends!
// Construction
public:
	CWinCltDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CWinCltDlg)
	enum { IDD = IDD_WINCLT_DIALOG };
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CWinCltDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnUsrStart();
	afx_msg void OnClose();
	afx_msg void OnUsrSend();
	afx_msg void OnChangeSvrPort();
	afx_msg void OnChangeSvrIP();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_WINCLTDLG_H__0948CE4C_C072_4466_8949_4C7D20B18A74__INCLUDED_)

⌨️ 快捷键说明

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