From d72ca686a3e262693f8a6e45e747e8e8da43335b Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 06 七月 2021 09:39:03 +0800
Subject: [PATCH] 2021-07-06 1.更新

---
 HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
old mode 100755
new mode 100644
index d88f1c0..ad91a5a
--- a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
@@ -126,7 +126,8 @@
             }
             var btnCaption = new NormalViewControl(i_width, i_height, real);
             btnCaption.X = XX;
-
+            //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+            btnCaption.IsMoreLines = true;
             btnCaption.Text = i_caption;
 
             return btnCaption;
@@ -329,6 +330,8 @@
             btnContr.TextColor = CSS_Color.PromptingColor1;
             btnContr.Text = i_text;
             btnContr.TextSize = CSS_FontSize.PromptFontSize_FirstLevel;
+            //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+            btnContr.IsMoreLines = true;
 
             return btnContr;
         }

--
Gitblit v1.8.0