From 9ce3ff4c9d168929689f4efeb7f00fd6b27d2e99 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 30 十一月 2024 11:22:41 +0800
Subject: [PATCH] 工单

---
 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