提交代码

This commit is contained in:
2024-11-07 14:24:59 +08:00
parent 5a52c54522
commit c5cecce547
20 changed files with 64 additions and 53 deletions
@@ -35,8 +35,7 @@
<f:Listener Event="beforenodecontextmenu" Handler="onTreeNodeContextMenu" />
</Listeners>
</f:Tree>
<f:HiddenField runat="server" ID="hdSelectId">
</f:HiddenField>
<f:TextBox runat="server" ID="hdSelectId" Hidden="true"></f:TextBox>
</Items>
</f:Panel>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" Layout="Fit"
@@ -64,7 +64,7 @@ namespace FineUIPro.Web.CQMS.WBS {
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::FineUIPro.HiddenField hdSelectId;
protected global::FineUIPro.TextBox hdSelectId;
/// <summary>
/// panelCenterRegion 控件。