linecount.h

来自「IP电话计费管理系统本地版」· C头文件 代码 · 共 72 行

H
72
字号
//{{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 + =
减小字号Ctrl + -
显示快捷键?