<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Search.aspx.cs" Inherits="FineUIPro.Web.common.Search" %>

<!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:TextBox ID="txtJobNo" runat="server" Label="Job No." LabelWidth="140px" NextFocusControl="btnSure">
                        </f:TextBox>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:TextBox ID="txtJobTitle" runat="server" Label="Job Title" LabelWidth="140px" NextFocusControl="btnSure">
                        </f:TextBox>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpType" runat="server" Label="Job Type" LabelWidth="140px" EnableEdit="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpStatus" runat="server" Label="Job Status" LabelWidth="140px" EnableEdit="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpDivision" runat="server" Label="Division" LabelWidth="140px" EnableEdit="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpProjectManager" runat="server" Label="Project Manager" LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpConstManager" runat="server" Label="Const.Manager" LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpOperationRep" runat="server" Label="Operation Rep." LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:TextBox ID="txtAccount" runat="server" Label="Account" LabelWidth="140px" NextFocusControl="btnSure">
                        </f:TextBox>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:TextBox ID="txtMOCFormNo" runat="server" Label="MOC Form No." LabelWidth="140px" NextFocusControl="btnSure">
                        </f:TextBox>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpLeadBy" runat="server" Label="Lead By" LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpEngineer" runat="server" Label="Engineer" LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure"></f:DropDownList>
                    </Items>
                </f:FormRow>
                 <f:FormRow>
                    <Items>
                        <f:DropDownList ID="drpCritical" runat="server" Label="Critical" LabelWidth="140px" EnableEdit="true" EnableGroup="true" NextFocusControl="btnSure">
                              <f:ListItem Value="0" Text="" />
                              <f:ListItem Value="N" Text="N" />
                              <f:ListItem Value="Y" Text="Y" />
                        </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>