ChengDa_English/SGGL/FineUIPro.Web/HSSE/QualityAudit/ProjectRecordEdit.aspx

64 lines
3.8 KiB
Plaintext
Raw Permalink Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectRecordEdit.aspx.cs" Inherits="FineUIPro.Web.HSSE.QualityAudit.ProjectRecordEdit" ValidateRequest="false" %>
<!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>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1"/>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="项目协议记录" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtProjectRecordCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" LabelAlign="Right"
2022-03-15 17:36:38 +08:00
MaxLength="50" Readonly="true">
</f:TextBox>
2025-02-23 13:09:38 +08:00
<f:TextBox ID="txtProjectRecordName" runat="server" Label="<%$ Resources:Lan,TrainRecordView_txtTrainTitle_Label%>" LabelAlign="Right"
2022-03-15 17:36:38 +08:00
MaxLength="200" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_UnitName_HeaderText%>" LabelAlign="Right" EnableEdit="true"
2022-03-15 17:36:38 +08:00
Required="true" ShowRedStar="true" EnableCheckBoxSelect="true" EnableMultiSelect="true" AutoSelectFirstItem="false">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
2025-02-23 13:09:38 +08:00
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,PersonAskForLeaveList_Grid_Column_Remark_HeaderText%>" LabelAlign="Right" MaxLength="500">
2022-03-15 17:36:38 +08:00
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnAttachUrl" Text="附件上传" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server"
2022-03-15 17:36:38 +08:00
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1" MarginLeft="5px">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ToolTip="<%$ Resources:Lan,PersonUnitRefresh_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
2022-03-15 17:36:38 +08:00
OnClick="btnSave_Click">
</f:Button>
2025-02-23 13:09:38 +08:00
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
2025-02-23 13:09:38 +08:00
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
2022-03-15 17:36:38 +08:00
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>