From 8a18da90b747f1c5fb8222331874c1f82e9d64b0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 06 5月 2025 13:41:47 +0800
Subject: [PATCH] 22
---
Weben_CMS专用代码生成器/Code/MainForm.cs | 4 ++--
Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 19 +++++++++++--------
2 files changed, 13 insertions(+), 10 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 a20870e..974f5e6 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,7 @@
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_LikeQueryAttrsName = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.tb_LikeQueryAttrs = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
@@ -84,7 +85,6 @@
this.label12 = new System.Windows.Forms.Label();
this.tb_templeteFileDownName = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
- this.tb_LikeQueryAttrsName = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
@@ -211,6 +211,7 @@
//
// tb_Primary
//
+ this.tb_Primary.Enabled = false;
this.tb_Primary.Location = new System.Drawing.Point(338, 69);
this.tb_Primary.Name = "tb_Primary";
this.tb_Primary.Size = new System.Drawing.Size(145, 21);
@@ -269,6 +270,7 @@
//
// tb_OrderBy
//
+ this.tb_OrderBy.Enabled = false;
this.tb_OrderBy.Location = new System.Drawing.Point(552, 35);
this.tb_OrderBy.Name = "tb_OrderBy";
this.tb_OrderBy.Size = new System.Drawing.Size(145, 21);
@@ -285,6 +287,7 @@
//
// tb_PrimaryDesc
//
+ this.tb_PrimaryDesc.Enabled = false;
this.tb_PrimaryDesc.Location = new System.Drawing.Point(569, 69);
this.tb_PrimaryDesc.Name = "tb_PrimaryDesc";
this.tb_PrimaryDesc.Size = new System.Drawing.Size(145, 21);
@@ -442,6 +445,13 @@
this.groupBox2.TabIndex = 46;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "鑷畾涔夐厤缃�";
+ //
+ // tb_LikeQueryAttrsName
+ //
+ this.tb_LikeQueryAttrsName.Location = new System.Drawing.Point(773, 234);
+ this.tb_LikeQueryAttrsName.Name = "tb_LikeQueryAttrsName";
+ this.tb_LikeQueryAttrsName.Size = new System.Drawing.Size(197, 21);
+ this.tb_LikeQueryAttrsName.TabIndex = 61;
//
// label23
//
@@ -619,13 +629,6 @@
this.label14.Size = new System.Drawing.Size(83, 12);
this.label14.TabIndex = 47;
this.label14.Text = "鏂囦欢涓嬭浇鍚嶅瓧:";
- //
- // tb_LikeQueryAttrsName
- //
- this.tb_LikeQueryAttrsName.Location = new System.Drawing.Point(773, 234);
- this.tb_LikeQueryAttrsName.Name = "tb_LikeQueryAttrsName";
- this.tb_LikeQueryAttrsName.Size = new System.Drawing.Size(197, 21);
- this.tb_LikeQueryAttrsName.TabIndex = 61;
//
// 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/MainForm.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.cs"
index 307c43b..e8da367 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.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.cs"
@@ -534,12 +534,12 @@
{
var moule_str = tableName.Substring(index + 1, tableName.Length - index - 1);
this.tb_Modulelogo.Text = moule_str;
- this.tb_EntityProName.Text = CommonHelper.TitleToLower(moule_str);
+ tb_PageMenuInstanceName.Text = this.tb_EntityProName.Text = CommonHelper.TitleToLower(moule_str);
}
else
{
this.tb_Modulelogo.Text = tableName;
- this.tb_EntityProName.Text = CommonHelper.TitleToLower(tableName);
+ tb_PageMenuInstanceName.Text = this.tb_EntityProName.Text = CommonHelper.TitleToLower(tableName);
}
}
}
--
Gitblit v1.9.3