namespace WindowsFormsApp2 { partial class displayResult { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.singleCam8 = new WindowsFormsApp2.singleCam(); this.singleCam7 = new WindowsFormsApp2.singleCam(); this.singleCam6 = new WindowsFormsApp2.singleCam(); this.singleCam5 = new WindowsFormsApp2.singleCam(); this.singleCam3 = new WindowsFormsApp2.singleCam(); this.singleCam4 = new WindowsFormsApp2.singleCam(); this.singleCam2 = new WindowsFormsApp2.singleCam(); this.singleCam1 = new WindowsFormsApp2.singleCam(); this.userControl11 = new WindowsFormsApp2.UserControl1(); this.SuspendLayout(); // // singleCam8 // this.singleCam8.BackColor = System.Drawing.Color.Black; this.singleCam8.Location = new System.Drawing.Point(720, 685); this.singleCam8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam8.Name = "singleCam8"; this.singleCam8.Size = new System.Drawing.Size(600, 200); this.singleCam8.TabIndex = 8; // // singleCam7 // this.singleCam7.BackColor = System.Drawing.Color.Black; this.singleCam7.Location = new System.Drawing.Point(720, 479); this.singleCam7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam7.Name = "singleCam7"; this.singleCam7.Size = new System.Drawing.Size(600, 200); this.singleCam7.TabIndex = 7; // // singleCam6 // this.singleCam6.BackColor = System.Drawing.Color.Black; this.singleCam6.Location = new System.Drawing.Point(720, 273); this.singleCam6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam6.Name = "singleCam6"; this.singleCam6.Size = new System.Drawing.Size(600, 200); this.singleCam6.TabIndex = 6; // // singleCam5 // this.singleCam5.BackColor = System.Drawing.Color.Black; this.singleCam5.Location = new System.Drawing.Point(720, 67); this.singleCam5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam5.Name = "singleCam5"; this.singleCam5.Size = new System.Drawing.Size(600, 200); this.singleCam5.TabIndex = 5; // // singleCam3 // this.singleCam3.BackColor = System.Drawing.Color.Black; this.singleCam3.Location = new System.Drawing.Point(112, 479); this.singleCam3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam3.Name = "singleCam3"; this.singleCam3.Size = new System.Drawing.Size(600, 200); this.singleCam3.TabIndex = 3; // // singleCam4 // this.singleCam4.BackColor = System.Drawing.Color.Black; this.singleCam4.Location = new System.Drawing.Point(112, 685); this.singleCam4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam4.Name = "singleCam4"; this.singleCam4.Size = new System.Drawing.Size(600, 200); this.singleCam4.TabIndex = 4; // // singleCam2 // this.singleCam2.BackColor = System.Drawing.Color.Black; this.singleCam2.Location = new System.Drawing.Point(112, 273); this.singleCam2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam2.Name = "singleCam2"; this.singleCam2.Size = new System.Drawing.Size(600, 200); this.singleCam2.TabIndex = 2; // // singleCam1 // this.singleCam1.BackColor = System.Drawing.Color.Black; this.singleCam1.Location = new System.Drawing.Point(112, 67); this.singleCam1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.singleCam1.Name = "singleCam1"; this.singleCam1.Size = new System.Drawing.Size(600, 200); this.singleCam1.TabIndex = 1; // // userControl11 // this.userControl11.BackColor = System.Drawing.Color.Black; this.userControl11.Location = new System.Drawing.Point(0, 0); this.userControl11.Margin = new System.Windows.Forms.Padding(0); this.userControl11.Name = "userControl11"; this.userControl11.Size = new System.Drawing.Size(1330, 900); this.userControl11.TabIndex = 0; this.userControl11.Load += new System.EventHandler(this.userControl11_Load); // // displayResult // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.singleCam5); this.Controls.Add(this.singleCam8); this.Controls.Add(this.singleCam7); this.Controls.Add(this.singleCam6); this.Controls.Add(this.singleCam4); this.Controls.Add(this.singleCam3); this.Controls.Add(this.singleCam2); this.Controls.Add(this.singleCam1); this.Controls.Add(this.userControl11); this.Margin = new System.Windows.Forms.Padding(4); this.MaximumSize = new System.Drawing.Size(1330, 900); this.MinimumSize = new System.Drawing.Size(1330, 900); this.Name = "displayResult"; this.Size = new System.Drawing.Size(1330, 900); this.Load += new System.EventHandler(this.displayResult_Load); this.ResumeLayout(false); } #endregion private UserControl1 userControl11; private singleCam singleCam1; private singleCam singleCam2; private singleCam singleCam3; private singleCam singleCam4; private singleCam singleCam5; private singleCam singleCam6; private singleCam singleCam7; private singleCam singleCam8; } }