提交代码

This commit is contained in:
2023-12-22 14:36:26 +08:00
parent 38b386aed1
commit 02f8f10a17
24 changed files with 1461 additions and 54 deletions
@@ -33,7 +33,7 @@
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbSystemVersion" Hidden="true" Label="系统版本"></f:Label>
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" ToolTip="下载操作手册" Text="下载操作手册" OnClick="btnDownLoad_Click">
<f:Button ID="btnDownLoad" runat="server" Hidden="true" Icon="ApplicationGo" ToolTip="下载操作手册" Text="下载操作手册" OnClick="btnDownLoad_Click">
</f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:HiddenField runat="server" ID="hdUrl"></f:HiddenField>