zs
2025-05-06 f1204f4d3ec3e8bcb9c9d0be9c88fbe34e95b36c
Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo
已修改2个文件
23 ■■■■■ 文件已修改
Weben_CMS专用代码生成器/Code/MainForm.Designer.cs 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Weben_CMS专用代码生成器/Code/MainForm.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Weben_CMSרÓôúÂëÉú³ÉÆ÷/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
            // 
Weben_CMSרÓôúÂëÉú³ÉÆ÷/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);
                }
            }
        }