ChengDa_English/SGGL/FineUIPro.Web/HSSE/Law/LawRegulationListSelectClou...

41 lines
3.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LawRegulationListSelectCloumn.aspx.cs" Inherits="FineUIPro.Web.HSSE.Law.LawRegulationListSelectCloumn" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_PageTitle%>"/></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" ShowBorder="False" ShowHeader="false" Layout="Anchor"
BodyPadding="5px">
<Toolbars>
<f:Toolbar ID="Toolbar1" runat="server">
<Items>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,TempElectricityView_txtCance_Label%>" runat="server" Icon="SystemClose">
</f:Button>
<f:Button ID="btnImport" ToolTip="<%$ Resources:Lan,ConstructSolution_btnOut_ToolTip%>" Icon="<%$ Resources:Lan,SubPayRegistration_btnOut_Icon%>" runat="server" OnClick="btnImport_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:CheckBoxList runat="server" ID="cblColumns" ColumnNumber="2">
<f:CheckItem Text="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Value="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,WeekMeeting_WeekMeetingName_HeaderText%>" Value="<%$ Resources:Lan,WeekMeeting_WeekMeetingName_HeaderText%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_Category%>" Value="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_Category%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_ApprovalDate%>" Value="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_ApprovalDate%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_EffectiveDate%>" Value="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_EffectiveDate%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_Description%>" Value="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_Description%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,WeekMeetingView_drpCompileMan_Label%>" Value="<%$ Resources:Lan,WeekMeetingView_drpCompileMan_Label%>" Selected="true" />
<f:CheckItem Text="<%$ Resources:Lan,ManageRuleEdit_dpkCompileDate_Label%>" Value="<%$ Resources:Lan,ManageRuleEdit_dpkCompileDate_Label%>" Selected="true" />
</f:CheckBoxList>
</Items>
</f:Panel>
</form>
</body>
</html>