From 5b2c27902205fbcf32bd996aab9ef65e0165264a Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 08 八月 2023 10:12:15 +0800
Subject: [PATCH] 2023-08-08

---
 JavaCode/FrmMyBatisPlus.Designer.cs |   83 +++++++++++++++++++++++++++--------------
 1 files changed, 55 insertions(+), 28 deletions(-)

diff --git a/JavaCode/FrmMyBatisPlus.Designer.cs b/JavaCode/FrmMyBatisPlus.Designer.cs
index 4228738..bd01aaf 100644
--- a/JavaCode/FrmMyBatisPlus.Designer.cs
+++ b/JavaCode/FrmMyBatisPlus.Designer.cs
@@ -28,7 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.txtNS = new System.Windows.Forms.TextBox();
+            this.txtTabNS = new System.Windows.Forms.TextBox();
             this.txtTabPre = new System.Windows.Forms.TextBox();
             this.btnReadTab = new System.Windows.Forms.Button();
             this.tabList = new System.Windows.Forms.ListBox();
@@ -43,19 +43,21 @@
             this.btnNone = new System.Windows.Forms.Button();
             this.btnGeneEntity = new System.Windows.Forms.Button();
             this.btnGeneMapper = new System.Windows.Forms.Button();
-            this.txtTabNS = new System.Windows.Forms.TextBox();
+            this.txtTabPrefix = new System.Windows.Forms.TextBox();
             this.label1 = new System.Windows.Forms.Label();
+            this.txtNS = new System.Windows.Forms.TextBox();
+            this.label9 = new System.Windows.Forms.Label();
             ((System.ComponentModel.ISupportInitialize)(this.dgvTab)).BeginInit();
             this.SuspendLayout();
             // 
-            // txtNS
+            // txtTabNS
             // 
-            this.txtNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtNS.Location = new System.Drawing.Point(12, 13);
-            this.txtNS.Name = "txtNS";
-            this.txtNS.Size = new System.Drawing.Size(104, 26);
-            this.txtNS.TabIndex = 25;
-            this.txtNS.Text = "163875";
+            this.txtTabNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtTabNS.Location = new System.Drawing.Point(12, 13);
+            this.txtTabNS.Name = "txtTabNS";
+            this.txtTabNS.Size = new System.Drawing.Size(104, 26);
+            this.txtTabNS.TabIndex = 25;
+            this.txtTabNS.Text = "163875";
             // 
             // txtTabPre
             // 
@@ -109,7 +111,7 @@
             // txtEntityNS
             // 
             this.txtEntityNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtEntityNS.Location = new System.Drawing.Point(525, 89);
+            this.txtEntityNS.Location = new System.Drawing.Point(524, 89);
             this.txtEntityNS.Name = "txtEntityNS";
             this.txtEntityNS.Size = new System.Drawing.Size(312, 26);
             this.txtEntityNS.TabIndex = 30;
@@ -121,14 +123,14 @@
             this.label3.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label3.Location = new System.Drawing.Point(385, 94);
             this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(136, 16);
+            this.label3.Size = new System.Drawing.Size(135, 16);
             this.label3.TabIndex = 29;
             this.label3.Text = "Entity鍚嶇О绌洪棿锛�";
             // 
             // txtMapperNS
             // 
             this.txtMapperNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtMapperNS.Location = new System.Drawing.Point(525, 53);
+            this.txtMapperNS.Location = new System.Drawing.Point(524, 53);
             this.txtMapperNS.Name = "txtMapperNS";
             this.txtMapperNS.Size = new System.Drawing.Size(312, 26);
             this.txtMapperNS.TabIndex = 32;
@@ -140,14 +142,14 @@
             this.label2.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label2.Location = new System.Drawing.Point(385, 58);
             this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(136, 16);
+            this.label2.Size = new System.Drawing.Size(135, 16);
             this.label2.TabIndex = 31;
             this.label2.Text = "Mapper鍚嶇О绌洪棿锛�";
             // 
             // btnGeneAll
             // 
             this.btnGeneAll.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnGeneAll.Location = new System.Drawing.Point(525, 208);
+            this.btnGeneAll.Location = new System.Drawing.Point(524, 208);
             this.btnGeneAll.Name = "btnGeneAll";
             this.btnGeneAll.Size = new System.Drawing.Size(312, 25);
             this.btnGeneAll.TabIndex = 33;
@@ -191,7 +193,7 @@
             // btnGeneEntity
             // 
             this.btnGeneEntity.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnGeneEntity.Location = new System.Drawing.Point(525, 169);
