From 01b99769af32e7de2d5f3ded5ce2f2bd3df526a5 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 09 5月 2025 08:16:39 +0800 Subject: [PATCH] 前端文件夹名称可配置 --- Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 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 94dc57c..ea9c18d 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" @@ -56,7 +56,7 @@ this.tb_Modulelogo = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.btn_InsertSql = new System.Windows.Forms.Button(); - this.tb_RoutePrefix = new System.Windows.Forms.TextBox(); + this.tb_VueRootFolerName = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label17 = new System.Windows.Forms.Label(); @@ -336,22 +336,22 @@ this.btn_InsertSql.Visible = false; this.btn_InsertSql.Click += new System.EventHandler(this.btn_InsertSql_Click); // - // tb_RoutePrefix + // tb_VueRootFolerName // - this.tb_RoutePrefix.Location = new System.Drawing.Point(737, 316); - this.tb_RoutePrefix.Name = "tb_RoutePrefix"; - this.tb_RoutePrefix.Size = new System.Drawing.Size(145, 21); - this.tb_RoutePrefix.TabIndex = 44; - this.tb_RoutePrefix.Text = "1111"; + this.tb_VueRootFolerName.Location = new System.Drawing.Point(737, 316); + this.tb_VueRootFolerName.Name = "tb_VueRootFolerName"; + this.tb_VueRootFolerName.Size = new System.Drawing.Size(145, 21); + this.tb_VueRootFolerName.TabIndex = 44; + this.tb_VueRootFolerName.Text = "1111"; // // label13 // this.label13.AutoSize = true; - this.label13.Location = new System.Drawing.Point(646, 318); + this.label13.Location = new System.Drawing.Point(622, 319); this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(77, 12); + this.label13.Size = new System.Drawing.Size(107, 12); this.label13.TabIndex = 43; - this.label13.Text = "WCF璺敱鍓嶇紑:"; + this.label13.Text = "鍓嶇鏍规枃浠跺す鍚嶇О:"; this.label13.Click += new System.EventHandler(this.label13_Click); // // groupBox1 @@ -427,7 +427,7 @@ this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.tb_FileName); this.groupBox2.Controls.Add(this.lblds); - this.groupBox2.Controls.Add(this.tb_RoutePrefix); + this.groupBox2.Controls.Add(this.tb_VueRootFolerName); this.groupBox2.Controls.Add(this.tb_TableName); this.groupBox2.Controls.Add(this.label13); this.groupBox2.Controls.Add(this.label1); @@ -762,7 +762,7 @@ private System.Windows.Forms.TextBox tb_Modulelogo; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btn_InsertSql; - private System.Windows.Forms.TextBox tb_RoutePrefix; + private System.Windows.Forms.TextBox tb_VueRootFolerName; private System.Windows.Forms.Label label13; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lbl_DataSource; -- Gitblit v1.9.3