File: openmw_count_window.layout

package info (click to toggle)
openmw 0.47.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,276 kB
  • sloc: cpp: 249,935; xml: 1,978; sh: 1,327; python: 63; makefile: 26
file content (31 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
    <Widget type="Window" skin="MW_DialogNoTransp" position="0 0 600 128" align="Center" layer="Windows" name="_Main">
        <Property key="Visible" value="false"/>
        <Widget type="TextBox" skin="SandText" position="0 4 592 24" align="Left Top HStretch" name="LabelText">
            <Property key="TextAlign" value="Center"/>
        </Widget>
        <Widget type="TextBox" skin="SandText" position="12 36 521 24" align="Left Top HStretch" name="ItemText">
            <Property key="TextAlign" value="Left"/>
        </Widget>
        <Widget type="NumericEditBox" skin="MW_TextEdit" position="535 36 50 24" align="Right Top" name="ItemEdit">
            <Property key="TextAlign" value="Center"/>
        </Widget>
        <Widget type="ScrollBar" skin="MW_HScroll" position="7 67 578 18" align="Left Top HStretch" name="CountSlider">
            <Property key="MoveToClick" value="true"/>
            <Property key="Page" value="1"/>
            <Property key="WheelPage" value="1"/>
        </Widget>
        <Widget type="HBox" skin="" position="0 91 592 28" align="Center Bottom HStretch">
            <Widget type="Spacer" />
            <Widget type="AutoSizedButton" skin="MW_Button" position="0 0 53 28" align="Left Top" name="OkButton">
                <Property key="Caption" value="#{sOk}"/>
            </Widget>
            <Widget type="AutoSizedButton" skin="MW_Button" position="0 0 86 28" align="Right Top" name="CancelButton">
                <Property key="Caption" value="#{sCancel}"/>
            </Widget>
            <Widget type="Spacer" />
        </Widget>
    </Widget>
    <CodeGeneratorSettings/>
</MyGUI>