From 23fb45dd846ed8b62304c408c6bbe64265d4ac8b Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 20 十二月 2019 18:57:16 +0800 Subject: [PATCH] 代码合并 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs index 8b8cbf3..ceff92c 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs @@ -89,6 +89,12 @@ topFrameLayout.Name = "topFrameLayout"; this.AddChidren(topFrameLayout); + //绾� + var btnLine = new NormalViewControl(topFrameLayout.Width, 1, false); + btnLine.BackgroundColor = 0x40000000; + btnLine.Y = topFrameLayout.Height - 1; + topFrameLayout.AddChidren(btnLine); + //杩斿洖閿� var btnBack = new BackViewControl(); topFrameLayout.AddChidren(btnBack); @@ -103,6 +109,8 @@ //鏍囬 var txttitle = new TopLayoutTitleControl(); topFrameLayout.AddChidren(txttitle); + //绮椾綋 + txttitle.IsBold = true; topFrameLayout.AddTag("txtTitle", txttitle); } @@ -162,13 +170,13 @@ /// <summary> /// 鐢婚潰鍏抽棴 /// </summary> - public override void CloseForm() + public override void CloseFormBefore() { this.m_parameter = null; //娓呯┖bodyFrame this.ClearBodyFrame(); - base.CloseForm(); + base.CloseFormBefore(); } #endregion -- Gitblit v1.8.0