summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_stinson.xml
blob: 7e23b270be147196fe330047322c4dcbc36cade1 (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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
    positioning="cascading"
    can_tear_off="false"
    can_resize="true"
    height="575"
    width="1254"
    min_height="600"
    min_width="1100"
    layout="topleft"
    name="floater_stinson"
    help_topic="floater_stinson"
    reuse_instance="true"
    save_rect="false"
    single_instance="true"
    title="Stinson Test">
  <floater.string name="status_no_region">No current region available.</floater.string>
  <floater.string name="status_capabilities_loading">Region capabilities are loading.</floater.string>
  <floater.string name="status_ready">Materials are enabled for this region.</floater.string>
  <floater.string name="status_request_started">Request sent.</floater.string>
  <floater.string name="status_request_completed">Request received.</floater.string>
  <floater.string name="status_not_enabled">Materials are not enabled for this region.</floater.string>
  <floater.string name="status_error">An error occurred during the request.</floater.string>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top"
      layout="topleft"
      left="12"
      top_pad="10"
      height="61"
      width="214">
    <text
        height="13"
        word_wrap="true"
        use_ellipses="false"
        type="string"
        text_color="LabelTextColor"
        length="1"
        layout="topleft"
        left="0"
        top_pad="0"
        width="214">
      Status
    </text>
    <text
        height="40"
        word_wrap="true"
        use_ellipses="false"
        type="string"
        text_color="MaterialGoodColor"
        length="1"
        follows="left|top"
        layout="topleft"
        left="0"
        name="material_status"
        top_pad="8"
        width="214">
    </text>
  </panel>
  <view_border
      bevel_style="none"
      follows="left|right|top"
      height="0"
      layout="topleft"
      name="horiz_separator"
      top_pad="0"
      left="12"
      width="1230"/>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top|right"
      layout="topleft"
      height="167"
      top_pad="10"
      width="1230">
    <button
        follows="left|top"
        height="22"
        label="Get"
        layout="topleft"
        name="get_button"
        top_pad="0"
        width="214"/>
    <scroll_list
        column_padding="0"
        draw_heading="true"
        follows="left|top|right"
        height="135"
        layout="topleft"
        top_pad="10"
        tab_stop="false"
        multi_select="true"
        name="get_scroll_list"
        width="1230">
      <scroll_list.columns
          label="Material ID"
          name="id"
          dynamic_width="true" />
      <scroll_list.columns
          label="Normal Map"
          name="normal_map"
          width="225" />
      <scroll_list.columns
          label="Specular Map"
          name="specular_map"
          width="225" />
      <scroll_list.columns
          label="Specular Color"
          name="specular_color"
          width="120" />
      <scroll_list.columns
          label="Specular Exponent"
          name="specular_exponent"
          width="112" />
      <scroll_list.columns
          label="Env Intensity"
          name="env_intensity"
          width="80" />
      <scroll_list.columns
          label="Alpha Mask Cutoff"
          name="alpha_mask_cutoff"
          width="110" />
      <scroll_list.columns
          label="Is Diffuse Alpha Mask"
          name="is_diffuse_alpha_mask"
          width="128" />
    </scroll_list>
  </panel>
  <view_border
      bevel_style="none"
      follows="left|right|top"
      height="0"
      layout="topleft"
      name="horiz_separator"
      top_pad="10"
      left="12"
      width="1230"/>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top|right"
      layout="topleft"
      left="12"
      top_pad="10"
      height="132"
      width="400">
    <button
        follows="left|top"
        height="22"
        label="Put"
        layout="topleft"
        name="put_button"
        top_pad="0"
        width="214"/>
    <scroll_list
        column_padding="0"
        draw_heading="true"
        follows="left|top|right"
        height="100"
        layout="topleft"
        top_pad="10"
        tab_stop="false"
        multi_select="true"
        name="put_scroll_list"
        width="400">
      <scroll_list.columns
          label="Object ID"
          name="object_id"
          width="80" />
      <scroll_list.columns
          label="Face Index"
          name="face_index"
          width="70" />
      <scroll_list.columns
          label="MaterialID"
          name="material_id"
          dynamic_width="true" />
    </scroll_list>
  </panel>
  <view_border
      bevel_style="none"
      follows="left|right|top"
      height="0"
      layout="topleft"
      name="horiz_separator"
      top_pad="10"
      left="12"
      width="1230"/>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top|right"
      layout="topleft"
      left="12"
      top_pad="10"
      height="132"
      width="1230">
    <button
        follows="left|top"
        height="22"
        label="Post Good Material ID"
        layout="topleft"
        name="good_post_button"
        top_pad="0"
        width="214"/>
    <button
        follows="left|top"
        height="22"
        label="Post Bad Material ID"
        layout="topleft"
        name="bad_post_button"
        left_pad="20"
        width="214"/>
    <scroll_list
        column_padding="0"
        draw_heading="true"
        follows="left|top|right"
        height="100"
        layout="topleft"
        top_pad="10"
        left="0"
        tab_stop="false"
        multi_select="true"
        name="post_scroll_list"
        width="1230">
      <scroll_list.columns
          label="Material ID"
          name="id"
          dynamic_width="true" />
      <scroll_list.columns
          label="Normal Map"
          name="normal_map"
          width="225" />
      <scroll_list.columns
          label="Specular Map"
          name="specular_map"
          width="225" />
      <scroll_list.columns
          label="Specular Color"
          name="specular_color"
          width="120" />
      <scroll_list.columns
          label="Specular Exponent"
          name="specular_exponent"
          width="112" />
      <scroll_list.columns
          label="Env Intensity"
          name="env_intensity"
          width="80" />
      <scroll_list.columns
          label="Alpha Mask Cutoff"
          name="alpha_mask_cutoff"
          width="110" />
      <scroll_list.columns
          label="Is Diffuse Alpha Mask"
          name="is_diffuse_alpha_mask"
          width="128" />
    </scroll_list>
  </panel>
  </floater>