From 5479507cbdcbc14685a443b1096171b5134f82bf Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 31 Dec 2005 15:23:57 +0000 Subject: Refactored TPanel by adding TPanelStyle. Added TPanel samples. --- .../pages/Controls/Samples/TPanel/Home.page | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page (limited to 'demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page new file mode 100644 index 00000000..7e5e8bcb --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page @@ -0,0 +1,56 @@ + + +

TPanel Samples

+ + + + + + + + + + + +
+Panel with contents: + + +This is panel content with a . + +
+Panel with customized background color, font and horizontal alignment: + + +This is panel content with a . + +
+Panel with customized background image, width and scroll bars: + + + Width="400px" + Height="200px" + ScrollBars="Both" + Wrap="false"> +This is panel content with a . +This is panel content with a . +This is panel content with a . +This is panel content with a . +This is panel content with a . + +
+Panel with grouping text: + + +This is panel content with a . +This is panel content with a . +This is panel content with a . +This is panel content with a . + +
+ +
\ No newline at end of file -- cgit v1.2.3