ComputerName.h
上传用户:haifei
上传日期:2022-07-20
资源大小:77k
文件大小:1k
- #if !defined(AFX_COMPUTERNAME_H__288E91C3_6DED_11D4_B495_00104B13D514__INCLUDED_)
- #define AFX_COMPUTERNAME_H__288E91C3_6DED_11D4_B495_00104B13D514__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // ComputerName.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CComputerName dialog
- class CComputerName : public CDialog
- {
- // Construction
- public:
- CString m_Title;
- CComputerName(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CComputerName)
- enum { IDD = IDD_NAME };
- CString m_strName;
- CString m_Connector;
- CString m_Password;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CComputerName)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CComputerName)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMPUTERNAME_H__288E91C3_6DED_11D4_B495_00104B13D514__INCLUDED_)