summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_stinson.xml
blob: 559e6eb48f4187691f16dc7dd2b9a75d7f722ff0 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
    positioning="cascading"
    can_tear_off="false"
    can_resize="true"
    height="315"
    width="1194"
    min_height="315"
    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="1170"/>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top|right"
      layout="topleft"
      height="167"
      top_pad="10"
      width="1170">
    <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="materials_scroll_list"
        width="1170">
      <scroll_list.columns
          label="ID"
          name="id"
          dynamic_width="true" />
      <scroll_list.columns
          label="Normal Map"
          name="normal_map"
          width="230" />
      <scroll_list.columns
          label="Specular Map"
          name="specular_map"
          width="230" />
      <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="1170"/>
  <panel
      border="false"
      bevel_style="none"
      follows="left|top"
      layout="topleft"
      left="12"
      top_pad="10"
      height="22"
      width="214">
    <button
        follows="left|top"
        height="22"
        label="Put"
        layout="topleft"
        name="put_button"
        top_pad="0"
        width="214"/>
  </panel>
</floater>