From 0bf9e65bc3ba98391e7835c922b15baab3c77876 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 01 六月 2020 14:59:39 +0800 Subject: [PATCH] 上传一个合并的版本 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs index c7a8778..c096739 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs @@ -96,7 +96,14 @@ objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName8); unSelectPic = "Device/ButtonPanelFangyueFreshAir.png"; this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFreshAirDirectionForm"); - + //绠�绾﹀鍔熻兘闈㈡澘 + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName28); + unSelectPic = "Device/ButtonPanelSimpleMultifunction.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelSimpleMultifunctionDirectionForm"); + //绠�绾︾幆澧冮潰鏉� + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName29); + unSelectPic = "Device/ButtonPanelSimpleEnvironment.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelSimpleEnvironmentDirectionForm"); //鏂规偊鐜闈㈡澘 objectText = Language.StringByID(R.MyInternationalizationString.uDeviceDirectionName9); unSelectPic = "Device/ButtonPanelFangyueEnvironment.png"; -- Gitblit v1.8.0