/* * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved * * This file is part of * Written by , , * * PROPRIETARY/CONFIDENTIAL * * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information"). * You shall not disclose such Confidential Information and shall use it only in accordance * with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS. * SAMSUNG make no representations or warranties about the suitability of the software, * either express or implied, including but not limited to the implied warranties of merchantability, * fitness for a particular purpose, or non-infringement. * SAMSUNG shall not be liable for any damages suffered by licensee as a result of using, * modifying or distributing this software or its derivatives. * */ group{ name: "phlock.view.main.simple"; images{ image: "B07_button_ok_normal_left.png" COMP; } parts{ part{ name: "background"; type: RECT; mouse_events: 1; description{ state: "default" 0.0; color: 0 0 0 255; } } part{ name: "swallow.bg"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1{ to: "background"; } rel2{ to: "background"; } color: 255 255 255 255; } } part{ name: "swallow.info.0"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1 { relative: 20/MAIN_W 375/MAIN_H; to: "background";} rel2 { relative: 510/MAIN_W 570/MAIN_H; to: "background";} color: 0 0 0 0; } } part{ name: "swallow.info.1"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1 { relative: 230/MAIN_W 375/MAIN_H; to: "background";} rel2 { relative: 705/MAIN_W 570/MAIN_H; to: "background";} color: 0 0 0 0; } } part{ name: "swallow.info.2"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1 { relative: 20/MAIN_W 930/MAIN_H; to: "background";} rel2 { relative: 510/MAIN_W 1116/MAIN_H; to: "background";} color: 0 0 0 0; } } part{ name: "swallow.info.3"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1 { relative: 230/MAIN_W 930/MAIN_H; to: "background";} rel2 { relative: 705/MAIN_W 1116/MAIN_H; to: "background";} color: 0 0 0 0; } } part{ name: "swallow.title"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; align: 0.0 0.0; fixed: 0 1; rel1{ relative: 0.0 (139/MAIN_H); to: "background"; } rel2{ relative: 1.0 (199/MAIN_H); to: "background"; } } } part{ name: "swallow.input"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; rel1 { relative: 0 217/MAIN_H; to: "background";} rel2 { relative: 1 351/MAIN_H; to: "background";} } } part{ name: "swallow.event.bg"; type: RECT; scale: 1; mouse_events: 1; description{ state: "default" 0.0; align: 0.0 0.0; fixed: 0 1; rel1{ relative: 0.0 (1116/MAIN_H); to: "background"; } rel2{ relative: 1.0 (1230/MAIN_H); to: "background"; } color: 0 0 0 125; } description{ state: "up" 0.0; inherit: "default" 0.0; rel1{ relative: 0.0 (575/MAIN_H); to: "background"; } rel2{ relative: 1.0 (689/MAIN_H); to: "background"; } color: 0 0 0 125; } } part{ name: "swallow.event.down"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; align: 0.0 0.0; fixed: 0 1; rel1{ relative: 0.0 (1116/MAIN_H); to: "background"; } rel2{ relative: 1.0 (1230/MAIN_H); to: "background"; } } } part{ name: "swallow.event.up"; type: SWALLOW; scale: 1; mouse_events: 1; description{ state: "default" 0.0; align: 0.0 0.0; fixed: 0 1; rel1{ relative: 0.0 (575/MAIN_H); to: "background"; } rel2{ relative: 1.0 (689/MAIN_H); to: "background"; } } } } programs{ program{ name: "bg.event.up"; signal: "bg.up"; source: "swallow.event.bg"; action: STATE_SET "up" 0.0; target: "swallow.event.bg"; } program{ name: "bg.event.down"; signal: "bg.down"; source: "swallow.event.bg"; action: STATE_SET "default" 0.0; target: "swallow.event.bg"; } } }