From 86f75cbd690003c913e25f41429c1212955d1445 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 04 一月 2024 13:33:20 +0800 Subject: [PATCH] 添加SEM数据入库功能 --- JavaCode/FrmMain.Designer.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/JavaCode/FrmMain.Designer.cs b/JavaCode/FrmMain.Designer.cs index 88acdec..9500c0d 100644 --- a/JavaCode/FrmMain.Designer.cs +++ b/JavaCode/FrmMain.Designer.cs @@ -32,6 +32,7 @@ this.btnMybatis = new System.Windows.Forms.Button(); this.btnQGis = new System.Windows.Forms.Button(); this.btnTerrain = new System.Windows.Forms.Button(); + this.btnSEM = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnSys @@ -78,11 +79,23 @@ this.btnTerrain.UseVisualStyleBackColor = true; this.btnTerrain.Click += new System.EventHandler(this.btnTerrain_Click); // + // btnSEM + // + this.btnSEM.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnSEM.Location = new System.Drawing.Point(143, 252); + this.btnSEM.Name = "btnSEM"; + this.btnSEM.Size = new System.Drawing.Size(183, 25); + this.btnSEM.TabIndex = 17; + this.btnSEM.Text = "S E M 鏁� 鎹� 澶� 鐞�"; + this.btnSEM.UseVisualStyleBackColor = true; + this.btnSEM.Click += new System.EventHandler(this.btnSEM_Click); + // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(484, 261); + this.ClientSize = new System.Drawing.Size(468, 319); + this.Controls.Add(this.btnSEM); this.Controls.Add(this.btnTerrain); this.Controls.Add(this.btnQGis); this.Controls.Add(this.btnMybatis); @@ -100,5 +113,6 @@ private System.Windows.Forms.Button btnMybatis; private System.Windows.Forms.Button btnQGis; private System.Windows.Forms.Button btnTerrain; + private System.Windows.Forms.Button btnSEM; } } \ No newline at end of file -- Gitblit v1.9.3