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

📄 editconnectiondlg.h

📁 TabBars的开源源码
💻 H
字号:
#if !defined(AFX_EDITCONNECTIONDLG_H__86EF7390_4EF1_4D0F_9F99_42DE4AA5AFD6__INCLUDED_)
#define AFX_EDITCONNECTIONDLG_H__86EF7390_4EF1_4D0F_9F99_42DE4AA5AFD6__INCLUDED_

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

#include "Codeplotter\textdiagram.h"
 
/////////////////////////////////////////////////////////////////////////////
// CEditConnectionDlg dialog

class CEditConnectionDlg : public CDialog
{
// Construction
public:
	CEditConnectionDlg(const CTextDiagram& diagram, int nRectFrom, int nRectTo = -1, CWnd* pParent = NULL);   // standard constructor

	BOOL GetConnection(CTDConnection& conn);

protected:
// Dialog Data
	//{{AFX_DATA(CEditConnectionDlg)
	CComboBox	m_cbRectTo;
	CString	m_sRectFrom;
	int		m_nSideFrom;
	//}}AFX_DATA

	int m_nRectFrom;
	int	m_nRectTo;
	CTextDiagram m_diagram;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEditConnectionDlg)
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_EDITCONNECTIONDLG_H__86EF7390_4EF1_4D0F_9F99_42DE4AA5AFD6__INCLUDED_)

⌨️ 快捷键说明

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