📄 wf_sys_para.aspx
字号:
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<%@ Page language="c#" Codebehind="WF_SYS_PARA.aspx.cs" AutoEventWireup="false" Inherits="WebApplication1.WF_SYS_PARA" smartNavigation="True"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WFapp</title>
<meta name="vs_snapToGrid" content="False">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#cdd1f0">
<form id="Form1" method="post" runat="server">
<FONT face="宋体"></FONT><FONT language="C#" face="宋体"><FONT face="宋体"></FONT></FONT>
<FONT face="宋体"><FONT face="宋体"></FONT></FONT>
<asp:datagrid id="DataGrid1" runat="server" Width="1000px" Height="80px" BackColor="White" BorderStyle="None"
CellPadding="3" BorderWidth="1px" AllowSorting="True" GridLines="Horizontal" AllowPaging="True"
BorderColor="#E7E7FF" AutoGenerateColumns="False" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 52px"
Font-Size="X-Small">
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle Font-Size="X-Small" HorizontalAlign="Left" ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<Columns>
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="保存" CancelText="取消" EditText="修改"></asp:EditCommandColumn>
<asp:BoundColumn Visible="False" DataField="para_id" ReadOnly="True" HeaderText="参数ID"></asp:BoundColumn>
<asp:BoundColumn DataField="desc" ReadOnly="True" HeaderText="参数描述"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="参数值">
<ItemTemplate>
<asp:Label id=lblValue runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.value") %>'>
</asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox id=txtValue runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.value") %>'>
</asp:TextBox>
</EditItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
</asp:datagrid><FONT face="宋体"> </FONT>
<asp:label id="lblCurrentPage" runat="server" ForeColor="Black" Width="184px" Height="8px"
style="Z-INDEX: 102; LEFT: 806px; POSITION: absolute; TOP: 31px" Font-Size="X-Small">第 1 页/共 1 页</asp:label>
<asp:Label id="Label1" runat="server" Width="32px" style="Z-INDEX: 103; LEFT: 31px; POSITION: absolute; TOP: 31px"
Font-Size="X-Small">行/页</asp:Label>
<asp:textbox id="txtPageSize" runat="server" Width="24px" Height="24px" style="Z-INDEX: 104; LEFT: 3px; POSITION: absolute; TOP: 27px"
Font-Size="X-Small">19</asp:textbox>
<asp:button id="btnRefresh" style="Z-INDEX: 105; LEFT: 92px; POSITION: absolute; TOP: 27px"
runat="server" BackColor="LightGray" Height="24" Width="79px" Text="刷新" Font-Size="X-Small"></asp:button>
<TABLE id="Table1" style="Z-INDEX: 106; LEFT: 0px; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #3399ff"
cellSpacing="1" cellPadding="1" width="1024" border="0">
<TR>
<TD><FONT face="宋体"><STRONG>设置系统参数</STRONG>
<asp:Label id="lblMessage" runat="server" Width="855px" ForeColor="Red"></asp:Label></FONT></TD>
</TR>
</TABLE>
<asp:Label id="Label2" style="Z-INDEX: 107; LEFT: 201px; POSITION: absolute; TOP: 33px" runat="server"
Font-Size="X-Small" Width="573px" ForeColor="Red">注意:设置系统参数后,不会立即生效。参数值的格式必须与参数描述中说明的一致。详细见帮助。</asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -