15 lines
713 B
Plaintext
Raw Normal View History

2015-05-19 14:45:47 +08:00
<%@ Page Title="" Language="C#" MasterPageFile="~/master/Simple.Master" AutoEventWireup="true" CodeBehind="simple2.aspx.cs" Inherits="FineUI.Examples.master.simple2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="headCPH" runat="server">
<meta name="sourcefiles" content="~/master/Simple.Master" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="mainCPH" runat="server">
<f:ContentPanel ID="Panel1" Title="位于内容页中" BoxFlex="1" Margin="0" runat="server"
BodyPadding="5px" ShowBorder="true" ShowHeader="true">
<f:Label ID="labResult" runat="server" Text="请点击左侧树节点">
</f:Label>
</f:ContentPanel>
</asp:Content>