X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;fp=data%2Fr2c2.res;h=c2f72c1a94c1ecf89c02dbc1c6f970baea8e04bd;hb=78d36019ec11d62d6fd016fcbe19f566d11771ff;hp=0000000000000000000000000000000000000000;hpb=759fee443361cdcafe6fb259df3ba1b05bea0b21;p=r2c2.git diff --git a/data/r2c2.res b/data/r2c2.res new file mode 100644 index 0000000..c2f72c1 --- /dev/null +++ b/data/r2c2.res @@ -0,0 +1,731 @@ +default_font "dejavu-12.font"; + +style "root" +{ + part "children"; +}; + +style "label" +{ + font_color 0 0 0; + part "text" + { + align 0.0 0.5; + fill 0.0 0.0; + }; +}; + +style "label-title" +{ + font_color 0 0 0; + part "text" + { + align 0.5 1.0; + fill 0.0 0.0; + margin { bottom 5; }; + }; +}; + +style "image" +{ + part "image" + { + fill 1.0 1.0; + }; +}; + +graphic "tooltip" +{ + texture "gui.png"; + slice 50 93 20 10; + border { horizontal 2; vertical 2; }; +}; + +style "label-tooltip" +{ + font_color 0.0 0.0 0.0; + + part + { + graphic NORMAL "tooltip"; + }; + + part "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { horizontal 2; vertical 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 { right 1; bottom 2; }; +}; + +graphic "up_arrow_button_pressed" +{ + texture "gui.png"; + slice 17 19 13 12; + shadow { right 1; bottom 1; }; +}; + +graphic "down_arrow_button" +{ + texture "gui.png"; + slice 2 4 13 13; + shadow { right 1; bottom 2; }; +}; + +graphic "down_arrow_button_pressed" +{ + texture "gui.png"; + slice 17 5 13 12; + shadow { right 1; bottom 1; }; +}; + +graphic "right_arrow_button" +{ + texture "gui.png"; + slice 32 17 12 14; + shadow { right 1; bottom 2; }; +}; + +graphic "right_arrow_button_pressed" +{ + texture "gui.png"; + slice 32 3 12 13; + shadow { right 1; bottom 1; }; +}; + +graphic "left_arrow_button" +{ + texture "gui.png"; + slice 46 2 12 14; + shadow { right 1; bottom 2; }; +}; + +graphic "left_arrow_button_pressed" +{ + texture "gui.png"; + slice 60 3 12 13; + shadow { right 1; bottom 1; }; +}; + +graphic "red_cross_button" +{ + texture "gui.png"; + slice 74 2 13 14; + shadow { right 1; bottom 2; }; +}; + +graphic "red_cross_button_pressed" +{ + texture "gui.png"; + slice 89 3 13 13; + shadow { right 1; bottom 1; }; +}; + +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; + margin { horizontal 5; }; + }; + + part "text" + { + align 0.5 1.0; + fill 0.0 0.0; + margin { bottom 10; }; + }; +}; + +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; + margin { horizontal 5; }; + }; + + part "text" + { + align 0.5 1.0; + fill 0.0 0.0; + margin { bottom 10; }; + }; +}; + +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; + margin { horizontal 5; }; + }; + + part "text" + { + align 0.5 1.0; + fill 0.0 0.0; + margin { bottom 10; }; + }; +}; + +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; + }; +}; + +style "button-arrow_right" +{ + part + { + graphic NORMAL "right_arrow_button"; + graphic ACTIVE "right_arrow_button_pressed"; + align 0.5 0.5; + fill 0.0 0.0; + }; +}; + +style "button-arrow_left" +{ + part + { + graphic NORMAL "left_arrow_button"; + graphic ACTIVE "left_arrow_button_pressed"; + align 0.5 0.5; + fill 0.0 0.0; + }; +}; + +style "button-red_cross" +{ + part + { + graphic NORMAL "red_cross_button"; + graphic ACTIVE "red_cross_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 { horizontal 4; vertical 4; }; +}; + +style "panel" +{ + part + { + graphic NORMAL "raised_grey_bg"; + }; + part "children"; +}; + +style "panel-group" +{ + part "children"; +}; + +graphic "sunken_black_bg" +{ + texture "gui.png"; + slice 2 110 24 16; + border { horizontal 4; vertical 4; }; +}; + +style "label-digital" +{ + font "digitalreadout-16.font"; + font_color 0.3 1 0.3; + + part + { + graphic NORMAL "sunken_black_bg"; + }; + + part "text" + { + fill 0.0 0.0; + align 0.5 0.5; + margin { horizontal 4; top 2; bottom 1; }; + }; +}; + +graphic "sunken_white_bg" +{ + texture "gui.png"; + slice 2 92 24 16; + border { horizontal 4; vertical 4; }; +}; + +graphic "cursor" +{ + texture "gui.png"; + slice 40 81 2 10; +}; + +style "entry" +{ + font_color 0 0 0; + + part + { + graphic NORMAL "sunken_white_bg"; + }; + + part "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { horizontal 3; vertical 2; }; + }; + + part "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"; + }; + + part "text" + { + align 0.0 1.0; + fill 0.0 0.0; + margin { vertical 2; right 13; left 3; }; + }; + + part "cursor" + { + graphic FOCUS "cursor"; + size 2 12; + }; + + part "slider" + { + align 1.0 0.0; + fill 0.0 1.0; + size 10 0; + margin { vertical 3; right 2; }; + }; +}; + +graphic "selection" +{ + texture "gui.png"; + slice 44 81 20 10; + border { horizontal 4; vertical 4; }; +}; + +style "list" +{ + part + { + graphic NORMAL "sunken_white_bg"; + }; + + part "items" + { + margin { vertical 2; right 13; left 2; }; + }; + + part "slider" + { + align 1.0 0.0; + fill 0.0 1.0; + size 10 0; + margin { vertical 3; right 2; }; + }; +}; + +style "listitem" +{ + part + { + graphic ACTIVE "selection"; + fill 1.0 1.0; + }; + + part "children" + { + margin { vertical 1; horizontal 2; }; + }; +}; + +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; + }; + + part "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { vertical 2; left 3; right 17; }; + }; + + part "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; + + part "text" + { + align 0.5 1.0; + fill 0.0 0.0; + margin { bottom 10; }; + }; + + 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 { horizontal 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 { horizontal 4; }; + }; + + part "slider" + { + graphic NORMAL "horizontal_knob"; + align 0.0 0.5; + fill 0.0 0.0; + }; +}; + +graphic "vertical_slot" +{ + texture "gui.png"; + slice 32 75 2 12; + border { vertical 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 { vertical 4; }; + }; + + part "slider" + { + graphic NORMAL "vertical_knob"; + fill 0.0 0.0; + align 0.0 1.0; + }; +}; + +style "draghandle"; + +graphic "pointer_down" +{ + texture "gui.png"; + slice 98 36 13 14; + shadow { right 1; bottom 2; }; +}; + +graphic "pointer_up" +{ + texture "gui.png"; + slice 83 36 13 14; + shadow { right 1; bottom 2; }; +}; + +graphic "pointer_left" +{ + texture "gui.png"; + slice 83 21 13 14; + shadow { right 1; bottom 2; }; +}; + +graphic "pointer_right" +{ + texture "gui.png"; + slice 98 21 13 14; + shadow { right 1; bottom 2; }; +}; + +style "toggle-pointer_left" +{ + font_color 0.0 0.0 0.0; + + part "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { vertical 2; right 4; left 2; }; + }; + + part + { + graphic NORMAL "vertical_slot"; + align 1.0 0.0; + fill 0.0 1.0; + }; + + part + { + graphic ACTIVE "pointer_left"; + align 1.0 0.5; + fill 0.0 0.0; + }; +}; + +graphic "lever_down" +{ + texture "gui.png"; + slice 103 52 20 22; + shadow { right 3; bottom 4; }; +}; + +graphic "lever_up" +{ + texture "gui.png"; + slice 103 76 20 22; + shadow { right 3; bottom 4; }; +}; + +style "toggle-lever" +{ + font_color 0.0 0.0 0.0; + + part + { + align 0.5 0.5; + fill 0.0 0.0; + graphic NORMAL "lever_down"; + graphic ACTIVE "lever_up"; + }; +};