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 +++++++++++++++++++++ .../pages/Controls/Samples/TPanel/hello_world.gif | Bin 0 -> 1602 bytes .../protected/pages/Controls/Simple.page | 4 ++ 3 files changed, 60 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif (limited to 'demos') 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 diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif b/demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif new file mode 100644 index 00000000..bc81443c Binary files /dev/null and b/demos/quickstart/protected/pages/Controls/Samples/TPanel/hello_world.gif differ diff --git a/demos/quickstart/protected/pages/Controls/Simple.page b/demos/quickstart/protected/pages/Controls/Simple.page index 5bce13aa..2f0dc2f9 100644 --- a/demos/quickstart/protected/pages/Controls/Simple.page +++ b/demos/quickstart/protected/pages/Controls/Simple.page @@ -13,6 +13,10 @@

TImage

TPanel

+

+TPanel +

+

TTextBox

-- cgit v1.2.3