2025-11-27 16:46:48 +09:00

51 lines
1.3 KiB
C++

#if !defined(AFX_CONFIG_H__461E437C_0CA6_4618_9D55_CA28CAD862CB__INCLUDED_)
#define AFX_CONFIG_H__461E437C_0CA6_4618_9D55_CA28CAD862CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Config.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CConfig dialog
class CConfig : public CDialog
{
// Construction
public:
CConfig(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CConfig)
enum { IDD = IDD_CONFIGDLG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConfig)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CConfig)
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
CSliderCtrl m_Zoom;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONFIG_H__461E437C_0CA6_4618_9D55_CA28CAD862CB__INCLUDED_)