Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-05-18 19:40:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-18 19:40:28 +0400
commit66c1047db0a900ac48b92df42b85e4ac8273e036 (patch)
tree4723b0e6916fc196c7329494f3f117a314446c71 /src/apps/mplayerc/PPagePlayer.h
parent9d39498d16550238f6424bb6713f708f604e25f5 (diff)
move apps/MPCTestAPI and apps/mplayerc one dir up
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4789 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPagePlayer.h')
-rw-r--r--src/apps/mplayerc/PPagePlayer.h71
1 files changed, 0 insertions, 71 deletions
diff --git a/src/apps/mplayerc/PPagePlayer.h b/src/apps/mplayerc/PPagePlayer.h
deleted file mode 100644
index 3d067b229..000000000
--- a/src/apps/mplayerc/PPagePlayer.h
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * $Id$
- *
- * (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
- *
- * This file is part of MPC-HC.
- *
- * MPC-HC is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * MPC-HC is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-#pragma once
-
-#include "PPageBase.h"
-
-
-// CPPagePlayer dialog
-
-class CPPagePlayer : public CPPageBase
-{
- DECLARE_DYNAMIC(CPPagePlayer)
-
-public:
- CPPagePlayer();
- virtual ~CPPagePlayer();
-
- int m_iAllowMultipleInst;
- int m_iTitleBarTextStyle;
- BOOL m_bTitleBarTextTitle;
- BOOL m_iAlwaysOnTop;
- BOOL m_fRememberWindowPos;
- BOOL m_fRememberWindowSize;
- BOOL m_fSavePnSZoom;
- BOOL m_fSnapToDesktopEdges;
- BOOL m_fUseIni;
- BOOL m_fTrayIcon;
- BOOL m_fKeepHistory;
- BOOL m_fHideCDROMsSubMenu;
- BOOL m_priority;
- BOOL m_fShowOSD;
- BOOL m_fLimitWindowProportions;
- BOOL m_fRememberDVDPos;
- BOOL m_fRememberFilePos;
-
- // Dialog Data
- enum { IDD = IDD_PPAGEPLAYER };
-
-protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnInitDialog();
- virtual BOOL OnApply();
-
- DECLARE_MESSAGE_MAP()
-
-public:
- afx_msg void OnUpdateTimeout(CCmdUI* pCmdUI);
- afx_msg void OnUpdateCheck13(CCmdUI* pCmdUI);
- afx_msg void OnUpdatePos(CCmdUI* pCmdUI);
-};