bbbdlg.h
来自「这是个源码合集」· C头文件 代码 · 共 72 行
H
72 行
// BBBDlg.h : header file
//
#if !defined(AFX_BBBDLG_H__43138EBA_4F0A_48BC_98DE_E67FF9112F36__INCLUDED_)
#define AFX_BBBDLG_H__43138EBA_4F0A_48BC_98DE_E67FF9112F36__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBBBDlg dialog
class CBBBDlg : public CDialog
{
// Construction
public:
CBBBDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBBBDlg)
enum { IDD = IDD_BBB_DIALOG };
// NOTE: the ClassWizard will add data members here
CEdit m_R_H_Edit;
CEdit m_R_B_Edit;
CEdit m_F_Edit;
CEdit m_RF_P_Edit;
CEdit m_F_P_Edit;
CEdit m_S_P_Edit;
CEdit m_R_P_Edit;
CEdit m_G_P_Edit;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBBBDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBBBDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonRAdd();
afx_msg void OnButtonFAdd();
afx_msg void OnButtonRun();
afx_msg void OnButtonRfPCls();
afx_msg void OnButtonInRf();
afx_msg void OnButtonOutRf();
afx_msg void OnButtonInG();
afx_msg void OnButtonOutG();
afx_msg void OnButtonGPCls();
afx_msg void OnButtonTestGoalSyn();
afx_msg void OnButtonInF();
afx_msg void OnButtonOutF();
afx_msg void OnButtonFPCls();
afx_msg void OnButtonTestFactorSyn();
afx_msg void OnButtonTestRuleSyn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BBBDLG_H__43138EBA_4F0A_48BC_98DE_E67FF9112F36__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?