From fbe33a615f1c4e798a0f8e58163e68c3ce789614 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 10:17:49 +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