📄 typereformdlg.h
字号:
#if !defined(AFX_TYPEREFORMDLG_H__B8095B7F_B29D_42D4_9174_66053ED71A53__INCLUDED_)
#define AFX_TYPEREFORMDLG_H__B8095B7F_B29D_42D4_9174_66053ED71A53__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TypeReformDlg.h : header file
//
#include "superworkspace.h"
#include "supermap.h"
#include "sodatasources.h"
#include "sodatasets.h"
// Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CTypeReformDlg dialog
class CTypeReformDlg : public CDialog
{
// Construction
public:
BOOL m_bFlag;
CSuperMap* m_pSupermap;
CTypeReformDlg(CWnd* pParent = NULL); // standard constructor
CSuperWorkspace *m_pSuperWorkspace;
// Dialog Data
//{{AFX_DATA(CTypeReformDlg)
enum { IDD = IDD_TYPEREFORMDLG };
CEdit m_txtNewDtName;
CButton m_chkDelSourceObject;
CButton m_chkNewDtName;
CComboBox m_cmbDtName;
CComboBox m_cmbDsName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTypeReformDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CsoDataSource GetDataSource();
// Generated message map functions
//{{AFX_MSG(CTypeReformDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCmbDsName();
afx_msg void OnChkNewDtName();
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_TYPEREFORMDLG_H__B8095B7F_B29D_42D4_9174_66053ED71A53__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -