blob: 46cbc1e87fdf91c127c8cf898191a5b0a3e0bd1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
<panel
background_visible="false"
bg_alpha_color="DkGray"
follows="all"
height="200"
label="Device Settings"
layout="topleft"
name="device_settings_panel"
width="360">
<panel.string
name="default_text">
Default
</panel.string>
<string
name="name_no_device">
No Device
</string>
<string
name="name_default_system_device">
Default System Device
</string>
<icon
follows="left|top"
height="18"
image_name="Microphone_On"
left_delta="-5"
name="microphone_icon"
mouse_opaque="false"
top="7"
layout="topleft"
visible="true"
width="18" />
<icon
follows="left|top"
height="18"
image_name="Parcel_Voice_Dark"
layout="topleft"
left_pad="220"
name="speaker_icon"
mouse_opaque="false"
top_delta="0"
visible="true"
width="22" />
<text
type="string"
length="1"
font.style="BOLD"
follows="left|top"
height="16"
layout="topleft"
left_pad="-240"
top_delta="5"
name="Input"
width="60">
Input
</text>
<combo_box
height="23"
control_name="VoiceInputAudioDevice"
follows="left|top"
layout="topleft"
left_pad="0"
max_chars="128"
name="voice_input_device"
top_delta="-5"
width="150" />
<text
font.style="BOLD"
type="string"
length="1"
follows="left|top"
height="15"
layout="topleft"
left_pad="30"
name="Output"
top_delta="5"
width="60">
Output
</text>
<combo_box
control_name="VoiceOutputAudioDevice"
height="23"
follows="left|top"
layout="topleft"
left_pad="0"
max_chars="128"
name="voice_output_device"
top_delta="-4"
width="150" />
<text
type="string"
halign="left"
length="1"
follows="left|top"
height="16"
layout="topleft"
left_delta="-300"
name="My volume label"
top_pad="14"
width="200">
My volume:
</text>
<slider_bar
control_name="AudioLevelMic"
follows="top|right|left"
height="17"
increment="0.025"
initial_value="1.0"
layout="topleft"
left_delta="95"
max_val="2"
name="mic_volume_slider"
tool_tip="Change the volume using this slider"
top_pad="-18"
width="110" />
<text
type="string"
text_color="EmphasisColor"
length="1"
follows="right|top"
height="18"
layout="topleft"
left_pad="5"
name="wait_text"
top_delta="-1"
width="110">
Please wait
</text>
<locate
follows="right|top"
height="20"
layout="topleft"
left_delta="0"
name="bar0"
top_delta="-2"
width="20" />
<locate
follows="right|top"
height="20"
layout="topleft"
left_pad="5"
name="bar1"
top_delta="0"
width="20" />
<locate
follows="right|top"
height="20"
layout="topleft"
left_pad="5"
name="bar2"
top_delta="0"
width="20" />
<locate
follows="right|top"
height="20"
layout="topleft"
left_pad="5"
name="bar3"
top_delta="0"
width="20" />
<locate
follows="right|top"
height="20"
layout="topleft"
left_pad="5"
name="bar4"
top_delta="0"
width="20" />
</panel>
|