home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n04 / multilin.exe / CURRFORM.H < prev    next >
C/C++ Source or Header  |  1995-04-01  |  864b  |  38 lines

  1. // currform.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CCurrFormat dialog
  6.  
  7. class CCurrFormat : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CCurrFormat(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CCurrFormat)
  15.     enum { IDD = IDD_CURRFORM };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CCurrFormat)
  23.     protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.     //}}AFX_VIRTUAL
  26.  
  27. // Implementation
  28. protected:
  29.  
  30.     // Generated message map functions
  31.     //{{AFX_MSG(CCurrFormat)
  32.     virtual BOOL OnInitDialog();
  33.     afx_msg void OnChangeCustom();
  34.     afx_msg void OnDblclkCurrformats();
  35.     //}}AFX_MSG
  36.     DECLARE_MESSAGE_MAP()
  37. };
  38.