demopointsdlg.h

来自「fortran并行计算包」· C头文件 代码 · 共 38 行

H
38
字号
/* -*- Mode: C; c-basic-offset:4 ; -*- *//* * *  (C) 2001 by Argonne National Laboratory. *      See COPYRIGHT in top-level directory. */#pragma once#include "afxwin.h"#include "ExampleNode.h"// CDemoPointsDlg dialogclass CDemoPointsDlg : public CDialog{	DECLARE_DYNAMIC(CDemoPointsDlg)public:	CDemoPointsDlg(CWnd* pParent = NULL);   // standard constructor	virtual ~CDemoPointsDlg();	CExampleNode *m_node_list;// Dialog Data	enum { IDD = IDD_DEMO_POINTS_DLG };protected:	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support	DECLARE_MESSAGE_MAP()public:    afx_msg void OnLbnDblclkPointsList();    CString m_cur_selected;    afx_msg void OnBnClickedAddBtn();    CListBox m_list;    afx_msg void OnBnClickedLoadBtn();};

⌨️ 快捷键说明

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