添加综合管理部分ZHGL
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtTitle" runat="server" Label="文件柜名称" LabelWidth="120px" Required="true" ShowRedStar="true" MaxLength="50" FocusOnPageLoad="true">
|
||||
<f:TextBox ID="txtTitle" runat="server" Label="<%$ Resources:Lan,Z_FileCabinetAEdit_FileCabinetNameLabel%>" LabelWidth="120px" Required="true" ShowRedStar="true" MaxLength="50" FocusOnPageLoad="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtCode" runat="server" Label="文件柜编码" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
|
||||
<f:TextBox ID="txtCode" runat="server" Label="<%$ Resources:Lan,Z_FileCabinetAEdit_FileCabinetCodeLabel%>" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow >
|
||||
<Items>
|
||||
<f:CheckBox ID="chkIsEndLevel" runat="server" Label="是否末级" LabelWidth="120px" LabelAlign="Right">
|
||||
<f:CheckBox ID="chkIsEndLevel" runat="server" Label="<%$ Resources:Lan,Z_FileCabinetAEdit_IsEndLevelLabel%>" LabelWidth="120px" LabelAlign="Right">
|
||||
</f:CheckBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -39,7 +39,7 @@
|
||||
<f:Button ID="btnSave" Icon="SystemSave" 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,Z_SuperviseCheckReportEdit_btnClose_Text%>" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user