CQMS集体资源替换,PZHGL,TestRun国际化,目前处于初级验证阶段!
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>工作联系单</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,WorkContactFile_WindowTitle_Record%>"/></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
<style type="text/css">
|
||||
.labcenter {
|
||||
@@ -35,7 +35,7 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCode" runat="server" Required="true" ShowRedStar="true" Label="编号" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCode" runat="server" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtCode_Label%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
|
||||
@@ -43,13 +43,13 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpUnit" ShowRedStar="true" runat="server" Required="true" EmptyText="--请选择--" AutoSelectFirstItem="false" Label="提出单位" LabelAlign="Right" EnableEdit="true">
|
||||
<f:DropDownList ID="drpUnit" ShowRedStar="true" runat="server" Required="true" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" AutoSelectFirstItem="false" Label="<%$ Resources:Lan,WorkContactFile_ProposeUnit_HeaderText%>" LabelAlign="Right" EnableEdit="true">
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownBox runat="server" Label="主送单位" ID="txtMainSendUnit" ShowRedStar="true" Required="true" EmptyText="--请选择--" DataControlID="txtCNProfessional" EnableMultiSelect="true" MatchFieldWidth="true">
|
||||
<f:DropDownBox runat="server" Label="<%$ Resources:Lan,InspectionNoticeEdit_drpMainSendUnit_Label%>" ID="txtMainSendUnit" ShowRedStar="true" Required="true" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" DataControlID="txtCNProfessional" EnableMultiSelect="true" MatchFieldWidth="true">
|
||||
<PopPanel>
|
||||
<f:Grid ID="gvMainSendUnit" BoxFlex="1"
|
||||
DataIDField="UnitId" DataTextField="UnitName" EnableMultiSelect="true" KeepCurrentSelection="true"
|
||||
@@ -59,7 +59,7 @@
|
||||
<%--<f:RowNumberField />--%>
|
||||
<f:BoundField Width="100px" DataField="UnitId" SortField="UnitId" DataFormatString="{0}" Hidden="true" />
|
||||
<f:BoundField Width="100px" DataField="UnitName" SortField="UnitName" DataFormatString="{0}"
|
||||
HeaderText="名称" />
|
||||
HeaderText="<%$ Resources:Lan,ITPListEdit_txtName_Label%>" />
|
||||
</Columns>
|
||||
</f:Grid>
|
||||
</PopPanel>
|
||||
@@ -68,7 +68,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownBox runat="server" Label="抄送单位" ID="txtCCUnit" EmptyText="--请选择--" DataControlID="txtCCUnit" EnableMultiSelect="true" MatchFieldWidth="true">
|
||||
<f:DropDownBox runat="server" Label="<%$ Resources:Lan,InspectionNoticeEdit_txtCCUnit_Label%>" ID="txtCCUnit" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" DataControlID="txtCCUnit" EnableMultiSelect="true" MatchFieldWidth="true">
|
||||
<PopPanel>
|
||||
<f:Grid ID="gvCCUnit" BoxFlex="1"
|
||||
DataIDField="UnitId" DataTextField="UnitName" EnableMultiSelect="true" KeepCurrentSelection="true"
|
||||
@@ -78,7 +78,7 @@
|
||||
<%--<f:RowNumberField />--%>
|
||||
<f:BoundField Width="100px" DataField="UnitId" SortField="UnitId" DataFormatString="{0}" Hidden="true" />
|
||||
<f:BoundField Width="100px" DataField="UnitName" SortField="UnitName" DataFormatString="{0}"
|
||||
HeaderText="名称" />
|
||||
HeaderText="<%$ Resources:Lan,ITPListEdit_txtName_Label%>" />
|
||||
</Columns>
|
||||
</f:Grid>
|
||||
</PopPanel>
|
||||
@@ -87,14 +87,14 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DatePicker ID="txtCompileDate" ShowRedStar="true" runat="server" Label="编制日期" Required="true" LabelAlign="Right"
|
||||
<f:DatePicker ID="txtCompileDate" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,WorkContactFile_CompileDate_HeaderText%>" Required="true" LabelAlign="Right"
|
||||
EnableEdit="true">
|
||||
</f:DatePicker>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:RadioButtonList ID="rblIsReply" Label="答复" runat="server" ShowRedStar="true" Required="true">
|
||||
<f:RadioButtonList ID="rblIsReply" Label="<%$ Resources:Lan,WorkContactFile_IsReply_HeaderText%>" runat="server" ShowRedStar="true" Required="true">
|
||||
<f:RadioItem Text="需要回复" Value="1" Selected="true" />
|
||||
<f:RadioItem Text="不需回复" Value="2" />
|
||||
</f:RadioButtonList>
|
||||
@@ -103,7 +103,7 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:TextBox ID="txtCause" runat="server" Required="true" ShowRedStar="true" Label="事由" LabelAlign="Right"
|
||||
<f:TextBox ID="txtCause" runat="server" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,WorkContactFile_Cause_HeaderText%>" LabelAlign="Right"
|
||||
MaxLength="50">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
@@ -112,8 +112,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>
|
||||
@@ -126,10 +126,10 @@
|
||||
<Items>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" OnClick="btnSave_Click" ValidateForms="SimpleForm1">
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" OnClick="btnSave_Click" ValidateForms="SimpleForm1">
|
||||
</f:Button>
|
||||
|
||||
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
|
||||
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ZlgltxEdit_btnClose_ToolTip%>" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
|
||||
</f:Button>--%>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
@@ -137,7 +137,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