1<?xml version="1.0"?>
2<!--Generated with glade3 3.4.5 on Tue Dec 23 13:54:59 2008 -->
3<interface>
4  <object class="GtkListStore" id="model1">
5    <columns>
6      <column type="gchararray"/>
7    </columns>
8    <data>
9      <row>
10        <col id="0" translatable="yes">Mute</col>
11      </row>
12      <row>
13        <col id="0" translatable="yes">25 %</col>
14      </row>
15      <row>
16        <col id="0" translatable="yes">50 %</col>
17      </row>
18      <row>
19        <col id="0" translatable="yes">100 %</col>
20      </row>
21      <row>
22        <col id="0" translatable="yes">200 %</col>
23      </row>
24    </data>
25  </object>
26  <object class="GtkListStore" id="model2">
27    <columns>
28      <column type="gchararray"/>
29    </columns>
30    <data>
31      <row>
32        <col id="0">11 KHz</col>
33      </row>
34      <row>
35        <col id="0">22 KHz</col>
36      </row>
37      <row>
38        <col id="0">44.1 KHz</col>
39      </row>
40      <row>
41        <col id="0">48 KHz</col>
42      </row>
43    </data>
44  </object>
45  <object class="GtkDialog" id="SoundConfigDialog">
46    <property name="border_width">5</property>
47    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
48    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
49    <property name="has_separator">False</property>
50    <child internal-child="vbox">
51      <object class="GtkVBox" id="dialog-vbox1">
52        <property name="visible">True</property>
53        <property name="spacing">2</property>
54        <child>
55          <object class="GtkTable" id="table1">
56            <property name="visible">True</property>
57            <property name="border_width">10</property>
58            <property name="n_rows">2</property>
59            <property name="n_columns">2</property>
60            <property name="column_spacing">10</property>
61            <property name="row_spacing">10</property>
62            <child>
63              <object class="GtkComboBox" id="VolumeComboBox">
64                <property name="visible">True</property>
65                <property name="model">model1</property>
66                <child>
67                  <object class="GtkCellRendererText" id="renderer1"/>
68                  <attributes>
69                    <attribute name="text">0</attribute>
70                  </attributes>
71                </child>
72              </object>
73              <packing>
74                <property name="left_attach">1</property>
75                <property name="right_attach">2</property>
76              </packing>
77            </child>
78            <child>
79              <object class="GtkLabel" id="label2">
80                <property name="visible">True</property>
81                <property name="xalign">1</property>
82                <property name="label" translatable="yes">Volume : </property>
83              </object>
84              <packing>
85                <property name="x_options">GTK_FILL</property>
86              </packing>
87            </child>
88            <child>
89              <object class="GtkLabel" id="label1">
90                <property name="visible">True</property>
91                <property name="xalign">1</property>
92                <property name="label" translatable="yes">Sample rate : </property>
93              </object>
94              <packing>
95                <property name="top_attach">1</property>
96                <property name="bottom_attach">2</property>
97                <property name="x_options">GTK_FILL</property>
98              </packing>
99            </child>
100            <child>
101              <object class="GtkComboBox" id="RateComboBox">
102                <property name="visible">True</property>
103                <property name="model">model2</property>
104                <child>
105                  <object class="GtkCellRendererText" id="renderer2"/>
106                  <attributes>
107                    <attribute name="text">0</attribute>
108                  </attributes>
109                </child>
110              </object>
111              <packing>
112                <property name="left_attach">1</property>
113                <property name="right_attach">2</property>
114                <property name="top_attach">1</property>
115                <property name="bottom_attach">2</property>
116              </packing>
117            </child>
118          </object>
119          <packing>
120            <property name="position">1</property>
121          </packing>
122        </child>
123        <child internal-child="action_area">
124          <object class="GtkHButtonBox" id="dialog-action_area1">
125            <property name="visible">True</property>
126            <property name="layout_style">GTK_BUTTONBOX_END</property>
127            <child>
128              <placeholder/>
129            </child>
130            <child>
131              <object class="GtkButton" id="button1">
132                <property name="visible">True</property>
133                <property name="can_focus">True</property>
134                <property name="receives_default">True</property>
135                <property name="label">gtk-close</property>
136                <property name="use_stock">True</property>
137              </object>
138              <packing>
139                <property name="position">1</property>
140              </packing>
141            </child>
142          </object>
143          <packing>
144            <property name="expand">False</property>
145            <property name="pack_type">GTK_PACK_END</property>
146          </packing>
147        </child>
148      </object>
149    </child>
150    <action-widgets>
151      <action-widget response="0">button1</action-widget>
152    </action-widgets>
153  </object>
154</interface>
155