CorpSms/DLG_SYSSetup.h

73 lines
1.8 KiB
C
Raw Permalink Normal View History

2025-02-27 16:58:16 +08:00
#if !defined(AFX_DLG_SYSSETUP_H__D41ED8D2_D822_4A93_B6EB_B0A782F371D5__INCLUDED_)
#define AFX_DLG_SYSSETUP_H__D41ED8D2_D822_4A93_B6EB_B0A782F371D5__INCLUDED_
#include "StdAfx.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_SYSSetup.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_SYSSetup dialog
class DLG_SYSSetup : public CDialog
{
public:
SM_Setup m_Setup;
// Construction
public:
void ReSetIrDaSel();
SM_Setup GetParam();
void SetParam( SM_Setup setup );
DLG_SYSSetup(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_SYSSetup)
enum { IDD = IDD_SYSSETUP };
CButton m_B_AutoRead;
CComboBox m_L_Baudrate;
CComboBox m_L_Type;
CComboBox m_L_Com;
CButton m_B_UseMobile;
CEdit m_E_AutoReMsg;
CButton m_B_AutoRe;
CButton m_B_AutoDelete;
CEdit m_E_AutoClear;
BOOL m_bAutoRecord;
CString m_strGroup;
CString m_strAutoRecv;
BOOL m_bAutoExRe;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_SYSSetup)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_SYSSetup)
virtual BOOL OnInitDialog();
afx_msg void OnSyssetupUsemobile();
afx_msg void OnSyssetupAutodelete();
afx_msg void OnSyssetupAutore();
afx_msg void OnEditchangeSyssetupPort();
virtual void OnOK();
afx_msg void OnSelchangeSyssetupMobiletype();
afx_msg void OnSyssetupAutorecordselgroup();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_SYSSETUP_H__D41ED8D2_D822_4A93_B6EB_B0A782F371D5__INCLUDED_)