Mercurial > vba-linux
view src/win32/IOViewer.h @ 8:08a8e09ca414
add files required by automake
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:54:39 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 #if !defined(AFX_IOVIEWER_H__9C266B78_FC02_4572_9062_0241802B0E76__INCLUDED_)2 #define AFX_IOVIEWER_H__9C266B78_FC02_4572_9062_0241802B0E76__INCLUDED_4 #if _MSC_VER > 10005 #pragma once6 #endif // _MSC_VER > 10007 // -*- C++ -*-8 // IOViewer.h : header file9 //11 #include "ResizeDlg.h"12 #include "IUpdate.h"14 /////////////////////////////////////////////////////////////////////////////15 // IOViewer dialog17 class IOViewer : public ResizeDlg, IUpdateListener18 {19 // Construction20 public:21 void update();22 bool autoUpdate;23 int selected;24 IOViewer(CWnd*pParent = NULL); // standard constructor26 // Dialog Data27 //{{AFX_DATA(IOViewer)28 enum { IDD = IDD_IO_VIEWER };29 CStatic m_value;30 CComboBox m_address;31 //}}AFX_DATA33 // Overrides34 // ClassWizard generated virtual function overrides35 //{{AFX_VIRTUAL(IOViewer)36 protected:37 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support38 virtual void PostNcDestroy();39 //}}AFX_VIRTUAL41 // Implementation42 protected:43 // Generated message map functions44 //{{AFX_MSG(IOViewer)45 afx_msg void OnClose();46 afx_msg void OnRefresh();47 afx_msg void OnAutoUpdate();48 afx_msg void OnSelchangeAddresses();49 virtual BOOL OnInitDialog();50 afx_msg void OnApply();51 //}}AFX_MSG52 DECLARE_MESSAGE_MAP()53 };55 //{{AFX_INSERT_LOCATION}}56 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.58 #endif // !defined(AFX_IOVIEWER_H__9C266B78_FC02_4572_9062_0241802B0E76__INCLUDED_)