📄 editdlg.h
字号:
#if !defined(AFX_EDITDLG_H__7778E7A2_F3DD_11D2_A691_5254AB12065D__INCLUDED_)
#define AFX_EDITDLG_H__7778E7A2_F3DD_11D2_A691_5254AB12065D__INCLUDED_
#include "AiExpert.h" // Added by ClassView
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// EditDlg dialog
class EditDlg : public CDialog
{
// Construction
public:
void MoveRuleDownOneStep(int oldIndex);
void MoveRuleUpOneStep(int oldIndex);
void Create();
CWnd* m_pParent;
void OnGoalListRefresh();
void InitListGoal();
CObList* m_ExpertGoal;
void CheckButtonRuleAddReady();
int m_SelectedRuleIndex;
AiMt* m_RulePre;
void AddListRuleItem(int pos,CString str);
void RewriteListMtItem(int pos,int id);
void CheckButtonMtAddReady();
int m_SelectedMtId;
void AddListMtItem(int pos,int id);
void InitListRule();
void InitListMt();
void InitDlgData();
AiExpert* myExpert;
CString filename;
EditDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(EditDlg)
enum { IDD = IDD_DIALOG_EDIT };
CListBox m_ListGoal;
CComboBox m_ComboGoal;
CComboBox m_RuleMt;
CListCtrl m_ListRule;
CListCtrl m_ListMt;
CString m_FMention;
CString m_Abbreviation;
CString m_TMention;
CString m_ExpertName;
CString m_RuleWffs;
int m_FactValue;
BOOL m_GetVersa;
BOOL m_NeedAsk;
BOOL m_mtCanUnknow;
CString m_QMention;
BOOL m_IsMultiGoal;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(EditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void PostNcDestroy();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(EditDlg)
virtual void OnCancel();
virtual void OnOK();
afx_msg void OnDlgOk();
afx_msg void OnDlgCancel();
virtual BOOL OnInitDialog();
afx_msg void OnButtonDeleteLastMt();
afx_msg void OnButtonMtAdd();
afx_msg void OnButtonMtBack();
afx_msg void OnButtonRuleAdd();
afx_msg void OnButtonRuleDelete();
afx_msg void OnCheckGetVersa();
afx_msg void OnDblclkListMt(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonMtOverwrite();
afx_msg void OnItemchangedListMt(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangeEditAbbreviation();
afx_msg void OnChangeEditFMention();
afx_msg void OnChangeEditTMention();
afx_msg void OnDropdownComboRuleMt();
afx_msg void OnButtonRuleRefresh();
afx_msg void OnItemchangedListRule(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCloseupComboRuleMt();
afx_msg void OnButtonGoalAdd();
afx_msg void OnDblclkListGoal();
afx_msg void OnCheckNeedAsk();
afx_msg void OnCheckCanUnknow();
afx_msg void OnButtonMtRefresh();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnCheckMultiGoal();
afx_msg void OnSaveToFile();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDITDLG_H__7778E7A2_F3DD_11D2_A691_5254AB12065D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -