]> git.tdb.fi Git - r2c2.git/blobdiff - r2c2.res
Rename the project to R²C²
[r2c2.git] / r2c2.res
diff --git a/r2c2.res b/r2c2.res
new file mode 100644 (file)
index 0000000..b40871e
--- /dev/null
+++ b/r2c2.res
@@ -0,0 +1,547 @@
+/* $Id$ */
+
+default_font "dejavu-12.font";
+
+style "root"
+{
+       special "children";
+};
+
+style "label"
+{
+       font_color 0 0 0;
+       special "text";
+};
+
+style "image"
+{
+       special "image"
+       {
+               fill 1.0 1.0;
+       };
+};
+
+graphic "tooltip"
+{
+       texture "gui.png";
+       slice 50 93 20 10;
+       border { top 2; right 2; bottom 2; left 2; };
+};
+
+style "label-tooltip"
+{
+       font_color 0.0 0.0 0.0;
+
+       part
+       {
+               graphic NORMAL "tooltip";
+       };
+
+       special "text"
+       {
+               align 0.0 0.5;
+               fill 0.0 0.0;
+               margin { top 2; right 2; bottom 2; left 2; };
+       };
+};
+
+graphic "grey_button"
+{
+       texture "gui.png";
+       slice 2 54 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "grey_button_pressed"
+{
+       texture "gui.png";
+       slice 25 54 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "green_button"
+{
+       texture "gui.png";
+       slice 2 43 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "green_button_pressed"
+{
+       texture "gui.png";
+       slice 25 43 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "red_button"
+{
+       texture "gui.png";
+       slice 2 32 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "red_button_pressed"
+{
+       texture "gui.png";
+       slice 25 32 21 10;
+       border { top 2; right 3; bottom 4; left 2; };
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "up_arrow_button"
+{
+       texture "gui.png";
+       slice 2 18 13 13;
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "up_arrow_button_pressed"
+{
+       texture "gui.png";
+       slice 17 18 13 13;
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "down_arrow_button"
+{
+       texture "gui.png";
+       slice 2 4 13 13;
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+graphic "down_arrow_button_pressed"
+{
+       texture "gui.png";
+       slice 17 4 13 13;
+       shadow { top 0; right 1; bottom 2; left 0; };
+};
+
+style "button"
+{
+       font_color 0 0 0;
+
+       part
+       {
+               graphic NORMAL "grey_button";
+               graphic ACTIVE "grey_button_pressed";
+               align 0.5 0.0;
+               fill 0.0 0.0;
+       };
+
+       special "text"
+       {
+               align 0.5 1.0;
+               fill 0.0 0.0;
+       };
+};
+
+style "button-green"
+{
+       font_color 0 0 0;
+
+       part
+       {
+               graphic NORMAL "green_button";
+               graphic ACTIVE "green_button_pressed";
+               align 0.5 0.0;
+               fill 0.0 0.0;
+       };
+
+       special "text"
+       {
+               align 0.5 1.0;
+               fill 0.0 0.0;
+       };
+};
+
+style "button-red"
+{
+       font_color 0 0 0;
+
+       part
+       {
+               graphic NORMAL "red_button";
+               graphic ACTIVE "red_button_pressed";
+               align 0.5 0.0;
+               fill 0.0 0.0;
+       };
+
+       special "text"
+       {
+               align 0.5 1.0;
+               fill 0.0 0.0;
+       };
+};
+
+style "button-arrow_up"
+{
+       part
+       {
+               graphic NORMAL "up_arrow_button";
+               graphic ACTIVE "up_arrow_button_pressed";
+               align 0.5 0.5;
+               fill 0.0 0.0;
+       };
+};
+
+style "button-arrow_down"
+{
+       part
+       {
+               graphic NORMAL "down_arrow_button";
+               graphic ACTIVE "down_arrow_button_pressed";
+               align 0.5 0.5;
+               fill 0.0 0.0;
+       };
+};
+
+graphic "yellow_lamp"
+{
+       texture "gui.png";
+       slice 28 105 10 10;
+};
+
+graphic "yellow_lamp_lit"
+{
+       texture "gui.png";
+       slice 28 117 10 10;
+};
+
+graphic "green_lamp"
+{
+       texture "gui.png";
+       slice 40 105 10 10;
+};
+
+graphic "green_lamp_lit"
+{
+       texture "gui.png";
+       slice 40 117 10 10;
+};
+
+graphic "red_lamp"
+{
+       texture "gui.png";
+       slice 52 105 10 10;
+};
+
+graphic "red_lamp_lit"
+{
+       texture "gui.png";
+       slice 52 116 10 10;
+};
+
+style "indicator"
+{
+       part
+       {
+               graphic NORMAL "yellow_lamp";
+               graphic ACTIVE "yellow_lamp_lit";
+               align 0.5 0.5;
+               fill 0.0 0.0;
+       };
+};
+
+style "indicator-green"
+{
+       part
+       {
+               graphic NORMAL "green_lamp";
+               graphic ACTIVE "green_lamp_lit";
+               align 0.5 0.5;
+               fill 0.0 0.0;
+       };
+};
+
+style "indicator-red"
+{
+       part
+       {
+               graphic NORMAL "red_lamp";
+               graphic ACTIVE "red_lamp_lit";
+               align 0.5 0.5;
+               fill 0.0 0.0;
+       };
+};
+
+graphic "raised_grey_bg"
+{
+       texture "gui.png";
+       slice 2 74 24 16;
+       border { top 4; right 4; bottom 4; left 4; };
+};
+
+style "panel"
+{
+       part
+       {
+               graphic NORMAL "raised_grey_bg";
+       };
+       special "children";
+};
+
+style "panel-group"
+{
+       special "children";
+};
+
+graphic "sunken_black_bg"
+{
+       texture "gui.png";
+       slice 2 110 24 16;
+       border { top 4; right 4; bottom 4; left 4; };
+};
+
+style "label-digital"
+{
+       font "digitalreadout-16.font";
+       font_color 0.3 1 0.3;
+
+       part
+       {
+               graphic NORMAL "sunken_black_bg";
+       };
+
+       special "text"
+       {
+               fill 0.0 0.0;
+               align 0.5 0.5;
+               margin { top 1; };
+       };
+};
+
+graphic "sunken_white_bg"
+{
+       texture "gui.png";
+       slice 2 92 24 16;
+       border { top 4; right 4; bottom 4; left 4; };
+};
+
+graphic "cursor"
+{
+       texture "gui.png";
+       slice 40 81 2 10;
+};
+
+style "entry"
+{
+       font_color 0 0 0;
+
+       part
+       {
+               graphic NORMAL "sunken_white_bg";
+       };
+
+       special "text"
+       {
+               align 0.0 0.5;
+               fill 0.0 0.0;
+               margin { left 3; right 3; };
+       };
+
+       special "cursor"
+       {
+               graphic FOCUS "cursor";
+               align 0.0 0.5;
+               fill 0.0 0.0;
+               size 2 12;
+               margin { left 3; right 3; };
+       };
+};
+
+style "entry-multiline"
+{
+       font_color 0 0 0;
+
+       part
+       {
+               graphic NORMAL "sunken_white_bg";
+       };
+
+       special "text"
+       {
+               align 0.0 1.0;
+               fill 0.0 0.0;
+               margin { top 2; right 13; left 3; bottom 2; };
+       };
+
+       special "cursor"
+       {
+               graphic FOCUS "cursor";
+               size 2 12;
+       };
+
+       special "slider"
+       {
+               align 1.0 0.0;
+               fill 0.0 1.0;
+               size 10 0;
+               margin { top 3; right 2; bottom 3; };
+       };
+};
+
+graphic "selection"
+{
+       texture "gui.png";
+       slice 44 81 20 10;
+       border { top 4; right 4; bottom 4; left 4; };
+};
+
+style "list"
+{
+       font_color 0.0 0.0 0.0;
+
+       part
+       {
+               graphic NORMAL "sunken_white_bg";
+       };
+
+       special "selection"
+       {
+               graphic NORMAL "selection";
+               fill 1.0 1.0;
+               margin { top 2; right 13; bottom 2; left 2; };
+       };
+
+       special "items"
+       {
+               margin { top 2; right 13; bottom 2; left 2; };
+       };
+
+       special "slider"
+       {
+               align 1.0 0.0;
+               fill 0.0 1.0;
+               size 10 0;
+               margin { top 3; right 2; bottom 3; };
+       };
+};
+
+style "dropdown"
+{
+       font_color 0.0 0.0 0.0;
+
+       part
+       {
+               graphic NORMAL "sunken_white_bg";
+               margin { right 14; };
+       };
+
+       part
+       {
+               graphic NORMAL "down_arrow_button";
+               graphic ACTIVE "down_arrow_button_pressed";
+               align 1.0 0.5;
+               fill 0.0 0.0;
+       };
+
+       special "text"
+       {
+               align 0.0 0.5;
+               fill 0.0 0.0;
+               margin { left 2; };
+       };
+
+       special "list";
+};
+
+graphic "switch_up"
+{
+       texture "gui.png";
+       slice 48 42 20 21;
+       shadow { top 0; right 2; bottom 3; left 0; };
+};
+
+graphic "switch_down"
+{
+       texture "gui.png";
+       slice 48 20 20 21;
+       shadow { top 0; right 2; bottom 3; left 0; };
+};
+
+style "toggle"
+{
+       font_color 0.0 0.0 0.0;
+
+       special "text"
+       {
+               align 0.5 1.0;
+               fill 0.0 0.0;
+       };
+
+       part
+       {
+               align 0.5 0.0;
+               fill 0.0 0.0;
+               graphic NORMAL "switch_down";
+               graphic ACTIVE "switch_up";
+       };
+};
+
+graphic "horizontal_slot"
+{
+       texture "gui.png";
+       slice 32 97 12 2;
+       border { left 1; right 1; };
+};
+
+graphic "horizontal_knob"
+{
+       texture "gui.png";
+       slice 70 51 32 13;
+       shadow { top 0; right 2; bottom 3; left 0; };
+};
+
+style "hslider"
+{
+       part
+       {
+               graphic NORMAL "horizontal_slot";
+               align 0.5 0.5;
+               fill 1.0 0.0;
+               margin { left 4; right 4; };
+       };
+
+       special "slider"
+       {
+               graphic NORMAL "horizontal_knob";
+               fill 0.0 0.0;
+       };
+};
+
+graphic "vertical_slot"
+{
+       texture "gui.png";
+       slice 32 75 2 12;
+       border { top 1; bottom 1; };
+};
+
+graphic "vertical_knob"
+{
+       texture "gui.png";
+       slice 70 17 12 33;
+       shadow { top 0; right 2; bottom 3; left 0; };
+};
+
+style "vslider"
+{
+       part
+       {
+               graphic NORMAL "vertical_slot";
+               align 0.5 0.5;
+               fill 0.0 1.0;
+               margin { top 4; bottom 4; };
+       };
+
+       special "slider"
+       {
+               graphic NORMAL "vertical_knob";
+               fill 0.0 0.0;
+               align 0.0 1.0;
+       };
+};