From 102032d55a8fab188f407d09b07aba4c7d6f2454 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 27 十月 2025 15:13:25 +0800
Subject: [PATCH] 添加‘成品入库进度表导出’功能

---
 DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
index 2f4545f..14e14cf 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
@@ -45,14 +45,14 @@
             this.previewControl1.TabIndex = 0;
             this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
             // 
-            // RptUser
+            // RptPreview
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(712, 543);
             this.Controls.Add(this.previewControl1);
-            this.MinimizeBox = false;
-            this.Name = "RptUser";
+            this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png;
+            this.Name = "RptPreview";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "RptUser";
             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;

--
Gitblit v1.9.3