signaladddlg.h
来自「用VC++中的MFC的对话框实现两个矩阵的相加」· C头文件 代码 · 共 81 行
H
81 行
// SignalAddDlg.h : header file
//
#if !defined(AFX_SIGNALADDDLG_H__A6857D43_9F0C_47A5_88D4_BF4EEFA0168E__INCLUDED_)
#define AFX_SIGNALADDDLG_H__A6857D43_9F0C_47A5_88D4_BF4EEFA0168E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSignalAddDlg dialog
class CSignalAddDlg : public CDialog
{
// Construction
public:
void UpdateAmp(void);
void UpdateRange(void);
CSignalAddDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSignalAddDlg)
enum { IDD = IDD_SIGNALADD_DIALOG };
int m_intAmp_1_1;
int m_intAmp_1_2;
int m_intAmp_1_3;
int m_intAmp_1_4;
int m_intAmp_1_5;
int m_intAmp_2_1;
int m_intAmp_2_2;
int m_intAmp_2_3;
int m_intAmp_2_4;
int m_intAmp_2_5;
int m_intAmp_3_1;
int m_intAmp_3_10;
int m_intAmp_3_2;
int m_intAmp_3_3;
int m_intAmp_3_4;
int m_intAmp_3_5;
int m_intAmp_3_6;
int m_intAmp_3_7;
int m_intAmp_3_8;
int m_intAmp_3_9;
int m_intRange_1_Begin;
int m_intRange_1_End;
int m_intRange_2_Begin;
int m_intRange_2_End;
int m_intRange_3_Begin;
int m_intRange_3_End;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSignalAddDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSignalAddDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAdd();
afx_msg void OnKillfocusEditRange1Begin();
afx_msg void OnUpdateEditRange2Begin();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SIGNALADDDLG_H__A6857D43_9F0C_47A5_88D4_BF4EEFA0168E__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?