From 4b378188ce972df432b23d9cb73babb6cc0679c6 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 17 一月 2020 14:56:15 +0800 Subject: [PATCH] 合并代码 ver.10086 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs index 64d781f..07e6284 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/AddDeviceTypeListForm.cs @@ -73,6 +73,26 @@ unSelectPic = "Device/ButtonPanelFour.png"; this.AddMenuRow(objectText, unSelectPic, "PanelFourButtonDirectionForm"); + //鏂规偊2鎸夐敭杞昏Е寮忛潰鏉� + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId240); + unSelectPic = "Device/ButtonPanelFangyueTwo.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueTwoButtonDirectionForm"); + + //鏂规偊4鎸夐敭杞昏Е寮忛潰鏉� + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId241); + unSelectPic = "Device/ButtonPanelFangyueFour.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueFourButtonDirectionForm"); + + //鏂规偊8鎸夐敭杞昏Е寮忛潰鏉� + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId242); + unSelectPic = "Device/ButtonPanelFangyueEight.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEightButtonDirectionForm"); + + //鏂规偊鐜闈㈡澘 + objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId253); + unSelectPic = "Device/ButtonPanelFangyueEnvironment.png"; + this.AddMenuRow(objectText, unSelectPic, "PanelFangyueEnvironmentDirectionForm"); + //3璺户鐢靛櫒灏忔ā鍧� objectText = Language.StringByID(R.MyInternationalizationString.uDeviceModelId2300); unSelectPic = "Device/RelayThreeLoad.png"; -- Gitblit v1.8.0