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