📄 max.h
字号:
#if !defined(AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_)
#define AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MAX.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// MAX dialog
class MAX : public CDialog
{
// Construction
public:
void NXMin();
void NXMax();
void ZXMin();
int Count;
CStdioFile file;
TCHAR Sentence[1000];
int maxbyte;
void ZXMax();
bool Match(CString str);
MAX(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(MAX)
enum { IDD = IDD_DIALOG1 };
CEdit m_output4;
CEdit m_output3;
CEdit m_output2;
CEdit m_output;
CEdit m_input;
int m_maxl;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(MAX)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(MAX)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnButtonClear();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
struct Lian
{int head,rear;
struct Lian *next;
//struct Lian *prior;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAX_H__EF706E7A_84F5_4C9B_B3A4_4CE449FCCC4E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -