📄 studydlg.h
字号:
// studyDlg.h : header file
//
#if !defined(AFX_STUDYDLG_H__C8C0A031_FD32_4087_B76F_F5CFE87CE7E8__INCLUDED_)
#define AFX_STUDYDLG_H__C8C0A031_FD32_4087_B76F_F5CFE87CE7E8__INCLUDED_
#include "matrix.h"
#include "stydy.h"
#include "wavelet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CStudyDlg dialog
class CStudyDlg : public CDialog
{
// Construction
public:
void CoefSelect(int,int);
matrix DrawData;
int Draw_X;
// double IntervalY;
double IntervalX;
CPoint Cut_X_Y;
Cwavelet wavelet;
BOOL IsClear;
void DataPaint();
void Load(CString path,matrix & data2);
BOOL IsCreat;
void Plot();
matrix DataOriginal;
CStudyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStudyDlg)
enum { IDD = IDD_STUDY_DIALOG };
CComboBox m_signal;
float m_mean;
float m_va;
CString m_len;
CString m_sign;
CString m_numofdata;
CString m_wavetype;
int m_numoflayer;
CString m_num;
CString m_Coef;
CString m_noLayer;
int m_type;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStudyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CStudyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnDeltaposSpin1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDeltaposSpin2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCheck1();
afx_msg void OnButton2();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnButton3();
afx_msg void OnButton1();
afx_msg void OnButton4();
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnButton5();
afx_msg void OnCut();
afx_msg void OnEditchangeCombo9();
afx_msg void OnDenoise();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STUDYDLG_H__C8C0A031_FD32_4087_B76F_F5CFE87CE7E8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -