blob: 29f36b461c9cd08468e04bd0fded9826594f6597 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="build options floater" title="格線選項">
<floater.string name="grid_screen_text">
螢幕
</floater.string>
<floater.string name="grid_local_text">
本地
</floater.string>
<floater.string name="grid_world_text">
世界
</floater.string>
<floater.string name="grid_reference_text">
參考
</floater.string>
<floater.string name="grid_attachment_text">
附件
</floater.string>
<text name="grid_mode_label" tool_tip="格線不透明度">
模式
</text>
<combo_box name="combobox grid mode" tool_tip="選擇物件定位參考的格線尺度類型">
<combo_box.item label="世界格線" name="World"/>
<combo_box.item label="地方格線" name="Local"/>
<combo_box.item label="參考格線" name="Reference"/>
</combo_box>
<spinner label="單位(公尺)" name="GridResolution"/>
<spinner label="範圍(公尺)" name="GridDrawSize"/>
<check_box label="貼齊至子單位" name="GridSubUnit"/>
<check_box label="檢視橫剖面" name="GridCrossSection"/>
<text name="grid_opacity_label" tool_tip="格線不透明度">
不透明度:
</text>
</floater>
|