editconnectiondlg.h
来自「TabBars的开源源码」· C头文件 代码 · 共 57 行
H
57 行
#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 + =
减小字号Ctrl + -
显示快捷键?