From 589c7a92b276c31c56217b7bb31524bbd982d5ce Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期三, 11 九月 2024 11:09:42 +0800 Subject: [PATCH] 报表 --- DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/RptUser.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs similarity index 88% rename from DevApp/Gs.DevApp/DevFrm/Rpt/RptUser.Designer.cs rename to DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs index d69534b..2f4545f 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/RptUser.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.Designer.cs @@ -1,7 +1,7 @@ 锘� namespace Gs.DevApp.DevFrm.Rpt { - partial class RptUser + partial class RptPreview { /// <summary> /// Required designer variable. @@ -41,7 +41,7 @@ this.previewControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.previewControl1.Name = "previewControl1"; this.previewControl1.PageOffset = new System.Drawing.Point(10, 10); - this.previewControl1.Size = new System.Drawing.Size(564, 543); + this.previewControl1.Size = new System.Drawing.Size(712, 543); this.previewControl1.TabIndex = 0; this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; // @@ -49,10 +49,13 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(564, 543); + this.ClientSize = new System.Drawing.Size(712, 543); this.Controls.Add(this.previewControl1); + this.MinimizeBox = false; this.Name = "RptUser"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "RptUser"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); } -- Gitblit v1.9.3