日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程语言 > asp.net >内容正文

asp.net

XML属性列表

發(fā)布時(shí)間:2025/3/21 asp.net 49 豆豆
生活随笔 收集整理的這篇文章主要介紹了 XML属性列表 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

XML屬性列表

<?xml version="1.0" encoding="UTF-8"?><Resources><Include ><Attribute name="source" default="" type="STRING" comment="XML布局文件"/><Attribute name="count" default="" type="INT" comment="嵌入的次數(shù)"/></Include><Font><Attribute name="name" default="" type="STRING" comment="字體的名字"/><Attribute name="size" default="" type="INT" comment="字體的大小"/><Attribute name="bold" default="false" type="BOOL" comment="是否為粗體"/><Attribute name="underline" default="false" type="BOOL" comment="是否有下劃線"/><Attribute name="italic" default="false" type="BOOL" comment="是否為斜體"/><Attribute name="default" default="false" type="BOOL" comment="是否為默認(rèn)的字體"/></Font></Resources><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="窗口可拖動(dòng)改變窗口大小的邊距,如(4,4,6,6)"/><Attribute name="caption" default="0,0,0,0" type="RECT" comment="窗口可拖動(dòng)的標(biāo)題欄大小的邊距,最后一個(gè)參數(shù)是指離上邊框的距離,如(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="gdiplustext" default="false" type="BOOL" comment="是否用gdi+渲染文字(抗鋸齒效果更好,但是效率低)"/><Attribute name="richeditcorner" default="0,0,0,0" type="RECT" comment="窗口中所有的RichEdit控件與窗體的邊距,用于在異形半透明窗體中修復(fù)RichEdit控件的alpha通道(只有在bktrans為true并且使用Gdi+渲染時(shí)指定)"/><Attribute name="disabledfontcolor" default="0xFFA7A6AA" type="DWORD" comment="默認(rèn)的disabled字體顏色,如(0xFFA7A6AA)"/><Attribute name="defaultfontcolor" default="0xFF000000" type="DWORD" comment="默認(rèn)的字體顏色,如(0xFF000000)"/><Attribute name="linkfontcolor" default="0xFF0000FF" type="DWORD" comment="默認(rèn)的link字體顏色,如(0xFF0000FF)"/><Attribute name="linkhoverfontcolor" default="0xFFD3215F" type="DWORD" comment="默認(rèn)的linkhoverfont字體顏色,如(0xFFD3215F)"/><Attribute name="selectedcolor" default="0xFFBAE4FF" type="DWORD" comment="默認(rèn)的selected字體顏色,如(0xFFBAE4FF)"/><Attribute name="showshadow" default="false" type="BOOL" comment="是否啟用窗體陰影"/><Attribute name="shadowimage" default="" type="STRING" comment="陰影圖片,使用此屬性后自動(dòng)屏蔽算法陰影(不支持source等屬性設(shè)置)"/><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="算法陰影的深度(相當(dāng)于透明度)"/><Attribute name="shadowposition" default="0,0" type="SIZE" comment="算法陰影的偏移量"/><Attribute name="shadowcolor" default="0x000000" type="DWORD" comment="算法陰影的顏色,RGB格式,不支持透明度,使用shadowdarkness設(shè)置透明度"/></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="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(0xFFFF0000)"/><Attribute name="colorhsl" default="false" type="BOOL" comment="本控件的顏色是否隨窗口的hsl變化而變化,如(false)"/><Attribute name="bordersize" default="0" type="INT | RECT" comment="可以設(shè)置INT或RECT類型的值。當(dāng)值為ING時(shí)則左、上、右、下都用該值作為寬。值為RECT類型時(shí)則分別設(shè)置左、上、右、下的邊框"/><Attribute name="leftbordersize" default="0" type="INT" comment="左邊邊框大小,如(1),設(shè)置該值大于0,則將忽略bordersize屬性的設(shè)置"/><Attribute name="topbordersize" default="0" type="INT" comment="頂部邊框大小,如(1),設(shè)置該值大于0,則將忽略bordersize屬性的設(shè)置"/><Attribute name="rightbordersize" default="0" type="INT" comment="右邊邊框大小,如(1),設(shè)置該值大于0,則將忽略bordersize屬性的設(shè)置"/><Attribute name="bottombordersize" default="0" type="INT" comment="底部邊框大小,如(1),設(shè)置該值大于0,則將忽略bordersize屬性的設(shè)置"/><Attribute name="borderstyle" default="0" type="INT" comment="邊框樣式的設(shè)置,數(shù)值范圍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="normalimage" default="" type="STRING" comment="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮的狀態(tài)圖片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠標(biāo)按下的狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)時(shí)的狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="foreimage" default="" type="STRING" comment="前景狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="keyboard" default="true" type="BOOL" comment="非CButtonUI類忽略該值,為false時(shí)不支持TAB_STOP,且該對(duì)象不處理鍵盤信息"/><Attribute name="virtualwnd" default="" type="string" comment="設(shè)置控件的虛擬窗體的名字"/></Control><Container parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="設(shè)置相對(duì)移動(dòng),float為真時(shí),分別表示橫縱向位移值,橫縱向縮放值,移動(dòng)單位建議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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/></Container><VerticalLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正負(fù)表示分隔符在頂部還是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖動(dòng)分隔符是否立即改變大小,如(false)"/></VerticalLayout><HorizontalLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="sepwidth" default="0" type="INT" comment="分隔符寬,正負(fù)表示分隔符在左邊還是右邊,如(-4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖動(dòng)分隔符是否立即改變大小,如(false)"/></HorizontalLayout><TileLayout parent="Container" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="columns" default="1" type="INT" comment="列數(shù),如(4)"/><Attribute name="itemsize" default="0,0" type="SIZE" comment="子項(xiàng)固定大小,如(128,128)"/></TileLayout><TabLayout parent="Container" notifies="setfocus killfocus timer menu tabselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="DWORD" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="selectedid" default="0" type="INT" comment="默認(rèn)選中的頁面id,如(0)"/></TabLayout><ActiveX parent="Control" notifies="setfocus killfocus timer menu showactivex windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(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="是否需要延遲創(chuàng)建activex,如(false)"/></ActiveX><WebBrowser parent="ActiveX" ><Attribute name="homepage" default="" type="STRING" comment="默認(rèn)首頁" /><Attribute name="autonavi" default="false" type="BOOL" comment="是否打開默認(rèn)首頁" /></WebBrowser><Combo parent="Container" notifies="setfocus killfocus timer menu dropdown itemselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字顯示的邊距,如(2,2,2,2)"/><Attribute name="normalimage" default="" type="STRING" comment="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮的狀態(tài)圖片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠標(biāo)按下的狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)時(shí)的狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="dropboxsize" default="0,150" type="STRING" comment="彈出框大小設(shè)置"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字體id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item對(duì)齊方式,取值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被選中時(shí)的字體顏色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被選中時(shí)的背景顏色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被選中時(shí)的背景圖片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的字體顏色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的背景顏色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠標(biāo)懸浮時(shí)的背景圖片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用時(shí)的字體顏色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用時(shí)的背景顏色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用時(shí)的背景圖片"/><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="是否支持多個(gè)item同時(shí)打開,如(false)"/></Combo><Label parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="align" default="left" type="STRING" comment="文字橫向?qū)R方式,取值left、center、right"/><Attribute name="valign" default="center" type="STRING" comment="文字縱向?qū)R方式,取值top、center、bottom"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自動(dòng)計(jì)算寬度"/></Label><DateTime parent="Label" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)disabled字體顏色,如(0xFFFF0000)"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字顯示的邊距,如(2,2,2,2)"/><Attribute name="align" default="left" type="STRING" comment="文字橫向?qū)R方式,取值left、center、right"/><Attribute name="valign" default="center" type="STRING" comment="文字縱向?qū)R方式,取值top、center、bottom"/><Attribute name="rhaa" default="0" type="STRING" comment="字體質(zhì)量0-5"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自動(dòng)計(jì)算寬度"/></DateTime><GifAnim parent="Control" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="bkimage" default="" type="STRING" comment="Gif動(dòng)畫圖片路徑(不支持source等屬性設(shè)置)"/><Attribute name="autoplay" default="true" type="BOOL" comment="是否自動(dòng)播放GIF動(dòng)畫"/><Attribute name="autosize" default="false" type="BOOL" comment="是否根據(jù)圖片自動(dòng)設(shè)置控件大小(開啟后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="菜單的高度等于所有菜單項(xiàng)的高度之和,加上inset屬性的top和bottom"/><!-- Menu標(biāo)簽的屬性要通過Default來定義,為了讓下級(jí)菜單也能擁有同樣的外觀,其他屬性設(shè)置見List --></Menu><MenuElement parent="CListContainerElementUI" notifies="click valuechanged WM_MENUCLICK"><Attribute name="icon" default="" type="STRING" comment="菜單項(xiàng)的圖標(biāo)圖片"/><Attribute name="iconsize" default="0,0" type="SIZE" comment="圖片的大小,最大為26x26"/><Attribute name="checkitem" default="false" type="BOOL" comment="是否有復(fù)選功能"/><Attribute name="ischeck" default="false" type="BOOL" comment="是否被選中(前提是開啟了復(fù)選功能,復(fù)選功能屬性應(yīng)該寫在本屬性的前面)"/><Attribute name="linetype" default="false" type="BOOL" comment="是否是分割線(開啟后將不會(huì)顯示圖標(biāo))"/><Attribute name="linepadding" default="29,0,7,0" type="RECT" comment="分割線的外邊據(jù)"/><Attribute name="linecolor" default="0xFFBCBFC4" type="DWORD" comment="分割線的顏色"/><Attribute name="expland" default="false" type="BOOL" comment="是否顯示下級(jí)菜單的小三角圖片(需要通過Default標(biāo)簽設(shè)置ExplandIcon屬性圖片的路徑)"/><Attribute name="height" default="30" type="INT" comment="菜單項(xiàng)高度(分割線默認(rèn)高度是6)"/></MenuElement><Button parent="Label" notifies="setfocus killfocus timer menu click windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮的狀態(tài)圖片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠標(biāo)按下的狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)時(shí)的狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="foreimage" default="" type="STRING" comment="前景圖片"/><Attribute name="hotforeimage" default="" type="STRING" comment="鼠標(biāo)懸浮的前景狀態(tài)圖片"/><Attribute name="pushedforeimage" default="" type="STRING" comment="鼠標(biāo)按下的前景狀態(tài)圖片"/><Attribute name="hottextcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)懸浮字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="pushedtextcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)按下字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="focusedtextcolor" default="0x00000000" type="DWORD" comment="獲得焦點(diǎn)字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自動(dòng)計(jì)算寬度"/><Attribute name="bindtablayoutname" default="" type="STRING" comment="綁定TabLayout控件"/><Attribute name="bindtabindex" default="" type="INT" comment="點(diǎn)擊后將觸發(fā)綁定TabLayout控件的對(duì)應(yīng)索引號(hào)"/><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="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮的狀態(tài)圖片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠標(biāo)按下的狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)時(shí)的狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="selectedimage" default="" type="STRING" comment="選中的狀態(tài)圖片"/><Attribute name="selectedhotimage" default="" type="STRING" comment="選中鼠標(biāo)懸浮的的狀態(tài)圖片"/><Attribute name="selectedpushedimage" default="" type="STRING" comment="選中鼠標(biāo)按下的的狀態(tài)圖片"/><Attribute name="foreimage" default="" type="STRING" comment="前景圖片"/><Attribute name="selectedforeimage" default="" type="STRING" comment="選中的前景圖片"/><Attribute name="hottextcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)懸浮字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="pushedtextcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)按下字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="focusedtextcolor" default="0x00000000" type="DWORD" comment="獲得焦點(diǎn)字體顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="selectedbkcolor" default="0x00000000" type="DWORD" comment="選中狀態(tài)背景顏色,0表示不使用此顏色,如(0xFFFF0000)"/><Attribute name="group" default="" type="STRING" comment="所屬組的名稱,可不設(shè)"/><Attribute name="selected" default="false" type="BOOL" comment="是否選中"/><Attribute name="bindtablayoutname" default="" type="STRING" comment="綁定TabLayout控件"/><Attribute name="bindtabindex" default="" type="INT" comment="點(diǎn)擊后將觸發(fā)綁定TabLayout控件的對(duì)應(yīng)索引號(hào)"/></Option><Text parent="Label" notifies="setfocus killfocus timer menu link windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="shadowcolor" default="0x00000000" type="DWORD" comment="字體陰影顏色,可用在背景色經(jīng)常變換的場景,0表示無陰影,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="是否自動(dòng)計(jì)算寬度"/></Text><Progress parent="Label" notifies="setfocus killfocus timer menu windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="certer" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="進(jìn)度最小值,如(0)"/><Attribute name="max" default="100" type="INT" comment="進(jìn)度最大值,如(100)"/><Attribute name="value" default="0" type="INT" comment="進(jìn)度值,如(50)"/><Attribute name="isstretchfore" default="TRUE" type="BOOL" comment="指定前景圖片是否縮放顯示"/><Attribute name="autocalcwidth" default="false" type="INT" comment="是否自動(dòng)計(jì)算寬度"/></Progress><Slider parent="Progress" notifies="setfocus killfocus timer menu valuechanged movevaluechanged windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="center" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="進(jìn)度最小值,如(0)"/><Attribute name="max" default="100" type="INT" comment="進(jìn)度最大值,如(100)"/><Attribute name="value" default="0" type="INT" comment="進(jìn)度值,如(50)"/><Attribute name="thumbimage" default="" type="STRING" comment="拖動(dòng)滑塊普通狀態(tài)圖片"/><Attribute name="thumbhotimage" default="" type="STRING" comment="拖動(dòng)滑塊鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="thumbpushedimage" default="" type="STRING" comment="拖動(dòng)滑塊鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="thumbsize" default="10,10" type="SIZE" comment="拖動(dòng)滑塊大小,如(10,10)"/><Attribute name="step" default="1" type="INT" comment="進(jìn)度步長,如(1)"/><Attribute name="sendmove" default="false" type="BOOL" comment="是否發(fā)送movevaluechanged消息"/></Slider><Edit parent="Label" notifies="setfocus killfocus timer menu return textchanged windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(0xFFFF0000)"/><Attribute name="disabledtextcolor" default="0x00000000" type="DWORD" comment="disabled字體顏色,0表示使用默認(rèn)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="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用狀態(tài)圖片"/><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="設(shè)置密碼字符"/><Attribute name="tipvalue" default="" type="STRING" comment="文本框內(nèi)提示文字,當(dāng)文本框text為空時(shí)顯示并失去焦點(diǎn)時(shí)顯示"/><Attribute name="tipvaluecolor" default="0xFFBAC0C5" type="DWORD" comment="文本框內(nèi)提示文字的顏色"/></Edit><ScrollBar parent="Control" notifies="timer menu scrolled windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="button1normalimage" default="" type="STRING" comment="左或上按鈕普通狀態(tài)圖片"/><Attribute name="button1hotimage" default="" type="STRING" comment="左或上按鈕鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="button1pushedimage" default="" type="STRING" comment="左或上按鈕鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="button1disabledimage" default="" type="STRING" comment="左或上按鈕禁用狀態(tài)圖片"/><Attribute name="button2normalimage" default="" type="STRING" comment="右或下按鈕普通狀態(tài)圖片"/><Attribute name="button2hotimage" default="" type="STRING" comment="右或下按鈕鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="button2pushedimage" default="" type="STRING" comment="右或下按鈕鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="button2disabledimage" default="" type="STRING" comment="右或下按鈕禁用狀態(tài)圖片"/><Attribute name="thumbnormalimage" default="" type="STRING" comment="滑塊普通狀態(tài)圖片"/><Attribute name="thumbhotimage" default="" type="STRING" comment="滑塊鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="thumbpushedimage" default="" type="STRING" comment="滑塊鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="thumbdisabledimage" default="" type="STRING" comment="滑塊禁用狀態(tài)圖片"/><Attribute name="railnormalimage" default="" type="STRING" comment="滑塊中間標(biāo)識(shí)普通狀態(tài)圖片"/><Attribute name="railhotimage" default="" type="STRING" comment="滑塊中間標(biāo)識(shí)鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="railpushedimage" default="" type="STRING" comment="滑塊中間標(biāo)識(shí)鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="raildisabledimage" default="" type="STRING" comment="滑塊中間標(biāo)識(shí)禁用狀態(tài)圖片"/><Attribute name="bknormalimage" default="" type="STRING" comment="背景普通狀態(tài)圖片"/><Attribute name="bkhotimage" default="" type="STRING" comment="背景鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="bkpushedimage" default="" type="STRING" comment="背景鼠標(biāo)按下狀態(tài)圖片"/><Attribute name="bkdisabledimage" default="" type="STRING" comment="背景禁用狀態(tài)圖片"/><Attribute name="hor" default="true" type="BOOL" comment="水平或垂直,如(true)"/><Attribute name="linesize" default="8" type="INT" comment="滾動(dòng)一行的大小,如(8)"/><Attribute name="range" default="100" type="INT" comment="滾動(dòng)范圍,如(100)"/><Attribute name="value" default="0" type="INT" comment="滾動(dòng)位置,如(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="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正負(fù)表示分隔符在頂部還是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖動(dòng)分隔符是否立即改變大小,如(false)"/><Attribute name="header" default="true" type="BOOL" comment="是否顯示表頭,如(true),隱藏則設(shè)置為hidden"/><Attribute name="headerbkimage" default="" type="STRING" comment="表頭背景圖片"/><Attribute name="scrollselect" default="false" type="BOOL" comment="是否隨滾動(dòng)改變選中項(xiàng),如(false)"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字體id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item對(duì)齊方式,取值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被選中時(shí)的字體顏色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被選中時(shí)的背景顏色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被選中時(shí)的背景圖片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的字體顏色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的背景顏色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠標(biāo)懸浮時(shí)的背景圖片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用時(shí)的字體顏色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用時(shí)的背景顏色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用時(shí)的背景圖片"/><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="是否支持多個(gè)item同時(shí)打開,如(false)"/></List><ListHeader parent="HorizontalLayout" notifies="setfocus killfocus timer windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="sepwidth" default="0" type="INT" comment="分隔符寬,正負(fù)表示分隔符在左邊還是右邊,如(-4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖動(dòng)分隔符是否立即改變大小,如(false)"/><Attribute name="scaleheader" default="false" type="BOOL" comment="每個(gè)表頭的寬度是否按照百分比來設(shè)置"/></ListHeader><ListHeaderItem parent="Control" notifies="setfocus killfocus timer headerclick windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="dragable" default="true" type="BOOL" comment="是否可拖動(dòng)改變大小,如(true)"/><Attribute name="sepwidth" default="4" type="INT" comment="分隔符寬,如(4)"/><Attribute name="align" default="left" type="STRING" comment="文字對(duì)齊方式,取值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表示使用默認(rèn)字體顏色,如(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="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮的狀態(tài)圖片"/><Attribute name="pushedimage" default="" type="STRING" comment="鼠標(biāo)按下的狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)時(shí)的狀態(tài)圖片"/><Attribute name="sepimage" default="" type="STRING" comment="拖動(dòng)條圖片"/><Attribute name="scale" default="0" type="INT" comment="設(shè)置子表頭所占總表頭的百分比寬度,如40(代表占40%的寬度)"/></ListHeaderItem><ListLabelElement parent="Control" notifies="setfocus killfocus timer itemactivate itemclick windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(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="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(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="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="selected" default="false" type="BOOL" comment="是否選中,如(true)"/></ListContainerElement><RichEdit parent="Container" notifies="textchanged setfocus killfocus timer menu return windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="autovscroll" default="false" type="BOOL" comment="是否隨輸入豎向滾動(dòng),如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="autohscroll" default="false" type="BOOL" comment="是否隨輸入橫向滾動(dòng),如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><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="文字對(duì)齊方式,取值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),默認(rèn)為無限制"/><Attribute name="normalimage" default="" type="STRING" comment="普通狀態(tài)圖片"/><Attribute name="hotimage" default="" type="STRING" comment="鼠標(biāo)懸浮狀態(tài)圖片"/><Attribute name="focusedimage" default="" type="STRING" comment="獲得焦點(diǎn)狀態(tài)圖片"/><Attribute name="disabledimage" default="" type="STRING" comment="禁用狀態(tài)圖片"/><Attribute name="textpadding" default="0,0,0,0" type="RECT" comment="文字顯示的邊距,如(2,2,2,2)"/><Attribute name="tipvalue" default="" type="STRING" comment="文本框內(nèi)提示文字,當(dāng)文本框text為空時(shí)顯示并失去焦點(diǎn)時(shí)顯示"/><Attribute name="tipvaluecolor" default="0xFFBAC0C5" type="DWORD" comment="文本框內(nèi)提示文字的顏色"/></RichEdit><TreeView parent="List" notifies="selectchanged setfocus killfocus timer menu itemselect windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(true)"/><Attribute name="childpadding" default="0" type="INT" comment="子控件之間的額外距離,如(4)"/><Attribute name="vscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的縱向滾動(dòng)條的樣式"/><Attribute name="hscrollbarstyle" default="" type="STRING" comment="設(shè)置本容器的橫向滾動(dòng)條的樣式"/><Attribute name="scrollstepsize" default="0" type="INT" comment="容器的滾動(dòng)條滾動(dòng)步長,0代表使用默認(rèn)步長"/><Attribute name="sepheight" default="0" type="INT" comment="分隔符高度,正負(fù)表示分隔符在頂部還是底部,如(4)"/><Attribute name="sepimm" default="false" type="BOOL" comment="拖動(dòng)分隔符是否立即改變大小,如(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="是否隨滾動(dòng)改變選中項(xiàng),如(false)"/><Attribute name="itemfont" default="-1" type="INT" comment="item的字體id,如(0)"/><Attribute name="itemalign" default="center" type="STRING" comment="item對(duì)齊方式,取值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被選中時(shí)的字體顏色"/><Attribute name="itemselectedbkcolor" default="0xFFC1E3FF" type="DWORD" comment="item被選中時(shí)的背景顏色"/><Attribute name="itemselectedimage" default="" type="STRING" comment="item被選中時(shí)的背景圖片"/><Attribute name="itemhottextcolor" default="0xFF000000" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的字體顏色"/><Attribute name="itemhotbkcolor" default="0xFFE9F5FF" type="DWORD" comment="item鼠標(biāo)懸浮時(shí)的背景顏色"/><Attribute name="itemhotimage" default="" type="STRING" comment="item鼠標(biāo)懸浮時(shí)的背景圖片"/><Attribute name="itemdisabledtextcolor" default="0xFFCCCCCC" type="DWORD" comment="item禁用時(shí)的字體顏色"/><Attribute name="itemdisabledbkcolor" default="0xFFFFFFFF" type="DWORD" comment="item禁用時(shí)的背景顏色"/><Attribute name="itemdisabledimage" default="" type="STRING" comment="item禁用時(shí)的背景圖片"/><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="是否支持多個(gè)item同時(shí)打開,如(false)"/><!--TreeView 私有屬性--><Attribute name="multipleitem" default="true" type="BOOL" comment="是否允許item多選"/><Attribute name="itemcheckimgsize" default="0,0" type="SIZE" comment="Item的復(fù)選框圖片大小,如(2,2)"/><Attribute name="itemiconimgsize" default="0,0" type="SIZE" comment="Item的圖標(biāo)大小,如(2,2)"/><Attribute name="visiblefolderbtn" default="true" type="BOOL" comment="是否顯示展開與收縮按鈕對(duì)象"/><Attribute name="visiblecheckbtn" default="false" type="BOOL" comment="是否顯示復(fù)選框?qū)ο?#34;/><Attribute name="itemminwidth" default="0" type="UINT" comment="設(shè)置Item的最小寬度,當(dāng)hscrollbar為真且itemminwidth大于TreeView寬度時(shí)才會(huì)顯示橫向滾動(dòng)條"/><Attribute name="itemtextcolor" default="0x00000000" type="DWORD" comment="item文本顏色"/><Attribute name="itemhottextcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)進(jìn)入item時(shí)文本顏色"/><Attribute name="selitemtextcolor" default="0x00000000" type="DWORD" comment="item被選中時(shí)文本顏色"/><Attribute name="selitemhottextcolor" default="0x00000000" type="DWORD" comment="item被選中時(shí)且鼠標(biāo)進(jìn)入時(shí)的文本顏色"/></TreeView><TreeNode parent="ListContainerElement" notifies="setfocus killfocus timer itemactivate itemclick itemexpanded itemcollapsed windowinit(root)"><Attribute name="name" default="" type="STRING" comment="控件名字,同一窗口內(nèi)必須唯一,如(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="獲得焦點(diǎn)時(shí)邊框的顏色,如(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="disabledimage" default="" type="STRING" comment="禁用的狀態(tài)圖片"/><Attribute name="width" default="0" type="INT" comment="控件預(yù)設(shè)的寬度,如(100)"/><Attribute name="height" default="0" type="INT" comment="控件預(yù)設(shè)的高度,如(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="鼠標(biāo)懸浮提示,如(請(qǐng)?jiān)谶@里輸入你的密碼)"/><Attribute name="userdata" default="" type="STRING" comment="自定義標(biāo)識(shí)"/><Attribute name="enabled" default="true" type="BOOL" comment="是否可以響應(yīng)用戶操作,如(true),同時(shí)禁用或者啟用子控件"/><Attribute name="mouse" default="true" type="BOOL" comment="本控件是否可以響應(yīng)鼠標(biāo)操作,如(true)"/><Attribute name="mousechild" default="true" type="BOOL" comment="本控件的子控件是否可以響應(yīng)用戶操作,如(true)"/><Attribute name="visible" default="true" type="BOOL" comment="是否可見,如(true)"/><Attribute name="float" default="false" type="BOOL" comment="是否使用絕對(duì)定位,如(true)"/><Attribute name="shortcut" default="" type="CHAR" comment="對(duì)應(yīng)的快捷鍵,如(P)"/><Attribute name="menu" default="false" type="BOOL" comment="是否需要右鍵菜單,如(true)"/><Attribute name="inset" default="0,0,0,0" type="RECT" comment="容器的內(nèi)邊距,如(2,2,2,2)"/><Attribute name="vscrollbar" default="false" type="BOOL" comment="是否使用豎向滾動(dòng)條,如(true)"/><Attribute name="hscrollbar" default="false" type="BOOL" comment="是否使用橫向滾動(dòng)條,如(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虛線、復(fù)選框、展開與收縮、文本按鈕等對(duì)象容器屬性設(shè)置,格式參考Default元素的屬性設(shè)置"/><Attribute name="dotlineattr" default="" type="STRING" comment="item虛線對(duì)象屬性設(shè)置,格式參考Default元素的屬性設(shè)置"/><Attribute name="folderattr" default="" type="STRING" comment="item展開與收縮按鈕對(duì)象屬性設(shè)置,格式參考Default元素的屬性設(shè)置"/><Attribute name="checkboxattr" default="" type="STRING" comment="item復(fù)選框?qū)ο髮傩栽O(shè)置,格式參考Default元素的屬性設(shè)置"/><Attribute name="itemattr" default="" type="STRING" comment="item按鈕對(duì)象屬性設(shè)置,格式參考Default元素的屬性設(shè)置"/><Attribute name="textcolor" default="0x00000000" type="DWORD" comment="item文本顏色"/><Attribute name="texthotcolor" default="0x00000000" type="DWORD" comment="鼠標(biāo)進(jìn)入item時(shí)文本顏色"/><Attribute name="selitemtextcolor" default="0x00000000" type="DWORD" comment="item被選中時(shí)文本顏色"/><Attribute name="selhotitemtextcolor" default="0x00000000" type="DWORD" comment="item被選中時(shí)且鼠標(biāo)進(jìn)入時(shí)的文本顏色"/><Attribute name="defaultexpand" default="false" type="BOOL" comment="設(shè)置初始狀態(tài)是否展開"/></TreeNode></Controls>

總結(jié)

以上是生活随笔為你收集整理的XML属性列表的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。