From 437425784b7612e10d4a54bd64905c508347514d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 06 五月 2025 15:12:50 +0800
Subject: [PATCH] fqc

---
 DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs |   54 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
index 036c4fd..46d7442 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/User.Designer.cs
@@ -29,6 +29,7 @@
         /// </summary>
         private void InitializeComponent()
         {
+            this.components = new System.ComponentModel.Container();
             DevExpress.XtraGrid.GridFormatRule gridFormatRule1 = new DevExpress.XtraGrid.GridFormatRule();
             DevExpress.XtraEditors.FormatConditionRuleExpression formatConditionRuleExpression1 = new DevExpress.XtraEditors.FormatConditionRuleExpression();
             DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
@@ -108,6 +109,8 @@
             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.tips = new DevExpress.Utils.ToolTipController(this.components);
+            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -153,7 +156,6 @@
             // 
             // isLocked
             // 
-           
             this.isLocked.AppearanceCell.Options.UseFont = true;
             this.isLocked.Caption = "浣跨敤鐘舵��";
             this.isLocked.FieldName = "isStatus";
@@ -205,6 +207,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";
@@ -218,14 +221,14 @@
             // split1.Panel2
             // 
             this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1002, 570);
-            this.split1.SplitterPosition = 556;
+            this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
             // 
             this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
-            
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
             this.gcMain1.Name = "gcMain1";
@@ -234,7 +237,7 @@
             this.repositoryItemButtonEdit2,
             this.repositoryItemButtonEdit3,
             this.repositoryItemButtonEdit4});
-            this.gcMain1.Size = new System.Drawing.Size(1002, 517);
+            this.gcMain1.Size = new System.Drawing.Size(1002, 519);
             this.gcMain1.TabIndex = 2;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -243,7 +246,6 @@
             // 
             this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
             this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
-            
             this.gridView1.Appearance.Row.Options.UseFont = true;
             this.gridView1.ColumnPanelRowHeight = 50;
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -259,7 +261,8 @@
             this.colRole,
             this.gridColumn4,
             this.gridColumn5,
-            this.gridColumn1});
+            this.gridColumn1,
+            this.gridColumn6});
             gridFormatRule1.Column = this.isLocked;
             gridFormatRule1.Name = "Format0";
             formatConditionRuleExpression1.Appearance.ForeColor = System.Drawing.Color.Red;
@@ -289,7 +292,6 @@
             // 
             // account
             // 
-           
             this.account.AppearanceCell.Options.UseFont = true;
             this.account.Caption = "鐧诲綍璐﹀彿";
             this.account.FieldName = "account";
@@ -303,7 +305,6 @@
             // 
             // userName
             // 
-           
             this.userName.AppearanceCell.Options.UseFont = true;
             this.userName.Caption = "鐧诲綍鍚嶇О";
             this.userName.FieldName = "userName";
@@ -329,7 +330,6 @@
             // 
             // createTime
             // 
-          
             this.createTime.AppearanceCell.Options.UseFont = true;
             this.createTime.Caption = "寤虹珛鏃堕棿";
             this.createTime.FieldName = "createTime";
@@ -343,7 +343,6 @@
             // 
             // lastLoginTime
             // 
-            
             this.lastLoginTime.AppearanceCell.Options.UseFont = true;
             this.lastLoginTime.Caption = "鏈�杩戠櫥褰曟椂闂�";
             this.lastLoginTime.FieldName = "lastloginTime";
@@ -357,7 +356,6 @@
             // 
             // loginCounter
             // 
-         
             this.loginCounter.AppearanceCell.Options.UseFont = true;
             this.loginCounter.Caption = "鐧诲綍娆℃暟";
             this.loginCounter.FieldName = "loginCounter";
@@ -475,7 +473,7 @@
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 517);
+            this.pageBar1.Location = new System.Drawing.Point(0, 519);
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
@@ -505,6 +503,7 @@
             // splitMx1.Panel2
             // 
             this.splitMx1.Panel2.Text = "Panel2";
+            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.splitMx1.Size = new System.Drawing.Size(1002, 570);
             this.splitMx1.SplitterPosition = 180;
             this.splitMx1.TabIndex = 0;
@@ -537,7 +536,7 @@
             this.txt_staffId.IsReadly = false;
             this.txt_staffId.Location = new System.Drawing.Point(329, 52);
             this.txt_staffId.Name = "txt_staffId";
