DrawDlg.h
上传用户:junliqi
上传日期:2022-05-01
资源大小:1869k
文件大小:2k
- #if !defined(AFX_DRAWDLG_H__94AEB0A6_A642_468F_A51A_C7670353E45A__INCLUDED_)
- #define AFX_DRAWDLG_H__94AEB0A6_A642_468F_A51A_C7670353E45A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DrawDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDrawDlg dialog
- class CDrawDlg : public CDialog
- {
- // Construction
- public:
- void fill(POINT *x,POINT *y,POINT *z,int i,int j,int q);
- int Maxnum(int *p,int n);
- struct D
- {
- int x;
- int y;
- int z;
- };
- void Draw();
- int a,b,c;
- int Ctrl;
- CDrawDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDrawDlg)
- enum { IDD = IDD_DIALOG_DRAW };
- CScrollBar m_scroll1;
- CScrollBar m_scroll2;
- CScrollBar m_scroll3;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDrawDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDrawDlg)
- afx_msg void OnButtonRotation1();
- virtual void OnOK();
- afx_msg void OnButtonRotation2();
- afx_msg void OnButtonRotation3();
- afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnButtonRotation4();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DRAWDLG_H__94AEB0A6_A642_468F_A51A_C7670353E45A__INCLUDED_)