/* (C) 2003 XDA Developers * Author: Willem Jan Hengeveld * Web: http://www.xda-developers.com/ * * $Header$ */ // bandswitchDlg.h : header file // #if !defined(AFX_BANDSWITCHDLG_H__016AE169_3123_4E76_B51F_7BAAB6BB5968__INCLUDED_) #define AFX_BANDSWITCHDLG_H__016AE169_3123_4E76_B51F_7BAAB6BB5968__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "switcher.h" ///////////////////////////////////////////////////////////////////////////// // CBandswitchDlg dialog class CBandswitchDlg : public CDialog { // Construction public: CBandswitchDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CBandswitchDlg) enum { IDD = IDD_BANDSWITCH_DIALOG }; CStatic m_cCurrentBand; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CBandswitchDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CBandswitchDlg) virtual BOOL OnInitDialog(); afx_msg void OnButton900(); afx_msg void OnButton1900(); afx_msg void OnButton9001800(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: BandSwitcher g_switcher; void UpdateCurrent(); }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_BANDSWITCHDLG_H__016AE169_3123_4E76_B51F_7BAAB6BB5968__INCLUDED_)