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

109 lines
6.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PunchEditorEdit.aspx.cs" Inherits="FineUIPro.Web.EditorManage.PunchEditorEdit" %>
<!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="20px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtTagNo" runat="server" Label="Tag No." Required="true" ShowRedStar="true" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtArea" runat="server" Label="Area" Required="true" ShowRedStar="true" LabelWidth="140px"></f:TextBox>
<f:DropDownList ID="drpDiscipline" runat="server" Label="Discipline" Required="true" ShowRedStar="true" LabelWidth="140px" EnableEdit="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDescription" runat="server" Label="Description" LabelWidth="140px" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtActionType" runat="server" Label="Action to be taken" Required="true" ShowRedStar="true" LabelWidth="140px" ></f:TextBox>
<f:DropDownList ID="drpClass" runat="server" Label="Priority" LabelWidth="140px" Required="true" ShowRedStar="true" EnableEdit="true" ></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow MarginBottom="10px">
<Items>
<f:GroupPanel ID="GroupPanel3" Title="Responsible" runat="server" EnableCollapse="true">
<Items>
<f:TextBox ID="txtRespUnitPerson" runat="server" Label="Contractor" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtBYCPerson" runat="server" Label="BYC person" LabelWidth="140px" ></f:TextBox>
</Items>
</f:GroupPanel>
<f:GroupPanel ID="GroupPanel4" Title="Initiated By" runat="server" EnableCollapse="true">
<Items>
<f:TextBox ID="txtInitiatedBy" runat="server" Label="Name" LabelWidth="140px" ></f:TextBox>
<f:DatePicker runat="server" Label="Date" ID="txtInitiatedByDate" LabelWidth="140px" >
</f:DatePicker>
</Items>
</f:GroupPanel>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Label="Expected Finish Date" ID="txtPlanedFinishDate" LabelWidth="180px" Required="true" ShowRedStar="true">
</f:DatePicker>
<%-- <f:DropDownList ID="drpResiedBy" runat="server" Label="Input By" LabelWidth="140px" EnableEdit="true" EnableGroup="true" Enabled="false"></f:DropDownList>--%>
</Items>
</f:FormRow>
<f:FormRow >
<Items>
<f:GroupPanel ID="GroupPanel1" Title="CM and Initiator Check" runat="server" EnableCollapse="true" Layout="Table" MarginBottom="10px">
<Items>
<f:DropDownList ID="drpCTEChecker" runat="server" Label="CM and Initiator Check" LabelWidth="200px" EnableEdit="true" EnableGroup="true" Required="true" ShowRedStar="true"></f:DropDownList>
<f:DatePicker runat="server" Label="Check Date" ID="txtCTECheckDate" LabelWidth="160px" Width="436px" Enabled="false">
</f:DatePicker>
</Items>
</f:GroupPanel>
<%--<f:GroupPanel ID="GroupPanel2" Title="Owner Check" runat="server" EnableCollapse="true">
<Items>
<f:DropDownList ID="drpOwnerChecker" runat="server" Label="Owner Checker" LabelWidth="140px" EnableEdit="true" EnableGroup="true"></f:DropDownList>
<f:DatePicker runat="server" Label="Check Date" ID="txtOwnerCheckDate" LabelWidth="140px" Enabled="false">
</f:DatePicker>
</Items>
</f:GroupPanel>--%>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtRemark" runat="server" Label="Remark" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnCTEChecked" Icon="SystemSave" runat="server" ToolTip="CM and Initiator Check" Text="CM and Initiator Check" ValidateForms="Form1"
OnClick="btnCTEChecked_Click" Hidden="true">
</f:Button>
<%--<f:Button ID="btnOwnerChecked" Icon="SystemSave" runat="server" ToolTip="Owner Checked" Text="Owner Checked" ValidateForms="Form1"
OnClick="btnOwnerChecked_Click" Hidden="true">
</f:Button>--%>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="Save" Text="Save" ValidateForms="Form1"
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:Form>
</form>
</body>
</html>