PSParseDlg.h
资源名称:PSParse.rar [点击查看]
上传用户:thjx518
上传日期:2022-03-16
资源大小:179k
文件大小:2k
源码类别:
mpeg/mp3
开发平台:
Visual C++
- // PSParseDlg.h : header file
- //
- #if !defined(AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_)
- #define AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_
- #include "RecvCard.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "PrivateSection.h"
- #include "PatParse.h"
- #include "Queue.h" // Added by ClassView
- #include <afxwin.h>
- #include "afxwin.h"
- /////////////////////////////////////////////////////////////////////////////
- // CPSParseDlg dialog
- class CPSParseDlg : public CDialog
- {
- // Construction
- public:
- CQueue Queue;
- void GetEIT();
- void GetSDT(void);
- void GetNIT(void);
- void GetPATPMT(void);
- CPSParseDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPSParseDlg)
- enum { IDD = IDD_PSPARSE_DIALOG };
- CComboBox m_progs;
- CListBox m_list;
- CString m_hex;
- CString m_openFileName;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPSParseDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CPSParseDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnGetdata();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- public:
- afx_msg void OnBnClickedButton1();
- CEdit m_edit4;
- CString m_openFilePath;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_)