三生石上 79ad9e6bc2 v4.2.3
2016-01-10 01:19:30 -05:00

53 lines
2.0 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="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Panel ID="Panel2" runat="server" Height="250px" Width="850px" ShowBorder="True"
Layout="Card" ShowHeader="True" Title="Height=250px Width=750px Layout=Card">
<Items>
<f:Panel ID="Panel1" runat="server" ShowBorder="True"
ShowHeader="false">
<Items>
<f:Label ID="Label3" Text="Width=150px" runat="server">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel4" runat="server" ShowBorder="True"
ShowHeader="false">
<Items>
<f:Label ID="Label4" Text="ColumnWidth=30%" runat="server">
</f:Label>
</Items>
</f:Panel>
<f:Form ID="Form2" runat="server" ShowBorder="True"
ShowHeader="false">
<Rows>
<f:FormRow>
<Items>
<f:Label ID="Label1" Text="ColumnWidth=70%" ShowLabel="false" runat="server">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="TextBox1" Label="TextBox1" runat="server">
</f:TextBox>
<f:Label ID="Label2" runat="server">
</f:Label>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:Panel>
</form>
</body>
</html>