blob: 193d43311c3464181e9a3215d9ca11dadfe6383c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="チャット" name="chat">
<radio_group name="chat_font_size">
<radio_item label="小" name="radio"/>
<radio_item label="中" name="radio2"/>
<radio_item label="大" name="radio3"/>
</radio_group>
<color_swatch label="自分" name="user"/>
<text name="text_box1">
ミー
</text>
<color_swatch label="その他" name="agent"/>
<text name="text_box2">
その他
</text>
<color_swatch label="IM" name="im"/>
<text name="text_box3">
IM
</text>
<color_swatch label="システム" name="system"/>
<text name="text_box4">
システム
</text>
<color_swatch label="エラー" name="script_error"/>
<text name="text_box5">
エラー
</text>
<color_swatch label="オブジェクト" name="objects"/>
<text name="text_box6">
オブジェクト
</text>
<color_swatch label="所有者" name="owner"/>
<text name="text_box7">
所有者
</text>
<color_swatch label="URL" name="links"/>
<text name="text_box9">
URL
</text>
<check_box initial_value="true" label="チャット中はタイピング動作のアニメーションを再生" name="play_typing_animation"/>
<check_box label="オフライン時に受け取った IM をメールで送信" name="send_im_to_email"/>
</panel>
|