home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
multilin.exe
/
DATEFORM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-01
|
991b
|
41 lines
// dateform.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDateFormat dialog
class CDateFormat : public CDialog
{
// Construction
public:
CDateFormat(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDateFormat)
enum { IDD = IDD_DATEFORM };
CListBox m_DateFormats;
CString m_CustomFormat;
CString m_ExampleDate;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDateFormat)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL AppendDateFormat(DWORD dwFlags);
void ShowSampleDate( CString& szDateFormat, DWORD dwDateFlags);
// Generated message map functions
//{{AFX_MSG(CDateFormat)
virtual BOOL OnInitDialog();
afx_msg void OnChangeCustom();
afx_msg void OnDblclkDateformats();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};