blob: 0e83c98e3971c60b39c0f9e8d9bed7cad474c761 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Snapshot" title="快照预览">
<text name="type_label">
截图类型
</text>
<radio_group label="截图类型" name="snapshot_type_radio">
<radio_item name="postcard">
通过电子邮件发送
</radio_item>
<radio_item name="texture">
保存至库存 (L$10)
</radio_item>
<radio_item name="local">
保存至硬盘
</radio_item>
</radio_group>
<text name="type_label2">
尺寸
</text>
<text
name="file_size_label">
文件尺寸: [SIZE] KB
</text>
<button label="刷新截图" name="new_snapshot_btn" />
<button label="上传 (L$10)" name="upload_btn" />
<button label="发送" name="send_btn" />
<flyout_button
label="保存"
list_position="below"
name="save_btn"
tool_tip="保存图像到文件">
<flyout_button_item
value="save">保存</flyout_button_item>
<flyout_button_item
value="save as">另存为...</flyout_button_item>
</flyout_button>
<button label="放弃" name="discard_btn" />
<button
label="更多 >>"
name="more_btn"
tool_tip="高级选项" />
<button
label="<< 较少"
name="less_btn"
tool_tip="高级选项" />
<combo_box label="分辨率" name="postcard_size_combo">
<combo_item name="640x480">
640x480
</combo_item>
<combo_item name="800x600">
800x600
</combo_item>
<combo_item name="1024x768">
1024x768
</combo_item>
<combo_item name="CurrentWindow">
当前窗口
</combo_item>
<combo_item name="Custom">
自定义
</combo_item>
</combo_box>
<combo_box label="分辨率" name="texture_size_combo">
<combo_item name="CurrentWindow">
当前窗口
</combo_item>
<combo_item name="Small(128x128)">
小 (128x128)
</combo_item>
<combo_item name="Medium(256x256)">
中 (256x256)
</combo_item>
<combo_item name="Large(512x512)">
大 (512x512)
</combo_item>
<combo_item name="Custom">
自定义
</combo_item>
</combo_box>
<combo_box label="分辨率" name="local_size_combo">
<combo_item name="CurrentWindow">
当前窗口
</combo_item>
<combo_item name="320x240">
320x240
</combo_item>
<combo_item name="640x480">
640x480
</combo_item>
<combo_item name="800x600">
800x600
</combo_item>
<combo_item name="1024x768">
1024x768
</combo_item>
<combo_item name="1280x1024">
1280x1024
</combo_item>
<combo_item name="1600x1200">
1600x1200
</combo_item>
<combo_item name="Custom">
自定义
</combo_item>
</combo_box>
<combo_box
label="格式"
name="local_format_combo">
<combo_item
name="PNG">
PNG
</combo_item>
<combo_item
name="JPEG">
JPEG
</combo_item>
<combo_item
name="BMP">
BMP
</combo_item>
</combo_box>
<spinner label="宽度" name="snapshot_width" />
<spinner label="高度" name="snapshot_height" />
<check_box label="保持画面宽高比" name="keep_aspect_check" />
<slider label="图像质量" name="image_quality_slider" />
<text name="layer_type_label">
获取:
</text>
<combo_box label="画面图层" name="layer_types">
<combo_item name="Colors">
色彩
</combo_item>
<combo_item name="Depth">
景深
</combo_item>
<combo_item name="ObjectMattes">
物体轮廓
</combo_item>
</combo_box>
<text name="file_size_label">
文件尺寸: [SIZE] 千字节
</text>
<check_box label="截图中显示界面" name="ui_check" />
<!---->
<check_box label="在截图中显示显示屏附件" name="hud_check" />
<check_box label="保存后保持窗口开启" name="keep_open_check" />
<check_box label="冻结当前画面(全屏预览)" name="freeze_frame_check" />
<check_box label="自动截图" name="auto_snapshot_check" />
<text
name="unknown">未知</text>
</floater>
<!--Translated for Second Life 1.21.0 (95157)-->
|