ProDlg.h
上传用户:jungfrau
上传日期:2022-05-24
资源大小:33k
文件大小:2k
- // ProDlg.h : header file
- //
- #if !defined(AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_)
- #define AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CProDlg dialog
- class CProDlg : public CDialog
- {
- // Construction
- public:
- CProDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CProDlg)
- enum { IDD = IDD_PRO_DIALOG };
- CEdit m_ipaddr;
- CEdit m_hostname;
- CComboBox m_combox;
- CEdit m_pathname;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CProDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CProDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnExitButton();
- afx_msg void OnRunButton();
- afx_msg void OnFileButton();
- afx_msg void OnRegisterButton();
- afx_msg void OnNotepadButton();
- afx_msg void OnCalcsButton();
- afx_msg void OnCmdButton();
- afx_msg void OnMspaintButton();
- afx_msg void OnMrtButton();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_)