+            this.btnGeneEntity.Location = new System.Drawing.Point(524, 169);
             this.btnGeneEntity.Name = "btnGeneEntity";
             this.btnGeneEntity.Size = new System.Drawing.Size(312, 25);
             this.btnGeneEntity.TabIndex = 38;
@@ -202,7 +204,7 @@
             // btnGeneMapper
             // 
             this.btnGeneMapper.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.btnGeneMapper.Location = new System.Drawing.Point(525, 128);
+            this.btnGeneMapper.Location = new System.Drawing.Point(524, 128);
             this.btnGeneMapper.Name = "btnGeneMapper";
             this.btnGeneMapper.Size = new System.Drawing.Size(312, 25);
             this.btnGeneMapper.TabIndex = 37;
@@ -210,14 +212,15 @@
             this.btnGeneMapper.UseVisualStyleBackColor = true;
             this.btnGeneMapper.Click += new System.EventHandler(this.btnGeneMapper_Click);
             // 
-            // txtTabNS
+            // txtTabPrefix
             // 
-            this.txtTabNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
-            this.txtTabNS.Location = new System.Drawing.Point(525, 15);
-            this.txtTabNS.Name = "txtTabNS";
-            this.txtTabNS.Size = new System.Drawing.Size(312, 26);
-            this.txtTabNS.TabIndex = 40;
-            this.txtTabNS.Text = "bd.";
+            this.txtTabPrefix.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtTabPrefix.Location = new System.Drawing.Point(524, 15);
+            this.txtTabPrefix.Name = "txtTabPrefix";
+            this.txtTabPrefix.Size = new System.Drawing.Size(110, 26);
+            this.txtTabPrefix.TabIndex = 40;
+            this.txtTabPrefix.Text = "bd.";
+            this.txtTabPrefix.TextChanged += new System.EventHandler(this.txtTabPrefix_TextChanged);
             // 
             // label1
             // 
@@ -225,16 +228,38 @@
             this.label1.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
             this.label1.Location = new System.Drawing.Point(433, 20);
             this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(88, 16);
+            this.label1.Size = new System.Drawing.Size(87, 16);
             this.label1.TabIndex = 39;
             this.label1.Text = "琛ㄥ悕鍓嶇紑锛�";
+            // 
+            // txtNS
+            // 
+            this.txtNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.txtNS.Location = new System.Drawing.Point(725, 15);
+            this.txtNS.Name = "txtNS";
+            this.txtNS.Size = new System.Drawing.Size(111, 26);
+            this.txtNS.TabIndex = 42;
+            this.txtNS.Text = "lf";
+            this.txtNS.TextChanged += new System.EventHandler(this.txtNS_TextChanged);
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label9.Location = new System.Drawing.Point(636, 20);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(87, 16);
+            this.label9.TabIndex = 41;
+            this.label9.Text = "鍚嶇О绌洪棿锛�";
             // 
             // FrmMyBatisPlus
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(852, 628);
-            this.Controls.Add(this.txtTabNS);
+            this.Controls.Add(this.txtNS);
+            this.Controls.Add(this.label9);
+            this.Controls.Add(this.txtTabPrefix);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.btnGeneEntity);
             this.Controls.Add(this.btnGeneMapper);
@@ -247,7 +272,7 @@
             this.Controls.Add(this.txtEntityNS);
             this.Controls.Add(this.label3);
             this.Controls.Add(this.dgvTab);
-            this.Controls.Add(this.txtNS);
+            this.Controls.Add(this.txtTabNS);
             this.Controls.Add(this.txtTabPre);
             this.Controls.Add(this.btnReadTab);
             this.Controls.Add(this.tabList);
@@ -263,7 +288,7 @@
 
         #endregion
 
-        private System.Windows.Forms.TextBox txtNS;
+        private System.Windows.Forms.TextBox txtTabNS;
         private System.Windows.Forms.TextBox txtTabPre;
         private System.Windows.Forms.Button btnReadTab;
         private System.Windows.Forms.ListBox tabList;
@@ -278,7 +303,9 @@
         private System.Windows.Forms.Button btnNone;
         private System.Windows.Forms.Button btnGeneEntity;
         private System.Windows.Forms.Button btnGeneMapper;
-        private System.Windows.Forms.TextBox txtTabNS;
+        private System.Windows.Forms.TextBox txtTabPrefix;
         private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.TextBox txtNS;
+        private System.Windows.Forms.Label label9;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3