From 43b27a289ebe4353502f86ca05f3a57d5ed4e918 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 06 5月 2025 14:48:47 +0800
Subject: [PATCH] 222
---
Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 37 ++++++++++++++++++-------------------
Weben_CMS专用代码生成器/Code/Templete/AppService/AppService模板.txt | 1 -
2 files changed, 18 insertions(+), 20 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 9050ba2..5bdc754 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"
@@ -64,6 +64,8 @@
this.lbl_DataSource = new System.Windows.Forms.Label();
this.cmb_DataSource = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.tb_ValidateRepeatName = new System.Windows.Forms.TextBox();
+ this.label24 = new System.Windows.Forms.Label();
this.tb_LikeQueryAttrsName = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.tb_LikeQueryAttrs = new System.Windows.Forms.TextBox();
@@ -85,8 +87,6 @@
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();
@@ -450,6 +450,22 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "鑷畾涔夐厤缃�";
//
+ // tb_ValidateRepeatName
+ //
+ 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;
+ //
+ // 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_LikeQueryAttrsName
//
this.tb_LikeQueryAttrsName.Location = new System.Drawing.Point(773, 234);
@@ -633,23 +649,6 @@
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
//
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/Templete/AppService/AppService\346\250\241\346\235\277.txt" "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/Templete/AppService/AppService\346\250\241\346\235\277.txt"
index f56427c..cfc066a 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/Templete/AppService/AppService\346\250\241\346\235\277.txt"
+++ "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/Templete/AppService/AppService\346\250\241\346\235\277.txt"
@@ -2,7 +2,6 @@
using CMS.Plugin.$NameSpacePath$.Application.Contracts.Services;
using CMS.Plugin.$NameSpacePath$.Domain.Shared;
using CMS.Plugin.$NameSpacePath$.Domain.Shared.Util;
-using CMS.Plugin.$NameSpacePath$.Domain.Shared.$EntityName$;
using CMS.Plugin.$NameSpacePath$.Domain.$EntityName$;
using CmsQueryExtensions.Extension;
using System.Linq.Expressions;
--
Gitblit v1.9.3