ChengDa_English/SGGL/FineUIPro.Web/HJGL/WeldingManage/PipelineShowColumn.aspx

46 lines
2.2 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PipelineShowColumn.aspx.cs" Inherits="FineUIPro.Web.HJGL.WeldingManage.PipelineShowColumn" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2025-02-21 22:19:21 +08:00
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,PointShowSearch_TreeTitle%>"/><asp:Literal runat="server" Text="<%$ Resources:Lan,PipelineManage_SelectColumn%>"/></title>
2022-03-15 17:36:38 +08:00
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
2025-02-21 22:19:21 +08:00
<f:Button ID="btnSave" Icon="Accept" Text="<%$ Resources:Lan,WeldReportItemEdit_Accept%>" ToolTip="<%$ Resources:Lan,WeldReportItemEdit_Accept%>" runat="server" ValidateForms="SimpleForm1"
2022-03-15 17:36:38 +08:00
OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Rows>
<f:FormRow>
<Items>
2025-02-21 22:19:21 +08:00
<f:CheckBox ID="ckAll" runat="server" Label="<%$ Resources:Lan,ReceiveFileManagerEdit_SelectAll%>" LabelWidth="55px" AutoPostBack="true"
2022-03-15 17:36:38 +08:00
OnCheckedChanged="ckAll_CheckedChanged">
</f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="15% 85%">
<Items>
2025-02-21 22:19:21 +08:00
<f:Label ID="Label1" runat="server" Text="<%$ Resources:Lan,PipelineShowColumn_DisplayColumns%>" LabelAlign="Right">
2022-03-15 17:36:38 +08:00
</f:Label>
<f:CheckBoxList ID="cblColumn" runat="server" DataTextField="Text" DataValueField="Value"
AutoColumnWidth="true" ColumnNumber="4" ColumnVertical="true">
</f:CheckBoxList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>