From 9607b0b7ecb0f621e9e00c376063342c467788e9 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 10:43:06 +0800
Subject: [PATCH] 字典

---
 DevApp/Gs.DevApp/XtraForm1.Designer.cs |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/XtraForm1.Designer.cs
index b498e3d..250ac14 100644
--- a/DevApp/Gs.DevApp/XtraForm1.Designer.cs
+++ b/DevApp/Gs.DevApp/XtraForm1.Designer.cs
@@ -39,6 +39,7 @@
             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
             this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
+            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
             ((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit();
             this.contextMenuStrip1.SuspendLayout();
             this.SuspendLayout();
@@ -52,8 +53,7 @@
             this.tlcMenuName,
             this.tlcActions});
             this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
-            this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.tlMenu.Location = new System.Drawing.Point(0, 0);
+            this.tlMenu.Location = new System.Drawing.Point(0, 386);
             this.tlMenu.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.tlMenu.MinWidth = 23;
             this.tlMenu.Name = "tlMenu";
@@ -66,7 +66,7 @@
             this.tlMenu.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
             this.tlMenu.OptionsView.RootCheckBoxStyle = DevExpress.XtraTreeList.NodeCheckBoxStyle.None;
             this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
-            this.tlMenu.Size = new System.Drawing.Size(887, 659);
+            this.tlMenu.Size = new System.Drawing.Size(887, 273);
             this.tlMenu.TabIndex = 4;
             this.tlMenu.TreeLevelWidth = 21;
             this.tlMenu.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tlMenu_MouseDown);
@@ -148,11 +148,21 @@
             this.toolStripMenuItem4.Size = new System.Drawing.Size(227, 24);
             this.toolStripMenuItem4.Text = "toolStripMenuItem4";
             // 
+            // simpleButton1
+            // 
+            this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.statistical_16x16;
+            this.simpleButton1.Location = new System.Drawing.Point(243, 65);
+            this.simpleButton1.Name = "simpleButton1";
+            this.simpleButton1.Size = new System.Drawing.Size(94, 29);
+            this.simpleButton1.TabIndex = 5;
+            this.simpleButton1.Text = "simpleButton1";
+            // 
             // XtraForm1
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(887, 659);
+            this.Controls.Add(this.simpleButton1);
             this.Controls.Add(this.tlMenu);
             this.Name = "XtraForm1";
             this.Text = "XtraForm1";
@@ -174,5 +184,6 @@
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
+        private DevExpress.XtraEditors.SimpleButton simpleButton1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3