From eb5a57942bae8eb57fd7fb61124c247bebb67e8e Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 19 六月 2020 10:18:28 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- Home0618/Shared/Phone/MainPage/ControlForm/DevicePmSensorDetailCardForm.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Home0618/Shared/Phone/MainPage/ControlForm/DevicePmSensorDetailCardForm.cs b/Home0618/Shared/Phone/MainPage/ControlForm/DevicePmSensorDetailCardForm.cs index 6a74c8e..ac8f721 100644 --- a/Home0618/Shared/Phone/MainPage/ControlForm/DevicePmSensorDetailCardForm.cs +++ b/Home0618/Shared/Phone/MainPage/ControlForm/DevicePmSensorDetailCardForm.cs @@ -83,7 +83,7 @@ frameHumidityTextFrameLayout.Height = Application.GetRealHeight(160); frameHumidityPic.AddChidren(frameHumidityTextFrameLayout); - //婀垮害鏁版嵁 + //婀垮害鏁版嵁 var btnHumidityStatus = new NormalViewControl(193, 160, true); btnHumidityStatus.Text = "20"; btnHumidityStatus.TextSize = 30; @@ -173,7 +173,7 @@ btnPmStatus.TextAlignment = TextAlignment.BottomRight; framePmTextFrameLayout.AddChidren(btnPmStatus); - //PM2.5鍗曚綅 锛堢4涓紝listControl銆�3銆戯級 + //PM2.5鍗曚綅 锛堢4涓紝listControl銆�3銆戯級 var btnPmUnit = new NormalViewControl(144, 148, true); btnPmUnit.X = btnPmStatus.Right; btnPmUnit.Text = "渭g/m鲁"; @@ -190,7 +190,7 @@ this.listControl.Add(btnTemperatureUnit);//锛堢6涓紝listControl銆�5銆戯級 this.listFrameLayout.Add(frameHumidityTextFrameLayout);//锛堢1涓紝listControl銆�0銆戯級 this.listFrameLayout.Add(frameTemperatureTextFrameLayout);//锛堢2涓紝listControl銆�1銆戯級 - this.listFrameLayout.Add(framePmTextFrameLayout);//锛堢3涓紝listControl銆�2銆戯級 + this.listFrameLayout.Add(framePmTextFrameLayout);//锛堢3涓紝listControl銆�2銆戯級 } #endregion @@ -328,6 +328,6 @@ //璁剧疆鐘舵�佹枃瀛� return curQuality; } - #endregion + #endregion } } -- Gitblit v1.8.0