From ec5a167e0366a75642e45dbd30817c1c8ae57e79 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 11 九月 2023 15:34:29 +0800 Subject: [PATCH] 备份 --- OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs b/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs index 9f4971b..ee04b00 100644 --- a/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs +++ b/OnPro/HDL_ON/UI/UI0-Stan/Form/DeviceFunctionCardCommonForm.cs @@ -304,9 +304,9 @@ private void AddTopSettingIcon(Button btnHigherDeviceName, Button btnHigherRoom) { //璁剧疆鍥炬爣(闂ㄩ攣鐣岄潰闇�瑕佸�熺敤杩欎釜鍥炬爣鐨刋杞村拰Y杞�,鎵�浠ュ姞杩涙潵) - var btnSetting = new PicViewControl(28, 28); - btnSetting.X = Application.GetRealWidth(337); - btnSetting.Y = Application.GetRealHeight(9); + var btnSetting = new PicViewControl(32, 32); + btnSetting.X = Application.GetRealWidth(333); + btnSetting.Y = Application.GetRealHeight(19); btnSetting.UnSelectedImagePath = "Public/FuncInfoSetIcon.png"; btnSetting.Name = "btnSetting"; topFrameLayout.AddChidren(btnSetting); -- Gitblit v1.8.0