From 81d9f361726e760ffd69cd000cb2e154d4cd3749 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 06 十二月 2023 14:45:07 +0800
Subject: [PATCH] 添加地形处理程序

---
 JavaCode/FrmMain.Designer.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/JavaCode/FrmMain.Designer.cs b/JavaCode/FrmMain.Designer.cs
index 549e673..88acdec 100644
--- a/JavaCode/FrmMain.Designer.cs
+++ b/JavaCode/FrmMain.Designer.cs
@@ -31,6 +31,7 @@
             this.btnSys = new System.Windows.Forms.Button();
             this.btnMybatis = new System.Windows.Forms.Button();
             this.btnQGis = new System.Windows.Forms.Button();
+            this.btnTerrain = new System.Windows.Forms.Button();
             this.SuspendLayout();
             // 
             // btnSys
@@ -66,11 +67,23 @@
             this.btnQGis.UseVisualStyleBackColor = true;
             this.btnQGis.Click += new System.EventHandler(this.btnQGis_Click);
             // 
+            // btnTerrain
+            // 
+            this.btnTerrain.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.btnTerrain.Location = new System.Drawing.Point(143, 197);
+            this.btnTerrain.Name = "btnTerrain";
+            this.btnTerrain.Size = new System.Drawing.Size(183, 25);
+            this.btnTerrain.TabIndex = 16;
+            this.btnTerrain.Text = "鍦� 褰� 鏂� 浠� 澶� 鐞�";
+            this.btnTerrain.UseVisualStyleBackColor = true;
+            this.btnTerrain.Click += new System.EventHandler(this.btnTerrain_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.Controls.Add(this.btnTerrain);
             this.Controls.Add(this.btnQGis);
             this.Controls.Add(this.btnMybatis);
             this.Controls.Add(this.btnSys);
@@ -86,5 +99,6 @@
         private System.Windows.Forms.Button btnSys;
         private System.Windows.Forms.Button btnMybatis;
         private System.Windows.Forms.Button btnQGis;
+        private System.Windows.Forms.Button btnTerrain;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3