delete useless files

git-svn-id: http://www.neo1973-germany.de/svn@51 46df4e5c-bc4e-4628-a0fc-830ba316316d
main
PatrickBeck 16 years ago
parent 32e682b821
commit 77d52d2a03

@ -1,62 +0,0 @@
// Sample EDC
images {
image, "background.png" LOSSY 95;
}
collections {
group {
name, "Unit Converter";
min: 480 640;
parts {
part {
name, "background";
type, IMAGE;
mouse_events, 0;
description {
state, "default" 0.0;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
}
rel2 {
relative, 1.0 1.0;
offset, -1 -1;
}
image {
normal, "background.png";
}
}
}
part {
name, "fromfield";
type, TEXTBLOCK;
mouse_events, 1;
description {
state, "default" 0.0;
min, 100 50;
max, 100 50;
align, 0.5 0.5;
rel1 {
relative, 0.0 0.0;
offset, 0 0;
}
rel2 {
relative, 1.0 1.0;
offset, -1 -1;
}
}
}
} /* Close Parts */
} /* Close Group */
} /* Close Coll */
Loading…
Cancel
Save