/* * Copyright 2012 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.1 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "cam_ctxpopup_shortcuts_inc.edc" #define SHORTCUTS_PANEL_WIDTH 720 #define SHORTCUTS_PANEL_HEIGHT 900 images { image: SHOTCUTS_LINE_V_IMAGE COMP; image: SHOTCUTS_EDIT_BG_H_IMAGE COMP; image: SHOTCUTS_EDIT_MENU_BG_H_IMAGE COMP; image: SHOTCUTS_LINE_H_IMAGE COMP; image: SHOTCUTS_TEXT_BG_IMAGE COMP; } collections { styles { style { name: "cam_textblock_effect_default"; base: "font=SLP:style=Roman font_size=30 align=center color=#FFFFFF ellipise=1.0 wrap=mixed"; tag: "br" "\n"; tag: "hilight" "+ font=SLP:style=Bold"; tag: "b" "+ font=SLP:style=Bold"; tag: "tab" "\t"; } style { name: "cam_textblock_effect_align_left"; base: "font=SLP:style=Roman font_size=30 color=#000000 ellipise=1.0 wrap=mixed"; tag: "br" "\n"; tag: "hilight" "+ font=SLP:style=Bold"; tag: "b" "+ font=SLP:style=Bold"; tag: "tab" "\t"; } style { name: "cam_text_default"; base: "font=SLP:style=Roman font_size=30 align=center color=#FFFFFF ellipise=1.0 wrap=mixed"; tag: "br" " \n"; } style { name: "cam_text_left"; base: "font=SLP:style=Roman font_size=30 align=left color=#FFFFFF ellipise=1.0 wrap=mixed"; tag: "br" " \n"; } } group { name: "camera/shortcuts/ele"; parts { part { name: "bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; min: 180 200; max: 180 200; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } } } part { name: "ele.bg.top"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; rel1 { relative: 0.0 0.0; to:"bg";} rel2 { relative: 1.0 122/200; to:"bg";} } } part { name: "ele.bg.bottom"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; rel1 { relative: 0.0 100/200; to:"bg";} rel2 { relative: 1.0 1.0; to:"bg";} } } part { name: "ele.icon"; type: SWALLOW; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; min: 86 86; max: 86 86; align: 0.5 0.5; aspect: 1.0 1.0; rel1 { relative: 14/180 0.0; to:"ele.bg.top";} rel2 { relative: (1-14/180) 1.0; to:"ele.bg.top";} } } part { name: "ele.txt"; type: TEXTBLOCK; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 0.5 0.5; rel1 { relative: 0.05 0.05; to:"ele.bg.bottom";} rel2 { relative: 0.95 0.80; to:"ele.bg.bottom";} text { style: cam_textblock_effect_default; min: 0 0; } } } part { name: "ele.bg.bottom.pad"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 0.0 0.0; min: 0 4; rel1 { relative: 1.0 1.0; to:"ele.txt";} } } } } #define SHORTCUST_LAYOUT_WIDTH 720 #define SHORTCUST_LAYOUT_HEIGHT 1000 group { name : "camera/shortcuts/layout/description"; parts { part { name: "bg"; type: RECT; // scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; min: 720 120; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } } } part { name: "bg.content.img"; type: IMAGE; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; rel1 { relative: 0.0 0.0; to: "bg";} rel2 { relative: 1.0 1.0; to: "bg";} image{ normal: SHOTCUTS_TEXT_BG_IMAGE ; } } } part { name: "description.txtblock"; type: TEXTBLOCK; scale: 1; description { state: "default" 0.0; visible: 1; rel1 { relative: 80/720 30/120; to: "bg.content.img";} rel2 { relative: 640/720 100/120; to: "bg.content.img";} align: 0.0 0.0; text { style: cam_textblock_effect_default; min: 0 0; max: 0 1; } } } }//end parts } group { name:"camera/shortcuts/layout"; parts { part { name: "bg"; type: RECT; // scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; min: SHORTCUST_LAYOUT_WIDTH SHORTCUST_LAYOUT_HEIGHT; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } } } part { name: "bg.content.img"; type: IMAGE; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; rel1 { relative: 0.0 0.0; to: "bg";} rel2 { relative: 1.0 1.0; to: "bg";} image{ normal: SHOTCUTS_EDIT_BG_H_IMAGE ; } } } part { name: "bg.content.shortcuts"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; rel1 { relative: 0.0 0.0; to: "bg";} rel2 { relative: 1.0 1.0; to: "bg";} } } part { name: "line_h.1.padding.top"; type: RECT; scale: 1; description { state: "default" 0.0; min: 720 200; visible: 0; rel1 { relative: 0.0 0.0; to: "bg.content.shortcuts";} rel2 { relative: 1.0 0.0; to: "bg.content.shortcuts";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_h.1"; type: IMAGE; scale: 1; description { state: "default" 0.0; min: 720 4; visible: 1; rel1 { relative: 0.0 1.0; to: "line_h.1.padding.top";} rel2 { relative: 1.0 1.0; to: "line_h.1.padding.top";} align: 0.0 0.0; image{ normal: SHOTCUTS_LINE_H_IMAGE ; } } } part { name: "line_h.2.padding.top"; type: RECT; scale: 1; description { state: "default" 0.0; min: 720 200; visible: 0; rel1 { relative: 0.0 1.0; to: "line_h.1";} rel2 { relative: 1.0 1.0; to: "line_h.1";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_h.2"; type: IMAGE; scale: 1; description { state: "default" 0.0; min: 720 4; visible: 1; rel1 { relative: 0.0 1.0; to: "line_h.2.padding.top";} rel2 { relative: 1.0 1.0; to: "line_h.2.padding.top";} image{ normal: SHOTCUTS_LINE_H_IMAGE ; } align: 0.0 0.0; } } part { name: "line_h.3.padding.top"; type: RECT; scale: 1; description { state: "default" 0.0; min: 720 200; visible: 0; rel1 { relative: 0.0 1.0; to: "line_h.2";} rel2 { relative: 1.0 1.0; to: "line_h.2";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_h.3"; type: IMAGE; scale: 1; description { state: "default" 0.0; min: 720 4; visible: 1; rel1 { relative: 0.0 1.0; to: "line_h.3.padding.top";} rel2 { relative: 1.0 1.0; to: "line_h.3.padding.top";} align: 0.0 0.0; image{ normal: SHOTCUTS_LINE_H_IMAGE ; } } } part { name: "line_h.4.padding.top"; type: RECT; scale: 1; description { state: "default" 0.0; min: 720 200; visible: 0; rel1 { relative: 0.0 1.0; to: "line_h.3";} rel2 { relative: 1.0 1.0; to: "line_h.3";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_h.4"; type: IMAGE; scale: 1; description { state: "default" 0.0; min: 720 4; visible: 1; rel1 { relative: 0.0 1.0; to: "line_h.4.padding.top";} rel2 { relative: 1.0 1.0; to: "line_h.4.padding.top";} align: 0.0 0.0; image{ normal: SHOTCUTS_LINE_H_IMAGE ; } } } part { name: "line_h.5.padding.top"; type: RECT; scale: 1; description { state: "default" 0.0; min: 720 200; visible: 0; rel1 { relative: 0.0 1.0; to: "line_h.4";} rel2 { relative: 1.0 1.0; to: "line_h.4";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_v.1.padding.left"; type: RECT; scale: 1; description { state: "default" 0.0; min: 180 1000; visible: 0; rel1 { relative: 0.0 0.0; to:"bg.content.shortcuts";} rel2 { relative: 0.0 1.0; to:"bg.content.shortcuts";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_v.1"; type: IMAGE; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; min: 4 1000; visible: 1; rel1 { relative: 1.0 0.0; to:"line_v.1.padding.left";} rel2 { relative: 1.0 1.0; to:"line_v.1.padding.left";} image{ normal: SHOTCUTS_LINE_V_IMAGE ; } align: 0.0 0.0; } } part { name: "line_v.2.padding.left"; type: RECT; scale: 1; description { state: "default" 0.0; min: 180 1000; visible: 0; rel1 { relative: 1.0 0.0; to:"line_v.1";} rel2 { relative: 1.0 1.0; to:"line_v.1";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_v.2"; type: IMAGE; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; min: 4 1000; rel1 { relative: 1.0 0.0; to:"line_v.2.padding.left";} rel2 { relative: 1.0 1.0; to:"line_v.2.padding.left";} image{ normal: SHOTCUTS_LINE_V_IMAGE ; } align: 0.0 0.0; } } part { name: "line_v.3.padding.left"; type: RECT; scale: 1; description { state: "default" 0.0; min: 180 1000; visible: 0; rel1 { relative: 1.0 0.0; to:"line_v.2";} rel2 { relative: 1.0 1.0; to:"line_v.2";} align: 0.0 0.0; color: 0 0 0 255; } } part { name: "line_v.3"; type: IMAGE; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; min: 4 1000; rel1 { relative: 1.0 0.0; to:"line_v.3.padding.left";} rel2 { relative: 1.0 1.0; to:"line_v.3.padding.left";} image{ normal: SHOTCUTS_LINE_V_IMAGE ; } align: 0.0 0.0; } } part { name: "line_v.4.padding.left"; type: RECT; scale: 1; description { state: "default" 0.0; min: 180 1000; visible: 0; rel1 { relative: 1.0 0.0; to:"line_v.3";} rel2 { relative: 1.0 1.0; to:"line_v.3";} align: 0.0 0.0; color: 0 0 0 255; } } SHORTCUTS_ITEM_BG(0,1,1); SHORTCUTS_ITEM_BG(1,1,2); SHORTCUTS_ITEM_BG(2,1,3); SHORTCUTS_ITEM_BG(3,1,4); SHORTCUTS_ITEM_BG(4,2,1); SHORTCUTS_ITEM_BG(5,2,2); SHORTCUTS_ITEM_BG(6,2,3); SHORTCUTS_ITEM_BG(7,2,4); SHORTCUTS_ITEM_BG(8,3,1); SHORTCUTS_ITEM_BG(9,3,2); SHORTCUTS_ITEM_BG(10,3,3); SHORTCUTS_ITEM_BG(11,3,4); SHORTCUTS_ITEM_BG(12,4,1); SHORTCUTS_ITEM_BG(13,4,2); SHORTCUTS_ITEM_BG(14,4,3); SHORTCUTS_ITEM_BG(15,4,4); SHORTCUTS_ITEM_BG(16,5,1); SHORTCUTS_ITEM_BG(17,5,2); SHORTCUTS_ITEM_BG(18,5,3); SHORTCUTS_ITEM_BG(19,5,4); SHORTCUTS_MENU_H("0", "menu.0.bg", "menu.0.bg", "menu.1.bg") SHORTCUTS_MENU_H("1", "menu.0.bg", "menu.1.bg", "menu.2.bg") SHORTCUTS_MENU_H("2", "menu.1.bg", "menu.2.bg", "menu.3.bg") SHORTCUTS_MENU_H("3", "menu.2.bg", "menu.3.bg", "menu.4.bg") SHORTCUTS_MENU_H("4", "menu.3.bg", "menu.4.bg", "menu.5.bg") SHORTCUTS_MENU_H("5", "menu.4.bg", "menu.5.bg", "menu.6.bg") SHORTCUTS_MENU_H("6", "menu.5.bg", "menu.6.bg", "menu.7.bg") SHORTCUTS_MENU_H("7", "menu.6.bg", "menu.7.bg", "menu.8.bg") SHORTCUTS_MENU_H("8", "menu.7.bg", "menu.8.bg", "menu.9.bg") SHORTCUTS_MENU_H("9", "menu.8.bg", "menu.9.bg", "menu.10.bg") SHORTCUTS_MENU_H("10", "menu.9.bg", "menu.10.bg", "menu.11.bg") SHORTCUTS_MENU_H("11", "menu.10.bg", "menu.11.bg", "menu.12.bg") SHORTCUTS_MENU_H("12", "menu.11.bg", "menu.12.bg", "menu.13.bg") SHORTCUTS_MENU_H("13", "menu.12.bg", "menu.13.bg", "menu.14.bg") SHORTCUTS_MENU_H("14", "menu.13.bg", "menu.14.bg", "menu.15.bg") SHORTCUTS_MENU_H("15", "menu.14.bg", "menu.15.bg", "menu.16.bg") SHORTCUTS_MENU_H("16", "menu.15.bg", "menu.16.bg", "menu.17.bg") SHORTCUTS_MENU_H("17", "menu.16.bg", "menu.17.bg", "menu.18.bg") SHORTCUTS_MENU_H("18", "menu.17.bg", "menu.18.bg", "menu.19.bg") SHORTCUTS_MENU_H("19", "menu.18.bg", "menu.19.bg", "menu.19.bg") } programs { SHORTCUTS_MENU_PROGRAM(0) SHORTCUTS_MENU_PROGRAM(1) SHORTCUTS_MENU_PROGRAM(2) SHORTCUTS_MENU_PROGRAM(3) SHORTCUTS_MENU_PROGRAM(4) SHORTCUTS_MENU_PROGRAM(5) SHORTCUTS_MENU_PROGRAM(6) SHORTCUTS_MENU_PROGRAM(7) SHORTCUTS_MENU_PROGRAM(8) SHORTCUTS_MENU_PROGRAM(9) SHORTCUTS_MENU_PROGRAM(10) SHORTCUTS_MENU_PROGRAM(11) SHORTCUTS_MENU_PROGRAM(12) SHORTCUTS_MENU_PROGRAM(13) SHORTCUTS_MENU_PROGRAM(14) SHORTCUTS_MENU_PROGRAM(15) SHORTCUTS_MENU_PROGRAM(16) SHORTCUTS_MENU_PROGRAM(17) SHORTCUTS_MENU_PROGRAM(18) SHORTCUTS_MENU_PROGRAM(19) } } /*NOTE: shortcuts popup tip define*/ /** * width:10(left_pading) + 16 + 306(help image width) +16 + 16 + 10(right padding) * width = 10 + 16 + 306 + 16 + 306 + 16 + 10 = 680 * height = 10 + 64 + 22 + 240 + 22 + 60 + 22 + 96 + 10 = 546 */ group { name: "camera/shortcuts/help/check/layout"; parts { part { name: "check.swallow"; type: SWALLOW; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; min: 42 42; max: 42 42; fixed: 1 0; align: 0.0 0.5; } } part { name: "check.txt"; type: TEXT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; min: 120 42; max: 120 42; fixed: 1 0; align: 0 0.5; rel1 { relative: 1.0 0.0; to: "check.swallow";} rel2 { relative: 1.0 1.0;} text { font: FONT_NAME; size: 30; align: 0.0 0.5; min: 1 1; text: "Don't ask again"; } } }//part }//parts } group { name: "camera/shortcuts/help"; min: 680 546; max: 680 546; parts { part { name: "bg"; type: RECT; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; min: 680 546; max: 680 546; fixed: 1 1; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 1.0; } color: 255 255 255 255; } } CAM_SHORTCUTS_HELP_PART_PADDING_TOP(10) CAM_SHORTCUTS_HELP_PART_PADDING_BOTTOM(10) CAM_SHORTCUTS_HELP_PART_PADDING_LEFT(10) CAM_SHORTCUTS_HELP_PART_PADDING_RIGHT(10) part { name: "tips"; type: RECT; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; min: 0 64; fixed: 0 1; align: 0 0; rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; to_y: "elm.padding.top";} rel2 { relative: 0.0 1.0; to_x: "elm.padding.right"; to_y: "elm.padding.top";} color: 51 102 153 255; /*color: 0 0 0 196;*/ } } part { name: "tips.txt"; type: TEXTBLOCK; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 0.5 0.5; rel1 { relative: 0.0 0.0; to: "tips";} rel2 { relative: 1.0 1.0; to: "tips";} text { style: "cam_text_default"; min: 1 1; } } } part { name: "button.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; min: 0 96; fixed: 0 1; align: 1 1; rel1 { relative: 1.0 0.0; to_x: "elm.padding.left"; to_y: "elm.padding.bottom";} rel2 { relative: 0.0 0.0; to_x: "elm.padding.right"; to_y: "elm.padding.bottom";} color: 255 255 255 64; } } part { name: "button.swallow"; type: SWALLOW; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; align: 0.5 0.5; rel1 { relative: 0.2 0.0; to: "button.bg";} rel2 { relative: 0.8 0.8; to: "button.bg";} color: 51 102 153 255; } } part { name: "content.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; to_y: "tips";} rel2 { relative: 0.0 0.0; to_x: "elm.padding.right"; to_y: "button.bg";} color: 0 0 0 64; } } /*note: content: * width: 16 + 306 + 16 + 306 + 16 = 660 * height: 22 + 60*4 + 22 + 60 + 22 = 366 */ part { name: "content.help.image"; type: SWALLOW; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 1 1; rel1 { relative: 16/660 22/366; to: "content.bg";} rel2 { relative: (16+306)/660 (22 + 240)/366; to: "content.bg";} } } part { name: "content.help.txt.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: (16+306)/660 22/366; to: "content.bg";} rel2 { relative: (16+306+306)/660 (22 + 240)/366; to: "content.bg";} color: 0 0 0 64; } } part { name: "content.help.check"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 16/660 (22 + 240 + 22)/366; to: "content.bg";} rel2 { relative: (16+306+306)/660 (22 + 240 + 22 + 60)/366; to: "content.bg";} color: 0 0 0 64; } } part { name: "content.help.check.swallow"; type: SWALLOW; scale: 1; mouse_events: 1; description { state: "default" 0.0; visible: 1; align: 1.0 0.5; rel1 { relative: 0.25 0.0; to: "content.help.check";} rel2 { relative: 0.40 1.0; to: "content.help.check";} color: 0 0 0 64; } } part { name: "content.help.check.txt"; type: TEXTBLOCK; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 0.0 0.5; rel1 { relative: 0.40 0.0; to: "content.help.check";} rel2 { relative: 1.0 1.0; to: "content.help.check";} text { style: "cam_text_left"; min: 1 1; } color: 0 0 0 255; } } part { name: "content.help.txt.1.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 0.0 0.0; to: "content.help.txt.bg";} rel2 { relative: 1.0 60/240; to: "content.help.txt.bg";} color: 0 0 0 64; } } part { name: "content.help.txt.2.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 0.0 60/240; to: "content.help.txt.bg";} rel2 { relative: 1.0 120/240; to: "content.help.txt.bg";} color: 0 0 0 64; } } part { name: "content.help.txt.3.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 0.0 120/240; to: "content.help.txt.bg";} rel2 { relative: 1.0 180/240; to: "content.help.txt.bg";} color: 0 0 0 64; } } part { name: "content.help.txt.4.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 0.0 180/240; to: "content.help.txt.bg";} rel2 { relative: 1.0 240/240; to: "content.help.txt.bg";} color: 0 0 0 64; } } #if 1/*note: using textblock, block two lines parts*/ part { name: "content.help.txtblock.bg"; type: RECT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; align: 1 1; rel1 { relative: 0.0 0/240; to: "content.help.txt.bg";} rel2 { relative: 1.0 180/240; to: "content.help.txt.bg";} color: 0 0 0 64; } } part { name: "content.help.txtblock"; type: TEXTBLOCK; scale: 1; multiline: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 0.5 0.5; rel1 { relative: 0.0 0.0; to: "content.help.txtblock.bg";} rel2 { relative: 1.0 1.0; to: "content.help.txtblock.bg";} text { style: cam_textblock_effect_align_left; align: 0.0 1.0; min: 0 0; max: 0 1; //text: "Tap and hold

