66 lines
3.0 KiB
Plaintext
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:TextBox ID="txtCT_GM" runat="server" Label="CT GM" LabelWidth="400px"></f:TextBox>
|
|
<f:Label ID="Label1" runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="txtDirector" runat="server" Label="Director" LabelWidth="400px"></f:TextBox>
|
|
<f:Label ID="Label2" runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>--%>
|
|
<%--<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpCTSS" runat="server" Label="CTS/S" LabelWidth="400" EnableEdit="true"></f:DropDownList>
|
|
<f:Label ID="Label3" runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpCTSC" runat="server" Label="CTS/C" LabelWidth="400" EnableEdit="true"></f:DropDownList>
|
|
<f:Label ID="Label4" runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:DropDownList ID="drpCTMT" runat="server" Label="CTM/T" LabelWidth="400" EnableEdit="true"></f:DropDownList>
|
|
<f:Label ID="Label5" runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>--%>
|
|
<f:FormRow ColumnWidths="80% 20%">
|
|
<Items>
|
|
<f:TextArea ID="txtDes" runat="server" Label="评价说明"></f:TextArea>
|
|
<f:Label ID="Label1" 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" runat="server" Text="Save" ToolTip="Save" ValidateForms="SimpleForm1"
|
|
OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
</form>
|
|
</body>
|
|
</html>
|