| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="KeyQuantityEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.KeyQuantityEditorEdit" %> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!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>Key Quantity Editor Edit</title> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |     <form id="form1" runat="server"> | 
					
						
							|  |  |  |         <f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" /> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |         <f:Panel ID="Panel1" BodyPadding="10px" Margin="5px 5px 5px 5px" AutoScroll="true" runat="server" EnableCollapse="true" Title="FCR Log" ShowHeader="false"> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |             <Items> | 
					
						
							|  |  |  |                 <f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true" | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                     runat="server" RedStarPosition="BeforeText" LabelAlign="Right" BodyPadding="10px"> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                     <Rows> | 
					
						
							|  |  |  |                         <f:FormRow> | 
					
						
							|  |  |  |                             <Items> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                                 <%--<f:DropDownBox runat="server" ID="drpKeyId" LabelWidth="120px" EmptyText="请从下拉表格中选择" Label="Type" MatchFieldWidth="false" AutoPostBack="true" OnTextChanged="drpKeyId_TextChanged"> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                                     <PopPanel> | 
					
						
							|  |  |  |                                         <f:Grid ID="Grid1" Width="650px" Height="300px" Hidden="true" | 
					
						
							|  |  |  |                                             DataIDField="KeyId" DataTextField="DepartName" | 
					
						
							|  |  |  |                                             PageSize="10" ShowBorder="true" ShowHeader="false" | 
					
						
							|  |  |  |                                             AllowPaging="true" IsDatabasePaging="true" runat="server" | 
					
						
							|  |  |  |                                             DataKeyNames="KeyId" | 
					
						
							|  |  |  |                                             AllowSorting="true" SortField="DepartName,DisciplinesWBSName" SortDirection="ASC" | 
					
						
							|  |  |  |                                             OnSort="Grid1_Sort"> | 
					
						
							|  |  |  |                                             <Columns> | 
					
						
							|  |  |  |                                                 <f:RowNumberField /> | 
					
						
							|  |  |  |                                                 <f:BoundField Width="90px" DataField="DepartName" SortField="DepartName" HeaderText="Type" /> | 
					
						
							|  |  |  |                                                 <f:BoundField Width="80px" SortField="DisciplinesWBSCode" DataField="DisciplinesWBSCode" HeaderText="Identifier" /> | 
					
						
							|  |  |  |                                                 <f:BoundField Width="100px" SortField="DisciplinesWBSName" DataField="DisciplinesWBSName" HeaderText="Descipline" /> | 
					
						
							|  |  |  |                                                 <f:BoundField Width="100px" SortField="QuantityDesctiption" DataField="QuantityDesctiption" HeaderText="Quantity Desctiption" ExpandUnusedSpace="true" /> | 
					
						
							|  |  |  |                                                 <f:BoundField Width="100px" SortField="PlanMHRsUnit" DataField="PlanMHRsUnit" HeaderText="Plan MHRs/Unit" /> | 
					
						
							|  |  |  |                                             </Columns> | 
					
						
							|  |  |  |                                             <PageItems> | 
					
						
							|  |  |  |                                                 <f:ToolbarSeparator ID="ToolbarSeparator1" runat="server"> | 
					
						
							|  |  |  |                                                 </f:ToolbarSeparator> | 
					
						
							|  |  |  |                                                 <f:ToolbarText ID="ToolbarText1" runat="server" Text="Number of records per page:"> | 
					
						
							|  |  |  |                                                 </f:ToolbarText> | 
					
						
							|  |  |  |                                                 <f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true" | 
					
						
							|  |  |  |                                                     OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged"> | 
					
						
							|  |  |  |                                                     <f:ListItem Text="5" Value="5" /> | 
					
						
							|  |  |  |                                                     <f:ListItem Text="10" Value="10" /> | 
					
						
							|  |  |  |                                                     <f:ListItem Text="15" Value="15" /> | 
					
						
							|  |  |  |                                                 </f:DropDownList> | 
					
						
							|  |  |  |                                             </PageItems> | 
					
						
							|  |  |  |                                             <Toolbars> | 
					
						
							|  |  |  |                                                 <f:Toolbar runat="server" Position="Top"> | 
					
						
							|  |  |  |                                                     <Items> | 
					
						
							|  |  |  |                                                         <f:TextBox ID="txtSearch" runat="server" ShowLabel="false" EmptyText="Type" Width="300px" AutoPostBack="true" OnTextChanged="txtSearch_TextChanged"></f:TextBox> | 
					
						
							|  |  |  |                                                     </Items> | 
					
						
							|  |  |  |                                                 </f:Toolbar> | 
					
						
							|  |  |  |                                             </Toolbars> | 
					
						
							|  |  |  |                                         </f:Grid> | 
					
						
							|  |  |  |                                     </PopPanel> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                                 </f:DropDownBox>--%> | 
					
						
							|  |  |  |                                 <f:DropDownList ID="drpIdentifier" runat="server" Label="Identifier" LabelWidth="200px" AutoPostBack="true" OnSelectedIndexChanged="drpIdentifier_SelectedIndexChanged" EnableEdit="true"></f:DropDownList> | 
					
						
							|  |  |  |                                 <f:DropDownList ID="drpDescipline" runat="server" Label="Descipline" LabelWidth="200px"  AutoPostBack="true" OnSelectedIndexChanged="drpDescipline_SelectedIndexChanged" EnableEdit="true"></f:DropDownList> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                             </Items> | 
					
						
							|  |  |  |                         </f:FormRow> | 
					
						
							|  |  |  |                         <f:FormRow> | 
					
						
							|  |  |  |                             <Items> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                                 <f:DropDownList ID="drpQuantityDesctiption" runat="server" Label="Quantity Desctiption" LabelWidth="200px" AutoPostBack="true"  OnSelectedIndexChanged="drpQuantityDesctiption_SelectedIndexChanged" EnableEdit="true"></f:DropDownList> | 
					
						
							|  |  |  |                                 <f:DropDownList ID="drpPlanMHRsUnit" runat="server" Label="Plan MHRs/Unit" LabelWidth="200px" EnableEdit="true"></f:DropDownList> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                             </Items> | 
					
						
							|  |  |  |                         </f:FormRow> | 
					
						
							|  |  |  |                         <f:FormRow> | 
					
						
							|  |  |  |                             <Items> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                                 <f:NumberBox ID="txtInputQuantity" runat="server" Label="Input Quantity" LabelWidth="200px" NoNegative="true" AutoPostBack="true" OnTextChanged="txtInputQuantity_TextChanged"></f:NumberBox> | 
					
						
							|  |  |  |                                 <%--<f:NumberBox ID="txtPlanMHRsUnit" runat="server" Label="Plan MHRs/Unit" LabelWidth="200px" Readonly="true"></f:NumberBox>--%> | 
					
						
							|  |  |  |                                 <f:NumberBox ID="txtPlanMHRs" runat="server" Label="Plan MHRs" LabelWidth="200px" Readonly="true"></f:NumberBox> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                             </Items> | 
					
						
							|  |  |  |                         </f:FormRow> | 
					
						
							|  |  |  |                         <f:FormRow> | 
					
						
							|  |  |  |                             <Items> | 
					
						
							|  |  |  |                                 <f:NumberBox ID="txtPlanMHRsSummary" runat="server" Label="Plan MHRs Summary" LabelWidth="200px" Readonly="true"></f:NumberBox> | 
					
						
							| 
									
										
										
										
											2025-01-16 17:02:02 +08:00
										 |  |  |                                 <f:NumberBox ID="txtActualMHRs" runat="server" Label="Actual MHRs" LabelWidth="200px" Readonly="true"></f:NumberBox> | 
					
						
							| 
									
										
										
										
											2024-12-13 15:54:19 +08:00
										 |  |  |                             </Items> | 
					
						
							|  |  |  |                         </f:FormRow> | 
					
						
							|  |  |  |                     </Rows> | 
					
						
							|  |  |  |                 </f:Form> | 
					
						
							|  |  |  |             </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> | 
					
						
							|  |  |  | 
 |