Duilib样式性大全-Duilib属性大全-Duilib XML属性大全-Duilib XML样式大全

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="属性列表.xslt"?>
<!-- 可能有错漏,欢迎补充。wangchyz(wangchyz@gmail.com) -->
<Controls><Window parent=""><Attribute name="size" default="0,0" type="SIZE" comment="窗口的初始化大小,如(800,600)"/><Attribute name="sizebox" default="0,0,0,0" type="RECT" comment="窗口可拖动改变窗口大小的边距,如(4,4,6,6)"/><Attribute name="caption" default="0,0,0,0" type="RECT" comment="窗口可拖动的标题栏大小的边距,最后一个参数是指离上边框的距离,如(0,0,0,28)"/><Attribute name="roundcorner" default="0,0" type="SIZE" comment="窗口圆角大小,如(4,4)"/><Attribute name="mininfo" default="0,0" type="SIZE" comment="窗口最小大小,如(320,240)"/><Attribute name="maxinfo" default="0,0" type="SIZE" comment="窗口最大大小,如(1600,1200)"/><Attribute name="alpha" default="255" type="BYTE" comment="窗口的alpha值(0-255),如(100)"/><Attribute name="bktrans" default="false" type="BOOL" comment="窗口是否使用静态透明背景,如(false)"/><Attribute name="disabledfontcolor" default="0xFFA7A6AA" type="DWORD" comment="默认的disabled字体颜色,如(0xFFA7A6AA)"/><Attribute name="defaultfontcolor" default="0xFF000000" type="DWORD" comment="默认的字体颜色,如(0xFF000000)"/><Attribute name="linkfontcolor" default="0xFF0000FF" type="DWORD" comment="默认的link字体颜色,如(0xFF0000FF)"/><Attribute name="linkhoverfontcolor" default="0xFFD3215F" type="DWORD" comment="默认的linkhoverfont字体颜色,如(0xFFD3215F)"/><Attribute name="selectedcolor" default="0xFFBAE4FF" type="DWORD" comment="默认的selected字体颜色,如(0xFFBAE4FF)"/><Attribute name="showshadow" default="false" type="BOOL" comment="是否启用窗体阴影"/><Attribute name="shadowimage" default="" type="STRING" comment="阴影图片,使用此属性后自动屏蔽算法阴影(不支持source等属性设置)"/><Attribute name="shadowcorner" default="0,0,0,0" type="RECT" comment="图片阴影的九宫格描述"/><Attribute name="shadowsize" default="0" type="BYTE" comment="算法阴影的宽度(-20到20)"/><Attribute name="shadowsharpness" default="255" type="BYTE" comment="算法阴影的锐度"/><Attribute name="shadowdarkness" default="255" type="BYTE" comment="算法阴影的深度(相当于透明度)"/><Attribute name="shadowpositon" default="0,0" type="SIZE" comment="算法阴影的偏移量"/><Attribute name="shadowcolor" default="0x000000" type="DWORD" comment="算法阴影的颜色,RGB格式,不支持透明度,使用shadowdarkness设置透明度"/><Attribute name="gdiplustext" default="false" type="BOOL" comment="是否用gdi+渲染文字(抗锯齿效果更好,但是效率低)"/></Window><ChildLayout parent="Container" ><Attribute name="xmlfile" default="" type="STRING" comment="子窗体XML布局文件"/></ChildLayout><Control parent="" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="nativebkcolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="0" type="INT | RECT" comment="可以设置INT或RECT类型的值。当值为ING时则左、上、右、下都用该值作为宽。值为RECT类型时则分别设置左、上、右、下的边框"/><Attribute name="leftbordersize" default="0" type="INT" comment="左边边框大小,如(1),设置该值大于0,则将忽略bordersize属性的设置"/><Attribute name="topbordersize" default="0" type="INT" comment="顶部边框大小,如(1),设置该值大于0,则将忽略bordersize属性的设置"/><Attribute name="rightbordersize" default="0" type="INT" comment="右边边框大小,如(1),设置该值大于0,则将忽略bordersize属性的设置"/><Attribute name="bottombordersize" default="0" type="INT" comment="底部边框大小,如(1),设置该值大于0,则将忽略bordersize属性的设置"/><Attribute name="borderstyle" default="0" type="INT" comment="边框样式的设置,数值范围0-5"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="keyboard" default="true" type="BOOL" comment="非CButtonUI类忽略该值,为false时不支持TAB_STOP,且该对象不处理键盘信息"/><Attribute name="virtualwnd" default="" type="string" comment="设置控件的虚拟窗体的名字"/></Control>
<Default name="VScrollBar" value="button1normalimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,0,16,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button1pushedimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,16,16,32&apos; mask=&apos;#FFFF00FF&apos;&quot; button1disabledimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,0,16,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button2normalimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,32,16,48&apos; mask=&apos;#FFFF00FF&apos;&quot; button2hotimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,32,16,48&apos; mask=&apos;#FFFF00FF&apos;&quot; button2pushedimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,48,16,64&apos; mask=&apos;#FFFF00FF&apos;&quot; button2disabledimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,32,16,48&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbnormalimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,64,16,80&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbhotimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,64,16,80&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbpushedimage=&quot;ffile=&apos;ScrollBar/scroll.png&apos; source=&apos;0,64,16,80&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbdisabledimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,64,16,80&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railnormalimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,80,16,96&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railhotimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,80,16,96&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railpushedimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,96,16,112&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; raildisabledimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,80,16,96&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bknormalimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,128,16,146&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkhotimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,128,16,146&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkpushedimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,128,16,146&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkdisabledimage=&quot;file=&apos;ScrollBar/scroll.png&apos; source=&apos;0,128,16,146&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; " /><Default name="HScrollBar" value="button1normalimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;0,0,16,16&apos;&quot; button1hotimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;0,0,16,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button1pushedimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;16,0,32,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button1disabledimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;0,0,16,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button2normalimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;32,0,48,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button2hotimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;32,0,48,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button2pushedimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;48,0,64,16&apos; mask=&apos;#FFFF00FF&apos;&quot; button2disabledimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;32,0,48,16&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbnormalimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;64,0,80,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbhotimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;64,0,80,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbpushedimage=&quot;ffile=&apos;ScrollBar/scrollH.png&apos; source=&apos;64,0,80,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; thumbdisabledimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;64,0,80,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railnormalimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;80,0,96,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railhotimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;80,0,96,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; railpushedimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;96,0,112,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; raildisabledimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;80,0,96,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bknormalimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;128,0,146,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkhotimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;128,0,146,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkpushedimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;128,0,146,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; bkdisabledimage=&quot;file=&apos;ScrollBar/scrollH.png&apos; source=&apos;128,0,146,16&apos; corner=&apos;2,2,2,2&apos; mask=&apos;#FFFF00FF&apos;&quot; " /><Container parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="relativepos" default="0,0,0,0" type="RECT" comment="设置相对移动,float为真时,分别表示横纵向位移值,横纵向缩放值,移动单位建议50或100"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/></Container><VerticalLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正负表示分隔符在顶部还是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖动分隔符是否立即改变大小,如(false)"/></VerticalLayout><HorizontalLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="sepwidth" default="0" type="INT" comment="分隔符宽,正负表示分隔符在左边还是右边,如(-4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖动分隔符是否立即改变大小,如(false)"/></HorizontalLayout><TileLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="columns" default="1" type="INT" comment="列数,如(4)"/><Attribute name="itemsize" default="0,0" type="SIZE" comment="子项固定大小,如(128,128)"/></TileLayout><TabLayout parent="Container" notifies="setfocus killfocus timer menu tabselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="DWORD" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="selectedid" default="0" type="INT" comment="默认选中的页面id,如(0)"/></TabLayout><ActiveX parent="Control" notifies="setfocus killfocus timer menu showactivex windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="clsid" default="" type="STRING" comment="activex的clsid,如({8856F961-340A-11D0-A96B-00C04FD705A2})"/><Attribute name="modulename" default="" type="STRING" comment="activex从指定位置加载,如(flash/flash.ocx)"/><Attribute name="delaycreate" default="true" type="BOOL" comment="是否需要延迟创建activex,如(false)"/></ActiveX><WebBrowser parent="ActiveX" ><Attribute name="homepage" default="" type="STRING" comment="默认首页" /><Attribute name="autonavi" default="false" type="BOOL" comment="是否打开默认首页" /></WebBrowser><Combo parent="Container" notifies="setfocus killfocus timer menu dropdown itemselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮的状态图片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠标按下的状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点时的状态图片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的状态图片"/><Attribute name="dropboxsize" default="0,150" type="STRING" comment="弹出框大小设置"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字体id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item对齐方式,取值left、right、center,如(center)"/><Attribute name="itemendellipsis" default="false" type="BOOL" comment="item句末显示不全是否使用...代替,如(true)"/><Attribute name="itemtextpadding" default="0,0,0,0" type="RECT" comment="item文字显示的边距,如(2,2,2,2)"/><Attribute name="itemtextcolor" default="0xFF000000" type="DWORD" comment="item字体颜色"/><Attribute name="itembkcolor" default="0x00000000" type="DWORD" comment="item背景颜色"/><Attribute name="itembkimage" default="" type="STRING" comment="item背景图片"/><Attribute name="itemaltbk" default="false" type="BOOL" comment="item是否使用隔行交替背景"/><Attribute name="itemselectedtextcolor" default="0xFF000000" type="DWORD" comment="item被选中时的字体颜色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被选中时的背景颜色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被选中时的背景图片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠标悬浮时的字体颜色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠标悬浮时的背景颜色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠标悬浮时的背景图片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用时的字体颜色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用时的背景颜色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用时的背景图片"/><Attribute name="itemlinecolor" default="0x00000000" type="DWORD" comment="item行分割线颜色"/><Attribute name="itemshowhtml" default="false" type="BOOL" comment="item是否使用类html富文本绘制,如(false)"/><Attribute name="multiexpanding" default="false" type="BOOL" comment="是否支持多个item同时打开,如(false)"/></Combo><Label parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、center、top、bottom,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不全是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="enabledeffect" default="false" type="BOOL" comment="是否使用字体特效,使用下面文字特效属性必须该属性设置为true方有效"/><Attribute name="align" default="left" type="STRING" comment="文字横向对齐方式,取值left、center、right"/><Attribute name="valign" default="center" type="STRING" comment="文字纵向对齐方式,取值top、center、bottom"/><Attribute name="rhaa" default="0" type="STRING" comment="字体质量0-5"/><Attribute name="enabledstroke" default="false" type="BOOL" comment="是否使用描边效果"/><Attribute name="strokecolor" default="0x00000000" type="STRING" comment="字体描边的颜色"/><Attribute name="transstroke" default="255" type="STRING" comment="字体描边的颜色透明度 0-255"/><Attribute name="enabledshadow" default="false" type="BOOL" comment="是否使用阴影效果"/><Attribute name="gradientangle" default="0" type="INT" comment="渐变色渲染角度"/><Attribute name="gradientlength" default="0" type="INT" comment="渐变距离"/><Attribute name="textcolor1" default="0x00000000" type="STRING" comment="字体渐变色"/><Attribute name="textshadowcolora" default="0xff000000" type="STRING" comment="字体阴影渐变色"/><Attribute name="textshadowcolorb" default="0xff000000" type="STRING" comment="字体阴影渐变色"/><Attribute name="transshadow" default="100" type="INT" comment="阴影透明度"/><Attribute name="transshadow1" default="100" type="INT" comment="阴影透明度"/><Attribute name="transtext" default="100" type="INT" comment="字体色彩透明度"/><Attribute name="transtext1" default="100" type="INT" comment="字体色彩透明度"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自动计算宽度"/>     </Label><GifAnim parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="bkimage" default="" type="STRING" comment="Gif动画图片路径(不支持source等属性设置)"/><Attribute name="autoplay" default="true" type="BOOL" comment="是否自动播放GIF动画"/><Attribute name="autosize" default="false" type="BOOL" comment="是否根据图片自动设置控件大小(开启后width和height属性失效)"/></GifAnim><Menu parent="CListUI" notifies="setfocus killfocus timer menu itemselect windowinit(root)"><Attribute name="inset" default="0,0,0,0" type="RECT" comment="菜单的高度等于所有菜单项的高度之和,加上inset属性的top和bottom"/><!-- Menu标签的属性要通过Default来定义,为了让下级菜单也能拥有同样的外观,其他属性设置见List --></Menu><MenuElement parent="CListContainerElementUI" notifies="click valuechanged WM_MENUCLICK"><Attribute name="icon" default="" type="STRING" comment="菜单项的图标图片"/><Attribute name="iconsize" default="0,0" type="SIZE" comment="图片的大小,最大为26x26"/><Attribute name="checkitem" default="false" type="BOOL" comment="是否有复选功能"/><Attribute name="ischeck" default="false" type="BOOL" comment="是否被选中(前提是开启了复选功能,复选功能属性应该写在本属性的前面)"/><Attribute name="linetype" default="false" type="BOOL" comment="是否是分割线(开启后将不会显示图标)"/><Attribute name="linepadding" default="29,0,7,0" type="RECT" comment="分割线的外边据"/><Attribute name="linecolor" default="0xFFBCBFC4" type="DWORD" comment="分割线的颜色"/><Attribute name="expland" default="false" type="BOOL" comment="是否显示下级菜单的小三角图片(需要通过Default标签设置ExplandIcon属性图片的路径)"/><Attribute name="height" default="30" type="INT" comment="菜单项高度(分割线默认高度是6)"/></MenuElement><Button parent="Label" notifies="setfocus killfocus timer menu click windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮的状态图片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠标按下的状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点时的状态图片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的状态图片"/><Attribute name="hottextcolor" default="0x00000000" type="DWORD" comment="鼠标悬浮字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="pushedtextcolor" default="0x00000000" type="DWORD" comment="鼠标按下字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="focusedtextcolor" default="0x00000000" type="DWORD" comment="获得焦点字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自动计算宽度"/>    <Attribute name="bindtablayoutname" default="" type="STRING" comment="绑定TabLayout控件"/><Attribute name="bindtabindex" default="" type="INT" comment="点击后将触发绑定TabLayout控件的对应索引号"/><Attribute name="multiline" default="false" type="INT" comment="是否支持多行文字"/></Button><Option parent="Button" notifies="setfocus killfocus timer menu click selectchanged windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮的状态图片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠标按下的状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点时的状态图片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的状态图片"/><Attribute name="selectedimage" default="" type="STRING" comment="选中的状态图片"/><Attribute name="selectedhotimage" default="" type="STRING" comment="选中鼠标悬浮的的状态图片"/><Attribute name="selectedpushedimage" default="" type="STRING" comment="选中鼠标按下的的状态图片"/><Attribute name="foreimage" default="" type="STRING" comment="前景图片"/><Attribute name="slectedforeimage" default="" type="STRING" comment="选中的前景图片"/><Attribute name="hottextcolor" default="0x00000000" type="DWORD" comment="鼠标悬浮字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="pushedtextcolor" default="0x00000000" type="DWORD" comment="鼠标按下字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="focusedtextcolor" default="0x00000000" type="DWORD" comment="获得焦点字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="selectedtextcolor" default="0x00000000" type="DWORD" comment="选中状态字体颜色,0表示不使用此颜色,如(0xFFFF0000)"/><Attribute name="group" default="" type="STRING" comment="所属组的名称,可不设"/><Attribute name="selected" default="false" type="BOOL" comment="是否选中"/><Attribute name="bindtablayoutname" default="" type="STRING" comment="绑定TabLayout控件"/><Attribute name="bindtabindex" default="" type="INT" comment="点击后将触发绑定TabLayout控件的对应索引号"/></Option><Text parent="Label" notifies="setfocus killfocus timer menu link windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="2,0,2,0" type="RECT" comment="文字显示的边距,如(2,0,2,0)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自动计算宽度"/>  </Text><Progress parent="Label" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="certer" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="2,0,2,0" type="RECT" comment="文字显示的边距,如(2,0,2,0)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="foreimage" default="" type="STRING" comment="前景图片"/><Attribute name="hor" default="true" type="BOOL" comment="水平或垂直,如(true)"/><Attribute name="min" default="0" type="INT" comment="进度最小值,如(0)"/><Attribute name="max" default="100" type="INT" comment="进度最大值,如(100)"/><Attribute name="value" default="0" type="INT" comment="进度值,如(50)"/><Attribute name="isstretchfore" default="TRUE" type="BOOL" comment="指定前景图片是否缩放显示"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自动计算宽度"/>    </Progress><Slider parent="Progress" notifies="setfocus killfocus timer menu valuechanged movevaluechanged windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="center" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="2,0,2,0" type="RECT" comment="文字显示的边距,如(2,0,2,0)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="foreimage" default="" type="STRING" comment="前景图片"/><Attribute name="hor" default="true" type="BOOL" comment="水平或垂直,如(true)"/><Attribute name="min" default="0" type="INT" comment="进度最小值,如(0)"/><Attribute name="max" default="100" type="INT" comment="进度最大值,如(100)"/><Attribute name="value" default="0" type="INT" comment="进度值,如(50)"/><Attribute name="thumbimage" default="" type="STRING" comment="拖动滑块普通状态图片"/><Attribute name="thumbhotimage" default="" type="STRING" comment="拖动滑块鼠标悬浮状态图片"/><Attribute name="thumbpushedimage" default="" type="STRING" comment="拖动滑块鼠标按下状态图片"/><Attribute name="thumbsize" default="10,10" type="SIZE" comment="拖动滑块大小,如(10,10)"/><Attribute name="step" default="1" type="INT" comment="进度步长,如(1)"/><Attribute name="sendmove" default="false" type="BOOL" comment="是否发送movevaluechanged消息"/></Slider><Edit parent="Label" notifies="setfocus killfocus timer menu return textchanged windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、center、top、button,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不完是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字体颜色,0表示使用默认disabled字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="readonly" default="false" type="BOOL" comment="是否只读,如(false)"/><Attribute name="password" default="false" type="BOOL" comment="是否显示密码字符,如(false)"/><Attribute name="maxchar" default="255" type="INT" comment="输入字符最大长度,如(100)"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点状态图片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用状态图片"/><Attribute name="nativebkcolor" default="0x00000000" type="DWORD" comment="windows原生edit控件的背景颜色,如(0xFFFFFFFF)"/><Attribute name="nativetextcolor" default="0x00000000" type="DWORD" comment="windows原生edit控件的文字颜色,如(0xFFFFFFFF)"/><Attribute name="passwordchar" default="" type="STRING" comment="设置密码字符"/><Attribute name="tipvalue" default="" type="STRING" comment="文本框内提示文字,当文本框text为空时显示并失去焦点时显示"/><Attribute name="tipvaluecolor" default="0xFFBAC0C5" type="DWORD" comment="文本框内提示文字的颜色"/></Edit><ScrollBar parent="Control" notifies="timer menu scrolled windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="button1normalimage" default="" type="STRING" comment="左或上按钮普通状态图片"/><Attribute name="button1hotimage" default="" type="STRING" comment="左或上按钮鼠标悬浮状态图片"/><Attribute name="button1pushedimage" default="" type="STRING" comment="左或上按钮鼠标按下状态图片"/><Attribute name="button1disabledimage" default="" type="STRING" comment="左或上按钮禁用状态图片"/><Attribute name="button2normalimage" default="" type="STRING" comment="右或下按钮普通状态图片"/><Attribute name="button2hotimage" default="" type="STRING" comment="右或下按钮鼠标悬浮状态图片"/><Attribute name="button2pushedimage" default="" type="STRING" comment="右或下按钮鼠标按下状态图片"/><Attribute name="button2disabledimage" default="" type="STRING" comment="右或下按钮禁用状态图片"/><Attribute name="thumbnormalimage" default="" type="STRING" comment="滑块普通状态图片"/><Attribute name="thumbhotimage" default="" type="STRING" comment="滑块鼠标悬浮状态图片"/><Attribute name="thumbpushedimage" default="" type="STRING" comment="滑块鼠标按下状态图片"/><Attribute name="thumbdisabledimage" default="" type="STRING" comment="滑块禁用状态图片"/><Attribute name="railnormalimage" default="" type="STRING" comment="滑块中间标识普通状态图片"/><Attribute name="railhotimage" default="" type="STRING" comment="滑块中间标识鼠标悬浮状态图片"/><Attribute name="railpushedimage" default="" type="STRING" comment="滑块中间标识鼠标按下状态图片"/><Attribute name="raildisabledimage" default="" type="STRING" comment="滑块中间标识禁用状态图片"/><Attribute name="bknormalimage" default="" type="STRING" comment="背景普通状态图片"/><Attribute name="bkhotimage" default="" type="STRING" comment="背景鼠标悬浮状态图片"/><Attribute name="bkpushedimage" default="" type="STRING" comment="背景鼠标按下状态图片"/><Attribute name="bkdisabledimage" default="" type="STRING" comment="背景禁用状态图片"/><Attribute name="hor" default="true" type="BOOL" comment="水平或垂直,如(true)"/><Attribute name="linesize" default="8" type="INT" comment="滚动一行的大小,如(8)"/><Attribute name="range" default="100" type="INT" comment="滚动范围,如(100)"/><Attribute name="value" default="0" type="INT" comment="滚动位置,如(0)"/><Attribute name="showbutton1" default="true" type="BOOL" comment="是否显示左或上按钮,如(true)"/><Attribute name="showbutton2" default="true" type="BOOL" comment="是否显示右或下按钮,如(true)"/></ScrollBar><List parent="VerticalLayout" notifies="setfocus killfocus timer menu itemselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正负表示分隔符在顶部还是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖动分隔符是否立即改变大小,如(false)"/><Attribute name="header" default="true" type="BOOL" comment="是否显示表头,如(true),隐藏则设置为hidden"/><Attribute name="headerbkimage" default="" type="STRING" comment="表头背景图片"/><Attribute name="scrollselect" default="false" type="BOOL" comment="是否随滚动改变选中项,如(false)"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字体id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item对齐方式,取值left、right、center,如(center)"/><Attribute name="itemendellipsis" default="false" type="BOOL" comment="item句末显示不全是否使用...代替,如(true)"/><Attribute name="itemtextpadding" default="0,0,0,0" type="RECT" comment="item文字显示的边距,如(2,2,2,2)"/><Attribute name="itemtextcolor" default="0xFF000000" type="DWORD" comment="item字体颜色"/><Attribute name="itembkcolor" default="0x00000000" type="DWORD" comment="item背景颜色"/><Attribute name="itembkimage" default="" type="STRING" comment="item背景图片"/><Attribute name="itemaltbk" default="false" type="BOOL" comment="item是否使用隔行交替背景"/><Attribute name="itemselectedtextcolor" default="0xFF000000" type="DWORD" comment="item被选中时的字体颜色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被选中时的背景颜色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被选中时的背景图片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠标悬浮时的字体颜色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠标悬浮时的背景颜色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠标悬浮时的背景图片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用时的字体颜色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用时的背景颜色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用时的背景图片"/><Attribute name="itemlinecolor" default="0x00000000" type="DWORD" comment="item行分割线颜色"/><Attribute name="itemshowhtml" default="false" type="BOOL" comment="item是否使用类html富文本绘制,如(false)"/><Attribute name="multiexpanding" default="false" type="BOOL" comment="是否支持多个item同时打开,如(false)"/></List><ListHeader parent="HorizontalLayout" notifies="setfocus killfocus timer windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="sepwidth" default="0" type="INT" comment="分隔符宽,正负表示分隔符在左边还是右边,如(-4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖动分隔符是否立即改变大小,如(false)"/><Attribute name="scaleheader" default="false" type="BOOL" comment="每个表头的宽度是否按照百分比来设置"/></ListHeader><ListHeaderItem parent="Control" notifies="setfocus killfocus timer headerclick windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="16" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="dragable" default="true" type="BOOL" comment="是否可拖动改变大小,如(true)"/><Attribute name="sepwidth" default="4" type="INT" comment="分隔符宽,如(4)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、cente,如(center)"/><Attribute name="endellipsis" default="false" type="BOOL" comment="句末显示不全是否使用...代替,如(true)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="字体颜色,0表示使用默认字体颜色,如(0xFFFF0000)"/><Attribute name="textpadding" default="2,0,2,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="showhtml" default="false" type="BOOL" comment="是否使用类html富文本绘制,如(false)"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮的状态图片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠标按下的状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点时的状态图片"/><Attribute name="sepimage" default="" type="STRING" comment="拖动条图片"/><Attribute name="scale" default="0" type="INT" comment="设置子表头所占总表头的百分比宽度,如40(代表占40%的宽度)"/></ListHeaderItem><ListLabelElement parent="Control" notifies="setfocus killfocus timer itemactivate itemclick windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="selected" default="false" type="BOOL" comment="是否选中,如(true)"/></ListLabelElement><ListTextElement parent="ListLabelElement" notifies="setfocus killfocus timer itemactivate itemclick link windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="selected" default="false" type="BOOL" comment="是否选中,如(true)"/></ListTextElement><ListContainerElement parent="Container" notifies="setfocus killfocus timer itemactivate itemclick itemexpanded itemcollapsed windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="selected" default="false" type="BOOL" comment="是否选中,如(true)"/></ListContainerElement><RichEdit parent="Container" notifies="setfocus killfocus timer menu return windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="0" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bordervisible" default="false" type="BOOL" comment="是否显示边框"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="autovscroll" default="false" type="BOOL" comment="是否随输入竖向滚动,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="autohscroll" default="false" type="BOOL" comment="是否随输入横向滚动,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="wanttab" default="true" type="BOOL" comment="是否接受tab按键消息,如(true)"/><Attribute name="wantreturn" default="true" type="BOOL" comment="是否接受return按键消息,如(true)"/><Attribute name="wantctrlreturn" default="true" type="BOOL" comment="是否接受ctrl+return按键消息,如(true)"/><Attribute name="transparent" default="true" type="BOOL" comment="是否背景透明,如(true)"/><Attribute name="rich" default="true" type="BOOL" comment="是否使用富格式,如(true)"/><Attribute name="multiline" default="true" type="BOOL" comment="是否使用多行,如(true)"/><Attribute name="readonly" default="false" type="BOOL" comment="是否只读,如(false)"/><Attribute name="password" default="false" type="BOOL" comment="是否显示密码符,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字对齐方式,取值left、right、cente,如(center)"/><Attribute name="font" default="-1" type="INT" comment="字体id,如(0)"/><Attribute name="textcolor" default="0xFF000000" type="DWORD" comment="字体颜色,如(0xFFFF0000)"/><Attribute name="maxchar" default="-1" type="INT" comment="输入字符最大长度,如(100),默认为无限制"/><Attribute name="normalimage" default="" type="STRING" comment="普通状态图片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠标悬浮状态图片"/><Attribute name="focusedimage" default="" type="STRING" comment="获得焦点状态图片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用状态图片"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字显示的边距,如(2,2,2,2)"/><Attribute name="tipvalue" default="" type="STRING" comment="文本框内提示文字,当文本框text为空时显示并失去焦点时显示"/><Attribute name="tipvaluecolor" default="0xFFBAC0C5" type="DWORD" comment="文本框内提示文字的颜色"/></RichEdit><TreeView parent="List" notifies="selectchanged setfocus killfocus timer menu itemselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="设置本容器的纵向滚动条的样式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="设置本容器的横向滚动条的样式"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正负表示分隔符在顶部还是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖动分隔符是否立即改变大小,如(false)"/><Attribute name="header" default="true" type="BOOL" comment="是否显示表头,如(true)"/><Attribute name="headerbkimage" default="" type="STRING" comment="表头背景图片"/><Attribute name="scrollselect" default="false" type="BOOL" comment="是否随滚动改变选中项,如(false)"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字体id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item对齐方式,取值left、right、center,如(center)"/><Attribute name="itemendellipsis" default="false" type="BOOL" comment="item句末显示不全是否使用...代替,如(true)"/><Attribute name="itemtextpadding" default="0,0,0,0" type="RECT" comment="item文字显示的边距,如(2,2,2,2)"/><Attribute name="itemtextcolor" default="0xFF000000" type="DWORD" comment="item字体颜色"/><Attribute name="itembkcolor" default="0x00000000" type="DWORD" comment="item背景颜色"/><Attribute name="itembkimage" default="" type="STRING" comment="item背景图片"/><Attribute name="itemaltbk" default="false" type="BOOL" comment="item是否使用隔行交替背景"/><Attribute name="itemselectedtextcolor" default="0xFF000000" type="DWORD" comment="item被选中时的字体颜色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被选中时的背景颜色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被选中时的背景图片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠标悬浮时的字体颜色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠标悬浮时的背景颜色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠标悬浮时的背景图片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用时的字体颜色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用时的背景颜色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用时的背景图片"/><Attribute name="itemlinecolor" default="0x00000000" type="DWORD" comment="item行分割线颜色"/><Attribute name="itemshowhtml" default="false" type="BOOL" comment="item是否使用类html富文本绘制,如(false)"/><Attribute name="multiexpanding" default="false" type="BOOL" comment="是否支持多个item同时打开,如(false)"/><!--TreeView 私有属性--><Attribute name="multipleitem" default="true" type="BOOL" comment="是否允许item多选"/><Attribute name="itemcheckimgsize" default="0,0" type="SIZE" comment="Item的复选框图片大小,如(2,2)"/><Attribute name="itemiconimgsize" default="0,0" type="SIZE" comment="Item的图标大小,如(2,2)"/><Attribute name="visiblefolderbtn" default="true" type="BOOL" comment="是否显示展开与收缩按钮对象"/><Attribute name="visiblecheckbtn" default="false" type="BOOL" comment="是否显示复选框对象"/><Attribute name="itemminwidth" default="0" type="UINT" comment="设置Item的最小宽度,当hscrollbar为真且itemminwidth大于TreeView宽度时才会显示横向滚动条"/><Attribute name="itemtextcolor" default="0x00000000" type="DWORD" comment="item文本颜色"/><Attribute name="itemhottextcolor" default="0x00000000" type="DWORD" comment="鼠标进入item时文本颜色"/><Attribute name="selitemtextcolor" default="0x00000000" type="DWORD" comment="item被选中时文本颜色"/><Attribute name="selitemhottextcolor" default="0x00000000" type="DWORD" comment="item被选中时且鼠标进入时的文本颜色"/></TreeView><TreeNode parent="ListContainerElement" notifies="setfocus killfocus timer itemactivate itemclick itemexpanded itemcollapsed windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口内必须唯一,如(testbtn)"/><Attribute name="pos" default="0,0,0,0" type="RECT" comment="位置,如果为float控件则指定位置和大小,否则只指定大小,如(0,0,100,100)"/><Attribute name="padding" default="0,0,0,0" type="RECT" comment="外边距,如(2,2,2,2)"/><Attribute name="bkcolor" default="0x00000000" type="DWORD" comment="背景颜色,如(0xFFFF0000)"/><Attribute name="bkcolor2" default="0x00000000" type="DWORD" comment="背景渐变色2,和bkcolor配合使用,如(0xFFFFFF00)"/><Attribute name="bkcolor3" default="0x00000000" type="DWORD" comment="背景渐变色3,和bkcolor、bkcolor2配合使用,如(0xFFFF00FF)"/><Attribute name="bordercolor" default="0x00000000" type="DWORD" comment="边框颜色,如(0xFF000000)"/><Attribute name="focusbordercolor" default="0x00000000" type="DWORD" comment="获得焦点时边框的颜色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的颜色是否随窗口的hsl变化而变化,如(false)"/><Attribute name="bordersize" default="1" type="INT" comment="边框大小,如(1)"/><Attribute name="borderround" default="0,0" type="SIZE" comment="边框圆角半径,如(2,2)"/><Attribute name="bkimage" default="" type="STRING" comment="背景图片,如(bk.bmp或file='aaa.jpg' res='' restype='0' dest='0,0,0,0' source='0,0,0,0' corner='0,0,0,0' mask='#FF0000' fade='255' hole='false' xtiled='false' ytiled='false')"/><Attribute name="width" default="0" type="INT" comment="控件预设的宽度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件预设的高度,如(30)"/><Attribute name="minwidth" default="0" type="INT" comment="控件的最小宽度,如(100)"/><Attribute name="minheight" default="0" type="INT" comment="控件的最小高度,如(30)"/><Attribute name="maxwidth" default="9999" type="INT" comment="控件的最大宽度,如(100)"/><Attribute name="maxheight" default="9999" type="INT" comment="控件的最大高度,如(30)"/><Attribute name="text" default="" type="STRING" comment="显示文本,如(测试文本)"/><Attribute name="tooltip" default="" type="STRING" comment="鼠标悬浮提示,如(请在这里输入你的密码)"/><Attribute name="userdata" default="" type="STRING" comment="自定义标识"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以响应用户操作,如(true),同时禁用或者启用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以响应鼠标操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以响应用户操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可见,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用绝对定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="对应的快捷键,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右键菜单,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的内边距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用竖向滚动条,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用横向滚动条,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之间的额外距离,如(4)"/><Attribute name="selected" default="false" type="BOOL" comment="是否选中,如(true)"/><!--TreeNode 私有属性--><Attribute name="horizattr" default="" type="STRING" comment="item虚线、复选框、展开与收缩、文本按钮等对象容器属性设置,格式参考Default元素的属性设置"/><Attribute name="dotlineattr" default="" type="STRING" comment="item虚线对象属性设置,格式参考Default元素的属性设置"/><Attribute name="folderattr" default="" type="STRING" comment="item展开与收缩按钮对象属性设置,格式参考Default元素的属性设置"/><Attribute name="checkboxattr" default="" type="STRING" comment="item复选框对象属性设置,格式参考Default元素的属性设置"/><Attribute name="itemattr" default="" type="STRING" comment="item按钮对象属性设置,格式参考Default元素的属性设置"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="item文本颜色"/><Attribute name="texthotcolor" default="0x00000000" type="DWORD" comment="鼠标进入item时文本颜色"/><Attribute name="selitemtextcolor" default="0x00000000" type="DWORD" comment="item被选中时文本颜色"/><Attribute name="selhotitemtextcolor" default="0x00000000" type="DWORD" comment="item被选中时且鼠标进入时的文本颜色"/><Attribute name="defaultexpand" default="false" type="BOOL" comment="设置初始状态是否展开"/></TreeNode>
</Controls>

Duilib样式性大全-Duilib属性大全-Duilib XML属性大全-Duilib XML样式大全相关推荐

  1. Python类与对象最全总结大全(类、实例、属性方法、继承、派生、多态、内建函数)

    目录 面向对象编程 常用术语/名词解释 抽象/实现 封装/接口 合成 派生/继承/继承结构 泛化/特化 多态 自省/反射 访问限制 私有属性和公有属性 私有方法的设置 类 创建类 声明与定义 类属性 ...

  2. html 文字右侧属性,HTML标签及属性大全

    基本结构标签: ,表示该文件为HTML文件 ---,包含文件的标题,标题出现在浏览器标题栏中 , 的结束标志 , 的结束标志 ,的结束标志 其它主要标签,以下所有标志用在 中: ,链接标志," ...

  3. 【Qt】Qt样式表总结(三):QObject 属性

    [Qt]Qt样式表总结(一):选择器 [Qt]Qt样式表总结(二):冲突和命名空间 QObject 属性 可以使用 qproperty < 属性名称 > 语法,设置任何可以Q_PROPER ...

  4. php怎么修改div自带属性吗,修改html 属性,css样式。

    一 通过修改标签属性来改变它的样式 js设置和获取标签的属性 window.onload = function () { var attr = document.getElementById(&quo ...

  5. html中hr标签有哪些属性,htmlhr标签的属性有哪些?HTMLhr标签的样式详解

    html hr标签的属性有哪些?HTML hr标签的样式详解,本篇文章介绍了html中的hr标签的定义及其属性描述,还有关于html hr标签的样式使用的几种方法 html中hr标签定义和用法: 标签 ...

  6. php protected 属性,PHP实现在对象之外访问其私有属性private及保护属性protected的方法...

    本文实例讲述了PHP实现在对象之外访问其私有属性private及保护属性protected的方法.,具体如下: public 表示全局的访问权限,类内部外部子类都可以访问: private表示私有的访 ...

  7. 部分样式在360和ie上不能显示_Adobe Photoshop添加图层样式全方面介绍

    PS基础学习第六期 图层样式详解 图层样式是指图形图像处理软件Photoshop中的一项图层处理功能,是后期制作图片以期达到预定效果的重要手段之一. 图层样式的功能强大,能够简单快捷地制作出各种立体投 ...

  8. html中content属性,CSS3的content属性用法详解

    Content属性应该算是使用最常用的一个css属性之一吧,比如我们创建一个聊天气泡.超链接的立体翻转特效.添加图标.都要使用到content属性,当然这个属性要结合:before和:after伪类使 ...

  9. 【Groovy】xml 序列化 ( 使用 MarkupBuilder 生成 xml 数据 | 设置 xml 标签内容 | 设置 xml 标签属性 )

    文章目录 一.使用 MarkupBuilder 生成 xml 数据 二.完整代码示例 一.使用 MarkupBuilder 生成 xml 数据 生成 <student><name c ...

最新文章

  1. 如何在修改checkbox状态,不触发事件
  2. 实现快速排序的算法_排序算法-快速排序
  3. 【若依(ruoyi)】工作流操作SQL
  4. WCF分布式开发常见错误(10):套接字连接中断,The socket connection was aborted
  5. C# 读写ini文件 保存信息
  6. vue.js 入门,简介
  7. List和Set集合使用
  8. 用RPC OVER HTTPS发布Exchange(续)
  9. 【顺序表和链表】实现增删查改数据结构 OJ题编程
  10. 中gcd函数_算法|博弈论入门(函数讲解+真题模板)
  11. vue中的自定义分页插件组件
  12. 编译原理--运行时存储组织(自己看)
  13. libxml2 知:介绍
  14. 草图大师:SketchUp 2019 for Mac
  15. 【Android】手撸抖音小游戏潜艇大挑战
  16. 数据结构之常见排序算法的适用范围
  17. 用Python海龟画科比LOGO
  18. 微信企业号开发源码Java编写,懒人开发一键式部署项目,WeChatEnterprise框架你值得拥有
  19. DMM6500+Keithley6517B/6514纳米发电机测试软件
  20. 卡尔曼滤波理论小释之卡尔曼增益

热门文章

  1. 仿ofo单车做一个轮播效果
  2. 关于灰度共生矩阵的一点知识(MATLAB)
  3. 设计模式-责任链模式变体之管道模式
  4. 3亿人都参加的95公益周来了,爱心攻略看这里!
  5. javascript高级程序设计---模式设计
  6. 快速批量查询快递物流数据的工具,51Tracking可同时多种快递物流信息跟踪查件
  7. 汇量科技蔡超:提高云使用率是云计算市场的下一个增长点
  8. 洛谷 P3084 [USACO13OPEN]照片Photo
  9. BASE64编码的图片在网页中直接用
  10. 单独运行thingsboard ui