From 90df693be709710819cd7b6e105e46b01d27ce6c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 04 九月 2024 14:21:49 +0800 Subject: [PATCH] 1 --- TEWin/FrmWin.Designer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TEWin/FrmWin.Designer.cs b/TEWin/FrmWin.Designer.cs index 746efba..a9cffbc 100644 --- a/TEWin/FrmWin.Designer.cs +++ b/TEWin/FrmWin.Designer.cs @@ -41,21 +41,21 @@ 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); this.Name = "FrmWin"; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmWin"; - this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.axTEWin)).EndInit(); this.ResumeLayout(false); -- Gitblit v1.9.3