You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitlib.pub/MITLIB/mcctrdll/RunTaskDlg.h

53 lines
1.4 KiB
C++

#if !defined(AFX_RUNTASKDLG_H__9C03BAA8_A830_42BC_9128_967957F514E9__INCLUDED_)
#define AFX_RUNTASKDLG_H__9C03BAA8_A830_42BC_9128_967957F514E9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RunTaskDlg.h : header file
//
#ifdef BUILD_MCCTRDLL
#define MCCTRDLLCLASS __declspec(dllexport)
#else
#define MCCTRDLLCLASS __declspec(dllimport)
#endif
/////////////////////////////////////////////////////////////////////////////
// CRunTaskDlg dialog
#include "mcctrdllresource.h"
class MCCTRDLLCLASS CRunTaskDlg : public CDialog
{
// Construction
public:
explicit CRunTaskDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
// {{AFX_DATA(CRunTaskDlg)
enum {
IDD = IDD_RUNTASK_DIALOG
};
// NOTE: the ClassWizard will add data members here
// }}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
// {{AFX_VIRTUAL(CRunTaskDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// }}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
// {{AFX_MSG(CRunTaskDlg)
// }}AFX_MSG
DECLARE_MESSAGE_MAP()
};
// {{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RUNTASKDLG_H__9C03BAA8_A830_42BC_9128_967957F514E9__INCLUDED_)