summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/wordcount-plain.xml
blob: 5adce42acdbd453fb08cad6e1a2c095136397dd9 (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


<modaldialog sizeable="true" height="132" help-id="HID_DLG_WORDCOUNT" moveable="true" output-size="true" id="DLG_WORDCOUNT" sv-look="true" text="Word Count" width="170" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
    <vbox>
        <fixedline height="8" id="FL_CURRENT" text="Current selection" width="158" x="6" y="3"/>
        <hbox>
            <fixedtext height="8" id="FT_CURRENTWORD" label="Words:" width="80" x="12" y="14"/>
            <fixedtext height="8" id="FI_CURRENTWORD" right="true" width="50" x="111" y="14"/>
        </hbox>
        <hbox>
            <fixedtext height="8" id="FT_CURRENTCHARACTER" label="Characters:" width="80" x="12" y="26"/>
            <fixedtext height="8" id="FI_CURRENTCHARACTER" right="true" width="50" x="111" y="26"/>
        </hbox>
        <hbox>
            <fixedtext height="8" id="FT_CURRENTCHARACTEREXCLUDINGSPACES" label="Characters excluding spaces:" width="80" x="12" y="38"/>
            <fixedtext height="8" id="FI_CURRENTCHARACTEREXCLUDINGSPACES" right="true" width="50" x="111" y="38"/>
        </hbox>
        <fixedline height="8" id="FL_DOC" text="Whole document" width="158" x="6" y="52"/>
        <hbox>
            <fixedtext height="8" id="FT_DOCWORD" label="Words:" width="80" x="12" y="63"/>
            <fixedtext height="8" id="FI_DOCWORD" right="true" width="50" x="111" y="63"/>
        </hbox>
        <hbox>
            <fixedtext height="8" id="FT_DOCCHARACTER" label="Characters:" width="80" x="12" y="75"/>
            <fixedtext height="8" id="FI_DOCCHARACTER" right="true" width="50" x="111" y="75"/>
        </hbox>
        <hbox>
            <fixedtext height="8" id="FT_DOCCHARACTEREXCLUDINGSPACES" label="Characters excluding spaces:" width="80" x="12" y="87"/>
            <fixedtext height="8" id="FI_DOCCHARACTEREXCLUDINGSPACES" right="true" width="50" x="111" y="87"/>
        </hbox>
        <fixedline height="8" id="FL_BOTTOM" width="158" x="6" y="101"/>
        <hbox>
            <okbutton defbutton="true" height="14" id="PB_OK" width="50" x="61" y="112"/>
            <helpbutton height="14" id="PB_HELP" width="50" x="114" y="112"/>
        </hbox>
    </vbox>
</modaldialog>