duheng
2025-03-28 b266e82b9a377fa35a766f7a3a2f5aa95f3c9125
WinFrmUI/HStation.WinFrmUI.Auth.Core/03-user/UpdatePwdDlg.cs
@@ -1,14 +1,16 @@
using DevExpress.XtraEditors;
using Yw.WinFrmUI;
namespace HStation.WinFrmUI
{
    public partial class UpdatePwdDlg : DevExpress.XtraEditors.XtraForm
    {
        public UpdatePwdDlg()
        {
            InitializeComponent();
            //    this.IconOptions.Icon = Properties.Resources.App;
            //        this.layoutControl1.SetupLayoutControl();
            //this.IconOptions.Icon = Properties.Resources.App;
            this.layoutControl1.SetupLayoutControl();
        }
        private long _userLoginId;