newDialog.h
资源名称:DDALine.rar [点击查看]
上传用户:xmsintoyu
上传日期:2022-05-05
资源大小:9731k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- #if !defined(AFX_NEWDIALOG_H__76FED1B1_17D7_4B47_BDB6_834C89B5E593__INCLUDED_)
- #define AFX_NEWDIALOG_H__76FED1B1_17D7_4B47_BDB6_834C89B5E593__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // newDialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // newDialog dialog
- class newDialog : public CDialog
- {
- // Construction
- public:
- newDialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(newDialog)
- enum { IDD = IDD_DIALOG1 };
- int m_x0;
- int m_x1;
- int m_y0;
- int m_y1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(newDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(newDialog)
- afx_msg void OnClear();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NEWDIALOG_H__76FED1B1_17D7_4B47_BDB6_834C89B5E593__INCLUDED_)
English
