Basf_EProject/EProject/FineUIPro.Web/Design/IssuedNotice.aspx

125 lines
8.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IssuedNotice.aspx.cs" Inherits="FineUIPro.Web.Design.IssuedNotice" %>
<!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="false" runat="server" EnableCollapse="true" Title="Design Input Notification" ShowHeader="false">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtJobTitle" runat="server" Label="Job Title" LabelWidth="200px" Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtJobNo" runat="server" Label="Job No" LabelWidth="200px" Readonly="true"></f:TextBox>
<f:TextBox ID="txtDesignStage" runat="server" Label="Design Phase" LabelWidth="200px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMutualIssuedNo" runat="server" Label="Notification No." LabelWidth="200px"></f:TextBox>
<f:TextBox ID="txtMutualIssuedName" runat="server" Label="Design Input Name" LabelWidth="200px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtPlanMutualIssuedDate" runat="server" Label="Plan Start Date" LabelWidth="200px"></f:DatePicker>
<f:DatePicker ID="txtActMutualIssuedDate" runat="server" Label="Plan End Date" LabelWidth="200px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtIssuedDiscipline" runat="server" Label="Issued Discipline" LabelWidth="200px" Readonly="true" ></f:TextBox>
<f:TextBox ID="txtReceivedDiscipline" runat="server" Label="Received Discipline" LabelWidth="200px" Readonly="true" ></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpIssuedMan" runat="server" Label="Issued Person" LabelWidth="200px" LabelAlign="Right" Enabled="false"></f:DropDownList>
<f:DropDownList ID="drpReceivedMan" runat="server" Label="Received Person" LabelWidth="200px" Width="360px" LabelAlign="Right" Enabled="false" ></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rdIsNeedConfirm" Label="Confirmed by Project Manager?" ColumnNumber="2" LabelWidth="200px" LabelAlign="Right" runat="server" AutoColumnWidth="true"
AutoPostBack="true" OnSelectedIndexChanged="rdIsNeedConfirm_OnSelectedIndexChanged">
<f:RadioItem Text="Yes" Value="True" />
<f:RadioItem Text="No" Value="False" Selected="true"/>
</f:RadioButtonList>
<f:DropDownList ID="drpProjectMan" runat="server" Label="Project Manager" LabelWidth="200px" LabelAlign="Right" ></f:DropDownList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</Items>
<Items>
<f:GroupPanel runat="server" Title="Issued Person">
<Items>
<f:Panel ID="Panel2" Layout="HBox" ShowHeader="false" ShowBorder="false" runat="server">
<Items>
<f:TextArea ID="txtMutualIssuedDef" runat="server" Label="Comments" LabelWidth="200px" Width="830px" LabelAlign="Right" Height="70px"></f:TextArea>
<f:Button ID="btnPause" runat="server" Text="Save" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel1" OnClick="btnPause_Click"></f:Button>
<f:Button ID="btnIssuedManSubmit" runat="server" Text="Submit" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel1" OnClick="btnIssuedManSubmit_Click"></f:Button>
</Items>
</f:Panel>
</Items>
</f:GroupPanel>
</Items>
<Items>
<f:GroupPanel ID="Pgroup" runat="server" Title="Project Manager" >
<Items>
<f:Panel ID="Panel3" Layout="HBox" ShowHeader="false" ShowBorder="false" runat="server" >
<Items>
<f:TextArea ID="txtPMDef" runat="server" Label="Comments" LabelWidth="200px" Width="830px" LabelAlign="Right" Height="70px"></f:TextArea>
<f:Button ID="btnProjectManSubmit" runat="server" Text="Submit" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel3" OnClick="btnProjectManSubmit_Click"></f:Button>
<f:Button ID="btnProjectManReturn" runat="server" Text="Return" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel3" OnClick="btnProjectManReturn_Click"></f:Button>
</Items>
</f:Panel>
</Items>
</f:GroupPanel>
</Items>
<Items>
<f:GroupPanel runat="server" Title="Received Person" >
<Items>
<f:Panel ID="Panel4" Layout="HBox" ShowHeader="false" ShowBorder="false" runat="server">
<Items>
<f:TextArea ID="txtReceivedManDef" runat="server" Label="Comments" LabelWidth="200px" Width="830px" LabelAlign="Right" Height="70px" ></f:TextArea>
<f:Button ID="btnConfirm" runat="server" Text="Receive" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel4" OnClick="btnConfirm_Click"></f:Button>
<f:Button ID="btnReceivedManReturn" runat="server" Text="Return" MarginBottom="25px" MarginTop="20px" MarginLeft="10px" ValidateForms="Panel4" OnClick="btnReceivedManReturn_Click"></f:Button>
</Items>
</f:Panel>
</Items>
<Items>
</Items>
</f:GroupPanel>
</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">
</f:Button>--%>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="Close" Text="Close" runat="server" Icon="SystemClose" Hidden="true">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Panel>
</form>
</body>
</html>