96 lines
5.7 KiB
Plaintext
96 lines
5.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectSysSet.aspx.cs"
|
|
Inherits="FineUIPro.Web.common.ProjectSet.ProjectSysSet" %>
|
|
|
|
<!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>项目环境设置</title>
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="RegionPanel1" runat="server" />
|
|
<f:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server" Margin="5px">
|
|
<Regions>
|
|
<f:Region ID="Region1" ShowBorder="false" ShowHeader="false" RegionPosition="Left"
|
|
Title="<%$ Resources:Lan,ProjectEnvironment %>" BodyPadding="0 5 0 0" Width="300px"
|
|
Layout="Fit" runat="server" EnableCollapse="true">
|
|
<Items>
|
|
<f:Panel runat="server" ID="panel2" RegionPosition="Left" RegionSplit="true" EnableCollapse="true"
|
|
Width="400" Title="<%$ Resources:Lan,ProjectEnvironment %>" TitleToolTip="<%$ Resources:Lan,ProjectEnvironment %>"
|
|
ShowBorder="true" ShowHeader="true" BodyPadding="5px" IconFont="ArrowCircleLeft">
|
|
<Items>
|
|
<f:Tree ID="trWBS" Width="350" Height="500" EnableCollapse="true" ShowHeader="true"
|
|
OnNodeCommand="trWBS_NodeCommand" AutoLeafIdentification="true" runat="server">
|
|
</f:Tree>
|
|
</Items>
|
|
</f:Panel>
|
|
</Items>
|
|
</f:Region>
|
|
<f:Region ID="Region2" ShowBorder="false" ShowHeader="false" Position="Center" Layout="VBox"
|
|
BoxConfigAlign="Stretch" BoxConfigPosition="Left" runat="server">
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel2" Layout="Anchor" Title="<%$ Resources:Lan,ProjectEnvironment %>"
|
|
runat="server">
|
|
<Items>
|
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true" Layout="VBox"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:NumberBox ID="txtCheckDay" runat="server" Label="检测周期" NoDecimal="true" LabelWidth="200" Width="30px"></f:NumberBox>
|
|
<f:Label runat="server"></f:Label>
|
|
<f:Label runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbDayReport" runat="server" Label="<%$ Resources:Lan,WeldingReportCode %>"
|
|
Text="<%$ Resources:Lan,IsProduceAutomatically %>" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbPoint" runat="server" Label="<%$ Resources:Lan,PointCode %>" Text="<%$ Resources:Lan,IsProduceAutomatically %>"
|
|
LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:RadioButtonList ID="robStandard" runat="server" Label="<%$ Resources:Lan,NDTRequestSheet %>"
|
|
LabelWidth="200">
|
|
<f:RadioItem Value="1" Text="3543-G401(1)" />
|
|
<f:RadioItem Value="2" Text="3543-G401(2)" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:Label ID="Label4" runat="server" Label="<%$ Resources:Lan,Def %>" LabelWidth="200"
|
|
Text="<%$ Resources:Lan,Defs %>">
|
|
</f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
</Items>
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar1" Position="Top" ToolbarAlign="Right" runat="server">
|
|
<Items>
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,Save %>"
|
|
ValidateForms="SimpleForm1" OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Region>
|
|
</Regions>
|
|
</f:RegionPanel>
|
|
</form>
|
|
</body>
|
|
</html>
|