/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/gui.xml
ViewVC logotype

Contents of /jsampler/trunk/src/org/jsampler/view/fantasia/gui.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 912 - (show annotations) (download) (as text)
Mon Aug 7 18:34:40 2006 UTC (17 years, 7 months ago) by iliev
File MIME type: text/xml
File size: 6307 byte(s)
* updating to JSampler 0.3a

1 <synth>
2 <style id="titlebar">
3 <state>
4 <imagePainter method="panelBackground" path="res/titlebar.png" sourceInsets="3 3 3 3" stretch="true" paintCenter="true"/>
5
6 </state>
7 </style>
8 <bind style="titlebar" type="name" key="FantasiaTitleBar" />
9
10 <style id="channel">
11 <state>
12 <imagePainter method="panelBackground" path="res/channel.png" sourceInsets="3 3 3 3" stretch="true" paintCenter="true"/>
13
14 </state>
15 </style>
16 <bind style="channel" type="name" key="Channel" />
17
18 <style id="channel.screen">
19 <state>
20 <imagePainter method="panelBackground" path="res/channel.screen.png" sourceInsets="6 6 6 6" stretch="true" paintCenter="true"/>
21
22 </state>
23 </style>
24 <bind style="channel.screen" type="name" key="ChannelScreen" />
25
26 <style id="channel.options">
27 <state>
28 <imagePainter method="panelBackground" path="res/channel.options.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="true"/>
29
30 </state>
31 </style>
32 <bind style="channel.options" type="name" key="ChannelOptions" />
33
34 <style id="vseparator">
35 <state>
36 <imagePainter method="panelBackground" path="res/line_vert.png" sourceInsets="0 0 0 0" stretch="true" paintCenter="true"/>
37
38 </state>
39 </style>
40 <bind style="vseparator" type="name" key="VSeparator" />
41
42 <!-- <style id="label">
43 <state>
44 <color type="BACKGROUND" value="#000000"/>
45
46 <imagePainter method="labelBorder" path="/cbLabel.png" sourceInsets="3 3 1 3" paintCenter="false"/>
47 <imagePainter method="labelBackground" path="/bgLabel.png" sourceInsets="0 0 0 0" paintCenter="true"/>
48
49 <insets top="3" left="3" bottom="1" right="3"/>
50 </state>
51 </style>
52 <bind style="label" type="region" key="Label"/>
53
54 <bind style="label" type="region" key="PopupMenu"/>
55
56 <style id="combobox">
57 <state>
58 </state>
59 </style>
60 <bind style="combobox" type="region" key="ComboBox"/>
61 -->
62
63 <style id="default">
64 <state>
65 <font name="DIALOG" size="9" style="BOLD"/>
66 <color type="FOREGROUND" value="#FFA300"/>
67 <color type="BACKGROUND" value="#818181"/>
68
69 <imagePainter method="scrollBarThumbBorder" path="res/button.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="true"/>
70 </state>
71 </style>
72 <bind style="default" type="region" key=".*"/>
73
74 <style id="cbArrow">
75 <imagePainter method="arrowButtonForeground" path="res/cb_arrow.png" sourceInsets="0 0 0 0" stretch="false"/>
76 <color type="BACKGROUND" value="#818181"/>
77 </style>
78 <bind style="cbArrow" type="name" key="ComboBox.arrowButton" />
79
80 <style id="scrollbar">
81 <state>
82 <imagePainter method="arrowButtonForeground" path="res/arrow_up.png" sourceInsets="0 0 0 0" direction="north"/>
83 <imagePainter method="arrowButtonForeground" path="res/arrow_down.png" sourceInsets="0 0 0 0" direction="south"/>
84 <property key="ArrowButton.size" type="integer" value="10" />
85
86 </state>
87 </style>
88 <bind style="scrollbar" type="name" key="ScrollBar.button"/>
89
90 <style id="button">
91 <state>
92 <imagePainter method="buttonBorder" path="res/button.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="false"/>
93 <insets top="4" left="8" bottom="4" right="8"/>
94 <opaque value="true"/>
95 <color type="BACKGROUND" value="#6d6d6d"/>
96 </state>
97 </style>
98 <bind style="button" type="region" key="Button"/>
99
100 <style id="textfield">
101 <state>
102 <imagePainter method="textFieldBorder" path="res/border_tf.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="false"/>
103 <insets top="4" left="4" bottom="4" right="4"/>
104 <opaque value="true"/>
105 <color type="BACKGROUND" value="#6d6d6d"/>
106 </state>
107 </style>
108 <bind style="textfield" type="region" key="TextField"/>
109
110 <style id="spinner">
111 <state>
112 <imagePainter method="spinnerBorder" path="res/border_tf.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="false"/>
113 <insets top="4" left="4" bottom="4" right="4"/>
114 <opaque value="true"/>
115 <color type="BACKGROUND" value="#6d6d6d"/>
116 </state>
117 </style>
118 <bind style="spinner" type="region" key="Spinner"/>
119
120 <style id="progressbar">
121 <state>
122 <imagePainter method="progressBarBorder" path="res/border_tf.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="false"/>
123 <imagePainter method="progressBarForeground" path="res/progress_fg.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="true"/>
124 <insets top="2" left="2" bottom="2" right="2"/>
125 <opaque value="true"/>
126 <color type="BACKGROUND" value="#6d6d6d"/>
127 </state>
128 </style>
129 <bind style="progressbar" type="region" key="ProgressBar"/>
130
131 <style id="popupmenu">
132 <state>
133 <imagePainter method="popupMenuBorder" path="res/button.png" sourceInsets="1 1 1 1" stretch="true" paintCenter="false"/>
134 <insets top="4" left="4" bottom="4" right="4"/>
135 <opaque value="true"/>
136 <color type="BACKGROUND" value="#6d6d6d"/>
137 </state>
138 </style>
139 <bind style="popupmenu" type="region" key="PopupMenu"/>
140
141 <style id="cbrenderer">
142 <state>
143
144 <imagePainter method="labelBackground" path="res/cb_label.png" sourceInsets="3 3 5 3" paintCenter="true"/>
145 <!-- <imagePainter method="labelBackground" path="res/bgLabel.png" sourceInsets="0 0 0 0" stretch="true" paintCenter="true"/> -->
146
147 <insets top="3" left="5" bottom="6" right="3"/>
148 </state>
149 </style>
150 <bind style="cbrenderer" type="name" key="ComboBox.renderer"/>
151
152 <style id="cblist">
153 <state>
154 <color type="BACKGROUND" value="#000000"/>
155 </state>
156 </style>
157 <bind style="cblist" type="name" key="ComboBox.list"/>
158
159
160 </synth>

  ViewVC Help
Powered by ViewVC