HSSE Person 部分
This commit is contained in:
@@ -15,19 +15,19 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtSortIndex" runat="server" Label="序号" MaxLength="50">
|
||||
<f:TextBox ID="txtSortIndex" runat="server" Label="<%$ Resources:Lan,ConstructSolution_tfNumber_HeaderText%>" MaxLength="50">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtPost" runat="server" Label="职务" Required="true" ShowRedStar="true"
|
||||
<f:TextBox ID="txtPost" runat="server" Label="<%$ Resources:Lan,EmergencyTeamAndTrainView_Grid1_Job_HeaderText%>" Required="true" ShowRedStar="true"
|
||||
MaxLength="50" FocusOnPageLoad="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtNames" runat="server" Label="姓名" Required="true" ShowRedStar="true"
|
||||
<f:TextBox ID="txtNames" runat="server" Label="<%$ Resources:Lan,SendCard_txtPersonName_Label%>" Required="true" ShowRedStar="true"
|
||||
MaxLength="10">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtTelephone" runat="server" Label="电话" MaxLength="20">
|
||||
<f:TextBox ID="txtTelephone" runat="server" Label="<%$ Resources:Lan,PersonList_Grid_Column_Telephone_HeaderText%>" MaxLength="20">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -41,7 +41,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtDuty" runat="server" Label="职责" MaxLength="2000" Height="72px">
|
||||
<f:TextArea ID="txtDuty" runat="server" Label="<%$ Resources:Lan,HSSEMainDutyEdit_txtDuties_Label%>" MaxLength="2000" Height="72px">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -49,10 +49,10 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
||||
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user