87 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SESRelatedDataSearch.aspx.cs" Inherits="FineUIPro.Web.SES.SESRelatedDataSearch" %>
 | |
| 
 | |
| <!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>查询条件</title>
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
 | |
|         <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="drpConstRecords" runat="server" Label="Const.Records" LabelAlign="Right" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:TextBox ID="txtFoNo" runat="server" Label="FO No." LabelAlign="Right" LabelWidth="140px" NextFocusControl="btnSure">
 | |
|                         </f:TextBox>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                          <f:DropDownList ID="drpFoType" runat="server" Label="FO Type" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <%--<f:TextBox ID="txtContractTitle" runat="server" Label="Contract Title" LabelAlign="Right" LabelWidth="140px">
 | |
|                         </f:TextBox>--%>
 | |
|                         <f:DropDownList ID="drpDiscipline" runat="server" Label="Discipline" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpContractor" runat="server" Label="Contractor" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpContractAdmin" runat="server" Label="Contract Admin" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpBuyer" runat="server" Label="Buyer" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpMainCoord" runat="server" Label="Main Coord" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpMCDepartment" runat="server" Label="MC Department" LabelAlign="Right" EnableEdit="true" LabelWidth="140px" NextFocusControl="btnSure"></f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|                 <f:FormRow>
 | |
|                     <Items>
 | |
|                         <f:DropDownList ID="drpFCStatus" runat="server" Label="FC Status" LabelAlign="Right" LabelWidth="140px" NextFocusControl="btnSure">
 | |
|                         </f:DropDownList>
 | |
|                     </Items>
 | |
|                 </f:FormRow>
 | |
|             </Rows>
 | |
|             <Toolbars>
 | |
|                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
 | |
|                     <Items>
 | |
|                         <f:Button ID="btnReset" Icon="ArrowRotateClockwise" Text="Reset" runat="server" ToolTip="Reset"
 | |
|                             OnClick="btnReset_Click">
 | |
|                         </f:Button>
 | |
|                         <f:Button ID="btnSure" Icon="Accept" Text="Confirm" runat="server" ToolTip="Confirm"
 | |
|                             OnClick="btnSure_Click">
 | |
|                         </f:Button>
 | |
|                     </Items>
 | |
|                 </f:Toolbar>
 | |
|             </Toolbars>
 | |
|         </f:Form>
 | |
|     </form>
 | |
| </body>
 | |
| </html>
 |