From fbb3ef63775673bdceeb921542d5cd3f06f1ca45 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 11 一月 2024 10:40:12 +0800
Subject: [PATCH] 适配TE 7.21版本

---
 TEWin/FrmWin.Designer.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TEWin/FrmWin.Designer.cs b/TEWin/FrmWin.Designer.cs
index 6ff623e..a9cffbc 100644
--- a/TEWin/FrmWin.Designer.cs
+++ b/TEWin/FrmWin.Designer.cs
@@ -41,14 +41,14 @@
             this.axTEWin.Margin = new System.Windows.Forms.Padding(2);
             this.axTEWin.Name = "axTEWin";
             this.axTEWin.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTEWin.OcxState")));
-            this.axTEWin.Size = new System.Drawing.Size(784, 561);
+            this.axTEWin.Size = new System.Drawing.Size(1024, 768);
             this.axTEWin.TabIndex = 1;
             // 
             // FrmWin
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(784, 561);
+            this.ClientSize = new System.Drawing.Size(1024, 768);
             this.Controls.Add(this.axTEWin);
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
             this.Margin = new System.Windows.Forms.Padding(2);

--
Gitblit v1.9.3