ExportMenuFrame.xml 1.02 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<Window size="100,80" roundcorner="5,5" bktrans="true">
    <VerticalLayout width="100">
        <VerticalLayout width="100" height="80" padding="0,0,0,0" bkimage="file='Export.png' dest='0,0,100,80'">
			<Button name = "toWord" text = "导出word" padding="0, 10, 0, 0" textpadding="15, 3, 0, 0" height = "24" align = "left" textcolor = "#0xFF000000" hottextcolor="#0x001580b1" pushedtextcolor="#0x001580b1" group = "ExportMenu" />
			<Button name = "toPPT" text = "导出PPT" padding="0, 10, 0, 0" textpadding="15, 3, 0, 0" height = "24" align = "left" textcolor = "#0xFF000000" hottextcolor="#0x001580b1" pushedtextcolor="#0x001580b1" group = "ExportMenu"  />
            <Option name = "toCloud" text = "导出云笔记" visible="false" padding="0, 5, 0, 10" textpadding="15, 3, 0, 10" height = "24" align = "left" textcolor = "#0xFF000000" hottextcolor="#0x001580b1" pushedtextcolor="#0x001580b1" group = "ExportMenu"  />
        </VerticalLayout>
    </VerticalLayout>
</Window>