.vs/HDL_APP_Project/xs/UserPrefs.xml
@@ -1,12 +1,13 @@ <Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs"> <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs"> <Files> <File FileName="HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs" Line="68" Column="53" IsPinned="True" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs" Line="1" Column="1" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs" Line="1" Column="1" /> <File FileName="HDL_ON/UI/UI2/2-Classification/FunctionPage.cs" Line="1" Column="1" /> <File FileName="HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs" Line="1" Column="1" /> <File FileName="HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs" Line="227" Column="38" /> <File FileName="HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs" Line="128" Column="55" /> </Files> <Pads> <Pad Id="ProjectPad"> @@ -26,15 +27,19 @@ <Node name="UI0-Public" expanded="True" /> <Node name="UI2" expanded="True"> <Node name="1-HomePage" expanded="True" /> <Node name="2-Classification" expanded="True"> <Node name="FunctionControlZone.cs" selected="True" /> </Node> <Node name="2-Classification" expanded="True" /> <Node name="3-Intelligence" expanded="True" /> <Node name="4-PersonalCenter" expanded="True"> <Node name="UnlockSetting" expanded="True" /> </Node> <Node name="FuntionControlView" expanded="True"> <Node name="AC" expanded="True" /> <Node name="Curtain" expanded="True"> <Node name="MotorCurtainPage.cs" selected="True" /> </Node> <Node name="Electrical" expanded="True" /> <Node name="EnvironmentalScience" expanded="True" /> <Node name="FoolHeating" expanded="True" /> <Node name="Light" expanded="True" /> </Node> </Node> HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -663,7 +663,13 @@ SelectedImagePath = "Collection/CollectionWhiteIcon.png", UnSelectedImagePath = "Collection/CollectionIcon.png", }; view.AddChidren(btnCollection); //view.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { view.AddChidren(btnCollection); } LoadEvent_FunctionCollection(btnCollection, function); if (function.functionCategory == FunctionCategory.Curtain) @@ -897,7 +903,13 @@ SelectedImagePath = "Collection/CollectionWhiteIcon.png", UnSelectedImagePath = "Collection/CollectionIcon.png", }; view.AddChidren(btnCollection); //view.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { view.AddChidren(btnCollection); } LoadEvent_SceneCollection(btnCollection, scene); LoadEvent_ControlScene(btnCoverd,btnName,btnZone, scene); HDL_ON/UI/UI2/2-Classification/FunctionControlZone.cs
@@ -228,7 +228,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = function.collect }; bodyDiv.AddChidren(btnCollectionIcon); //bodyDiv.AddChidren(btnCollectionIcon); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { bodyDiv.AddChidren(btnCollectionIcon); } } /// <summary> HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -176,7 +176,13 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = scene.collect }; bodyDiv.AddChidren(btnCollectionIcon); //bodyDiv.AddChidren(btnCollectionIcon); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { bodyDiv.AddChidren(btnCollectionIcon); } btnIcon.UnSelectedImagePath = "FunctionIcon/Scene/SceneIcon.png"; if (scene.sceneType == SceneType.MovieScene) { HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -361,7 +361,12 @@ SelectedImagePath = "Collection/CollectionIcon.png", IsSelected = scene.collect, }; view.AddChidren(btnCollection); //view.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { view.AddChidren(btnCollection); } btnCollection.MouseUpEventHandler = (sender, e) => { scene.collect = btnCollection.IsSelected = !btnCollection.IsSelected; scene.CollectScene(); HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs
@@ -134,7 +134,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = aC.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } arcBar = new DiyArcSeekBar() { HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs
@@ -108,7 +108,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = curtain.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } btnCurtainBgIcon = new Button() { HDL_ON/UI/UI2/FuntionControlView/Curtain/MotorCurtainPage.cs
@@ -121,7 +121,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = curtain.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } curtainSeekBar = new CurtainSeekBarOn() { HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
@@ -122,7 +122,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = curtain.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } curtainSeekBar = new CurtainRollSeekBarOn() { HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs
@@ -101,7 +101,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = fan.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } btnSwitchIcon = new Button() { HDL_ON/UI/UI2/FuntionControlView/Electrical/SocketPage.cs
@@ -100,7 +100,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = socketFunction.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } btnSwitchIcon = new Button() { HDL_ON/UI/UI2/FuntionControlView/Electrical/TVPage.cs
@@ -113,8 +113,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = tv.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } btnChangeTVAV = new Button() { HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
@@ -130,7 +130,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = fh.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } arcBar = new DiyArcSeekBar() { HDL_ON/UI/UI2/FuntionControlView/Light/DimmerPage.cs
@@ -123,7 +123,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = light.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } dimmerBar = new WaveSeekBarOn() { HDL_ON/UI/UI2/FuntionControlView/Light/RGBPage.cs
@@ -142,7 +142,12 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = light.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } colorPicker = new ColorPicker() { HDL_ON/UI/UI2/FuntionControlView/Light/RelayPage.cs
@@ -122,8 +122,13 @@ UnSelectedImagePath = "Collection/CollectionGrayIcon.png", IsSelected = light.collect }; controlView.AddChidren(btnCollection); //controlView.AddChidren(btnCollection); //2020-12-16 如果是成员隐藏收藏功能 if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare) { controlView.AddChidren(btnCollection); } btnSwitchIcon = new Button() { Gravity = Gravity.CenterHorizontal,