From 627093aca723d4bfb971b97c828e8b3a22dbda78 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 17 七月 2020 17:26:19 +0800
Subject: [PATCH] 2020-07-17-1
---
ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs
index cfdeb44..43f19bc 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionDirectoryListForm.cs
@@ -60,13 +60,25 @@
listView.AddChidren(row1);
row1.AddLeftCaption("鏍圭洰褰曟枃浠�", 800);
row1.AddRightArrow();
-
+ row1.AddBottomLine();
row1.ButtonClickEvent += (sender, e) =>
{
var form = new HideOptionFileListForm();
form.AddForm(UserCenterLogic.CombinePath());
};
+ //鏌ョ湅鍏ㄩ儴鏂囦欢
+ var row2 = new FrameRowControl(listView.rowSpace / 2);
+ listView.AddChidren(row2);
+ row2.AddLeftCaption("鏌ョ湅鍏ㄩ儴鏂囦欢", 800);
+ row2.AddRightArrow();
+
+ row2.ButtonClickEvent += (sender, e) =>
+ {
+ var form = new HideOptionSearchAllFile();
+ form.AddForm(Shared.IO.FileUtils.RootPath);
+ };
+
listView.AdjustRealHeight(Application.GetRealHeight(23));
}
--
Gitblit v1.8.0