⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp3playereditwin.hpp

📁 music player developemntm usic player developemntm usic player developemntmusic player developemnt
💻 HPP
字号:
/*	------------------------------------------------------------	Copyright (C) COMNEON Software GmbH & Co. OHG. All rights reserved.	------------------------------------------------------------------------	This document contains proprietary information belonging to COMNEON.	Passing on and copying of this document, use and communication of its	contents is not permitted without prior written authorisation.	-------------------------------------------------------- */#if !defined(FmRadioEditWin_hpp)#define FmRadioEditWin_hpp#include <Common/MmiWindow.hpp>#include <Audio/RadioAudioDevice.hpp>class FmRadioEditWin : public MmiWindow {	typedef MmiWindow Base;	public:		FmRadioEditWin();		~FmRadioEditWin();		void Init(RadioAudioDevice::BandLimits BandLim);	protected:		BOOLEAN OnCancel();		BOOLEAN OnConfirm();		void OnLayoutClient();	private:		RadioAudioDevice::BandLimits m_band_lim;		TextLine			m_phone_no_text;			LineEditor			m_freq_editor;};#endif 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -