PSParseDlg.h
上传用户:thjx518
上传日期:2022-03-16
资源大小:179k
文件大小:2k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. // PSParseDlg.h : header file
  2. //
  3. #if !defined(AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_)
  4. #define AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_
  5. #include "RecvCard.h" // Added by ClassView
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "PrivateSection.h"
  10. #include "PatParse.h"
  11. #include "Queue.h" // Added by ClassView
  12. #include <afxwin.h>
  13. #include "afxwin.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CPSParseDlg dialog
  16. class CPSParseDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CQueue Queue;
  21. void GetEIT();
  22. void GetSDT(void);
  23. void GetNIT(void);
  24. void GetPATPMT(void);
  25. CPSParseDlg(CWnd* pParent = NULL); // standard constructor
  26. // Dialog Data
  27. //{{AFX_DATA(CPSParseDlg)
  28. enum { IDD = IDD_PSPARSE_DIALOG };
  29. CComboBox m_progs;
  30. CListBox m_list;
  31. CString m_hex;
  32. CString m_openFileName;
  33. //}}AFX_DATA
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CPSParseDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. HICON m_hIcon;
  42. // Generated message map functions
  43. //{{AFX_MSG(CPSParseDlg)
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  46. afx_msg void OnPaint();
  47. afx_msg HCURSOR OnQueryDragIcon();
  48. afx_msg void OnGetdata();
  49. afx_msg void OnSize(UINT nType, int cx, int cy);
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. private:
  53. public:
  54. afx_msg void OnBnClickedButton1();
  55. CEdit m_edit4;
  56. CString m_openFilePath;
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_PSPARSEDLG_H__9A27BF30_C6ED_4479_9885_A1C267DF75BF__INCLUDED_)