From dd3064d7f5bb6c7d570f21e87b29012bfd95b1d2 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 17 二月 2025 11:29:12 +0800
Subject: [PATCH] 生产退料

---
 DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
index dadd91c..65a6fba 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
@@ -49,7 +49,6 @@
             this.pageBar1 = new UserControls.Data.UcPageBar();
             this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
             this.panel1 = new System.Windows.Forms.Panel();
-            this.txt_isStatus = new System.Windows.Forms.CheckBox();
             this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
             this.txt_roleName = new DevExpress.XtraEditors.TextEdit();
@@ -59,6 +58,7 @@
             this.lbGuid = new System.Windows.Forms.Label();
             this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
+            this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -69,6 +69,7 @@
             this.panel1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_roleRemark.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
             this.SuspendLayout();
             // 
             // toolBarMenu1
@@ -256,15 +257,6 @@
             this.panel1.Size = new System.Drawing.Size(507, 293);
             this.panel1.TabIndex = 1;
             // 
-            // txt_isStatus
-            // 
-            this.txt_isStatus.AutoSize = true;
-            this.txt_isStatus.Location = new System.Drawing.Point(123, 151);
-            this.txt_isStatus.Name = "txt_isStatus";
-            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
-            this.txt_isStatus.TabIndex = 132;
-            this.txt_isStatus.UseVisualStyleBackColor = true;
-            // 
             // labelControl1
             // 
             this.labelControl1.Location = new System.Drawing.Point(61, 226);
@@ -360,6 +352,15 @@
             this.labelControl5.TabIndex = 101;
             this.labelControl5.Text = "鍚敤鐘舵�侊細";
             // 
+            // txt_isStatus
+            // 
+            this.txt_isStatus.Location = new System.Drawing.Point(123, 148);
+            this.txt_isStatus.Name = "txt_isStatus";
+            this.txt_isStatus.Properties.Caption = "";
+            this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
+            this.txt_isStatus.TabIndex = 226;
+            this.txt_isStatus.Tag = "moren.true";
+            // 
             // Role
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -380,6 +381,7 @@
             this.panel1.PerformLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_roleName.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_roleRemark.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -407,8 +409,8 @@
         private DevExpress.XtraEditors.LabelControl labelControl1;
         private DevExpress.XtraGrid.Columns.GridColumn createDate;
         private DevExpress.XtraGrid.Columns.GridColumn roleCreateBy;
-        private System.Windows.Forms.CheckBox txt_isStatus;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
         private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
+        private DevExpress.XtraEditors.CheckEdit txt_isStatus;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3