From 9c2dd09bc32849ed4adaf6763ddec140b16bc5a3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 31 十月 2024 08:18:51 +0800
Subject: [PATCH] 改了组织表

---
 DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs
index 3b970fd..119f618 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs
@@ -41,7 +41,7 @@
             this.txt_checkBy = new DevExpress.XtraEditors.TextEdit();
             this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
+            this.txt_isStatus = new System.Windows.Forms.CheckBox();
             this.txt_factory = new DevExpress.XtraEditors.TextEdit();
             this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
@@ -60,7 +60,7 @@
             this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
             this.txt_name = new DevExpress.XtraEditors.TextEdit();
             this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_isStatus = new System.Windows.Forms.CheckBox();
+            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -217,15 +217,16 @@
             this.labelControl13.TabIndex = 139;
             this.labelControl13.Text = "瀹℃牳浜猴細";
             // 
-            // labelControl10
+            // txt_isStatus
             // 
-            this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.labelControl10.Appearance.Options.UseFont = true;
-            this.labelControl10.Location = new System.Drawing.Point(362, 80);
-            this.labelControl10.Name = "labelControl10";
-            this.labelControl10.Size = new System.Drawing.Size(172, 21);
-            this.labelControl10.TabIndex = 137;
-            this.labelControl10.Text = "锛堟牴缁勭粐寤虹珛涓�1000锛�";
+            this.txt_isStatus.AutoSize = true;
+            this.txt_isStatus.Checked = true;
+            this.txt_isStatus.CheckState = System.Windows.Forms.CheckState.Checked;
+            this.txt_isStatus.Location = new System.Drawing.Point(134, 250);
+            this.txt_isStatus.Name = "txt_isStatus";
+            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
+            this.txt_isStatus.TabIndex = 138;
+            this.txt_isStatus.UseVisualStyleBackColor = true;
             // 
             // txt_factory
             // 
@@ -404,16 +405,15 @@
             this.labelControl2.TabIndex = 2;
             this.labelControl2.Text = "缁勭粐鍚嶇О锛�";
             // 
-            // txt_isStatus
+            // labelControl10
             // 
-            this.txt_isStatus.AutoSize = true;
-            this.txt_isStatus.Checked = true;
-            this.txt_isStatus.CheckState = System.Windows.Forms.CheckState.Checked;
-            this.txt_isStatus.Location = new System.Drawing.Point(134, 250);
-            this.txt_isStatus.Name = "txt_isStatus";
-            this.txt_isStatus.Size = new System.Drawing.Size(18, 17);
-            this.txt_isStatus.TabIndex = 138;
-            this.txt_isStatus.UseVisualStyleBackColor = true;
+            this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.labelControl10.Appearance.Options.UseFont = true;
+            this.labelControl10.Location = new System.Drawing.Point(362, 80);
+            this.labelControl10.Name = "labelControl10";
+            this.labelControl10.Size = new System.Drawing.Size(145, 21);
+            this.labelControl10.TabIndex = 137;
+            this.labelControl10.Text = "锛堟牴缁勭粐寤虹珛涓�0锛�";
             // 
             // Organization
             // 
@@ -465,7 +465,6 @@
         private System.Windows.Forms.Label label1;
         private DevExpress.XtraEditors.TextEdit txt_factory;
         private DevExpress.XtraEditors.LabelControl labelControl9;
-        private DevExpress.XtraEditors.LabelControl labelControl10;
         private DevExpress.XtraEditors.TextEdit txt_checkDate;
         private DevExpress.XtraEditors.TextEdit txt_checkBy;
         private DevExpress.XtraEditors.LabelControl labelControl14;
@@ -473,5 +472,6 @@
         private DevExpress.XtraEditors.LabelControl labelControl15;
         private System.Windows.Forms.Label txt_checkStatus;
         private System.Windows.Forms.CheckBox txt_isStatus;
+        private DevExpress.XtraEditors.LabelControl labelControl10;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3