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

📄 screenshot.rss

📁 截屏软件
💻 RSS
📖 第 1 页 / 共 2 页
字号:
			value = 4;
			text = string_bencoolen_dialog_shortcut_camera;
			},
#endif
		AVKON_ENUMERATED_TEXT
			{
			value = 5;
			text = string_bencoolen_dialog_shortcut_c;
			}
		};
	}

// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_shortcut_popup
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_enum_shortcut_popup
	{
	items =
		{
		LBUF { txt = string_bencoolen_dialog_shortcut_confirm; },
		LBUF { txt = string_bencoolen_dialog_shortcut_star; },
		LBUF { txt = string_bencoolen_dialog_shortcut_hash; },
#if (__S60__ >= 300)
		LBUF { txt = string_bencoolen_dialog_shortcut_camera; },
#endif
		LBUF { txt = string_bencoolen_dialog_shortcut_c; }
		};
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_imageformat_page
//
// --------------------------------------------------------------------------
RESOURCE AVKON_SETTING_PAGE r_bencoolen_enum_imageformat_page
	{   
	type = EAknCtPopupSettingList;
	editor_resource_id = r_bencoolen_enum_imageformat_new;
	}

    
// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_imageformat_new
//
// --------------------------------------------------------------------------
RESOURCE POPUP_SETTING_LIST r_bencoolen_enum_imageformat_new
	{
	flags = EAknPopupSettingListFlagInitialised;
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_imageformat_resource
//
// --------------------------------------------------------------------------
RESOURCE AVKON_POPUP_SETTING_TEXTS r_bencoolen_enum_imageformat_resource
	{
	setting_texts_resource = r_bencoolen_enum_imageformat_text;
	popped_up_texts_resource = r_bencoolen_enum_imageformat_popup;
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_imageformat_text
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_enum_imageformat_text
	{
	items =
		{
		AVKON_ENUMERATED_TEXT
			{
			value = 1;
			text = string_bencoolen_dialog_format_jpeg_high;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 2;
			text = string_bencoolen_dialog_format_jpeg_normal;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 3;
			text = string_bencoolen_dialog_format_jpeg_low;
			},
#if (__S60__ >= 200)
		AVKON_ENUMERATED_TEXT
			{
			value = 4;
			text = string_bencoolen_dialog_format_png_default;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 5;
			text = string_bencoolen_dialog_format_png_size;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 6;
			text = string_bencoolen_dialog_format_png_speed;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 7;
			text = string_bencoolen_dialog_format_bmp;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 8;
			text = string_bencoolen_dialog_format_bmp8bpp;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 9;
			text = string_bencoolen_dialog_format_mbm;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 10;
			text = string_bencoolen_dialog_format_mbm8bpp;
			}
#else
		AVKON_ENUMERATED_TEXT
			{
			value = 4;
			text = string_bencoolen_dialog_format_bmp;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 5;
			text = string_bencoolen_dialog_format_bmp8bpp;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 6;
			text = string_bencoolen_dialog_format_mbm;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 7;
			text = string_bencoolen_dialog_format_mbm8bpp;
			}
#endif
		};
	}

// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_imageformat_popup
//    For Image Format popup setting page.
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_enum_imageformat_popup
	{
	items =
		{
		LBUF { txt = string_bencoolen_dialog_format_jpeg_high; },
		LBUF { txt = string_bencoolen_dialog_format_jpeg_normal; },
		LBUF { txt = string_bencoolen_dialog_format_jpeg_low; },
#if (__S60__ >= 200)
		LBUF { txt = string_bencoolen_dialog_format_png_default; },
		LBUF { txt = string_bencoolen_dialog_format_png_size; },
		LBUF { txt = string_bencoolen_dialog_format_png_speed; },
#endif
		LBUF { txt = string_bencoolen_dialog_format_bmp; },
		LBUF { txt = string_bencoolen_dialog_format_bmp8bpp; },
		LBUF { txt = string_bencoolen_dialog_format_mbm; },
		LBUF { txt = string_bencoolen_dialog_format_mbm8bpp; }
		};
	}

#if (__S60__ < 300)

// --------------------------------------------------------------------------
//
//    r_bencoolen_binary_location_page
//
// --------------------------------------------------------------------------
RESOURCE AVKON_SETTING_PAGE r_bencoolen_binary_location_page
    {   
    type = EAknCtPopupSettingList;
    }


// --------------------------------------------------------------------------
//
//    r_bencoolen_binary_location_resource
//
// --------------------------------------------------------------------------
RESOURCE AVKON_POPUP_SETTING_TEXTS r_bencoolen_binary_location_resource
    {
    setting_texts_resource = r_bencoolen_binary_location_text;
    popped_up_texts_resource = r_bencoolen_binary_location_popup;
    }


// --------------------------------------------------------------------------
//
//    r_bencoolen_binary_location_text
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_binary_location_text
    {
    items =
        {
        AVKON_ENUMERATED_TEXT
			{
			value=0;
			text = string_bencoolen_dialog_location_phone;
			},
        AVKON_ENUMERATED_TEXT
			{
			value=1;
			text = string_bencoolen_dialog_location_mmc;
			}
        };
    }

#else

// --------------------------------------------------------------------------
//
//    r_bencoolen_memory_selection_dialog
//
// --------------------------------------------------------------------------
RESOURCE MEMORYSELECTIONDIALOG r_bencoolen_memory_selection_dialog
    {
    title = string_bencoolen_dialog_location;
    locations =
        {
        LOCATION
            { 
            root_path = "c:\\data\\";
            default_folder = "images\\";
            },
        LOCATION 
            { 
            root_path = "e:\\";
            }
        };
    }

#endif

// --------------------------------------------------------------------------
//
//    r_bencoolen_binary_location_popup
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_binary_location_popup
    {
    items =
        {
        LBUF { txt = string_bencoolen_dialog_location_phone; },
        LBUF { txt = string_bencoolen_dialog_location_mmc; }
        };
    }


// --------------------------------------------------------------------------
//
//    r_bencoolen_editor_filename_page
//
// --------------------------------------------------------------------------
RESOURCE AVKON_SETTING_PAGE r_bencoolen_editor_filename_page
	{
	type = EEikCtEdwin;
	editor_resource_id = r_bencoolen_editor;
	}
 
 
 // --------------------------------------------------------------------------
 //
 //	  r_bencoolen_editor_directory_page
 //
 // --------------------------------------------------------------------------
 RESOURCE AVKON_SETTING_PAGE r_bencoolen_editor_directory_page
	{
	type = EEikCtEdwin;
	editor_resource_id = r_bencoolen_editor;
	}


// --------------------------------------------------------------------------
//
// r_bencoolen_editor
//
// --------------------------------------------------------------------------
RESOURCE EDWIN r_bencoolen_editor
	{
	width = KTextMaxWidth;
	lines = 1;
	maxlength = KTextMaxLength;
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_delay_page
//
// --------------------------------------------------------------------------
RESOURCE AVKON_SETTING_PAGE r_bencoolen_enum_delay_page
    {   
    type = EAknCtPopupSettingList;
    editor_resource_id = r_bencoolen_enum_delay_editor;
    }

    
// ----------------------------------------------------------------------------
//
//    r_bencoolen_enum_delay_editor
//
// --------------------------------------------------------------------------
RESOURCE POPUP_SETTING_LIST r_bencoolen_enum_delay_editor
	{
	flags = EAknPopupSettingListFlagInitialised;
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_delay_resource
//
// --------------------------------------------------------------------------
RESOURCE AVKON_POPUP_SETTING_TEXTS r_bencoolen_enum_delay_resource
	{
	setting_texts_resource = r_bencoolen_enum_delay_text;
	popped_up_texts_resource = r_bencoolen_enum_delay_popup;
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_delay_text
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_enum_delay_text
	{
	items =
		{
		AVKON_ENUMERATED_TEXT
			{
			value = 1;
			text = string_bencoolen_dialog_delay_nodelay;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 2;
			text = string_bencoolen_dialog_delay_onesecond;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 3;
			text = string_bencoolen_dialog_delay_fiveseconds;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 4;
			text = string_bencoolen_dialog_delay_tenseconds;
			},
		AVKON_ENUMERATED_TEXT
			{
			value = 5;
			text = string_bencoolen_dialog_delay_thirtyseconds;
			}
		};
	}


// --------------------------------------------------------------------------
//
//    r_bencoolen_enum_delay_popup
//
// --------------------------------------------------------------------------
RESOURCE ARRAY r_bencoolen_enum_delay_popup
	{
	items =
		{
		LBUF { txt = string_bencoolen_dialog_delay_nodelay; },
		LBUF { txt = string_bencoolen_dialog_delay_onesecond; },
		LBUF { txt = string_bencoolen_dialog_delay_fiveseconds; },
		LBUF { txt = string_bencoolen_dialog_delay_tenseconds; },
		LBUF { txt = string_bencoolen_dialog_delay_thirtyseconds; }
		};
	}

// --------------------------------------------------------------------------
//
//    r_bencoolen_dialog_about
//    resource for About dialog
//
// --------------------------------------------------------------------------
RESOURCE DIALOG r_bencoolen_dialog_about
	{
	flags = EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect
		| EEikDialogFlagWait | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar;

	buttons = R_AVKON_SOFTKEYS_BACK;
	} // RESOURCE


#if (__S60__ >= 300)

// --------------------------------------------------------------------------
//
//    r_bencoolen_localisable_app_info
//    Added for SVG-T icon support.
//
// --------------------------------------------------------------------------
RESOURCE LOCALISABLE_APP_INFO r_bencoolen_localisable_app_info
	{
	short_caption = string_bencoolen_app_short_caption_string;
	caption_and_icon = 
	CAPTION_AND_ICON_INFO
		{
		caption = string_bencoolen_app_caption_string;
		number_of_icons = 1;
		icon_file = "\\resource\\apps\\Screenshot.mif";
		};
	}
	
#endif

#include "Bencoolen_string.rss"

// End of File

⌨️ 快捷键说明

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