From fddc6be72153b6e22bcd77952ff471bcf98a808d Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 06 5月 2025 14:35:43 +0800 Subject: [PATCH] 22 --- Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.Designer.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.Designer.cs" index 974f5e6..9050ba2 100644 --- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.Designer.cs" +++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Code/MainForm.Designer.cs" @@ -85,6 +85,8 @@ this.label12 = new System.Windows.Forms.Label(); this.tb_templeteFileDownName = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); + this.label24 = new System.Windows.Forms.Label(); + this.tb_ValidateRepeatName = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); @@ -398,6 +400,8 @@ // // groupBox2 // + this.groupBox2.Controls.Add(this.tb_ValidateRepeatName); + this.groupBox2.Controls.Add(this.label24); this.groupBox2.Controls.Add(this.tb_LikeQueryAttrsName); this.groupBox2.Controls.Add(this.label23); this.groupBox2.Controls.Add(this.tb_LikeQueryAttrs); @@ -539,7 +543,7 @@ // // tb_GroupName // - this.tb_GroupName.Location = new System.Drawing.Point(350, 108); + this.tb_GroupName.Location = new System.Drawing.Point(973, 111); this.tb_GroupName.Name = "tb_GroupName"; this.tb_GroupName.Size = new System.Drawing.Size(183, 21); this.tb_GroupName.TabIndex = 50; @@ -547,7 +551,7 @@ // label16 // this.label16.AutoSize = true; - this.label16.Location = new System.Drawing.Point(298, 111); + this.label16.Location = new System.Drawing.Point(920, 117); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(47, 12); this.label16.TabIndex = 49; @@ -629,6 +633,23 @@ this.label14.Size = new System.Drawing.Size(83, 12); this.label14.TabIndex = 47; this.label14.Text = "鏂囦欢涓嬭浇鍚嶅瓧:"; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Location = new System.Drawing.Point(298, 114); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(95, 12); + this.label24.TabIndex = 62; + this.label24.Text = "閲嶅鎬ф牎楠屽瓧娈�:"; + // + // tb_ValidateRepeatName + // + this.tb_ValidateRepeatName.Enabled = false; + this.tb_ValidateRepeatName.Location = new System.Drawing.Point(402, 108); + this.tb_ValidateRepeatName.Name = "tb_ValidateRepeatName"; + this.tb_ValidateRepeatName.Size = new System.Drawing.Size(145, 21); + this.tb_ValidateRepeatName.TabIndex = 63; // // MainForm // @@ -716,6 +737,8 @@ private System.Windows.Forms.TextBox tb_LikeQueryAttrs; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox tb_LikeQueryAttrsName; + private System.Windows.Forms.TextBox tb_ValidateRepeatName; + private System.Windows.Forms.Label label24; } } -- Gitblit v1.9.3