PCSoftware_MooncarDlg.h
上传用户:jstzmfjx
上传日期:2022-07-17
资源大小:195k
文件大小:2k
- // PCSoftware_MooncarDlg.h : header file
- //
- #if !defined(AFX_PCSOFTWARE_MOONCARDLG_H__F7E6AD67_97BB_480D_9E87_D430F1CE4126__INCLUDED_)
- #define AFX_PCSOFTWARE_MOONCARDLG_H__F7E6AD67_97BB_480D_9E87_D430F1CE4126__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CPCSoftware_MooncarDlg dialog
- class CPCSoftware_MooncarDlg : public CDialog
- {
- // Construction
- public:
- CPCSoftware_MooncarDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPCSoftware_MooncarDlg)
- enum { IDD = IDD_PCSOFTWARE_MOONCAR_DIALOG };
- CButton m_StartStop;
- CString m_IPAddr;
- UINT m_Port;
- CString m_Log;
- CString m_Logs;
- CString m_Data;
- CString m_Speed;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPCSoftware_MooncarDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- int iStartStop;
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPCSoftware_MooncarDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PCSOFTWARE_MOONCARDLG_H__F7E6AD67_97BB_480D_9E87_D430F1CE4126__INCLUDED_)