📄 fileprops.h
字号:
#if !defined(AFX_FILEPROPS_H__CA4484B4_0301_4BE1_8736_551250121C3F__INCLUDED_)#define AFX_FILEPROPS_H__CA4484B4_0301_4BE1_8736_551250121C3F__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// FileProps.h : header file///////////////////////////////////////////////////////////////////////////////// CFileProps dialogclass CFileProps : public CDialog{// Constructionpublic: CFileProps(CWnd* pParent = NULL); // standard constructor BOOL Create(CWnd * pParent) { return CDialog::Create( CFileProps::IDD, pParent); }// Dialog Data //{{AFX_DATA(CFileProps) enum { IDD = IDD_PROPERTIES }; CTabCtrl m_ViewSel; CEdit m_ODInfo; CTreeCtrl m_ODTree; //}}AFX_DATA void RewriteODTree(); void WriteInlineTree(GF_ObjectManager *root_od, HTREEITEM parent); void SetInfo(GF_ObjectManager *odm);private: GF_ObjectManager *current_odm; void SetGeneralInfo(); void SetStreamsInfo(); void SetDecoderInfo(); void SetNetworkInfo();// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFileProps) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: // Generated message map functions //{{AFX_MSG(CFileProps) virtual BOOL OnInitDialog(); afx_msg void OnSelchangedOdtree(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnWorld(); afx_msg void OnViewsg(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnClose(); afx_msg void OnDestroy(); afx_msg void OnSelchangeViewsel(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_FILEPROPS_H__CA4484B4_0301_4BE1_8736_551250121C3F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -