diff options
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui_desktop.edc')
| -rwxr-xr-x | src/YalpClients/EflClient/yalp_gui_desktop.edc | 214 |
1 files changed, 214 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui_desktop.edc b/src/YalpClients/EflClient/yalp_gui_desktop.edc new file mode 100755 index 0000000..a8ede1e --- /dev/null +++ b/src/YalpClients/EflClient/yalp_gui_desktop.edc @@ -0,0 +1,214 @@ +collections +{ + group + { + name: "yalp"; + min: 800 600; + parts + { + part + { + name: "main"; + type: RECT; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 0 0 0 0; + rel1 + { + relative: 0.0 0.0; + offset: 0 0; + } + rel2 + { + relative: 1.0 1.0; + offset: -1 -1; + } + } + } + + part + { + name: "video"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + aspect: 0.75 1.25; + rel1 + { + relative: 0.35 0.0; + offset: 0 0; + } + rel2 + { + relative: 1.0 1.0; + offset: 0 0; + } + } + } + + part + { + name: "searchframe"; + type: RECT; + mouse_events: 1; + + description + { + state: "default" 0.0; + align: 0 0; + color: 30 89 114 175; + + rel1 + { + relative: 0.0 0.0; + offset: 0 0; + + } + rel2 + { + relative: 0.35 0.2; + offset: -1 -1; + } + } + } + + part + { + name: "medialist"; + type: SWALLOW; + mouse_events: 1; + + description + { + state: "default" 0.0; + align: 0 0; + color: 30 89 114 150; + + rel1 + { + relative: 0.0 0.2; + offset: 0 0; + } + rel2 + { + relative: 0.35 1.0; + offset: 0 0; + } + } + } + + part + { + name: "find_buttonframe"; + type: SWALLOW; + mouse_events: 1; + + description + { + state: "default" 0.0; + color: 211 168 234 255; + + rel1 + { + relative: 0.25 0.07; + offset: 0 0; + } + rel2 + { + relative: 0.33 0.13; + offset: -1 -1; + } + } + } + + part + { + name: "medialist_buttonframe"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 30 89 114 175; + rel1 + { + relative: 0.02 0.85; + offset: 0 0; + } + rel2 + { + relative: 0.1 0.9; + offset: 0 0; + } + } + } + + part + { + name: "stop_buttonframe"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 30 89 114 175; + rel1 + { + relative: 0.12 0.85; + offset: 0 0; + } + rel2 + { + relative: 0.2 0.9; + offset: 0 0; + } + } + } + part + { + name: "pause_buttonframe"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 30 89 114 175; + rel1 + { + relative: 0.22 0.85; + offset: 0 0; + } + rel2 + { + relative: 0.3 0.9; + offset: 0 0; + } + } + } + + part + { + name: "searcharea"; + type: SWALLOW; + mouse_events: 1; + description + { + state: "default" 0.0; + color: 80 30 114 175; + rel1 + { + relative: 0.05 0.1; + } + rel2 + { + relative: 0.2 0.12; + } + } + } + } + } +} |
