2013-11-01 14:13:51 +08:00

53 lines
1.9 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="card.aspx.cs" Inherits="FineUI.Examples.layout.card" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<x:PageManager ID="PageManager1" runat="server" />
<x:Panel ID="Panel2" runat="server" Height="250px" Width="850px" ShowBorder="True"
Layout="Card" ShowHeader="True" Title="Height=250px Width=750px Layout=Card">
<Items>
<x:Panel ID="Panel1" runat="server" ShowBorder="True"
ShowHeader="false">
<Items>
<x:Label ID="Label3" Text="Width=150px" runat="server">
</x:Label>
</Items>
</x:Panel>
<x:Panel ID="Panel4" runat="server" ShowBorder="True"
ShowHeader="false">
<Items>
<x:Label ID="Label4" Text="ColumnWidth=30%" runat="server">
</x:Label>
</Items>
</x:Panel>
<x:Form ID="Form2" runat="server" ShowBorder="True"
ShowHeader="false">
<Rows>
<x:FormRow>
<Items>
<x:Label ID="Label1" Text="ColumnWidth=70%" ShowLabel="false" runat="server">
</x:Label>
</Items>
</x:FormRow>
<x:FormRow>
<Items>
<x:TextBox ID="TextBox1" Label="TextBox1" runat="server">
</x:TextBox>
<x:Label ID="Label2" runat="server">
</x:Label>
</Items>
</x:FormRow>
</Rows>
</x:Form>
</Items>
</x:Panel>
</form>
</body>
</html>