fileprops.h
来自「一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库」· C头文件 代码 · 共 71 行
H
71 行
#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 + =
减小字号Ctrl + -
显示快捷键?