home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
msj
/
v10n04
/
multilin.exe
/
CURRFORM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-01
|
864b
|
38 lines
// currform.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCurrFormat dialog
class CCurrFormat : public CDialog
{
// Construction
public:
CCurrFormat(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCurrFormat)
enum { IDD = IDD_CURRFORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCurrFormat)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CCurrFormat)
virtual BOOL OnInitDialog();
afx_msg void OnChangeCustom();
afx_msg void OnDblclkCurrformats();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};