From f1204f4d3ec3e8bcb9c9d0be9c88fbe34e95b36c Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 06 5月 2025 13:43:33 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 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 // -- Gitblit v1.9.3