AGV调度系统地图建模参考文件 c++

AGV调度系统地图建模参考文件 c++

c++制作的地图编辑、保存软件,可用于AGV调度软件中的地图编辑做参考,包括绘制图形、保存文件,打开历史文件等操作。
AGV调度系统地图建模参考文件 c++
SideStartEndnode.h:

#if !defined(AFX_SIDESTARTENDNODE_H__68A19B65_D828_11D4_8388_00D0B7213322__INCLUDED_)  
#define AFX_SIDESTARTENDNODE_H__68A19B65_D828_11D4_8388_00D0B7213322__INCLUDED_  


#if _MSC_VER > 1000  
#pragma once  
#endif // _MSC_VER > 1000  
// SideStartEndnode.h : header file  
//  
  
/////////////////////////////////////////////////////////////////////////////  
// CSideStartEndnode dialog  
  
class CSideStartEndnode : public CDialog  
{  
// Construction  
protected:  
    int m_nParameter;  
public:  
    int DoModal(int nParameter);  
    CSideStartEndnode(CWnd* pParent = NULL);   // standard constructor  
  
// Dialog Data  
    //{{AFX_DATA(CSideStartEndnode)  
    enum { IDD = IDD_SIDESTARTENDNODE };  
    CEdit   m_ctlAngle;  
    CEdit   m_ctlStarty;  
    CEdit   m_ctlStartx;  
    CEdit   m_ctlEndy;  
    CEdit   m_ctlEndx;  
    double  m_dEndx;  
    double  m_dEndy;  
    double  m_dStartx;  
    double  m_dStarty;  
    int     m_nMode;  
    double  m_dAngle;  
    //}}AFX_DATA  
  
  
// Overrides  
    // ClassWizard generated virtual function overrides  
    //{{AFX_VIRTUAL(CSideStartEndnode)  
    protected:  
    virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support  
    //}}AFX_VIRTUAL  
  
// Implementation  
protected:  
  
    // Generated message map functions  
    //{{AFX_MSG(CSideStartEndnode)  
    virtual BOOL OnInitDialog();  
    afx_msg void OnRadio1();  
    afx_msg void OnRadio2();  
    //}}AFX_MSG  
    DECLARE_MESSAGE_MAP()  
};  
  
//{{AFX_INSERT_LOCATION}}  
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.  


#endif // !defined(AFX_SIDESTARTENDNODE_H__68A19B65_D828_11D4_8388_00D0B7213322__INCLUDED_)
AGV调度系统地图建模参考文件 c++-AGV吧
AGV调度系统地图建模参考文件 c++
此内容为付费资源,请付费后查看
20积分
付费资源
已售 2
© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容