2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ConstructionLogView.aspx.cs" Inherits="FineUIPro.Web.PZHGL.InformationProject.ConstructionLogView" %>
|
|
|
|
|
|
|
|
|
|
<!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>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:ContentPanel ID="ContentPanel2" Title="<%$ Resources:Lan,ConstructionLogEdit_Title%>" ShowBorder="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
|
|
|
|
|
runat="server">
|
|
|
|
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
|
|
|
<Rows>
|
|
|
|
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtWeather" runat="server" Readonly="true" Label="<%$ Resources:Lan,ConstructionLogView_Weather%>" LabelAlign="Right" LabelWidth="150px"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="10">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtTemperatureMin" runat="server" Readonly="true" Label="<%$ Resources:Lan,ConstructionLogView_TemperatureMin%>" LabelAlign="Right" LabelWidth="120px"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="10">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtTemperatureMax" runat="server" Readonly="true" Label="<%$ Resources:Lan,ConstructionLogView_TemperatureMax%>" LabelAlign="Right" LabelWidth="120px"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="10">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextBox ID="txtCompileDate" runat="server" Readonly="true" Label="<%$ Resources:Lan,ConstructionReportView_CompileDate%>" LabelAlign="Right"
|
2022-03-15 17:36:38 +08:00
|
|
|
MaxLength="10">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextArea ID="txtMainWork" runat="server" Label="<%$ Resources:Lan,ConstructionLogView_MainWork%>" MaxLength="3000" LabelWidth="150px" Readonly="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextArea>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextArea ID="txtMainProblems" runat="server" Label="<%$ Resources:Lan,ConstructionLogView_MainProblems%>" LabelWidth="150px" MaxLength="3000" Readonly="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextArea>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,StartWorkReport_Remark%>" MaxLength="3000" LabelWidth="150px" Readonly="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:TextArea>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
</f:Form>
|
|
|
|
|
</f:ContentPanel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Button ID="imgBtnFile" Text="<%$ Resources:Lan,ProjectMapEdit_AttachButton%>" ToolTip="<%$ Resources:Lan,ProjectMapView_AttachTooltip%>" Icon="TableCell" runat="server"
|
2022-03-15 17:36:38 +08:00
|
|
|
OnClick="imgBtnFile_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
|
|
|
|
|
</f:Button>
|
|
|
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
|
|
|
</f:ToolbarFill>
|
|
|
|
|
<f:HiddenField ID="HFConstructionLogId" runat="server"></f:HiddenField>
|
2025-02-22 14:06:48 +08:00
|
|
|
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,XmsgGlgdEdit_Close%>" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
|
2022-03-15 17:36:38 +08:00
|
|
|
</f:Button>--%>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
|
|
|
|
</form>
|
2025-02-22 14:06:48 +08:00
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,XmsgGlgdEdit_WindowTitle%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-03-15 17:36:38 +08:00
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
|
|
|
Height="500px">
|
|
|
|
|
</f:Window>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|