From 1871d2b624e1c33d185fd5239799d3941f5e36f8 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 20 十月 2022 14:38:22 +0800 Subject: [PATCH] 1 --- JavaCode/FrmMyBatisPlus.Designer.cs | 89 +++++++++++++++++++++++++++++++++++--------- 1 files changed, 71 insertions(+), 18 deletions(-) diff --git a/JavaCode/FrmMyBatisPlus.Designer.cs b/JavaCode/FrmMyBatisPlus.Designer.cs index 950f38a..90a7e0d 100644 --- a/JavaCode/FrmMyBatisPlus.Designer.cs +++ b/JavaCode/FrmMyBatisPlus.Designer.cs @@ -37,10 +37,14 @@ this.label3 = new System.Windows.Forms.Label(); this.txtMapperNS = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); - this.btnGenerate = new System.Windows.Forms.Button(); + this.btnGeneAll = new System.Windows.Forms.Button(); this.btnAll = new System.Windows.Forms.Button(); this.btnAnti = new System.Windows.Forms.Button(); this.btnNone = new System.Windows.Forms.Button(); + this.btnGeneEntity = new System.Windows.Forms.Button(); + this.btnGeneMapper = new System.Windows.Forms.Button(); + this.txtTabNS = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvTab)).BeginInit(); this.SuspendLayout(); // @@ -105,17 +109,17 @@ // txtEntityNS // this.txtEntityNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.txtEntityNS.Location = new System.Drawing.Point(525, 61); + this.txtEntityNS.Location = new System.Drawing.Point(525, 89); this.txtEntityNS.Name = "txtEntityNS"; this.txtEntityNS.Size = new System.Drawing.Size(312, 26); this.txtEntityNS.TabIndex = 30; - this.txtEntityNS.Text = "com.lf.server.entity.db"; + this.txtEntityNS.Text = "com.lf.server.entity.bd"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label3.Location = new System.Drawing.Point(385, 66); + this.label3.Location = new System.Drawing.Point(385, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(136, 16); this.label3.TabIndex = 29; @@ -124,32 +128,32 @@ // txtMapperNS // this.txtMapperNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.txtMapperNS.Location = new System.Drawing.Point(525, 15); + this.txtMapperNS.Location = new System.Drawing.Point(525, 53); this.txtMapperNS.Name = "txtMapperNS"; this.txtMapperNS.Size = new System.Drawing.Size(312, 26); this.txtMapperNS.TabIndex = 32; - this.txtMapperNS.Text = "com.lf.server.mapper.db"; + this.txtMapperNS.Text = "com.lf.server.mapper.bd"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label2.Location = new System.Drawing.Point(385, 20); + this.label2.Location = new System.Drawing.Point(385, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(136, 16); this.label2.TabIndex = 31; this.label2.Text = "Mapper鍚嶇О绌洪棿锛�"; // - // btnGenerate + // btnGeneAll // - this.btnGenerate.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnGenerate.Location = new System.Drawing.Point(525, 115); - this.btnGenerate.Name = "btnGenerate"; - this.btnGenerate.Size = new System.Drawing.Size(312, 25); - this.btnGenerate.TabIndex = 33; - this.btnGenerate.Text = "鐢� 鎴� 鏂� 浠�"; - this.btnGenerate.UseVisualStyleBackColor = true; - this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click); + this.btnGeneAll.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnGeneAll.Location = new System.Drawing.Point(525, 208); + this.btnGeneAll.Name = "btnGeneAll"; + this.btnGeneAll.Size = new System.Drawing.Size(312, 25); + this.btnGeneAll.TabIndex = 33; + this.btnGeneAll.Text = "鐢� 鎴� 鎵� 鏈� 鏂� 浠�"; + this.btnGeneAll.UseVisualStyleBackColor = true; + this.btnGeneAll.Click += new System.EventHandler(this.btnGeneAll_Click); // // btnAll // @@ -184,15 +188,60 @@ this.btnNone.UseVisualStyleBackColor = true; this.btnNone.Click += new System.EventHandler(this.btnNone_Click); // + // btnGeneEntity + // + this.btnGeneEntity.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnGeneEntity.Location = new System.Drawing.Point(525, 169); + this.btnGeneEntity.Name = "btnGeneEntity"; + this.btnGeneEntity.Size = new System.Drawing.Size(312, 25); + this.btnGeneEntity.TabIndex = 38; + this.btnGeneEntity.Text = "鐢� 鎴� Entity.java"; + this.btnGeneEntity.UseVisualStyleBackColor = true; + this.btnGeneEntity.Click += new System.EventHandler(this.btnGeneEntity_Click); + // + // btnGeneMapper + // + this.btnGeneMapper.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnGeneMapper.Location = new System.Drawing.Point(525, 128); + this.btnGeneMapper.Name = "btnGeneMapper"; + this.btnGeneMapper.Size = new System.Drawing.Size(312, 25); + this.btnGeneMapper.TabIndex = 37; + this.btnGeneMapper.Text = "鐢� 鎴� Mapper.java"; + this.btnGeneMapper.UseVisualStyleBackColor = true; + this.btnGeneMapper.Click += new System.EventHandler(this.btnGeneMapper_Click); + // + // txtTabNS + // + this.txtTabNS.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.txtTabNS.Location = new System.Drawing.Point(525, 15); + this.txtTabNS.Name = "txtTabNS"; + this.txtTabNS.Size = new System.Drawing.Size(312, 26); + this.txtTabNS.TabIndex = 40; + this.txtTabNS.Text = "bd."; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.Location = new System.Drawing.Point(433, 20); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(88, 16); + this.label1.TabIndex = 39; + this.label1.Text = "琛ㄥ悕鍓嶇紑锛�"; + // // FrmMyBatisPlus // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 628); + this.Controls.Add(this.txtTabNS); + this.Controls.Add(this.label1); + this.Controls.Add(this.btnGeneEntity); + this.Controls.Add(this.btnGeneMapper); this.Controls.Add(this.btnNone); this.Controls.Add(this.btnAnti); this.Controls.Add(this.btnAll); - this.Controls.Add(this.btnGenerate); + this.Controls.Add(this.btnGeneAll); this.Controls.Add(this.txtMapperNS); this.Controls.Add(this.label2); this.Controls.Add(this.txtEntityNS); @@ -223,9 +272,13 @@ private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtMapperNS; private System.Windows.Forms.Label label2; - private System.Windows.Forms.Button btnGenerate; + private System.Windows.Forms.Button btnGeneAll; private System.Windows.Forms.Button btnAll; private System.Windows.Forms.Button btnAnti; private System.Windows.Forms.Button btnNone; + private System.Windows.Forms.Button btnGeneEntity; + private System.Windows.Forms.Button btnGeneMapper; + private System.Windows.Forms.TextBox txtTabNS; + private System.Windows.Forms.Label label1; } } \ No newline at end of file -- Gitblit v1.9.3