📄 readdnadlg.h
字号:
// ReadDNADlg.h : header file
//
#if !defined(AFX_READDNADLG_H__034AA7C6_1425_4354_806D_D98D1DC2261E__INCLUDED_)
#define AFX_READDNADLG_H__034AA7C6_1425_4354_806D_D98D1DC2261E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CReadDNADlg dialog
class CReadDNADlg : public CDialog
{
// Construction
public:
bool IsRead;
void CalcFreq(void);
void InitList(void);
CReadDNADlg(CWnd* pParent = NULL); // standard constructor
int freq[40][4];
float fret[40][4];
// Dialog Data
//{{AFX_DATA(CReadDNADlg)
enum { IDD = IDD_READDNA_DIALOG };
CListCtrl m_listdata;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CReadDNADlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CReadDNADlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnRead();
afx_msg void OnExit();
afx_msg void OnFreq();
afx_msg void OnOutput();
afx_msg void OnCentroid();
afx_msg void OnCosine();
afx_msg void OnEclidean();
afx_msg void OnSolution();
afx_msg void OnGeo();
afx_msg void OnResult();
afx_msg void OnCentana();
afx_msg void OnClust();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_READDNADLG_H__034AA7C6_1425_4354_806D_D98D1DC2261E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -