diff options
author | xue <> | 2005-11-15 15:33:16 +0000 |
---|---|---|
committer | xue <> | 2005-11-15 15:33:16 +0000 |
commit | fdce469afc80e6cf922c07500f9b7bfd5b302c35 (patch) | |
tree | feafe0a9d6e2d2c317d9f1d2eedbc16765ab2bd4 /demos/controls/themes/BlueTheme/buttons.skin | |
parent | e9ee04d2f156c3ffbb50b3def689d716d1943243 (diff) |
Modified demo for theme implementation change
Diffstat (limited to 'demos/controls/themes/BlueTheme/buttons.skin')
-rw-r--r-- | demos/controls/themes/BlueTheme/buttons.skin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/controls/themes/BlueTheme/buttons.skin b/demos/controls/themes/BlueTheme/buttons.skin new file mode 100644 index 00000000..8db810bc --- /dev/null +++ b/demos/controls/themes/BlueTheme/buttons.skin @@ -0,0 +1,3 @@ +<com:TButton BackColor="blue" ForeColor="red" Font.Size="18px" />
+<com:TButton SkinID="abc" BackColor="red" ForeColor="blue" />
+<com:TImageButton ImageUrl=<%~/icon_profile.gif%> />
\ No newline at end of file |