⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 templistcanediteddlg.h

📁 本人为出租屋编写的电费管理程序,应用了MFC DAO链接了ACCESS数据库,利用可编辑的listctrl控件,综合考虑了多房间线损耗电的业务细节 和 界面皮肤美观,灵活方便的将物业电费管理轻松掌控.
💻 H
字号:
// tempListCanEditedDlg.h : header file
//

#if !defined(AFX_TEMPLISTCANEDITEDDLG_H__FBF010C6_4804_473C_A1AD_D3160ABCAE96__INCLUDED_)
#define AFX_TEMPLISTCANEDITEDDLG_H__FBF010C6_4804_473C_A1AD_D3160ABCAE96__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CTempListCanEditedDlg dialog
#include "Resource.h"
#include "EditedListCtrl.h"
#include "PrintView.h"
#include "PrintFrame.h"

class CTempListCanEditedDlg : public CDialog
{
// Construction
public:
	CTempListCanEditedDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CTempListCanEditedDlg)
	enum { IDD = IDD_TEMPLISTCANEDITED_DIALOG };
    CString	m_time;
	int		m_LMdianbiao;
	int		m_totalFenbiao;
	int		m_tmdianbiao;
	int		m_tmdushu;
	int		m_zongtanxiao;
	int		m_daitanxiao;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTempListCanEditedDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
	
	CFillList m_fillList;
	CEditedListCtrl *m_list;
	
	UINT m_cxWidth;
	UINT m_cxOffset;
	UINT m_nLinesPerPage;
	UINT m_cyPrinter;
	CFont		m_ListFont;
	CFont		m_fontPrinter;
	
	
	
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTempListCanEditedDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnPrintPreview();
	afx_msg void OnKillfocusTime();
	afx_msg void OnKillfocusTmzongbiao();
	//}}AFX_MSG
	LRESULT OnBeginPrinting(WPARAM wParam,LPARAM lParam);
	LRESULT OnEndPrinting(WPARAM wParam,LPARAM lParam);
	LRESULT OnMyPrint(WPARAM wParam,LPARAM lParam);
	
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TEMPLISTCANEDITEDDLG_H__FBF010C6_4804_473C_A1AD_D3160ABCAE96__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -