ProDlg.h
上传用户:jungfrau
上传日期:2022-05-24
资源大小:33k
文件大小:2k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // ProDlg.h : header file
  2. //
  3. #if !defined(AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_)
  4. #define AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProDlg dialog
  10. class CProDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CProDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CProDlg)
  17. enum { IDD = IDD_PRO_DIALOG };
  18. CEdit m_ipaddr;
  19. CEdit m_hostname;
  20. CComboBox m_combox;
  21. CEdit m_pathname;
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CProDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CProDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnExitButton();
  38. afx_msg void OnRunButton();
  39. afx_msg void OnFileButton();
  40. afx_msg void OnRegisterButton();
  41. afx_msg void OnNotepadButton();
  42. afx_msg void OnCalcsButton();
  43. afx_msg void OnCmdButton();
  44. afx_msg void OnMspaintButton();
  45. afx_msg void OnMrtButton();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_PRODLG_H__1CFEDACF_5A86_4152_A8A8_4AFDFEEF83E0__INCLUDED_)