Tizen release 1.0
[pkgs/p/phone-lock.git] / data / phone-lock-view-event.edc
1 /*
2  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * This file is part of <phone-lock>
5  * Written by <Seungtaek Chung> <seungtaek.chung@samsung.com>, <Mi-Ju Lee> <miju52.lee@samsung.com>, <Xi Zhichan> <zhichan.xi@samsung.com>
6  *
7  * PROPRIETARY/CONFIDENTIAL
8  *
9  * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").
10  * You shall not disclose such Confidential Information and shall use it only in accordance
11  * with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.
12  * SAMSUNG make no representations or warranties about the suitability of the software,
13  * either express or implied, including but not limited to the implied warranties of merchantability,
14  * fitness for a particular purpose, or non-infringement.
15  * SAMSUNG shall not be liable for any damages suffered by licensee as a result of using,
16  * modifying or distributing this software or its derivatives.
17  *
18  */
19
20 #define EV_H    80
21         group{
22                 name: "phlock.view.event";
23                 parts{
24                         part{
25                                 name: "bg";
26                                 type: RECT;
27                                 mouse_events: 1;
28                                 description {
29                                         state: "default" 0.0;
30                                         color: 0 0 0 0;
31                                 }
32                         }
33                         part{
34                                 name: "arrow_icon_0";
35                                 type: SWALLOW;
36                                 mouse_events: 1;
37                                 description{
38                                         state: "default" 0.0;
39                                         align: 0.0 0.0;
40                                         visible: 1;
41                                         rel1{
42                                                 relative: 96/MAIN_W 46/114; to:"bg";
43                                         }
44                                         rel2{
45                                                 relative: 119/MAIN_W 68/114; to:"bg";
46                                         }
47                                 }
48                         }
49                         part{
50                                 name: "arrow_icon_1";
51                                 type: SWALLOW;
52                                 mouse_events: 1;
53                                 description{
54                                         state: "default" 0.0;
55                                         align: 0.0 0.0;
56                                         visible: 1;
57                                         rel1{
58                                                 relative: 184/MAIN_W 46/114; to:"bg";
59                                         }
60                                         rel2{
61                                                 relative: 207/MAIN_W 68/114; to:"bg";
62                                         }
63                                 }
64                         }
65                         part{
66                                 name: "arrow_icon_2";
67                                 type: SWALLOW;
68                                 mouse_events: 1;
69                                 description{
70                                         state: "default" 0.0;
71                                         align: 0.0 0.0;
72                                         visible: 1;
73                                         rel1{
74                                                 relative: 272/MAIN_W 46/114; to:"bg";
75                                         }
76                                         rel2{
77                                                 relative: 295/MAIN_W 68/114; to:"bg";
78                                         }
79                                 }
80                         }
81                         part{
82                                 name: "arrow_icon_3";
83                                 type: SWALLOW;
84                                 mouse_events: 1;
85                                 description{
86                                         state: "default" 0.0;
87                                         align: 0.0 0.0;
88                                         visible: 1;
89                                         rel1{
90                                                 relative: 360/MAIN_W 46/114; to:"bg";
91                                         }
92                                         rel2{
93                                                 relative: 383/MAIN_W 68/114; to:"bg";
94                                         }
95                                 }
96                         }
97                         part{
98                                 name: "arrow_icon_4";
99                                 type: SWALLOW;
100                                 mouse_events: 1;
101                                 description{
102                                         state: "default" 0.0;
103                                         align: 0.0 0.0;
104                                         visible: 1;
105                                         rel1{
106                                                 relative: 448/MAIN_W 46/114; to:"bg";
107                                         }
108                                         rel2{
109                                                 relative: 471/MAIN_W 68/114; to:"bg";
110                                         }
111                                 }
112                         }
113                         part{
114                                 name: "arrow_icon_5";
115                                 type: SWALLOW;
116                                 mouse_events: 1;
117                                 description{
118                                         state: "default" 0.0;
119                                         align: 0.0 0.0;
120                                         visible: 1;
121                                         rel1{
122                                                 relative: 536/MAIN_W 46/114; to:"bg";
123                                         }
124                                         rel2{
125                                                 relative: 559/MAIN_W 68/114; to:"bg";
126                                         }
127                                 }
128                         }
129                         part{
130                                 name: "emergency_icon";
131                                 type: SWALLOW;
132                                 mouse_events: 1;
133                                 description{
134                                         state: "default" 0.0;
135                                         align: 0.0 0.0;
136                                         visible: 1;
137                                         rel1{
138                                                 relative: 616/MAIN_W 18/114; to:"bg";
139                                         }
140                                         rel2{
141                                                 relative: 672/MAIN_W 74/114; to:"bg";
142                                         }
143                                 }
144                         }
145                         part{
146                                 name: "emergency_text";
147                                 type: SWALLOW;
148                                 mouse_events: 1;
149                                 description{
150                                         state: "default" 0.0;
151                                         align: 0.0 0.0;
152                                         visible: 1;
153                                         rel1{
154                                                 relative: 530/MAIN_W 74/114; to:"bg";
155                                         }
156                                         rel2{
157                                                 relative: 696/MAIN_W 100/114; to:"bg";
158                                         }
159                                 }
160                         }
161                 }
162
163         }
164
165