www.pudn.com > RMS2000_C.rar > GlobalPara.h
#if !defined(AFX_GLOBALPARA_H__35FAEC87_7918_11D4_9C2F_F118AB8BB910__INCLUDED_)
#define AFX_GLOBALPARA_H__35FAEC87_7918_11D4_9C2F_F118AB8BB910__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GlobalPara.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGlobalPara dialog
class CGlobalPara : public CDialog
{
// Construction
public:
CGlobalPara(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGlobalPara)
enum { IDD = IDD_GLOBAL_PARA };
CSpinButtonCtrl m_spinSta;
CString m_strSysUserName;
int m_nStaSum;
int m_nStaToRtu;
int m_nStaNo;
CComboBox m_MnpPort;
CComboBox m_MnpBaud;
CButton m_WarnPrint;
CButton m_VoiceWarn;
CComboBox m_StoreLap;
CButton m_DataStoreHere;
CButton m_NotCall;
CButton m_MasterWs;
CButton m_InstServer;
CButton m_InstAnalog;
CButton m_DataFromNet;
CComboBox m_CommPort;
CComboBox m_CommBaud;
CButton m_AnalogTest;
CSpinButtonCtrl m_SpinAddExp;
int m_AddExpAddr;
CString m_AddExp;
CString m_AddExpName;
int m_AddExpNo;
CString m_ExcelPath;
CString m_SQLUserName;
CString m_UserPassword;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGlobalPara)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
RmsGlo m_RmsGlo;
protected:
// Generated message map functions
//{{AFX_MSG(CGlobalPara)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnChangeStationSum();
afx_msg void OnChangeStationToRtu();
afx_msg void OnChangeStationNo();
afx_msg void OnNotCall();
afx_msg void OnChangeAddexpNo();
afx_msg void OnChangeAddexpName();
afx_msg void OnChangeAddexpExp();
afx_msg void OnChangeAddexpAddr();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GLOBALPARA_H__35FAEC87_7918_11D4_9C2F_F118AB8BB910__INCLUDED_)