黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 做成一个模拟RowLayout,进行输入的FrameLayout控件(左边有标题)
@@ -43,7 +43,7 @@
            this.UseClickStatu = false;
            btnCaption = new NormalViewControl(270, 58, true);
            btnCaption.X = ControlCommonResourse.XXLeft;
            btnCaption.X = HdlControlResourse.XXLeft;
            btnCaption.Gravity = Gravity.CenterVertical;
            btnCaption.Text = i_caption + ":";