This commit is contained in:
2025-03-13 15:56:37 +08:00
parent a8aa85835c
commit bd49907a8d
3 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
<f:ListItem Value="True" Text="是" />
<f:ListItem Value="False" Text="否" />
</f:DropDownList>
<f:TextBox ID="txtViolationRelatedSes" runat="server" Label="Violation Related SES" LabelAlign="Right" LabelWidth="230px" Width="500px" >
<f:TextBox ID="txtViolationRelatedSes" runat="server" Label="Violation Related SES" LabelAlign="Right" LabelWidth="230px" Width="500px" MaxLength="10">
</f:TextBox>
</Items>
</f:FormRow>