Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<type name="label" extends="component" inherit-styles="true">
<builder jar="label.jar">
<thin-swt class="com.foundation.tcv.swt.builder.LabelBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.LabelBuilder"/>
</builder>
<style name="separator"/>
<style name="wrap"/>
<style name="shadow in">
<alter name="shadow out"/>
<alter name="shadow none"/>
</style>
<style name="shadow out">
<alter name="shadow none"/>
<alter name="shadow in"/>
</style>
<style name="shadow none">
<alter name="shadow in"/>
<alter name="shadow out"/>
</style>
<style name="horizontal">
<alter name="vertical"/>
</style>
<style name="vertical">
<alter name="horizontal"/>
</style>
<style name="left">
<alter name="center"/>
<alter name="right"/>
</style>
<style name="center">
<alter name="left"/>
<alter name="right"/>
</style>
<style name="right">
<alter name="center"/>
<alter name="left"/>
</style>
<property name="text" type="string" required="false" allow-resource="true"/>
<property name="image" type="image" required="false" allow-resource="true"/>
<association function="text" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.String" allow-decorations="true"/>
<association function="image" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="com.foundation.view.JefImage" allow-decorations="true"/>
</type>