Also move burn_data over as well.

This commit is contained in:
Jaime Thomas
2009-01-24 22:47:17 +00:00
parent 87dc267155
commit a16e03399f
4 changed files with 74 additions and 110 deletions

View File

@ -54,51 +54,9 @@ group {
}
}
part {
name: "ecdb/burn_data/return";
type: SWALLOW;
repeat_events: 1;
scale: 1;
description {
state: "default" 0.0;
BUTTON("ecdb/burn_data/return", "ecdb/burn_data/return/text", 100, 26, 150, 26, "bg", "bg", 0, 0, "bg", "bg", 1, 1, 0, 5, -5, 1, 1, 0)
rel1 {
to: "bg";
relative: 1.0 0.0;
offset: -200 5;
}
rel2 {
to: "bg";
relative: 1.0 0.0;
offset: -11 30;
}
}
}
part {
name: "ecdb/burn_data/begin";
type: SWALLOW;
repeat_events: 1;
scale: 1;
description {
state: "default" 0.0;
rel1 {
to: "ecdb/burn_data/return";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_data/return";
relative: 1.0 1.0;
offset: 0 30;
}
}
}
BUTTON("ecdb/burn_data/begin", "ecdb/burn_data/begin/text", 100, 26, 150, 26, "bg", "ecdb/burn_data/return", 0, 1, "bg", "ecdb/burn_data/return", 1, 1, 0, 5, -5, -1, 1, 0)
part {
name: "ecdb/burn_data/drive";
@ -108,17 +66,21 @@ group {
description {
state: "default" 0.0;
align: 1.0 0.0;
max: 150 26;
min: 100 26;
rel1 {
to: "ecdb/burn_data/begin";
to_y: "ecdb/burn_data/begin";
to_x: "bg";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_data/begin";
to: "bg";
relative: 1.0 1.0;
offset: 0 30;
offset: -5 -1;
}
}
}
@ -131,43 +93,26 @@ group {
description {
state: "default" 0.0;
align: 1.0 0.0;
max: 150 26;
min: 100 26;
rel1 {
to: "ecdb/burn_data/drive";
to_y: "ecdb/burn_data/drive";
to_x: "bg";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_data/drive";
to: "bg";
relative: 1.0 1.0;
offset: 0 30;
offset: -5 -1;
}
}
}
part {
name: "ecdb/burn_data/settings";
type: SWALLOW;
repeat_events: 1;
scale: 1;
description {
state: "default" 0.0;
rel1 {
to: "ecdb/burn_data/speed";
relative: 0.0 1.0;
offset: 0 5;
}
rel2 {
to: "ecdb/burn_data/speed";
relative: 1.0 1.0;
offset: 0 30;
}
}
}
BUTTON("ecdb/burn_data/settings", "ecdb/burn_data/settings/text", 100, 26, 150, 26, "bg", "ecdb/burn_data/speed", 0, 1, "bg", "ecdb/burn_data/speed", 1, 1, 0, 5, -5, -1, 1, 0)
/* Missing a description later */
part {
@ -186,9 +131,10 @@ group {
}
rel2 {
to: "bg";
relative: 1.0 1.0;
offset: -205 -26;
to_x: "ecdb/burn_data/return";
to_y: "ecdb/burn_data/capacity";
relative: 0.0 0.0;
offset: -5 -10;
}
}
}
@ -212,7 +158,7 @@ group {
rel2 {
to: "bg";
relative: 1.0 1.0;
offset: -11 -1;
offset: -11 -10;
}
}
}
@ -350,6 +296,9 @@ group {
}
programs {
BUTTON_PROGS("ecdb/burn_data/return")
BUTTON_PROGS("ecdb/burn_data/begin")
BUTTON_PROGS("ecdb/burn_data/settings")
program {
name: "burn_data_page,visible1";
signal: "ecdb,burn_data_page,visible";

View File

@ -91,7 +91,7 @@ group {
to_y: "ecdb/erase/speed";
to_x: "bg";
relative: 0.0 1.0;
offset: 5 5;
offset: 0 5;
}
rel2 {