92 lines
4.6 KiB
Plaintext
92 lines
4.6 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BenchmarkWorkSiteView.aspx.cs"
|
||
Inherits="FineUIPro.Web.ThreeYearAction.ConstructionStandardization.BenchmarkWorkSiteView" %>
|
||
|
||
<!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">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>查看标杆示范工地创建活动管理</title>
|
||
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
|
||
</head>
|
||
<body>
|
||
<form id="form1" runat="server">
|
||
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" />
|
||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
||
LabelAlign="Right">
|
||
<%-- <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="标杆示范工地创建活动管理" AutoScroll="true"
|
||
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">--%>
|
||
<Rows>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtCode" runat="server" Label="编号" LabelAlign="Right" MaxLength="50">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtName" runat="server" Label="名称" LabelAlign="Right" MaxLength="200" FocusOnPageLoad="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtProjectName" runat="server" Label="项目" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtGeneralContractorUnitName" runat="server" Label="总包" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtSupervisor" runat="server" Label="监理" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtOwner" runat="server" Label="业主" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextArea ID="txtAchieveResults" runat="server" Label="取得成效" LabelAlign="Right" Height="150px" Readonly="true">
|
||
</f:TextArea>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextArea ID="txtGraphicProgress" runat="server" Label="形象进度" LabelAlign="Right" Height="150px" Readonly="true">
|
||
</f:TextArea>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextArea ID="txtUnitOpinion" runat="server" Label="单位意见" LabelAlign="Right" Height="150px" Readonly="true">
|
||
</f:TextArea>
|
||
</Items>
|
||
</f:FormRow>
|
||
<f:FormRow>
|
||
<Items>
|
||
<f:TextBox ID="txtCompileMan" runat="server" Label="编制人" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
<f:TextBox ID="txtCompileDate" runat="server" Label="编制时间" LabelAlign="Right" Readonly="true">
|
||
</f:TextBox>
|
||
</Items>
|
||
</f:FormRow>
|
||
</Rows>
|
||
<Toolbars>
|
||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||
<Items>
|
||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||
</f:ToolbarFill>
|
||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Text="关闭" Icon="SystemClose">
|
||
</f:Button>
|
||
</Items>
|
||
</f:Toolbar>
|
||
</Toolbars>
|
||
</f:Form>
|
||
</form>
|
||
<script type="text/javascript">
|
||
// 返回false,来阻止浏览器右键菜单
|
||
function onRowContextMenu(event, rowId) {
|
||
// F(menuID).show(); //showAt(event.pageX, event.pageY);
|
||
return false;
|
||
}
|
||
</script>
|
||
</body>
|
||
</html>
|