-            this.txt_staffId.Size = new System.Drawing.Size(169, 28);
+            this.txt_staffId.Size = new System.Drawing.Size(169, 24);
             this.txt_staffId.TabIndex = 135;
             // 
             // lbGuid
@@ -554,9 +553,8 @@
             this.txt_account.Location = new System.Drawing.Point(84, 12);
             this.txt_account.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_account.Name = "txt_account";
-            
             this.txt_account.Properties.Appearance.Options.UseFont = true;
-            this.txt_account.Size = new System.Drawing.Size(169, 28);
+            this.txt_account.Size = new System.Drawing.Size(169, 24);
             this.txt_account.StyleController = this.layoutMx1;
             this.txt_account.TabIndex = 128;
             // 
@@ -565,7 +563,6 @@
             this.txt_remark.Location = new System.Drawing.Point(84, 92);
             this.txt_remark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_remark.Name = "txt_remark";
-           
             this.txt_remark.Properties.Appearance.Options.UseFont = true;
             this.txt_remark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
             this.txt_remark.Size = new System.Drawing.Size(169, 36);
@@ -577,9 +574,8 @@
             this.txt_password.Location = new System.Drawing.Point(329, 12);
             this.txt_password.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_password.Name = "txt_password";
-            
             this.txt_password.Properties.Appearance.Options.UseFont = true;
-            this.txt_password.Size = new System.Drawing.Size(169, 28);
+            this.txt_password.Size = new System.Drawing.Size(169, 24);
             this.txt_password.StyleController = this.layoutMx1;
             this.txt_password.TabIndex = 99;
             // 
@@ -588,9 +584,8 @@
             this.txt_userName.Location = new System.Drawing.Point(84, 52);
             this.txt_userName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_userName.Name = "txt_userName";
-           
             this.txt_userName.Properties.Appearance.Options.UseFont = true;
-            this.txt_userName.Size = new System.Drawing.Size(169, 28);
+            this.txt_userName.Size = new System.Drawing.Size(169, 24);
             this.txt_userName.StyleController = this.layoutMx1;
             this.txt_userName.TabIndex = 95;
             // 
@@ -599,9 +594,8 @@
             this.txt_address.Location = new System.Drawing.Point(329, 92);
             this.txt_address.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_address.Name = "txt_address";
-         
             this.txt_address.Properties.Appearance.Options.UseFont = true;
-            this.txt_address.Size = new System.Drawing.Size(169, 28);
+            this.txt_address.Size = new System.Drawing.Size(169, 24);
             this.txt_address.StyleController = this.layoutMx1;
             this.txt_address.TabIndex = 124;
             // 
@@ -610,9 +604,8 @@
             this.txt_email.Location = new System.Drawing.Point(574, 12);
             this.txt_email.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_email.Name = "txt_email";
-           
             this.txt_email.Properties.Appearance.Options.UseFont = true;
-            this.txt_email.Size = new System.Drawing.Size(169, 28);
+            this.txt_email.Size = new System.Drawing.Size(169, 24);
             this.txt_email.StyleController = this.layoutMx1;
             this.txt_email.TabIndex = 120;
             // 
@@ -621,9 +614,8 @@
             this.txt_tel.Location = new System.Drawing.Point(574, 52);
             this.txt_tel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txt_tel.Name = "txt_tel";
-           
             this.txt_tel.Properties.Appearance.Options.UseFont = true;
-            this.txt_tel.Size = new System.Drawing.Size(169, 28);
+            this.txt_tel.Size = new System.Drawing.Size(169, 24);
             this.txt_tel.StyleController = this.layoutMx1;
             this.txt_tel.TabIndex = 122;
             // 
@@ -786,6 +778,14 @@
             this.layoutControlItem6.Text = "浣忓鍦板潃";
             this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18);
             // 
+            // gridColumn6
+            // 
+            this.gridColumn6.Caption = "涓婚敭GUID";
+            this.gridColumn6.FieldName = "guid";
+            this.gridColumn6.MinWidth = 25;
+            this.gridColumn6.Name = "gridColumn6";
+            this.gridColumn6.Width = 94;
+            // 
             // User
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -890,5 +890,7 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
+        private DevExpress.Utils.ToolTipController tips;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3