ChengDa_English/SGGL/FineUIPro.Web/HSSE/EduTrain/TestPlanView.aspx

86 lines
4.8 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestPlanView.aspx.cs" Inherits="FineUIPro.Web.EduTrain.TestPlanView" %>
<!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,TestPlanView_PageTitle%>"/></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,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,WeekMeeting_WeekMeetingName_HeaderText%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
<f:TextBox ID="txtStates" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_FlowOperateName_HeaderText%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPostNames" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtWorkPostNames_Label%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestStartTime" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestStartTime_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtTestEndTime" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestEndTime_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestPalce" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestPalce_Label%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDuration" runat="server" Label="<%$ Resources:Lan,TestRecord_Grid_Column_Duration_HeaderText%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtTotalScore" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTotalScore_Label%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
<f:TextBox ID="txtQuestionCount" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtQuestionCount_Label%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType1" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestType1_Label%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType2" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestType2_Label%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType3" runat="server" Label="<%$ Resources:Lan,TestPlanView_txtTestType3_Label%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtTrainingName" runat="server" Label="<%$ Resources:Lan,TrainTestView_QsnKindName_HeaderText%>" Height="50px" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>