www.pudn.com > src.rar > submuxDlg.h
// submuxDlg.h : header file
//
#include "afxwin.h"
#if !defined(AFX_SUBMUXDLG_H__C175D37B_503A_4164_BC0B_F6C891FFEFDF__INCLUDED_)
#define AFX_SUBMUXDLG_H__C175D37B_503A_4164_BC0B_F6C891FFEFDF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSubmuxDlg dialog
class CSubmuxDlg : public CDialog
{
// Construction
public:
CSubmuxDlg(CWnd* pParent = NULL); // standard constructor
~CSubmuxDlg();
// Dialog Data
//{{AFX_DATA(CSubmuxDlg)
enum { IDD = IDD_SUBMUX_DIALOG };
CListBox m_list;
CButton m_mux;
CButton m_exit;
int m_iInfo;
CString m_strInfo;
CComboBox m_InfoCtrl;
//}}AFX_DATA
CString m_out;
int m_type;
CStringArray m_InfoFields;
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSubmuxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSubmuxDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnMUX();
afx_msg void OnDestroy();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnDropFiles(HDROP hDropInfo);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnAddToList();
afx_msg void OnRemoveFromList();
afx_msg void OnButton1();
afx_msg void OnCbnSelchangeCombo1();
afx_msg void OnEnChangeEdit1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUBMUXDLG_H__C175D37B_503A_4164_BC0B_F6C891FFEFDF__INCLUDED_)