📄 savefundlg.h
字号:
#if !defined(AFX_SAVEFUNDLG_H__6A0603C0_4ECB_4FAD_8B98_B56419E259EB__INCLUDED_)
#define AFX_SAVEFUNDLG_H__6A0603C0_4ECB_4FAD_8B98_B56419E259EB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// savefunDlg.h : header file
#include "ado.h"
//
class CRuleDefineView;
class CNodeTreeView;
/////////////////////////////////////////////////////////////////////////////
// CsavefunDlg dialog
extern CADODatabase GlDataBase;
class CsavefunDlg : public CDialog
{
// Construction
public:
CsavefunDlg(CWnd* pParent = NULL); // standard constructor
CView* GetView(CRuntimeClass* pClass);
void showRongCha(bool bShow);
void SetZhenTai();
void SetSanJiao();
void SetTiXing();
void SetShengBan();
void SetJiangBan();
void SetFuncTypeCurSel(int nCur);
int GetFuncTypeCurSel();
void OnSelchangeComboFuntype();
// Dialog Data
//{{AFX_DATA(CsavefunDlg)
enum { IDD = IDD_DIALOG_savefun };
CStatic m_stRRongCha;
CStatic m_stLRongCha;
CStatic m_stRjxpc;
CEdit m_etRRongCha;
CEdit m_etRjxpc;
CEdit m_etLRongCha;
CEdit m_etTJPara;
CEdit m_etLjxpc;
CComboBox m_cmFunType;
//}}AFX_DATA
private:
CNodeTreeView *m_pNtView;
CRuleDefineView *m_pRDView;
void GetCurFun();
bool ShowFun();
void savefun();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CsavefunDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CsavefunDlg)
virtual BOOL OnInitDialog();
afx_msg void OnBUTTONsavefun();
// afx_msg void OnSelchangeComboFuntype();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAVEFUNDLG_H__6A0603C0_4ECB_4FAD_8B98_B56419E259EB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -