* UIEditForm: 默认弹窗TopMost为true

This commit is contained in:
Sunny 2023-07-27 15:42:58 +08:00
parent ae55932c9e
commit c5251848cc

View File

@ -23,6 +23,7 @@
* 2021-10-28: V3.0.8 ComboCheckedListBox类型
* 2022-04-18: V3.1.5 Show引起的无法获取控件值的问题
* 2023-04-23: V3.3.5 Double类型增加小数点位数
* 2023-07-27: V3.4.1 TopMost为true
******************************************************************************/
using System;
@ -41,6 +42,7 @@ namespace Sunny.UI
btnOK.Text = UILocalize.OK;
btnCancel.Text = UILocalize.Cancel;
base.TopMost = true;
}
private readonly UIEditOption Option;
@ -250,6 +252,7 @@ namespace Sunny.UI
btnOK.Text = UILocalize.OK;
btnCancel.Text = UILocalize.Cancel;
base.TopMost = true;
Option = option;
InitEditor();