opttimingdlg.h

来自「Intel开发的IPP库的应用例程」· C头文件 代码 · 共 78 行

H
78
字号
/*
//
//               INTEL CORPORATION PROPRIETARY INFORMATION
//  This software is supplied under the terms of a license agreement or
//  nondisclosure agreement with Intel Corporation and may not be copied
//  or disclosed except in accordance with the terms of that agreement.
//        Copyright(c) 1999-2006 Intel Corporation. All Rights Reserved.
//
*/

// OptTimingDlg.h : interface for the Timing Options dialog.
// Command: Menu-Options-Timing
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_OPTTIMINGDLG_H__98D7CAFC_727E_4FBF_A45F_AA9E67CB0B29__INCLUDED_)
#define AFX_OPTTIMINGDLG_H__98D7CAFC_727E_4FBF_A45F_AA9E67CB0B29__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "Timing.h"

/////////////////////////////////////////////////////////////////////////////
// COptTimingDlg dialog

class COptTimingDlg : public CDialog
{
// Construction
public:
   COptTimingDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
   int m_Number;
   //{{AFX_DATA(COptTimingDlg)
   enum { IDD = IDD_OPT_TIMING };
   CStatic  m_NumberStatic;
   CSpinButtonCtrl   m_NumberSpin;
   CEdit m_NumberEdit;
   CButton  m_MethodStatic;
   BOOL  m_Do;
   int      m_Method;
   CString  m_NumberStr;
   //}}AFX_DATA
   CButton  m_MethodButton[timNUM];


// Overrides
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(COptTimingDlg)
   protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
   //}}AFX_VIRTUAL

// Implementation
protected:
   void EnableMethod();
   void EnableNumber();
   BOOL Browse(int idx, CMyString& path);

   CString m_BrowseDir;

   // Generated message map functions
   //{{AFX_MSG(COptTimingDlg)
   virtual BOOL OnInitDialog();
   afx_msg void OnDo();
   virtual void OnOK();
   afx_msg void OnMethod();
   //}}AFX_MSG
   DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_OPTTIMINGDLG_H__98D7CAFC_727E_4FBF_A45F_AA9E67CB0B29__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?