[ROOT] --> small

class CPageSetupDlg
    extends CDialog as public

Author:
unascribed

Version:
unknown

Source:
PAGESET.H:22

Constructors Index

CPageSetupDlg
[public]


Enums Index

__$E0018__
[public]


Variables Index

m_iFooterTime
[public]
m_iFooterTimeOld
[public]
m_iHeaderTime
[public]
m_iHeaderTimeOld
[public]
m_strFooter
[public]
m_strFooterOld
[public]
m_strHeader
[public]
m_strHeaderOld
[public]


Methods Index

DoDataExchange
[protected]
FormatFilePage
[protected]
FormatFooter
[public]
FormatHeader
[public]
Initialize
[public]
Terminate
[public]


Constructors

CPageSetupDlg

public CPageSetupDlg ( CWnd * pParent = NULL ) ;


Enums

__$E0018__

public enum __$E0018__ { IDD = IDD_PAGE_SETUP } ;


Variables

m_strFooter

public CString m_strFooter

m_strHeader

public CString m_strHeader

m_iFooterTime

public int m_iFooterTime

m_iHeaderTime

public int m_iHeaderTime

m_strFooterOld

public CString m_strFooterOld

m_strHeaderOld

public CString m_strHeaderOld

m_iFooterTimeOld

public int m_iFooterTimeOld

m_iHeaderTimeOld

public int m_iHeaderTimeOld


Methods

Initialize

public void Initialize ( ) ;

Terminate

public void Terminate ( ) ;

FormatHeader

public void FormatHeader ( CString & strHeader ,
                           CTime & time ,
                           const char * pszFileName ,
                           UINT nPage ) ;

FormatFooter

public void FormatFooter ( CString & strFooter ,
                           CTime & time ,
                           const char * pszFileName ,
                           UINT nPage ) ;

DoDataExchange

protected virtual void DoDataExchange ( CDataExchange * pDX ) ;

FormatFilePage

protected static void FormatFilePage ( CString & strFormat ,
                                       const char * pszFileName ,
                                       UINT nPage ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.