CQMS集体资源替换,PZHGL,TestRun国际化,目前处于初级验证阶段!
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCode" runat="server" Readonly="true" Label="编号" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCode" runat="server" Readonly="true" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtCode_Label%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="drpUnit" runat="server" Readonly="true" Label="提出单位" LabelAlign="Right"
|
||||
<f:TextBox ID="drpUnit" runat="server" Readonly="true" Label="<%$ Resources:Lan,WorkContactFile_ProposeUnit_HeaderText%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
|
||||
@@ -51,14 +51,14 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtMainSendUnit" runat="server" Readonly="true" Label="主送单位" LabelAlign="Right"
|
||||
<f:TextBox ID="txtMainSendUnit" runat="server" Readonly="true" Label="<%$ Resources:Lan,InspectionNoticeEdit_drpMainSendUnit_Label%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCCUnit" runat="server" Readonly="true" Label="抄送单位" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCCUnit" runat="server" Readonly="true" Label="<%$ Resources:Lan,InspectionNoticeEdit_txtCCUnit_Label%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCompileDate" runat="server" Readonly="true" Label="编制日期" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCompileDate" runat="server" Readonly="true" Label="<%$ Resources:Lan,WorkContactFile_CompileDate_HeaderText%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
@@ -81,7 +81,7 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:TextBox ID="txtCause" runat="server" Required="true" Readonly="true" ShowRedStar="true" Label="事由" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCause" runat="server" Required="true" Readonly="true" ShowRedStar="true" Label="<%$ Resources:Lan,WorkContactFile_Cause_HeaderText%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
@@ -90,8 +90,8 @@
|
||||
<Items>
|
||||
<f:Panel ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
|
||||
<Items>
|
||||
<f:Label runat="server" ID="lbfile" Text="附件:" CssStyle="padding-left:52px" Width="100px" CssClass="marginr" ShowLabel="false"></f:Label>
|
||||
<f:Button ID="imgBtnFile" Text="附件" ToolTip="上传及查看" Icon="TableCell" runat="server" OnClick="imgBtnFile_Click">
|
||||
<f:Label runat="server" ID="lbfile" Text="<%$ Resources:Lan,FileCabinetEdit_plfile_Label%>" CssStyle="padding-left:52px" Width="100px" CssClass="marginr" ShowLabel="false"></f:Label>
|
||||
<f:Button ID="imgBtnFile" Text="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" ToolTip="<%$ Resources:Lan,TechnicalContactView_Attachment_ToolTip%>" Icon="TableCell" runat="server" OnClick="imgBtnFile_Click">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
@@ -103,7 +103,7 @@
|
||||
</f:Form>
|
||||
</form>
|
||||
</body>
|
||||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user