This commit is contained in:
2025-06-13 21:17:50 +08:00
parent d3da07c131
commit 8c1756587d
28 changed files with 1052 additions and 14 deletions
@@ -22,6 +22,17 @@
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtVideoAccount" runat="server" Label="视频账号" Required="true" ShowRedStar="true" LabelWidth="120px"
MaxLength="50" FocusOnPageLoad="true">
</f:TextBox>
<f:TextBox ID="txtVideoPassword" runat="server" Label="视频密码" Required="true" ShowRedStar="true" LabelWidth="120px"
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>