Basf_EProject/EProject/FineUIPro.Web/SysManage/SysSet.aspx

66 lines
3.0 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SysSet.aspx.cs" Inherits="FineUIPro.Web.SysManage.SysSet" %>
<!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>
<f:NumberBox ID="txtMonthManHourA" runat="server" Label="Actual monthly hours" LabelWidth="400px"></f:NumberBox>
<f:Label ID="Label1" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtMonthDepartManCount" runat="server" Label="Number of employees per department per month" LabelWidth="400px"></f:NumberBox>
<f:Label ID="Label2" runat="server"></f:Label>
</Items>
</f:FormRow>--%>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSendEMilaDate" runat="server" Label="Set monthly email dates" LabelWidth="400px"></f:NumberBox>
<f:Label ID="Label3" runat="server"></f:Label>
</Items>
</f:FormRow>
<%-- <f:FormRow>
<Items>
<f:TextBox ID="txtSQIBManager" runat="server" Label="QIB Manager" LabelWidth="400px"></f:TextBox>
<f:Label ID="Label4" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPermitManager" runat="server" Label="Permit Manager" LabelWidth="400px"></f:TextBox>
<f:Label ID="Label5" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTDCManager" runat="server" Label="TDC Manager" LabelWidth="400px"></f:TextBox>
<f:Label ID="Label6" runat="server"></f:Label>
</Items>
</f:FormRow>--%>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" Text="Save" runat="server" ToolTip="Save" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
</body>
</html>