From b2ae2d8e16c6f8daeb5853d3f31d6895f1bf8a3a Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 30 十一月 2024 15:45:28 +0800
Subject: [PATCH] 1

---
 DevApp/Gs.DevApp/UserControl/ShowFile.Designer.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/ShowFile.Designer.cs b/DevApp/Gs.DevApp/UserControl/ShowFile.Designer.cs
index 1e396eb..286e95d 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowFile.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowFile.Designer.cs
@@ -44,6 +44,11 @@
             // 
             // pane1
             // 
+            this.pane1.AllowTouchScroll = true;
+            this.pane1.AlwaysScrollActiveControlIntoView = false;
+            this.pane1.Appearance.BorderColor = System.Drawing.Color.Red;
+            this.pane1.Appearance.Options.UseBorderColor = true;
+            this.pane1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
             this.pane1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.pane1.Location = new System.Drawing.Point(0, 24);
             this.pane1.Name = "pane1";

--
Gitblit v1.9.3