diff options
author | xue <> | 2005-12-31 15:23:57 +0000 |
---|---|---|
committer | xue <> | 2005-12-31 15:23:57 +0000 |
commit | 5479507cbdcbc14685a443b1096171b5134f82bf (patch) | |
tree | 9c8d3028407e7c54c813ea76b048a6a4ec680319 /.gitattributes | |
parent | 16c588209ce9197f13f343c83145446c4d92822a (diff) |
Refactored TPanel by adding TPanelStyle.
Added TPanel samples.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 5805bbc5..ddee4f7f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,6 +45,8 @@ demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.php -text +demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif -text demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.php -text demos/quickstart/protected/pages/Controls/Samples/config.xml -text |