193 lines
14 KiB
Plaintext
193 lines
14 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProjectSysSet.aspx.cs"
|
|
Inherits="FineUIPro.Web.common.ProjectSet.ProjectSysSet" %>
|
|
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</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="Region2" ShowBorder="false" ShowHeader="false" Position="Center" Layout="VBox"
|
|
BoxConfigAlign="Stretch" BoxConfigPosition="Left" runat="server" AutoScroll="true">
|
|
<Items>
|
|
<f:GroupPanel ID="GroupPanel2" Layout="Anchor" Title="焊接环境设置" runat="server">
|
|
<Items>
|
|
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="false" Layout="VBox"
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbPdms" runat="server" Label="引用PDMS模板" Text="是否引用PDMS导出模板" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbJointB" runat="server" Label="焊口编号" Text="对接焊缝是否带B前缀" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbThickness" runat="server" Label="焊口达因" Text="根据壁厚计算" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:RadioButtonList ID="rblPressUnit" runat="server" Label="压力单位" LabelWidth="200">
|
|
<f:RadioItem Value="1" Text="MPa" Selected="true" />
|
|
<f:RadioItem Value="2" Text="kPa" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckPressMustCheckBItem" runat="server" Label="压力试验尾项条件" Text="必须B项整改完成" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server">
|
|
<Items>
|
|
<f:RadioButtonList ID="rbMaterialColorAttribute" runat="server" Label="材质标识关联属性" LabelWidth="200">
|
|
<f:RadioItem Value="1" Text="颜色名称" Selected="true" />
|
|
<f:RadioItem Value="2" Text="色卡号" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbDayReport" runat="server" Label="焊接日报编号" Text="是否自动生成" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:CheckBox ID="ckbPoint" runat="server" Label="点口编号" Text="是否自动生成" LabelWidth="200">
|
|
</f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:RadioButtonList ID="robStandard" runat="server" Label="无损检测委托单" LabelWidth="200">
|
|
<f:RadioItem Value="1" Text="3543-G401(1)" />
|
|
<f:RadioItem Value="2" Text="3543-G401(2)" />
|
|
<f:RadioItem Value="3" Text="第三方委托单" />
|
|
<f:RadioItem Value="4" Text="第三方委托单(神化)" />
|
|
</f:RadioButtonList>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:Label ID="Label4" runat="server" Label="说明" LabelWidth="200" Text="(1)需监理和总包签字;(2)需总包、监理、施工、检测单位签字">
|
|
</f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow ColumnWidths="14% 12% 12% 12% 12% 12% 12% 12%">
|
|
<Items>
|
|
<f:Label ID="Label1" runat="server" Label="组批条件设置" LabelWidth="200"></f:Label>
|
|
<f:CheckBox ID="cb1" runat="server" Text="单位工程" Checked="true" Enabled="false"></f:CheckBox>
|
|
<f:CheckBox ID="cb2" runat="server" Text="施工单位" Checked="true" Enabled="false"></f:CheckBox>
|
|
<f:CheckBox ID="cb3" runat="server" Text="探伤类型" Checked="true" Enabled="false"></f:CheckBox>
|
|
<f:CheckBox ID="cb4" runat="server" Text="探伤比例" Checked="true" Enabled="false"></f:CheckBox>
|
|
<f:CheckBox ID="cb5" runat="server" Text="管线等级"></f:CheckBox>
|
|
<f:CheckBox ID="cb6" runat="server" Text="管线"></f:CheckBox>
|
|
<f:CheckBox ID="cb7" runat="server" Text="焊工" Enabled="false"></f:CheckBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow>
|
|
<Items>
|
|
<f:TextBox ID="AvevaNetUrl" runat="server" Label="AVEVA NET 地址" LabelWidth="200"></f:TextBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
<f:GroupPanel ID="GroupPanel3" Layout="Anchor" Title="模型颜色设置" runat="server">
|
|
<Items>
|
|
<f:Form ID="Form3" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
|
LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow runat="server">
|
|
<Items>
|
|
<f:NumberBox ID="txtPipelineNOComplete" Label="未完成(透明显示)" runat="server" MaxValue="100" Hidden="true"
|
|
LabelWidth="180px" NoNegative="true" NoDecimal="true">
|
|
</f:NumberBox>
|
|
<f:NumberBox ID="txtPipelineComplete" Label="已完成(透明显示)" runat="server" MaxValue="100" Hidden="true"
|
|
LabelWidth="180px" NoNegative="true" NoDecimal="true">
|
|
</f:NumberBox>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server">
|
|
<Items>
|
|
<f:DropDownList ID="drpJointNOCompleteColor" Label="未完成(颜色)" runat="server" LabelWidth="180px">
|
|
<f:ListItem Value="#FF0000" Text="红" />
|
|
<f:ListItem Value="#FFFF00" Text="黄" />
|
|
<f:ListItem Value="#00FF00" Text="绿" />
|
|
</f:DropDownList>
|
|
<f:DropDownList ID="drpJointCompleteColor" Label="已完成(颜色)" runat="server"
|
|
ShowRedStar="true" Required="true" LabelWidth="180px">
|
|
<f:ListItem Value="#FF0000" Text="红" />
|
|
<f:ListItem Value="#FFFF00" Text="黄" />
|
|
<f:ListItem Value="#00FF00" Text="绿" />
|
|
</f:DropDownList>
|
|
<%--<f:TextBox ID="txtJointNOCompleteColor" runat="server" Label="焊口未完成" LabelWidth="180px"></f:TextBox>
|
|
<f:TextBox ID="txtJointCompleteColor" runat="server" Label="焊口已完成" LabelWidth="180px"></f:TextBox>--%>
|
|
</Items>
|
|
</f:FormRow>
|
|
</Rows>
|
|
</f:Form>
|
|
</Items>
|
|
</f:GroupPanel>
|
|
|
|
|
|
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="质量环境设置" runat="server">
|
|
<Items>
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
|
LabelAlign="Right">
|
|
<Rows>
|
|
<f:FormRow runat="server">
|
|
<Items>
|
|
<f:NumberBox ID="txtRemindDay" Label="检试验设备到期提醒天数" runat="server"
|
|
LabelWidth="180px" DecimalPrecision="1" NoNegative="true">
|
|
</f:NumberBox>
|
|
<f:Label runat="server"></f:Label>
|
|
</Items>
|
|
</f:FormRow>
|
|
<f:FormRow runat="server">
|
|
<Items>
|
|
<f:NumberBox ID="txtStarTime" runat="server" NoDecimal="true" NoNegative="false" Label="月报开始日期" MinValue="1" MaxValue="31"
|
|
LabelWidth="180" Width="210">
|
|
</f:NumberBox>
|
|
<f:NumberBox ID="txtEndTime" NoDecimal="true" NoNegative="false" Label="月报结束日期" LabelWidth="180" Width="210" runat="server" MinValue="1" MaxValue="31">
|
|
</f:NumberBox>
|
|
</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="提交数据" ValidateForms="SimpleForm1"
|
|
Hidden="true" OnClick="btnSave_Click">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Region>
|
|
</Regions>
|
|
</f:RegionPanel>
|
|
</form>
|
|
</body>
|
|
</html>
|