xinjiang/SGGL/FineUIPro.Web/ProjectData/PCF.aspx

38 lines
1.6 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PCF.aspx.cs" Inherits="FineUIPro.Web.ProjectData.PCF" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PCF导入</title>
<style>
.f-grid-row-summary .f-grid-cell-inner {
font-weight: bold;
color: red;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="RegionPanel1" />
<f:Panel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px" EnableIFrame="true" ShowHeader="false" IFrameUrl="PCFGrid.aspx">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="TOP" runat="server" ToolbarAlign="Right">
<Items>
<f:HiddenField ID="hdId" runat="server"></f:HiddenField>
<f:Button ID="btnImport" ToolTip="导入PCF" Text="导入PCF" Icon="PackageIn" runat="server" OnClick="btnImport_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Panel>
</form>
<f:Window ID="Window1" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px" OnClose="Window1_Close"
Height="500px">
</f:Window>
</body>
</html>