From b64afc41b00ee686583661f1f969d2f65d1c239e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 27 六月 2025 11:07:21 +0800
Subject: [PATCH] 打印

---
 DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs |   42 +++++-------------------------------------
 1 files changed, 5 insertions(+), 37 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
index debb4ba..cc19f7e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
@@ -28,65 +28,33 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
-            this.splitMx1.Panel1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit();
-            this.splitMx1.SuspendLayout();
             this.SuspendLayout();
-            // 
-            // splitMx1
-            // 
-            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.splitMx1.Horizontal = false;
-            this.splitMx1.Location = new System.Drawing.Point(0, 0);
-            this.splitMx1.Name = "splitMx1";
-            // 
-            // splitMx1.Panel1
-            // 
-            this.splitMx1.Panel1.Controls.Add(this.flowLayoutPanel1);
-            this.splitMx1.Panel1.Text = "Panel1";
-            // 
-            // splitMx1.Panel2
-            // 
-            this.splitMx1.Panel2.Text = "Panel2";
-            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
-            this.splitMx1.Size = new System.Drawing.Size(918, 623);
-            this.splitMx1.SplitterPosition = 593;
-            this.splitMx1.TabIndex = 0;
             // 
             // flowLayoutPanel1
             // 
+            this.flowLayoutPanel1.AutoScroll = true;
             this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
             this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
             this.flowLayoutPanel1.Name = "flowLayoutPanel1";
-            this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(100);
-            this.flowLayoutPanel1.Size = new System.Drawing.Size(918, 593);
+            this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(100, 0, 100, 100);
+            this.flowLayoutPanel1.Size = new System.Drawing.Size(1049, 787);
             this.flowLayoutPanel1.TabIndex = 1;
             // 
             // EasyRptEdt
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(918, 623);
-            this.Controls.Add(this.splitMx1);
+            this.ClientSize = new System.Drawing.Size(1049, 787);
+            this.Controls.Add(this.flowLayoutPanel1);
             this.Name = "EasyRptEdt";
             this.Text = "鎵撳嵃妯℃澘";
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
-            this.splitMx1.Panel1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
-            this.splitMx1.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
 
         #endregion
-
-        private DevExpress.XtraEditors.SplitContainerControl splitMx1;
         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3