shortcuts

to edit them"; } } } #else part { name: "content.help.txt.1"; type: TEXT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 1 1; rel1 { relative: 16/(306+16) 0.0; to: "content.help.txt.1.bg";} rel2 { relative: 1.0 1.0; to: "content.help.txt.1.bg";} text { font: FONT_NAME; size: 30; align: 0.0 0.5; min: 1 1; text: "Tap and hold"; } } } part { name: "content.help.txt.2"; type: TEXT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 1 1; rel1 { relative: 16/(306+16) 0.0; to: "content.help.txt.2.bg";} rel2 { relative: 1.0 1.0; to: "content.help.txt.2.bg";} text { font: FONT_NAME; size: 30; align: 0.0 0.5; min: 1 1; text: "shortcuts"; } } } part { name: "content.help.txt.3"; type: TEXT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 1 1; rel1 { relative: 16/(306+16) 0.0; to: "content.help.txt.3.bg";} rel2 { relative: 1.0 1.0; to: "content.help.txt.3.bg";} text { font: FONT_NAME; size: 30; align: 0.0 0.5; min: 1 1; text: "to edit them"; } } } part { name: "content.help.txt.4"; type: TEXT; scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 1; align: 1 1; rel1 { relative: 16/(306+16) 0.0; to: "content.help.txt.4.bg";} rel2 { relative: 1.0 1.0; to: "content.help.txt.4.bg";} text { font: FONT_NAME; size: 30; align: 0.0 0.5; min: 1 1; text: ""; } } } #endif }//end parts }//end group }//END connection //end file