<?xml version="1.0" encoding="utf-8"?>

<s:SparkButtonSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:fb="http://ns.adobe.com/flashbuilder/2009"
minWidth="42" minHeight="30"
alpha.disabled="0.5"> <fx:Metadata>
<![CDATA[
/**
* @copy spark.skins.spark.ApplicationSkin#hostComponent
*/
[HostComponent("spark.components.Button")]
]]>
</fx:Metadata> <!-- states -->
<s:states>
<s:State name="up" />
<s:State name="over" />
<s:State name="down" />
<s:State name="disabled" />
</s:states> <s:Rect left="0" right="0" top="0" bottom="0" topLeftRadiusX="7" topRightRadiusX="7"
bottomLeftRadiusX="7" bottomRightRadiusX="7">
<s:stroke>
<s:SolidColorStroke color.up="0xfaa51a"/>
</s:stroke>
<s:fill>
<s:LinearGradient rotation="0">
<s:entries>
<s:GradientEntry color="0xfaa51a"/>
<s:GradientEntry color="0xf47a20" ratio=".5"/>
</s:entries>
</s:LinearGradient>
<!--<s:RadialGradient rotation="0">
<s:entries>
<s:GradientEntry color="0xF0FFFF" ratio=".7"/>
<s:GradientEntry color="0xFF83FA"/>
</s:entries>
</s:RadialGradient>-->
</s:fill>
</s:Rect>
<!-- layer 8: text -->
<!--- @copy spark.components.supportClasses.ButtonBase#labelDisplay -->
<s:Label id="labelDisplay"
textAlign="center"
maxDisplayedLines="1"
fontSize="20"
horizontalCenter="0" verticalCenter="1" verticalAlign="middle"
left="10" right="10" top="2" bottom="2"
color.up="0xffffff">
</s:Label> </s:SparkButtonSkin>

最新文章

  1. 【Java每日一题】20161122
  2. vs2005水晶报表无法运行在X64机器上
  3. js数组依据下标删除元素
  4. oc-15-枚举结构体
  5. openStack CentOS虚拟桌面iptables初始化配置
  6. linux下的工具总结
  7. C程序设计语言练习题1-15
  8. 神马是AB測试?
  9. bone collector hdu 01背包问题
  10. Vowel Counting
  11. Nginx+keepalive局域网其它主机ping vip不通
  12. ES6 Promise 用法转载
  13. [转]awsome-java
  14. leetcode538
  15. ubuntu 出现device not managed,解决方法
  16. 写给大忙人的JavaSE 8 - 学习
  17. loadNibNamed:(NSString *)name owner:(nullable id)owner options:(nullable NSDictionary *)options用法
  18. C#不能捕捉的异常,如AccessViolationException
  19. c++实现全密码生成
  20. Changing the Output Voltage of a Switching Regulator on the Fly

热门文章

  1. html checkbox全选或者全不选
  2. python scrapy 基础
  3. angularjs基本执行流程
  4. Network 20Q--Q2 How does Google sell ad spaces?
  5. ASE中的主要数据库
  6. CentOS CVS安装使用
  7. sql server数据库将excel表中的数据导入数据表
  8. highcharts的使用
  9. await与async的简单了解
  10. SqlDbHelper备份,做项目时方便应用(目前不太全,把自己项目中的逐渐转移过来)