ListPrintPage1.h
上传用户:ledldq
上传日期:2007-01-04
资源大小:95k
文件大小:2k
源码类别:

打印编程

开发平台:

Visual C++

  1. #if !defined(AFX_LISTPRINTPAGE1_H__2DCD2CC1_9D76_11D1_8BAC_0000B43382FE__INCLUDED_)
  2. #define AFX_LISTPRINTPAGE1_H__2DCD2CC1_9D76_11D1_8BAC_0000B43382FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ListPrintPage1.h : header file
  7. //
  8. #include "FontCombo.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CListPrintPage1 dialog
  11. class CListPrintPage1 : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void Update();
  16. CListPrintPage1(CWnd* pParent = NULL);   // standard constructor
  17. CString csFtHead;
  18. CString csFtFoot;
  19. CString csFtPrint;
  20. int iFtHead;
  21. int iFtFoot;
  22. int iFtPrint;
  23. // Dialog Data
  24. //{{AFX_DATA(CListPrintPage1)
  25. enum { IDD = IDD_LISTPAGE1 };
  26. CComboBox wndCbSzHead;
  27. CComboBox wndCbSzFooter;
  28. CComboBox wndCbSzCorpo;
  29. CFontCombo wndCbHead;
  30. CFontCombo wndCbFooter;
  31. CFontCombo wndCbCorpo;
  32. CString csFooter;
  33. CString csHead;
  34. CString csPage;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CListPrintPage1)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CListPrintPage1)
  46. virtual BOOL OnInitDialog();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_LISTPRINTPAGE1_H__2DCD2CC1_9D76_11D1_8BAC_0000B43382FE__INCLUDED_)