myctrl.h
来自「该程序是一个对于一个对于以某一直线为边界的两类进行分类」· C头文件 代码 · 共 58 行
H
58 行
#if !defined(AFX_MYCTRL_H__CC9F202C_A540_41B7_A3F2_1EB263970CA9__INCLUDED_)
#define AFX_MYCTRL_H__CC9F202C_A540_41B7_A3F2_1EB263970CA9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MYCTRL.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMYCTRL window
class CMYCTRL : public CListCtrl
{
public:
BOOL falg2;
BOOL falg1;
CMYCTRL();
BOOL flag[18];
BOOL textf;
int start,end;
BOOL movef;
BOOL mf;
int count;
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMYCTRL)
protected:
virtual void PreSubclassWindow();
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMYCTRL();
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
// Generated message map functions
protected:
//{{AFX_MSG(CMYCTRL)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYCTRL_H__CC9F202C_A540_41B7_A3F2_1EB263970CA9__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?