24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="UnitProjectTControl.ascx.cs" Inherits="FineUIPro.Web.Controls.UnitProjectTControl" %> | ||
|  | <f:Panel ID="Panel1" runat="server" BodyPadding="0px" ShowBorder="false" | ||
|  |     ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch"> | ||
|  |     <Toolbars> | ||
|  |         <f:Toolbar ID="Toolbar2" Position="Top" runat="server" Hidden="true"> | ||
|  |             <Items> | ||
|  |                 <f:RadioButtonList runat="server" ID="ckState" Width="300px" ShowEmptyLabel="true" | ||
|  |                     AutoPostBack="true" OnSelectedIndexChanged="ckState_SelectedIndexChanged"> | ||
|  |                     <f:RadioItem Text="全部" Value="0" /> | ||
|  |                     <f:RadioItem Text="在建" Value="1" Selected="true" /> | ||
|  |                     <f:RadioItem Text="停工" Value="2" /> | ||
|  |                     <f:RadioItem Text="竣工" Value="3" /> | ||
|  |                 </f:RadioButtonList> | ||
|  |             </Items> | ||
|  |         </f:Toolbar> | ||
|  |     </Toolbars> | ||
|  |     <Items> | ||
|  |         <f:Tree ID="tvProject" EnableCollapse="true" ShowHeader="false" Title="单位-项目" | ||
|  |             OnNodeCommand="tvProject_NodeCommand" AutoLeafIdentification="true" runat="server" | ||
|  |             ShowBorder="false" EnableTextSelection="True"> | ||
|  |         </f:Tree> | ||
|  |     </Items> | ||
|  | </f:Panel> |