|
|
|
|
namespace WindowsFormsApp2
|
|
|
|
|
{
|
|
|
|
|
partial class Output_statistic
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.Camera1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.textBox8 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.Camera1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
|
|
|
|
this.tabPage4.SuspendLayout();
|
|
|
|
|
this.tabPage5.SuspendLayout();
|
|
|
|
|
this.tabPage6.SuspendLayout();
|
|
|
|
|
this.tabPage7.SuspendLayout();
|
|
|
|
|
this.tabPage8.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Camera1
|
|
|
|
|
//
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage1);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage2);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage3);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage4);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage5);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage6);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage7);
|
|
|
|
|
this.Camera1.Controls.Add(this.tabPage8);
|
|
|
|
|
this.Camera1.Location = new System.Drawing.Point(3, 7);
|
|
|
|
|
this.Camera1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.Camera1.Name = "Camera1";
|
|
|
|
|
this.Camera1.SelectedIndex = 0;
|
|
|
|
|
this.Camera1.Size = new System.Drawing.Size(683, 417);
|
|
|
|
|
this.Camera1.TabIndex = 0;
|
|
|
|
|
this.Camera1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_Selected_Change);
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
|
|
|
|
this.tabPage1.Controls.Add(this.textBox1);
|
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
|
this.tabPage1.Text = "Camera1";
|
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox1.Multiline = true;
|
|
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(673, 388);
|
|
|
|
|
this.textBox1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
|
|
|
|
this.tabPage2.Controls.Add(this.textBox2);
|
|
|
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage2.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
|
|
this.tabPage2.Text = "Camera2";
|
|
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox2
|
|
|
|
|
//
|
|
|
|
|
this.textBox2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox2.Multiline = true;
|
|
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
|
|
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.textBox2.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage3
|
|
|
|
|
//
|
|
|
|
|
this.tabPage3.Controls.Add(this.textBox3);
|
|
|
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage3.Name = "tabPage3";
|
|
|
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage3.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage3.TabIndex = 2;
|
|
|
|
|
this.tabPage3.Text = "Camera3";
|
|
|
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox3
|
|
|
|
|
//
|
|
|
|
|
this.textBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox3.Multiline = true;
|
|
|
|
|
this.textBox3.Name = "textBox3";
|
|
|
|
|
this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox3.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.textBox3.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage4
|
|
|
|
|
//
|
|
|
|
|
this.tabPage4.Controls.Add(this.textBox4);
|
|
|
|
|
this.tabPage4.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage4.Name = "tabPage4";
|
|
|
|
|
this.tabPage4.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.tabPage4.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage4.TabIndex = 3;
|
|
|
|
|
this.tabPage4.Text = "Camera4";
|
|
|
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox4
|
|
|
|
|
//
|
|
|
|
|
this.textBox4.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox4.Multiline = true;
|
|
|
|
|
this.textBox4.Name = "textBox4";
|
|
|
|
|
this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox4.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.textBox4.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage5
|
|
|
|
|
//
|
|
|
|
|
this.tabPage5.Controls.Add(this.textBox5);
|
|
|
|
|
this.tabPage5.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage5.Name = "tabPage5";
|
|
|
|
|
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage5.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage5.TabIndex = 4;
|
|
|
|
|
this.tabPage5.Text = "Camera5";
|
|
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox5
|
|
|
|
|
//
|
|
|
|
|
this.textBox5.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox5.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox5.Multiline = true;
|
|
|
|
|
this.textBox5.Name = "textBox5";
|
|
|
|
|
this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox5.Size = new System.Drawing.Size(673, 388);
|
|
|
|
|
this.textBox5.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage6
|
|
|
|
|
//
|
|
|
|
|
this.tabPage6.Controls.Add(this.textBox6);
|
|
|
|
|
this.tabPage6.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage6.Name = "tabPage6";
|
|
|
|
|
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage6.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage6.TabIndex = 5;
|
|
|
|
|
this.tabPage6.Text = "Camera6";
|
|
|
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox6
|
|
|
|
|
//
|
|
|
|
|
this.textBox6.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox6.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox6.Multiline = true;
|
|
|
|
|
this.textBox6.Name = "textBox6";
|
|
|
|
|
this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox6.Size = new System.Drawing.Size(673, 388);
|
|
|
|
|
this.textBox6.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage7
|
|
|
|
|
//
|
|
|
|
|
this.tabPage7.Controls.Add(this.textBox7);
|
|
|
|
|
this.tabPage7.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage7.Name = "tabPage7";
|
|
|
|
|
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage7.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage7.TabIndex = 6;
|
|
|
|
|
this.tabPage7.Text = "Camera7";
|
|
|
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox7
|
|
|
|
|
//
|
|
|
|
|
this.textBox7.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox7.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox7.Multiline = true;
|
|
|
|
|
this.textBox7.Name = "textBox7";
|
|
|
|
|
this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox7.Size = new System.Drawing.Size(673, 388);
|
|
|
|
|
this.textBox7.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabPage8
|
|
|
|
|
//
|
|
|
|
|
this.tabPage8.Controls.Add(this.textBox8);
|
|
|
|
|
this.tabPage8.Location = new System.Drawing.Point(4, 25);
|
|
|
|
|
this.tabPage8.Name = "tabPage8";
|
|
|
|
|
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabPage8.Size = new System.Drawing.Size(675, 388);
|
|
|
|
|
this.tabPage8.TabIndex = 7;
|
|
|
|
|
this.tabPage8.Text = "Camera8";
|
|
|
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// textBox8
|
|
|
|
|
//
|
|
|
|
|
this.textBox8.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.textBox8.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox8.Multiline = true;
|
|
|
|
|
this.textBox8.Name = "textBox8";
|
|
|
|
|
this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
|
|
this.textBox8.Size = new System.Drawing.Size(673, 388);
|
|
|
|
|
this.textBox8.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// Output_statistic
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(693, 455);
|
|
|
|
|
this.Controls.Add(this.Camera1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.Name = "Output_statistic";
|
|
|
|
|
this.Text = "产量统计";
|
|
|
|
|
this.Camera1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.PerformLayout();
|
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
this.tabPage2.PerformLayout();
|
|
|
|
|
this.tabPage3.ResumeLayout(false);
|
|
|
|
|
this.tabPage3.PerformLayout();
|
|
|
|
|
this.tabPage4.ResumeLayout(false);
|
|
|
|
|
this.tabPage4.PerformLayout();
|
|
|
|
|
this.tabPage5.ResumeLayout(false);
|
|
|
|
|
this.tabPage5.PerformLayout();
|
|
|
|
|
this.tabPage6.ResumeLayout(false);
|
|
|
|
|
this.tabPage6.PerformLayout();
|
|
|
|
|
this.tabPage7.ResumeLayout(false);
|
|
|
|
|
this.tabPage7.PerformLayout();
|
|
|
|
|
this.tabPage8.ResumeLayout(false);
|
|
|
|
|
this.tabPage8.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TabControl Camera1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage6;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage7;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox8;
|
|
|
|
|
}
|
|
|
|
|
}
|