From 98b97d048fd95b7d48deaaee2d9d2f092bc33535 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 31 三月 2025 14:13:27 +0800
Subject: [PATCH] 投检

---
 DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
index 4ec6b9c..80942ee 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
@@ -34,19 +34,23 @@
             // 
             // btnReport
             // 
+            this.btnReport.Dock = System.Windows.Forms.DockStyle.Right;
             this.btnReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16;
-            this.btnReport.Location = new System.Drawing.Point(115, 4);
+            this.btnReport.Location = new System.Drawing.Point(138, 0);
+            this.btnReport.Margin = new System.Windows.Forms.Padding(0);
             this.btnReport.Name = "btnReport";
-            this.btnReport.Size = new System.Drawing.Size(94, 29);
+            this.btnReport.Size = new System.Drawing.Size(94, 36);
             this.btnReport.TabIndex = 3;
             this.btnReport.Text = "纭畾鎵撳嵃";
             // 
             // btnDesign
             // 
+            this.btnDesign.Dock = System.Windows.Forms.DockStyle.Left;
             this.btnDesign.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.richeditcleartablestyle_16x16;
-            this.btnDesign.Location = new System.Drawing.Point(6, 4);
+            this.btnDesign.Location = new System.Drawing.Point(0, 0);
+            this.btnDesign.Margin = new System.Windows.Forms.Padding(0);
             this.btnDesign.Name = "btnDesign";
-            this.btnDesign.Size = new System.Drawing.Size(94, 29);
+            this.btnDesign.Size = new System.Drawing.Size(94, 36);
             this.btnDesign.TabIndex = 2;
             this.btnDesign.Text = "鎵撳嵃璁捐";
             // 
@@ -56,8 +60,9 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.Controls.Add(this.btnReport);
             this.Controls.Add(this.btnDesign);
+            this.Margin = new System.Windows.Forms.Padding(0);
             this.Name = "UcBtnPrint";
-            this.Size = new System.Drawing.Size(214, 36);
+            this.Size = new System.Drawing.Size(232, 36);
             this.ResumeLayout(false);
 
         }

--
Gitblit v1.9.3