2013-12-02 11:17:07 -05:00
|
|
|
#if !defined(AFX_TABGDI_H__7E062B52_3B6E_44C4_B58E_AAD73592C8E3__INCLUDED_)
|
|
|
|
#define AFX_TABGDI_H__7E062B52_3B6E_44C4_B58E_AAD73592C8E3__INCLUDED_
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
#pragma once
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
// TabLogs.h : header file
|
|
|
|
//
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// CTabLogs dialog
|
|
|
|
|
2013-07-12 12:38:33 -04:00
|
|
|
class CTabSysLibs : public CDialog
|
2013-12-02 11:17:07 -05:00
|
|
|
{
|
|
|
|
// Construction
|
|
|
|
public:
|
2013-07-12 12:38:33 -04:00
|
|
|
CTabSysLibs(CWnd* pParent = NULL); // standard constructor
|
2013-12-02 11:17:07 -05:00
|
|
|
|
|
|
|
// Dialog Data
|
|
|
|
//{{AFX_DATA(CTabLogs)
|
2013-07-12 12:38:33 -04:00
|
|
|
enum { IDD = IDD_TAB_SYSLIBS };
|
2013-12-02 11:17:07 -05:00
|
|
|
// NOTE: the ClassWizard will add data members here
|
|
|
|
//}}AFX_DATA
|
|
|
|
|
|
|
|
|
|
|
|
// Overrides
|
|
|
|
// ClassWizard generated virtual function overrides
|
|
|
|
//{{AFX_VIRTUAL(CTabLogs)
|
|
|
|
protected:
|
|
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
|
|
//}}AFX_VIRTUAL
|
|
|
|
|
|
|
|
// Implementation
|
|
|
|
protected:
|
|
|
|
|
|
|
|
// Generated message map functions
|
|
|
|
//{{AFX_MSG(CTabLogs)
|
|
|
|
// NOTE: the ClassWizard will add member functions here
|
|
|
|
//}}AFX_MSG
|
|
|
|
DECLARE_MESSAGE_MAP()
|
|
|
|
};
|
|
|
|
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
|
|
|
|
#endif
|