ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/common/ProjectSet/ProjectSysSet.aspx

129 lines
8.9 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="Region1" ShowBorder="false" ShowHeader="false" RegionPosition="Left"
Title="项目环境设置" 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="项目环境设置" TitleToolTip="项目环境设置" ShowBorder="true" ShowHeader="true"
BodyPadding="5px" IconFont="ArrowCircleLeft">
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left" Layout="VBox">
<Items>
<f:DropDownList ID="drpProjectId" runat="server" Label="项目" LabelAlign="Right" AutoPostBack="true" EnableEdit="true"
OnSelectedIndexChanged="drpProjectId_SelectedIndexChanged" LabelWidth="50px">
</f:DropDownList>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:Tree ID="trWBS" Width="290" 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="焊接环境设置" 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:CheckBox ID="ckbPdms" runat="server" Label="引用PDMS模板" Text="是否引用PDMS导出模板" LabelWidth="200">
</f:CheckBox>
</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="22% 13% 13% 13% 13% 13% 13%">
<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"></f:CheckBox>
<f:CheckBox ID="cb5" runat="server" Text="材质" Checked="true"></f:CheckBox>
<f:CheckBox ID="cb6" runat="server" Text="执行标准" Checked="true"></f:CheckBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="22% 13% 13% 13% 13% 13% 13%">
<Items>
<f:Label ID="Label2" runat="server" LabelWidth="200"></f:Label>
<f:CheckBox ID="cb7" runat="server" Text="是否特殊" Checked="true"></f:CheckBox>
<f:CheckBox ID="cb8" runat="server" Text="焊工"></f:CheckBox>
<f:CheckBox ID="cb9" runat="server" Text="管线"></f:CheckBox>
<f:CheckBox ID="cb10" runat="server" Text="介质"></f:CheckBox>
<f:CheckBox ID="cb11" runat="server" Text="试压包"></f:CheckBox>
<f:Label ID="Label3" runat="server"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpEquipment" Label="硬度检测设备" runat="server" EnableEdit="true"
LabelWidth="200px" LabelAlign="Right">
</f:DropDownList>
</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>