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

📄 signedapp_0x20000462.rss

📁 《UIQ 3 The Complete Guide》书的源代码
💻 RSS
字号:
//
// SignedApp_0x20000462.rss    - UIQ SignedApp resource file 
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality. 
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material. 
//

NAME    SIGD

#include <eikon.rh>
#include <eikon.rsg>
#include <qikon.rh>
#include <qikon.hrh>
#include <uikon.rh>
#include <uikon.hrh>
#include <QikCommand.rh>
#include <QikListBox.rh>
#include <QikListBoxStandardLayouts.hrh>

#include <SignedApp_0x20000462.mbg>
#include "SignedApp.hrh"

#ifdef LANGUAGE_01
#include "..\English\SignedApp.rls"
#endif

////////////////////////////////////////////////////////////////////////////////////////
RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF16 { buf=""; }

RESOURCE EIK_APP_INFO {	}

////////////////////////////////////////////////////////////////////////////////////////
RESOURCE QIK_VIEW_CONFIGURATIONS r_details_view_configurations
	{
	configurations = 
		{
		QIK_VIEW_CONFIGURATION
			{
			ui_config_mode = KQikPenStyleTouchPortrait;
			command_list = r_details_view_pen_portrait_commands;
			},
		QIK_VIEW_CONFIGURATION
			{
			ui_config_mode = KQikPenStyleTouchLandscape;
			command_list = r_details_view_pen_portrait_commands;
			},
		QIK_VIEW_CONFIGURATION
			{
			ui_config_mode = KQikSoftkeyStylePortrait;
			command_list = r_details_view_key_portrait_commands;
			},
		QIK_VIEW_CONFIGURATION
 			{
			ui_config_mode = KQikSoftkeyStyleSmallPortrait;
 			command_list = r_details_view_key_portrait_commands;
			},
		QIK_VIEW_CONFIGURATION
 			{
			ui_config_mode = KQikSoftkeyStyleSmallLandscape;
 			command_list = r_details_view_key_portrait_commands;
			},
		QIK_VIEW_CONFIGURATION
			{
			ui_config_mode = KQikSoftkeyStyleTouchPortrait;
			command_list = r_details_view_key_portrait_commands;
 			}
		};
	}

//////////////////////////////////////////////////////////////////
// Touch screen, details view, portrait 

RESOURCE QIK_COMMAND_LIST r_details_view_pen_portrait_commands
    {
    items=
        {
	    QIK_COMMAND
            {
            id = EAppCmdAbout;
            type = EQikCommandTypeScreen;
			groupId = EAppCmdMiscGroup;
			priority = EAppCmdAboutPriority;
            text = STR_R_CMD_ABOUT;
			}

         };
	}

// Define the details view itself
RESOURCE QIK_VIEW r_details_view_pen_portrait_view
	{
	pages = r_details_view_pen_portrait_pages;
	}

// Defines the pages of a view - we have 1 - the session. 
RESOURCE QIK_VIEW_PAGES r_details_view_pen_portrait_pages
	{
	pages = 
		{
		QIK_VIEW_PAGE
			{
			container_unique_handle = EAppDetailsViewPage;
			page_content = r_details_view_page_control;
			}
		};
	}

//////////////////////////////////////////////////////////////////
// Soft key, details view, portrait
RESOURCE QIK_COMMAND_LIST r_details_view_key_portrait_commands
    {
    items=
        {
	    QIK_COMMAND
            {
            id = EAppCmdAbout;
            type = EQikCommandTypeScreen;
			groupId = EAppCmdMiscGroup;
			priority = EAppCmdAboutPriority;
            text = STR_R_CMD_ABOUT;
			}

         };
	}

// Define the details view itself
RESOURCE QIK_VIEW r_details_view_key_portrait_view
	{
	pages = r_details_view_key_portrait_pages;
	}

// Defines the pages of a view - we have 1 - the session
RESOURCE QIK_VIEW_PAGES r_details_view_key_portrait_pages
	{
	pages = 
		{
		QIK_VIEW_PAGE
			{
			container_unique_handle = EAppDetailsViewPage;
			page_content = r_details_view_page_control;
			}
		};
	}

// The scrollable container used in the view
RESOURCE QIK_SCROLLABLE_CONTAINER r_details_view_scrollable_container
	{
	}

