Basf_EProject/EProject/FineUIPro.Web/EditorManage/FCRLogEditorEdit.aspx

99 lines
6.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FCRLogEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.FCRLogEditorEdit" %>
<!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="Panel1" runat="server" />
<f:Panel ID="Panel1" BodyPadding="10px" Margin="0 5px 0 0" AutoScroll="true" runat="server" EnableCollapse="true" Title="FCR Log" ShowHeader="false">
<Items>
<f:GroupPanel ID="GroupPanel1" Title="General" runat="server" EnableCollapse="true">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDiscipline" runat="server" Label="Discipline" Required="true" ShowRedStar="true" LabelWidth="200px" AutoPostBack="true" OnSelectedIndexChanged="drpDiscipline_SelectedIndexChanged" EnableEdit="true"></f:DropDownList>
<f:TextBox ID="txtFCRNo" runat="server" Label="FCR NO." Required="true" ShowRedStar="true" LabelWidth="200px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCategory" runat="server" Label="Category" LabelWidth="200px" EnableEdit="true"></f:DropDownList>
<f:DropDownList ID="drpInitiator" runat="server" Label="Initiator" LabelWidth="200px" EnableEdit="true" EnableGroup="true" Enabled="false"></f:DropDownList>
<%--<f:TextBox ID="txtInitiator" runat="server" Label="Initiator" LabelWidth="150px"></f:TextBox>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpDesignReason" runat="server" Label="Design Reason Related With" LabelWidth="200px" >
<f:ListItem Text="CDI" Value="CDI" />
<f:ListItem Text="Non-CDI" Value="Non-CDI" />
</f:DropDownList>
<f:DropDownList ID="drpCDI" runat="server" Label="CDI" LabelWidth="200px" EnableEdit="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtTDCRecDate" runat="server" Label="TDC Rec.Date" LabelWidth="200px"></f:DatePicker>
<f:DatePicker ID="txtFCRIssueDate" runat="server" Label="FCR Issue Date" LabelWidth="200px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtConReturnDate" runat="server" Label="Con.Return Date" LabelWidth="200px"></f:DatePicker>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel2" Title="Impact" runat="server" EnableCollapse="true" MarginBottom="10px">
<Items>
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCostYorN" runat="server" Label="Cost(Y/N)" LabelWidth="150px"></f:DropDownList>
<f:NumberBox ID="txtCost" runat="server" Label="Cost(CNY)" NoNegative="true" LabelWidth="150px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSchYorN" runat="server" Label="Sch.(Y/N)" LabelWidth="150px"></f:DropDownList>
<f:NumberBox ID="txtSchDay" runat="server" Label="Sch.(Days)" NoNegative="true" NoDecimal="true" LabelWidth="150px"></f:NumberBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
</f:GroupPanel>
</Items>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="Remark" LabelWidth="150px" LabelAlign="Right"></f:TextArea>
</Items>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="Save" ToolTip="Save" ValidateForms="Panel1"
OnClick="btnSave_Click" Hidden="true">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="Close" Text="Close" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Panel>
</form>
</body>
</html>