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

📄 rightview.h

📁 参数化车间设备资源绘制程序
💻 H
字号:
#pragma once
#include "afxwin.h"
#include "afxcmn.h"
//#include "TechNewsIntoDlg.h"
#include "MachineSelect.h"
//#include "DlgBar.h"
#include "visdrawdoc.h"

using namespace XPPS::DXFView;
// CRightView 窗体视图


class CRightView : public CFormView
{

	DECLARE_DYNCREATE(CRightView)

public:
	CRightView();           // 动态创建所使用的受保护的构造函数
	virtual ~CRightView();
	// Data member for the .NET User Control:
	CWinFormsControl<XPPS::DXFView::DxfDataPicker> m_ctrl1;
	
	CWinFormsControl<XPPS::DXFView::FrmResult>m_str1;



    
public:
	enum { IDD = IDD_RIGHT_VIEW };
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

public:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持

	DECLARE_MESSAGE_MAP()
	public:
	CVisDrawDoc* GetDocument();

	virtual void OnInitialUpdate();
protected:
	virtual void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/);
public:
	
	
public:
	afx_msg void On32927();
public:
	
public:
	
	CString m_string;
	CString m_str3;
	

public:
	afx_msg void OnTimer(UINT_PTR nIDEvent);
public:
	afx_msg void OnEnChangeEditInch();
public:
	afx_msg void OnDestroy();
	

public:
	
public:
	CEdit m_strinch;
public:

public:
	//afx_msg void OnBnClickedEditButton();
public:
	
public:
	//CEdit m_editMachine;
	
	
public:
	CListBox m_List2;
public:
	afx_msg void OnLbnSelchangeList2();

public:
	void ShowLuxian(void);

public:
	CComboBox m_PartStyle;
public:
	//afx_msg void OnCbnSelchangePartStyle();
public:
	/*CListBox m_LuxianList1;*/
	CString m_Gongyi;
public:
	//afx_msg void OnCbnDropdownPartStyle();
public:
	//afx_msg void OnCbnDropdownCombo1();
public:
	//CComboBox m_ComboBox;
public:
	afx_msg void OnCbnDropdownCombo3();
public:
	CComboBox m_ComboBox3;
public:
	afx_msg void OnCbnSelchangeCombo3();
public:
	//CListCtrl m_listCtr;
public:
	//afx_msg void OnHdnItemdblclickListCtr(NMHDR *pNMHDR, LRESULT *pResult);
	CString m_listCtrStr;
	CString m_gongxu;
    CString m_edit_string;
	 CString m_gongxu_string;
public:
	afx_msg void OnBnClickedButton2Gx();
public:
	afx_msg void OnBnClickedButton1Gyxx();
	//CTechNewsIntoDlg* m_TechNewsIntoDlg;

public:
	afx_msg void OnStnClickedStaticText();
public:
	//CDlgbar m_pDlgDarview; 
public:
	//CString m_editStr2;
	CString m_Str2;
	CMachineSelect* mDlg;
public:
	//afx_msg void OnBnClickedButtonOk();
public:
	//afx_msg void OnLvnItemchangedListCtr(NMHDR *pNMHDR, LRESULT *pResult);
public:
	CComboBox m_ComboLX;
public:
	/*afx_msg void OnBnClickedButtonGxsc();*/
public:
	//CComboBox m_ComboJGFF;
public:
//	CEdit m_EditTZTQ;
public:
	CComboBox m_ComboTZTQ;
public:
	afx_msg void OnLbnDblclkList2();
public:
//	afx_msg void OnCbnEditupdateComboGx();
public:
	CComboBox m_combogx;
	int iTextLen;
public:
	afx_msg void OnCbnEditchangeComboGx();
public:
	void OnOk(void);
	CString StrComboData,StrListData;
public:
	afx_msg void OnCbnSelchangeComboGx();
public:
	afx_msg void OnCbnDropdownComboGx();
public:
	afx_msg void OnCbnEditupdateComboGx();
public:
	CComboBox m_combogxNO;

public:
	afx_msg void OnBnClickedButtonTzcc();

public:
	CString m_strList2;
public:
	afx_msg void OnCbnDblclkComboGx();
public:
	//afx_msg void OnCbnSelchangeProcessText();
public:
	CComboBox m_processText;
public:
	afx_msg void OnBnClickedButtonGxsc2();
};


⌨️ 快捷键说明

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