From 80951531fd05d1a7a5238c4995d31e321335e3df Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 18 5月 2025 15:54:13 +0800
Subject: [PATCH] LMes组盘
---
Weben_CMS专用代码生成器/Code/MainForm.Designer.cs | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 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 d0ab2c9..442d677 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"
@@ -79,13 +79,14 @@
this.tb_FilePath = new System.Windows.Forms.TextBox();
this.btn_SelectFile = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
+ this.ck_IsDeletefile = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// btnPath
//
- this.btnPath.Location = new System.Drawing.Point(453, 723);
+ this.btnPath.Location = new System.Drawing.Point(425, 720);
this.btnPath.Name = "btnPath";
this.btnPath.Size = new System.Drawing.Size(97, 23);
this.btnPath.TabIndex = 1;
@@ -564,11 +565,25 @@
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
+ // ck_IsDeletefile
+ //
+ this.ck_IsDeletefile.AutoSize = true;
+ this.ck_IsDeletefile.Checked = true;
+ this.ck_IsDeletefile.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.ck_IsDeletefile.Location = new System.Drawing.Point(561, 724);
+ this.ck_IsDeletefile.Name = "ck_IsDeletefile";
+ this.ck_IsDeletefile.Size = new System.Drawing.Size(192, 16);
+ this.ck_IsDeletefile.TabIndex = 50;
+ this.ck_IsDeletefile.Text = "鐢熸垚鍓嶆槸鍚﹀厛娓呯悊鏂囦欢澶圭殑鏂囦欢";
+ this.ck_IsDeletefile.UseVisualStyleBackColor = true;
+ this.ck_IsDeletefile.CheckedChanged += new System.EventHandler(this.ck_IsDeletefile_CheckedChanged);
+ //
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1402, 831);
+ this.Controls.Add(this.ck_IsDeletefile);
this.Controls.Add(this.button1);
this.Controls.Add(this.btn_SelectFile);
this.Controls.Add(this.tb_FilePath);
@@ -645,6 +660,7 @@
private System.Windows.Forms.Button btn_SelectFile;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.CheckBox ck_IsDeletefile;
}
}
--
Gitblit v1.9.3