📄 linecount.h
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_LINECOUNT_H__92426A13_FDD7_471C_AC74_06F622D03F91__INCLUDED_)
#define AFX_LINECOUNT_H__92426A13_FDD7_471C_AC74_06F622D03F91__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LineCount.h : header file
//
#include "TempRecordSet.h"
/////////////////////////////////////////////////////////////////////////////
// CLineCount dialog
class CLineCount : public CDialog
{
// Construction
public:
int nItemNum;
BOOL PreparePrint(int nLineNum);
CLineCount(CWnd* pParent = NULL); // standard constructor
CDatabase m_database;
void ReadFromFile();
int nPrintGridCount;
CString strLanWidth[10];
// Dialog Data
//{{AFX_DATA(CLineCount)
enum { IDD = IDD_DIALOG_LINE_COUNT };
CButton m_ButtonPrint;
CMSFlexGrid m_LineGrid;
CString m_strShowLine;
CString m_strShowStatic;
CString m_strShowCount;
CMSFlexGrid m_HideGrid;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLineCount)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLineCount)
afx_msg void OnPrint();
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnClear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
typedef struct tagColAtt
{
int nColIndex;
CString strColText;
int nPrintX;
int nSubItemIndex;
}COLATT;
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LINECOUNT_H__92426A13_FDD7_471C_AC74_06F622D03F91__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -