⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icadentproptabs.h

📁 mtext,编辑器,支持潜入对象
💻 H
📖 第 1 页 / 共 3 页
字号:
        afx_msg void OnSpinEdx(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinEdy(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinEdz(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};

// EBATECH(CNBR) -[ 2002/4/24
class ent_SHAPE_TAB : public CDialog
{
    public:
		int		iTmp, iTxtCurSel;
		CString	csTmp;
		BOOL	ent_Pick;

        ent_SHAPE_TAB();
        BOOL OnInitDialog();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick();
        afx_msg void OnSpinHeight(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinRotation(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinWidth(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOblique(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOriginX(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOriginY(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOriginZ(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);
		void		 FillCombo();
		void		ent_NameChoice();

	DECLARE_MESSAGE_MAP()
};
// EBATECH(CNBR) ]-


class ent_SOLID_TAB : public CDialog
{
    public:
		int		iTmp;
		CString	csTmp;
		BOOL	ent_Pick1, ent_Pick2, ent_Pick3, ent_Pick4;

        ent_SOLID_TAB();
        BOOL OnInitDialog();
        void CopyAllZs();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick1();
        afx_msg void ent_OnPick2();
        afx_msg void ent_OnPick3();
        afx_msg void ent_OnPick4();
        afx_msg void OnSpinPt1x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt1y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt2x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt2y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt3x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt3y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4z(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};


class ent_SPLINE_TAB : public CDialog
{
    public:
		ent_EntCodes	*pFitbb, *pCtlbb, *pFcur, *pCcur;
		int				iTmp, CtlCurCnt,FitCurCnt,CtlTot,FitTot;
		CString			csTmp;
		BOOL			ent_Pick;

        ent_SPLINE_TAB();
        BOOL OnInitDialog();

    protected:
        struct resbuf ucs,wcs;
                void LoadCtl();
                void LoadFit();
                void GreyCtl();
                void GreyFit();
        afx_msg void OnCtlNext();
        afx_msg void OnCtlPrev();
        afx_msg void OnFitNext();
        afx_msg void OnFitPrev();
                void Count();
        virtual void OnOK();
        virtual void OnCancel();
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};


class ent_TEXT_TAB : public CDialog
{
    public:
		int		iTmp, iTxtCurSel, iJust72, iJust73;
		CString	csTmp;
		BOOL	ent_Pick,ent_Pick2;

        ent_TEXT_TAB();
        BOOL OnInitDialog();
        void ent_StyleChoice();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        void ent_Yes10();
        void ent_No10();
        void ent_Yes11();
        void ent_No11();
        void ent_Yes40();
        void ent_No40();
        void ent_Yes50();
        void ent_No50();
        afx_msg void ent_OnPick();
        afx_msg void ent_OnPick2();
        afx_msg void OnSpinTextHigh(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinTextRot(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinTextWide(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinTextQue(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOrgX(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOrgY(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinOrgZ(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinAliX(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinAliY(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinAliZ(NMHDR *pNotifyStruct,LRESULT *result);
        void ent_SetSel();
        virtual void DoDataExchange(CDataExchange *pDX);
        void ent_SelChange();
        afx_msg void OnJustChange();
        afx_msg void OnStyleChange();
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);
		void		 FillCombo();

	DECLARE_MESSAGE_MAP()
};


class ent_TOLER_TAB : public CDialog
{
    public:
		int		iTmp;
		CString	csTmp;
		BOOL	ent_Pick;

        ent_TOLER_TAB();
        BOOL OnInitDialog();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick();
        afx_msg void OnSpinX(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinY(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinZ(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};


class ent_TRACE_TAB : public CDialog
{
    public:
		int		iTmp;
		CString	csTmp;
		BOOL	ent_Pick1, ent_Pick2, ent_Pick3, ent_Pick4;

        ent_TRACE_TAB();
        BOOL OnInitDialog();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick1();
        afx_msg void ent_OnPick2();
        afx_msg void ent_OnPick3();
        afx_msg void ent_OnPick4();
        afx_msg void OnSpinPt1x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt1y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt1z(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt2x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt2y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt2z(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt3x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt3y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt3z(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4x(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4y(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinPt4z(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};


class ent_VIEWP_TAB : public CDialog
{
    public:
		int		iTmp;
		CString	csTmp;
		BOOL	ent_Pick;

        ent_VIEWP_TAB();
        BOOL OnInitDialog();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick();
        afx_msg void OnSpinCpx(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinCpy(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinCpz(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinHigh(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinWide(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};


class ent_XLINE_TAB : public CDialog
{
    public:
		int		iTmp;
		CString	csTmp;
		BOOL	ent_Pick1, ent_Pick2;

        ent_XLINE_TAB();
        BOOL OnInitDialog();

    protected:
        virtual void OnOK();
        virtual void OnCancel();
        afx_msg void ent_OnPick1();
        afx_msg void ent_OnPick2();
        afx_msg void OnSpinStx(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinSty(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinStz(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinEdx(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinEdy(NMHDR *pNotifyStruct,LRESULT *result);
        afx_msg void OnSpinEdz(NMHDR *pNotifyStruct,LRESULT *result);
        virtual void DoDataExchange(CDataExchange *pDX);
        afx_msg BOOL OnHelpInfo(HELPINFO *pHel);

    DECLARE_MESSAGE_MAP()
};

class ent_3DSOLID_TAB : public CDialog
{
public:
	ent_3DSOLID_TAB() : CDialog(ENT_3DSOLID_TAB)
	{}
	virtual ~ent_3DSOLID_TAB()
	{}

	BOOL OnInitDialog();

protected:
    virtual void OnOK();
    virtual void OnCancel();
    afx_msg BOOL OnHelpInfo(HELPINFO* pHel);
    virtual void DoDataExchange(CDataExchange* pDX);

	DECLARE_MESSAGE_MAP()
};

class ent_REGION_TAB : public CDialog
{
public:
	ent_REGION_TAB() : CDialog(ENT_REGION_TAB)
	{}
	virtual ~ent_REGION_TAB()
	{}

	BOOL OnInitDialog();

protected:
    virtual void OnOK();
    virtual void OnCancel();
    afx_msg BOOL OnHelpInfo(HELPINFO* pHel);
    virtual void DoDataExchange(CDataExchange* pDX);

	DECLARE_MESSAGE_MAP()
};

class ent_BODY_TAB : public CDialog
{
public:
	ent_BODY_TAB() : CDialog(ENT_BODY_TAB)
	{}
	virtual ~ent_BODY_TAB()
	{}

	BOOL OnInitDialog();

protected:
    virtual void OnOK();
    virtual void OnCancel();
    afx_msg BOOL OnHelpInfo(HELPINFO* pHel);
    virtual void DoDataExchange(CDataExchange* pDX);

	DECLARE_MESSAGE_MAP()
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -