HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个模拟RowLayout,进行输入的FrameLayout控件(左边有标题)
@@ -43,7 +43,7 @@
            this.UseClickStatu = false;
            btnCaption = new NormalViewControl(270, 58, true);
            btnCaption.X = HdlControlResourse.XXLeft;
            btnCaption.X = ControlCommonResourse.XXLeft;
            btnCaption.Gravity = Gravity.CenterVertical;
            btnCaption.Text = i_caption + ":";