<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PrintDesigner.aspx.cs" Inherits="FineUIPro.Web.common.ReportPrint.PrintDesigner" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" 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" AutoSizePanelID="RegionPanel1" runat="server" /> <f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px"> <Regions> <f:Region ID="Region1" ShowBorder="false" ShowHeader="false" RegionPosition="Left" BodyPadding="0 5 0 0" Width="300px" Layout="Fit" runat="server" EnableCollapse="true"> <Items> <f:Panel runat="server" ID="panel2" RegionPosition="Left" RegionSplit="true" EnableCollapse="true" Width="400" Title="项目" TitleToolTip="项目报表设置" ShowBorder="true" ShowHeader="true" BodyPadding="5px" IconFont="ArrowCircleLeft"> <Items> <f:Tree ID="tvProject" Width="350" Height="500" EnableCollapse="true" ShowHeader="false" OnNodeCommand="tvProject_NodeCommand" AutoLeafIdentification="true" runat="server"> </f:Tree> </Items> </f:Panel> </Items> </f:Region> <f:Region ID="Region2" ShowBorder="true" ShowHeader="false" Position="Center" Layout="VBox" BoxConfigAlign="Stretch" BoxConfigPosition="Left" runat="server"> <Items> <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right"> <Rows> <f:FormRow> <Items> <f:DropDownList ID="drpPrintReport" runat="server" Label="选择设计报表" LabelWidth="150px" MarginRight="100px" EnableSimulateTree="true" CompareType="String" CompareValue="null" CompareOperator="NotEqual"> </f:DropDownList> </Items> </f:FormRow> </Rows> <Toolbars> <f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server"> <Items> <f:Button ID="btnReportDesigner" Icon="SystemSave" runat="server" Text="报表设计" ValidateForms="SimpleForm1" OnClick="btnReportDesigner_Click"> </f:Button> </Items> </f:Toolbar> </Toolbars> </f:Form> </Items> </f:Region> </Regions> </f:RegionPanel> </form> </body> </html>