strmaxsumdlg.h
来自「这是用VC++编的算法分析中的实现!!有每个源程序」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_STRMAXSUMDLG_H__5F9B8BF0_7F4B_4A33_9B4D_B5E419EF32BA__INCLUDED_)
#define AFX_STRMAXSUMDLG_H__5F9B8BF0_7F4B_4A33_9B4D_B5E419EF32BA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "QuickSortDlg.h"
// StrMaxSumDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CStrMaxSumDlg dialog
class CStrMaxSumDlg : public CDialog
{
// Construction
public:
void GetElements(CString str,int nSize,CStringArray& list);
CStrMaxSumDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CStrMaxSumDlg)
enum { IDD = IDD_STRMAXSUMDLG };
int m_nInputDataEntries;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStrMaxSumDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CStrMaxSumDlg)
afx_msg void OnAnswerbtn();
afx_msg void OnCleanbtn();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBrush m_BKBrush;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STRMAXSUMDLG_H__5F9B8BF0_7F4B_4A33_9B4D_B5E419EF32BA__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?