From bfb3d0d4879dca8c59ff287c92f5113162f3a33a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 27 八月 2024 15:22:48 +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