// srtcutDlg.h : header file // #if !defined(AFX_SRTCUTDLG_H__0B5762F5_2917_42CA_B338_3773982BA216__INCLUDED_) #define AFX_SRTCUTDLG_H__0B5762F5_2917_42CA_B338_3773982BA216__INCLUDED_ #include "SrtReader.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CSrtcutDlg dialog class CSrtcutDlg : public CDialog { // Construction public: CSrtcutDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSrtcutDlg) enum { IDD = IDD_SRTCUT_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSrtcutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; CSrtReader m_SrtReader; // Generated message map functions //{{AFX_MSG(CSrtcutDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnOpen(); afx_msg void OnSave(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SRTCUTDLG_H__0B5762F5_2917_42CA_B338_3773982BA216__INCLUDED_)