From 67ccbefb82b868fa1aa4bada181ed9dd2ddf92b7 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周四, 08 5月 2025 08:52:15 +0800
Subject: [PATCH] 重命名项目
---
Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 51 ++++++++++++++++++++++++++++++++++++---------------
1 files changed, 36 insertions(+), 15 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..7337df2 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,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.label25 = new System.Windows.Forms.Label();
+ this.tb_DeleteAlertAttr = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
@@ -400,6 +402,8 @@
//
// groupBox2
//
+ this.groupBox2.Controls.Add(this.tb_DeleteAlertAttr);
+ this.groupBox2.Controls.Add(this.label25);
this.groupBox2.Controls.Add(this.tb_ValidateRepeatName);
this.groupBox2.Controls.Add(this.label24);
this.groupBox2.Controls.Add(this.tb_LikeQueryAttrsName);
@@ -449,6 +453,22 @@
this.groupBox2.TabIndex = 46;
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
//
@@ -634,22 +654,21 @@
this.label14.TabIndex = 47;
this.label14.Text = "鏂囦欢涓嬭浇鍚嶅瓧:";
//
- // label24
+ // label25
//
- 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 = "閲嶅鎬ф牎楠屽瓧娈�:";
+ this.label25.AutoSize = true;
+ this.label25.Location = new System.Drawing.Point(452, 255);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(83, 12);
+ this.label25.TabIndex = 64;
+ this.label25.Text = "鍒犻櫎鎻愮ず瀛楁:";
//
- // tb_ValidateRepeatName
+ // tb_DeleteAlertAttr
//
- 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;
+ this.tb_DeleteAlertAttr.Location = new System.Drawing.Point(552, 246);
+ this.tb_DeleteAlertAttr.Name = "tb_DeleteAlertAttr";
+ this.tb_DeleteAlertAttr.Size = new System.Drawing.Size(145, 21);
+ this.tb_DeleteAlertAttr.TabIndex = 65;
//
// MainForm
//
@@ -739,6 +758,8 @@
private System.Windows.Forms.TextBox tb_LikeQueryAttrsName;
private System.Windows.Forms.TextBox tb_ValidateRepeatName;
private System.Windows.Forms.Label label24;
+ private System.Windows.Forms.TextBox tb_DeleteAlertAttr;
+ private System.Windows.Forms.Label label25;
}
}
--
Gitblit v1.9.3