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

📄 celliddetectorcontainer.rssi

📁 Cell Id detector. Detects cell ID. Symbian C++ source code and App. Used with carbide c++.
💻 RSSI
字号:
/*
========================================================================
 Name        : CellidDetectorContainer.rssi
 Author      : Hatma Suryotrisongko
 Copyright   : www.hatma.info
 Description : 
========================================================================
*/
#include "CellidDetectorContainer.hrh"
#include "CellidDetectorContainer.loc"

RESOURCE AVKON_VIEW r_cellid_detector_container_cellid_detector_container_view
	{
	cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
	menubar = r_cellid_detector_container_options_menu;
	toolbar = 0;
	}
RESOURCE MENU_BAR r_cellid_detector_container_options_menu
	{titles =
			{
			MENU_TITLE
				{
				menu_pane = r_cellid_detector_container_menu_pane1_menu_pane;
				}
			};

	}
RESOURCE STATUS_PANE_APP_MODEL r_cellid_detector_container_status_pane
	{
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidTitle;
			type = EAknCtTitlePane;
			resource = r_cellid_detector_container_title_resource;
			}
		};
	}
RESOURCE TITLE_PANE r_cellid_detector_container_title_resource
	{
	txt = STR_CellidDetectorContainerView_1;
	}
RESOURCE MENU_PANE r_cellid_detector_container_menu_pane1_menu_pane
	{
	items =
		{
		MENU_ITEM
			{
			command = ECellidDetectorContainerViewStart_TourMenuItemCommand;
			txt = STR_CellidDetectorContainerView_2;
			}
		};
	}

⌨️ 快捷键说明

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