a
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
#if !defined(AFX_DIALPLCSTATUSSETTING_H__B4907B9B_A08F_40B5_BAAF_D6B81391F8E5__INCLUDED_)
|
||||
#define AFX_DIALPLCSTATUSSETTING_H__B4907B9B_A08F_40B5_BAAF_D6B81391F8E5__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// DialPlcStatusSetting.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CDialPlcStatusSetting dialog
|
||||
|
||||
class CDialPlcStatusSetting : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
CDialPlcStatusSetting(CWnd* pParent = NULL); // standard constructor
|
||||
int GetTimerInterval(){return m_iTimerInterval;}
|
||||
void SetTimerInterval(int iTimerInterval){m_iTimerInterval = iTimerInterval;}
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CDialPlcStatusSetting)
|
||||
enum { IDD = IDD_DIALOG_DEV_STATUS_QUERY };
|
||||
CComboBox m_cmbRepMethid;
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(CDialPlcStatusSetting)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CDialPlcStatusSetting)
|
||||
virtual BOOL OnInitDialog();
|
||||
virtual void OnOK();
|
||||
afx_msg void OnSelchangeComboRepMethod();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
private:
|
||||
int m_iTimerInterval;
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_DIALPLCSTATUSSETTING_H__B4907B9B_A08F_40B5_BAAF_D6B81391F8E5__INCLUDED_)
|
||||
Reference in New Issue
Block a user