From f7f19e77f6872b3270cfdcead61d735c1e5c6ed8 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 26 一月 2024 11:00:10 +0800 Subject: [PATCH] 添加新功能-亦庄 --- 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 9500c0d..10c1a9b 100644 --- a/JavaCode/FrmMain.Designer.cs +++ b/JavaCode/FrmMain.Designer.cs @@ -33,6 +33,7 @@ this.btnQGis = new System.Windows.Forms.Button(); this.btnTerrain = new System.Windows.Forms.Button(); this.btnSEM = new System.Windows.Forms.Button(); + this.btnEtown = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnSys @@ -90,11 +91,23 @@ this.btnSEM.UseVisualStyleBackColor = true; this.btnSEM.Click += new System.EventHandler(this.btnSEM_Click); // + // btnEtown + // + this.btnEtown.Font = new System.Drawing.Font("瀹嬩綋", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.btnEtown.Location = new System.Drawing.Point(143, 303); + this.btnEtown.Name = "btnEtown"; + this.btnEtown.Size = new System.Drawing.Size(183, 25); + this.btnEtown.TabIndex = 18; + this.btnEtown.Text = "鐢� 鎴� 浜� 搴� 浠� 鐮�"; + this.btnEtown.UseVisualStyleBackColor = true; + this.btnEtown.Click += new System.EventHandler(this.btnEtown_Click); + // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(468, 319); + this.ClientSize = new System.Drawing.Size(468, 371); + this.Controls.Add(this.btnEtown); this.Controls.Add(this.btnSEM); this.Controls.Add(this.btnTerrain); this.Controls.Add(this.btnQGis); @@ -114,5 +127,6 @@ private System.Windows.Forms.Button btnQGis; private System.Windows.Forms.Button btnTerrain; private System.Windows.Forms.Button btnSEM; + private System.Windows.Forms.Button btnEtown; } } \ No newline at end of file -- Gitblit v1.9.3