VSRipDlg.h

00001 /* 
00002  *      Copyright (C) 2003-2005 Gabest
00003  *      http://www.gabest.org
00004  *
00005  *  This Program is free software; you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation; either version 2, or (at your option)
00008  *  any later version.
00009  *   
00010  *  This Program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00013  *  GNU General Public License for more details.
00014  *   
00015  *  You should have received a copy of the GNU General Public License
00016  *  along with GNU Make; see the file COPYING.  If not, write to
00017  *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 
00018  *  http://www.gnu.org/copyleft/gpl.html
00019  *
00020  */
00021 
00022 #pragma once
00023 
00024 #include <afxwin.h>
00025 #include <afxtempl.h>
00026 #include "VSRipFileDlg.h"
00027 #include "VSRipPGCDlg.h"
00028 #include "VSRipIndexingDlg.h"
00029 #include "afxwin.h"
00030 
00031 // CVSRipDlg dialog
00032 class CVSRipDlg : public CDialog
00033 {
00034 // Construction
00035 public:
00036         CVSRipDlg(CWnd* pParent = NULL);        // standard constructor
00037         virtual ~CVSRipDlg();
00038 
00039 // Dialog Data
00040         enum { IDD = IDD_VSRIP_DIALOG };
00041 
00042         protected:
00043         virtual void DoDataExchange(CDataExchange* pDX);        // DDX/DDV support
00044         virtual BOOL OnInitDialog();
00045 
00046 // Implementation
00047 protected:
00048         HICON m_hIcon;
00049 
00050         CStatic m_dlgrect;
00051         CStatic m_hdrline;
00052 
00053         CAutoPtrList<CVSRipPage> m_dlgs;
00054         POSITION m_dlgpos;
00055         void ShowNext(), ShowPrev();
00056         POSITION GetNext(), GetPrev();
00057 
00058         CComPtr<IVSFRipper> m_pVSFRipper;
00059 
00060         // Generated message map functions
00061         DECLARE_MESSAGE_MAP()
00062 
00063 public:
00064         afx_msg void OnPaint();
00065         afx_msg void OnKickIdle();
00066         afx_msg HCURSOR OnQueryDragIcon();
00067         afx_msg void OnPrev();
00068         afx_msg void OnUpdatePrev(CCmdUI* pCmdUI);
00069         afx_msg void OnNext();
00070         afx_msg void OnUpdateNext(CCmdUI* pCmdUI);
00071         afx_msg void OnClose();
00072         afx_msg void OnUpdateClose(CCmdUI* pCmdUI);
00073         CStatic m_ftrline;
00074 };

Generated on Tue Dec 13 14:47:05 2005 for guliverkli by  doxygen 1.4.5