mydlgbar.h
来自「基于SUPERMAP、VC++的二次开发」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_MYDLGBAR_H__660FC758_9CDB_48FB_9960_4FBA69C8B838__INCLUDED_)
#define AFX_MYDLGBAR_H__660FC758_9CDB_48FB_9960_4FBA69C8B838__INCLUDED_
#include "superwkspmanager.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyDlgBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyDlgBar DialogBar
class CMyDlgBar : public CDialogBar
{
// Construction
public:
CTreeCtrl m_wndTree;
CSuperWkspManager m_SuperWksMng;
CString strDt;
CString strDs;
CMyDlgBar(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlgBar)
enum { IDD = IDD_MYDLGBAR };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlgBar)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyDlgBar)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnRClickSuperWks(long nFlag, LPCTSTR strSelected, LPCTSTR strParent);
afx_msg void OnDestroy();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYDLGBAR_H__660FC758_9CDB_48FB_9960_4FBA69C8B838__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?