// Contents of the scrollable container
RESOURCE QIK_SCROLLABLE_CONTAINER_SETTINGS r_details_view_page_control
	{
	controls =
		{
		QIK_CONTAINER_ITEM
			{
			unique_handle = EDetailsViewId;
			}
		};
	}
	

//////////////////////////////////////////////////////////////////
// Layout Managers
// Use the default settings for the row layout handling
RESOURCE QIK_ROW_LAYOUT_MANAGER r_row_layout_manager_default
	{
	default_layout_data = QIK_ROW_LAYOUT_DATA {};
	}

RESOURCE QIK_SCROLLABLE_CONTAINER r_dialog_scrollable_container
	{
	}

////////////////////////////////////////////////////////////////////////////////////////
RESOURCE QIK_DIALOG r_about_dialog
    {
    title = STR_R_ABOUT_DIALOG_TITLE;
    configurations = 
        {
        QIK_DIALOG_CONFIGURATION
            {
            ui_config_mode = KQikPenStyleTouchPortrait;
            container = r_about_container;
            command_list = r_about_commands;
            },
        QIK_DIALOG_CONFIGURATION
            {
            ui_config_mode = KQikPenStyleTouchLandscape;
            container = r_about_container;
            command_list = r_about_commands;
            },
        QIK_DIALOG_CONFIGURATION
            {
            ui_config_mode = KQikSoftkeyStyleTouchPortrait;
            container = r_about_container;
            command_list = r_about_commands;
            },
        QIK_DIALOG_CONFIGURATION
            {
            ui_config_mode = KQikSoftkeyStylePortrait;
            container = r_about_container;
            command_list = r_about_commands;
            },
        QIK_DIALOG_CONFIGURATION
            {
            ui_config_mode = KQikSoftkeyStyleSmallPortrait;
            container = r_about_container;
            command_list = r_about_commands;
            }
        };
    }

RESOURCE QIK_COMMAND_LIST r_about_commands
    {
    items=
        {
        QIK_COMMAND
			{
			id = EAppCmdContinue;
            type = EQikCommandTypeDone;
            text = STR_R_CMD_CONTINUE;
			}
		};
    }

RESOURCE QIK_CONTAINER_SETTINGS r_about_container
    {
    controls = 
        {
		QIK_CONTAINER_ITEM_CD_LI
			{
			type = EQikCtOnelineBuildingBlock;
			control = QIK_SYSTEM_BUILDING_BLOCK
				{
				content =
					{
					QIK_SLOT_CONTENT_DIRECT
						{
						slot_id = EQikItemSlot1;
						type = EEikCtLabel;
						unique_handle = EAppLabel1; 
						control = LABEL
							{
							standard_font = EEikLabelFontAnnotation;
							horiz_align=EEikLabelAlignHCenter;
							txt = ""; 
							};
						}
					};
				};
			},

		QIK_CONTAINER_ITEM_CD_LI
			{
			type = EQikCtOnelineBuildingBlock;
			control = QIK_SYSTEM_BUILDING_BLOCK
				{
				content =
					{
					QIK_SLOT_CONTENT_DIRECT
						{
						slot_id = EQikItemSlot1;
						type = EEikCtLabel;
						control = LABEL
							{
							standard_font = EEikLabelFontAnnotation;
							horiz_align=EEikLabelAlignHCenter;
							txt=STR_R_ABOUT_DIALOG_COPYRIGHT;
							};
						}
					};
				};
			},

		QIK_CONTAINER_ITEM_CD_LI
			{
			type = EQikCtOnelineBuildingBlock;
			control = QIK_SYSTEM_BUILDING_BLOCK
				{
				content =
					{
					QIK_SLOT_CONTENT_DIRECT
						{
						slot_id = EQikItemSlot1;
						type = EEikCtLabel;
						control = LABEL
							{
							standard_font = EEikLabelFontAnnotation;
							horiz_align=EEikLabelAlignHCenter;
							txt=STR_R_ABOUT_DIALOG_WEBSITE;
							};
						}
					};
				};
			}

        };
    }


////////////////////////////////////////////////////////////////////////////////////////
RESOURCE TBUF r_str_version						{ buf=STR_R_STR_VERSION;}

⌨️ 快捷键说明

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