提交代码
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="mainYlrq.aspx.cs" Inherits="FineUIPro.Web.common.mainYlrq" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head id="Head1" runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title></title>
|
||||
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
.f-grid-row .f-grid-cell-inner {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="Panel2" />
|
||||
<f:Panel ID="Panel1" runat="server" ShowBorder="True" Layout="VBox" ShowHeader="false"
|
||||
BodyPadding="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel2" BoxFlex="1" runat="server" ShowBorder="false" ShowHeader="false"
|
||||
Layout="HBox" BoxConfigChildMargin="0 5 0 0" MarginBottom="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel3" BoxFlex="1" runat="server" ShowBorder="true" Title="模块一"
|
||||
ShowHeader="true" AutoScroll="true">
|
||||
<Items>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
||||
<f:Panel ID="Panel4" BoxFlex="1" runat="server" ShowBorder="true" ShowHeader="true" Title="模块二">
|
||||
<Items>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
<f:Panel ID="Panel5" BoxFlex="1" runat="server" ShowBorder="false" ShowHeader="false"
|
||||
Layout="HBox" BoxConfigChildMargin="0 5 0 0" MarginBottom="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel6" BoxFlex="1" runat="server" ShowBorder="true" ShowHeader="true" Title="模块三">
|
||||
<Items>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
|
||||
<f:Panel ID="Panel7" BoxFlex="1" runat="server" ShowBorder="true" ShowHeader="true" Title="模块四">
|
||||
<Items>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user