From f27cfedfc3cbe9b448319f9bdfc93b3ae817b21a Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 11 七月 2025 09:13:52 +0800
Subject: [PATCH] 首检

---
 DevApp/Gs.DevApp/UserControl/ShowUp.cs |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/ShowUp.cs b/DevApp/Gs.DevApp/UserControl/ShowUp.cs
index 2821932..96a5f77 100644
--- a/DevApp/Gs.DevApp/UserControl/ShowUp.cs
+++ b/DevApp/Gs.DevApp/UserControl/ShowUp.cs
@@ -1,12 +1,9 @@
-锘縰sing CefSharp;
-using DevExpress.XtraEditors;
+锘縰sing DevExpress.XtraEditors;
 using Gs.DevApp.ToolBox;
 using System;
 using System.Collections.Generic;
 using System.Configuration;
-using System.Data;
 using System.Net;
-using System.Windows.Documents;
 using System.Windows.Forms;
 
 namespace Gs.DevApp.UserControl
@@ -33,7 +30,6 @@
             this.parentGuid = _parentGuid;
             this.ucUpFile1.parentGuid = _parentGuid;
             ucUpFile1.UpChanged += UcUpFile1_UpChanged;
-
             getBtn();
         }
 
@@ -81,10 +77,10 @@
                 btn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printarea_32x32;
                 btn.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
                 btn.Name = Guid.NewGuid().ToString();
-                btn.Size = new System.Drawing.Size(120, 120);
+                btn.Size = new System.Drawing.Size(180, 140);
                 btn.TabIndex = 1;
                 btn.Text = obj.btnTxt;
-                btn.Margin = new System.Windows.Forms.Padding(10);
+                btn.Margin = new System.Windows.Forms.Padding(5);
                 btn.Tag = obj.xls;
                 this.flowLayoutPanel1.Controls.Add(btn);
                 btn.Click += Btn_Click;

--
Gitblit v1.9.3