From bafab67880efb5f295c61a13161325ff91107104 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 28 六月 2025 10:50:43 +0800
Subject: [PATCH] erp人员配置

---
 DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs
index ddf60c8..3f72eda 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs
@@ -80,6 +80,7 @@
             this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
             this.tips = new DevExpress.Utils.ToolTipController(this.components);
+            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -156,6 +157,7 @@
             // split1
             // 
             this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
             this.split1.Name = "split1";
@@ -169,8 +171,9 @@
             // split1.Panel2
             // 
             this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1147, 595);
-            this.split1.SplitterPosition = 583;
+            this.split1.SplitterPosition = 12;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
@@ -179,7 +182,7 @@
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(1147, 544);
+            this.gcMain1.Size = new System.Drawing.Size(1147, 532);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -201,7 +204,8 @@
             this.gv_depextr4,
             this.gv_remark,
             this.gv_parentId,
-            this.gridColumn1});
+            this.gridColumn1,
+            this.gridColumn2});
             this.gridView1.GridControl = this.gcMain1;
             this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
@@ -238,6 +242,8 @@
             this.gv_departmentid.OptionsColumn.AllowEdit = false;
             this.gv_departmentid.OptionsFilter.ImmediateUpdateAutoFilter = false;
             this.gv_departmentid.Tag = "query_a.departmentid";
+            this.gv_departmentid.Visible = true;
+            this.gv_departmentid.VisibleIndex = 9;
             this.gv_departmentid.Width = 94;
             // 
             // gv_departmentcode
@@ -360,14 +366,14 @@
             this.gridColumn1.Name = "gridColumn1";
             this.gridColumn1.Tag = "query_a.lastupdate_date";
             this.gridColumn1.Visible = true;
-            this.gridColumn1.VisibleIndex = 9;
+            this.gridColumn1.VisibleIndex = 10;
             this.gridColumn1.Width = 180;
             // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 544);
+            this.pageBar1.Location = new System.Drawing.Point(0, 532);
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
@@ -397,6 +403,7 @@
             // splitMx1.Panel2
             // 
             this.splitMx1.Panel2.Text = "Panel2";
+            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.splitMx1.Size = new System.Drawing.Size(1147, 595);
             this.splitMx1.SplitterPosition = 99;
             this.splitMx1.TabIndex = 0;
@@ -639,6 +646,14 @@
             this.layoutControlItem10.Text = "WIP浠撳簱";
             this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 18);
             // 
+            // gridColumn2
+            // 
+            this.gridColumn2.Caption = "涓婚敭Guid";
+            this.gridColumn2.FieldName = "guid";
+            this.gridColumn2.MinWidth = 25;
+            this.gridColumn2.Name = "gridColumn2";
+            this.gridColumn2.Width = 94;
+            // 
             // Frm_Department
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -729,5 +744,6 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
         private DevExpress.Utils.ToolTipController tips;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3