ChengDa_English/SGGL/FineUIPro.Web/Person/EduTrain/PlanView.aspx

72 lines
3.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PlanView.aspx.cs" Inherits="FineUIPro.Web.Person.EduTrain.PlanView" %>
<!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><asp:Literal runat="server" Text="<%$ Resources:Lan,P_PlanView_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="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtPlanCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,P_TrainTestDBEdit_txtTrainTestName_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDesignerName" runat="server" Label="<%$ Resources:Lan,P_PersonTraining_Grid1_RenderField_UserName_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtDesignerDate" runat="server" Label="<%$ Resources:Lan,P_TestPlan_PlanDate%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtUnits_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtInstallationNames" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtWorkPostIds_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtTrainingEdu" Label="<%$ Resources:Lan,P_PersonTrainingTaskItem_Grid1_RenderField_CompanyTrainingName_HeaderText%>" Readonly="true"></f:TextArea>
</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="<%$ Resources:Lan,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" 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>