From 26d62be6347add2f1392865d46777d626d1f5c2e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 30 六月 2025 17:07:50 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs | 43 ++++++-------------------------------------
1 files changed, 6 insertions(+), 37 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
index 8586576..cc19f7e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptEdt.Designer.cs
@@ -28,64 +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";this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
- //
- // splitMx1.Panel1
- //
- this.splitMx1.Panel1.Controls.Add(this.flowLayoutPanel1);
- this.splitMx1.Panel1.Text = "Panel1";
- //
- // splitMx1.Panel2
- //
- this.splitMx1.Panel2.Text = "Panel2";
- 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 = "EasyRptEdt";
- ((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.Text = "鎵撳嵃妯℃澘";
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