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:
Diffstat (limited to 'src/apps/mplayerc/TunerScanDlg.h')
-rw-r--r--src/apps/mplayerc/TunerScanDlg.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/apps/mplayerc/TunerScanDlg.h b/src/apps/mplayerc/TunerScanDlg.h
index 9f9f2b5c9..43b58fa9e 100644
--- a/src/apps/mplayerc/TunerScanDlg.h
+++ b/src/apps/mplayerc/TunerScanDlg.h
@@ -29,40 +29,40 @@
class CTunerScanDlg : public CDialog
{
- DECLARE_DYNAMIC(CTunerScanDlg)
+ DECLARE_DYNAMIC(CTunerScanDlg)
public:
- CTunerScanDlg(CWnd* pParent = NULL); // standard constructor
- virtual ~CTunerScanDlg();
+ CTunerScanDlg(CWnd* pParent = NULL); // standard constructor
+ virtual ~CTunerScanDlg();
// Dialog Data
- enum { IDD = IDD_TUNER_SCAN };
+ enum { IDD = IDD_TUNER_SCAN };
protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- void SetProgress (bool bState);
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
+ void SetProgress (bool bState);
- DECLARE_MESSAGE_MAP()
+ DECLARE_MESSAGE_MAP()
public:
- ULONG m_ulFrequencyStart;
- ULONG m_ulFrequencyEnd;
- ULONG m_ulBandwidth;
- CProgressCtrl m_Progress;
- CProgressCtrl m_Strength;
- CProgressCtrl m_Quality;
- CListCtrl m_ChannelList;
- bool m_bInProgress;
+ ULONG m_ulFrequencyStart;
+ ULONG m_ulFrequencyEnd;
+ ULONG m_ulBandwidth;
+ CProgressCtrl m_Progress;
+ CProgressCtrl m_Strength;
+ CProgressCtrl m_Quality;
+ CListCtrl m_ChannelList;
+ bool m_bInProgress;
- afx_msg LRESULT OnScanProgress(WPARAM wParam, LPARAM lParam);
- afx_msg LRESULT OnScanEnd(WPARAM wParam, LPARAM lParam);
- afx_msg LRESULT OnStats(WPARAM wParam, LPARAM lParam);
- afx_msg LRESULT OnNewChannel(WPARAM wParam, LPARAM lParam);
+ afx_msg LRESULT OnScanProgress(WPARAM wParam, LPARAM lParam);
+ afx_msg LRESULT OnScanEnd(WPARAM wParam, LPARAM lParam);
+ afx_msg LRESULT OnStats(WPARAM wParam, LPARAM lParam);
+ afx_msg LRESULT OnNewChannel(WPARAM wParam, LPARAM lParam);
- afx_msg void OnBnClickedSave();
- afx_msg void OnBnClickedStart();
- afx_msg void OnBnClickedCancel();
- virtual BOOL OnInitDialog();
- CButton m_btnStart;
- CButton m_btnSave;
- CButton m_btnCancel;
+ afx_msg void OnBnClickedSave();
+ afx_msg void OnBnClickedStart();
+ afx_msg void OnBnClickedCancel();
+ virtual BOOL OnInitDialog();
+ CButton m_btnStart;
+ CButton m_btnSave;
+ CButton m_btnCancel;
};