namespace WindowsFormsApp2 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.displayResult1 = new WindowsFormsApp2.displayResult(); this.SuspendLayout(); // // displayResult1 // this.displayResult1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.displayResult1.BackColor = System.Drawing.Color.Black; this.displayResult1.Dock = System.Windows.Forms.DockStyle.Fill; this.displayResult1.Location = new System.Drawing.Point(0, 0); this.displayResult1.Margin = new System.Windows.Forms.Padding(0); this.displayResult1.MaximumSize = new System.Drawing.Size(1330, 900); this.displayResult1.MinimumSize = new System.Drawing.Size(1330, 900); this.displayResult1.Name = "displayResult1"; this.displayResult1.Size = new System.Drawing.Size(1330, 900); this.displayResult1.TabIndex = 0; this.displayResult1.Load += new System.EventHandler(this.displayResult1_Load); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1327, 892); this.Controls.Add(this.displayResult1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private displayResult displayResult1; } }