From 1498516cb98d75e8f0dcbbfe232f2a0f1ff00c9b Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 29 十月 2024 12:45:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
index 2f4545f..91a1d1a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs
@@ -45,14 +45,15 @@
             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.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png;
             this.MinimizeBox = false;
-            this.Name = "RptUser";
+            this.Name = "RptPreview";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "RptUser";
             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;

--
Gitblit v1.9.3