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

86 lines
4.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestPlanView.aspx.cs" Inherits="FineUIPro.Web.Person.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,P_TestPlanView_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%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,P_TrainTestDBEdit_txtTrainTestName_Label%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
<f:TextBox ID="txtStates" runat="server" Label="<%$ Resources:Lan,P_PersonTraining_Grid1_RenderField_State_HeaderText%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPostNames" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_CandidatePosts%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestStartTime" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_StartTime%>" LabelAlign="Right" Readonly="true" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtTestEndTime" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_EndTime%>" LabelAlign="Right" Readonly="true" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestPalce" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_Location%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDuration" runat="server" Label="<%$ Resources:Lan,P_TestRecord_Duration%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
<f:TextBox ID="txtTotalScore" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_TotalScore%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
<f:TextBox ID="txtQuestionCount" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_QuestionCount%>" Readonly="true" LabelAlign="Right">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType1" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_SingleChoiceCount%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType2" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_MultiChoiceCount%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestType3" runat="server" Label="<%$ Resources:Lan,P_TestPlanView_JudgmentCount%>" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtTrainingName" runat="server" Label="<%$ Resources:Lan,P_TrainTestView_Grid1_Column_QsnKindName_HeaderText%>" Height="50px" Readonly="true" LabelAlign="Right" LabelWidth="120px">
</f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>