From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs index 098d1b9..9f402a0 100755 --- a/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs +++ b/ZigbeeApp/Shared/Phone/MainPage/ControlForm/DeviceAcDetailCardForm.cs @@ -85,7 +85,7 @@ this.frameClrean = new FrameLayout(); frameClrean.Width = Application.GetRealWidth(600); frameClrean.Height = this.GetPictrueRealSize(69); - frameClrean.X = ControlCommonResourse.XXLeft; + frameClrean.X = HdlControlResourse.XXLeft; frameClrean.Y = Application.GetRealHeight(35); frameWhiteBack.AddChidren(frameClrean); frameClrean.Visible = false; @@ -301,7 +301,7 @@ { //婊戝姩杩囩▼涓� int oldProgressValue = arcScaleSeekBar.Progress;//涔嬪墠鐨勫�� - arcScaleSeekBar.OnProgressChangedEvent += (send2, value) => + arcScaleSeekBar.OnStopTrackingTouchEvent += (send2, value) => { nowProgressValue = value; }; @@ -460,7 +460,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); @@ -625,7 +625,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); @@ -880,7 +880,7 @@ { var rowFrame = new FrameRowControl(); rowFrame.Y = frameBack.GetChildren(frameBack.ChildrenCount - 1).Bottom; - rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft; + rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft; rowFrame.Height = Application.GetRealHeight(150); frameBack.AddChidren(rowFrame); @@ -1052,8 +1052,8 @@ this.listControl[1].IsSelected = false; this.listControl[2].IsSelected = false; this.listControl[3].IsSelected = false; - arcScaleSeekBar.SetProgressBarColors(ZigbeeColor.Current.GXCWaveSeekBarUnSelectedColor, ZigbeeColor.Current.GXCWaveSeekBarUnSelectedColor); } + arcScaleSeekBar.SetProgressBarColors(ZigbeeColor.Current.GXCWaveSeekBarUnSelectedColor, ZigbeeColor.Current.GXCWaveSeekBarUnSelectedColor); //璁剧疆鐘舵�佹枃瀛� 鍏抽棴 this.SetStatuText(Language.StringByID(R.MyInternationalizationString.Close)); return; @@ -1068,8 +1068,8 @@ this.listControl[1].IsSelected = true; this.listControl[2].IsSelected = true; this.listControl[3].IsSelected = true; - arcScaleSeekBar.SetProgressBarColors(ZigbeeColor.Current.GXCArcScaleSeekBarStartColor, ZigbeeColor.Current.GXCArcScaleSeekBarEndColor); } + arcScaleSeekBar.SetProgressBarColors(ZigbeeColor.Current.GXCArcScaleSeekBarStartColor, ZigbeeColor.Current.GXCArcScaleSeekBarEndColor); } this.listControl[1].SelectedImagePath = DeviceAcDetailCardMethord.GetModeSelectedImagePathByModeId(deviceAc.currentSystemMode); this.listControl[1].UnSelectedImagePath = DeviceAcDetailCardMethord.GetModeUnSelectedImagePathByModeId(deviceAc.currentSystemMode); -- Gitblit v1.8.0