From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 16 十二月 2020 13:09:08 +0800 Subject: [PATCH] 新云端代码Ver1.2 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs index f66cf40..2becdc1 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs @@ -165,7 +165,7 @@ //褰撳墠浜害 var btnProgressView1 = new NormalViewControl(200, 49, true); - btnProgressView1.X = ControlCommonResourse.XXLeft; + btnProgressView1.X = HdlControlResourse.XXLeft; btnProgressView1.Y = Application.GetRealHeight(164); btnProgressView1.TextSize = 12; btnProgressView1.TextColor = UserCenterColor.Current.TextGrayColor1; @@ -193,7 +193,7 @@ seekBar1.Progress = energyModeInfo.level; var btnTemp1 = new NormalViewControl(200, 49, true); - btnTemp1.X = ControlCommonResourse.XXLeft; + btnTemp1.X = HdlControlResourse.XXLeft; btnTemp1.Y = Application.GetRealHeight(325); btnTemp1.TextSize = 12; btnTemp1.TextColor = UserCenterColor.Current.TextGrayColor3; @@ -369,7 +369,7 @@ { //鐐瑰嚮鍓� var btnClick = new NormalViewControl(600, 107, true); - btnClick.X = ControlCommonResourse.XXLeft; + btnClick.X = HdlControlResourse.XXLeft; btnClick.TextSize = 12; btnClick.TextColor = UserCenterColor.Current.TextGrayColor3; btnClick.TextID = R.MyInternationalizationString.uBeforeClick; @@ -382,7 +382,7 @@ listview.AddChidren(frameBack); //褰撳墠浜害 var btnProgressView1 = new NormalViewControl(200, 49, true); - btnProgressView1.X = ControlCommonResourse.XXLeft; + btnProgressView1.X = HdlControlResourse.XXLeft; btnProgressView1.Y = Application.GetRealHeight(52); btnProgressView1.TextSize = 12; btnProgressView1.TextColor = UserCenterColor.Current.TextGrayColor1; @@ -409,7 +409,7 @@ seekBar1.Progress = linghtLevelInfo.panelBacklightLevel; var btnTemp1 = new NormalViewControl(200, 49, true); - btnTemp1.X = ControlCommonResourse.XXLeft; + btnTemp1.X = HdlControlResourse.XXLeft; btnTemp1.Y = Application.GetRealHeight(216); btnTemp1.TextSize = 12; btnTemp1.TextColor = UserCenterColor.Current.TextGrayColor3; @@ -430,7 +430,7 @@ frameColor.Width = Application.GetRealHeight(262); frameColor.Height = this.GetPictrueRealSize(79); frameColor.Y = Application.GetRealHeight(26); - frameColor.X = listview.Width - ControlCommonResourse.XXLeft - Application.GetRealHeight(262); + frameColor.X = listview.Width - HdlControlResourse.XXLeft - Application.GetRealHeight(262); frameBack.AddChidren(frameColor); //棰滆壊 @@ -511,7 +511,7 @@ { //鐐瑰嚮鍚� var btnClick = new NormalViewControl(600, 107, true); - btnClick.X = ControlCommonResourse.XXLeft; + btnClick.X = HdlControlResourse.XXLeft; btnClick.TextSize = 12; btnClick.TextColor = UserCenterColor.Current.TextGrayColor3; btnClick.TextID = R.MyInternationalizationString.uAfterClick; @@ -525,7 +525,7 @@ listview.AddChidren(frameBack); //褰撳墠浜害 var btnProgressView1 = new NormalViewControl(200, 49, true); - btnProgressView1.X = ControlCommonResourse.XXLeft; + btnProgressView1.X = HdlControlResourse.XXLeft; btnProgressView1.Y = Application.GetRealHeight(52); btnProgressView1.TextSize = 12; btnProgressView1.TextColor = UserCenterColor.Current.TextGrayColor1; @@ -552,7 +552,7 @@ seekBar1.Progress = linghtLevelInfo.panelDirectionsLevel; var btnTemp1 = new NormalViewControl(200, 49, true); - btnTemp1.X = ControlCommonResourse.XXLeft; + btnTemp1.X = HdlControlResourse.XXLeft; btnTemp1.Y = Application.GetRealHeight(216); btnTemp1.TextSize = 12; btnTemp1.TextColor = UserCenterColor.Current.TextGrayColor3; @@ -573,7 +573,7 @@ frameColor.Width = Application.GetRealHeight(262); frameColor.Height = this.GetPictrueRealSize(79); frameColor.Y = Application.GetRealHeight(26); - frameColor.X = listview.Width - ControlCommonResourse.XXLeft - Application.GetRealHeight(262); + frameColor.X = listview.Width - HdlControlResourse.XXLeft - Application.GetRealHeight(262); frameBack.AddChidren(frameColor); //棰滆壊 -- Gitblit v1.8.0