|
|
|
|
namespace WindowsFormsApp2
|
|
|
|
|
{
|
|
|
|
|
partial class singleCam2
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 必需的设计器变量。
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 清理所有正在使用的资源。
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 330);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(742, 90);
|
|
|
|
|
this.panel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBox7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBox6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.textBox5);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 16F);
|
|
|
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(742, 90);
|
|
|
|
|
this.groupBox1.TabIndex = 9;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "1#分析结果";
|
|
|
|
|
//
|
|
|
|
|
// label_tips
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.BackColor = System.Drawing.Color.Lime;
|
|
|
|
|
this.label8.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(665, 41);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label8.Name = "label_tips";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(73, 30);
|
|
|
|
|
this.label8.TabIndex = 15;
|
|
|
|
|
this.label8.Text = " OK ";
|
|
|
|
|
//
|
|
|
|
|
// textBox7
|
|
|
|
|
//
|
|
|
|
|
this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox7.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.textBox7.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.textBox7.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox7.Location = new System.Drawing.Point(503, 41);
|
|
|
|
|
this.textBox7.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox7.Name = "textBox7";
|
|
|
|
|
this.textBox7.ReadOnly = true;
|
|
|
|
|
this.textBox7.Size = new System.Drawing.Size(75, 26);
|
|
|
|
|
this.textBox7.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// label_expo4
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.label7.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(383, 41);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label7.Name = "label_expo4";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.label7.TabIndex = 13;
|
|
|
|
|
this.label7.Text = "识别时间:";
|
|
|
|
|
//
|
|
|
|
|
// textBox_op_confirm_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.textBox6.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.textBox6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox6.Location = new System.Drawing.Point(308, 41);
|
|
|
|
|
this.textBox6.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox6.Name = "textBox_op_confirm_pwd";
|
|
|
|
|
this.textBox6.ReadOnly = true;
|
|
|
|
|
this.textBox6.Size = new System.Drawing.Size(75, 26);
|
|
|
|
|
this.textBox6.TabIndex = 12;
|
|
|
|
|
//
|
|
|
|
|
// label_expo3
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(188, 41);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label6.Name = "label_expo3";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(120, 22);
|
|
|
|
|
this.label6.TabIndex = 11;
|
|
|
|
|
this.label6.Text = "胶点个数:";
|
|
|
|
|
//
|
|
|
|
|
// textBox_op_new_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.textBox5.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.textBox5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox5.Location = new System.Drawing.Point(113, 41);
|
|
|
|
|
this.textBox5.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox5.Name = "textBox_op_new_pwd";
|
|
|
|
|
this.textBox5.ReadOnly = true;
|
|
|
|
|
this.textBox5.Size = new System.Drawing.Size(75, 26);
|
|
|
|
|
this.textBox5.TabIndex = 10;
|
|
|
|
|
//
|
|
|
|
|
// label_expo2
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.label5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(4, 41);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label5.Name = "label_expo2";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(109, 22);
|
|
|
|
|
this.label5.TabIndex = 9;
|
|
|
|
|
this.label5.Text = "采集速度:";
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.Controls.Add(this.pictureBox2);
|
|
|
|
|
this.panel2.Controls.Add(this.pictureBox1);
|
|
|
|
|
this.panel2.Controls.Add(this.panel3);
|
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(742, 330);
|
|
|
|
|
this.panel2.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(267, 330);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox1.TabIndex = 1;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.panel3.Controls.Add(this.textBox4);
|
|
|
|
|
this.panel3.Controls.Add(this.textBox3);
|
|
|
|
|
this.panel3.Controls.Add(this.textBox2);
|
|
|
|
|
this.panel3.Controls.Add(this.textBox1);
|
|
|
|
|
this.panel3.Controls.Add(this.label4);
|
|
|
|
|
this.panel3.Controls.Add(this.label3);
|
|
|
|
|
this.panel3.Controls.Add(this.label2);
|
|
|
|
|
this.panel3.Controls.Add(this.label1);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.panel3.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.panel3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(532, 0);
|
|
|
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(210, 330);
|
|
|
|
|
this.panel3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// textBox_op_old_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox4.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox4.Location = new System.Drawing.Point(111, 201);
|
|
|
|
|
this.textBox4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox4.Name = "textBox_op_old_pwd";
|
|
|
|
|
this.textBox4.ReadOnly = true;
|
|
|
|
|
this.textBox4.Size = new System.Drawing.Size(92, 26);
|
|
|
|
|
this.textBox4.TabIndex = 7;
|
|
|
|
|
this.textBox4.Text = "0";
|
|
|
|
|
//
|
|
|
|
|
// textBox_confirm_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox3.Location = new System.Drawing.Point(111, 144);
|
|
|
|
|
this.textBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox3.Name = "textBox_confirm_pwd";
|
|
|
|
|
this.textBox3.ReadOnly = true;
|
|
|
|
|
this.textBox3.Size = new System.Drawing.Size(92, 26);
|
|
|
|
|
this.textBox3.TabIndex = 6;
|
|
|
|
|
this.textBox3.Text = "0";
|
|
|
|
|
//
|
|
|
|
|
// textBox_new_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox2.Location = new System.Drawing.Point(111, 87);
|
|
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox2.Name = "textBox_new_pwd";
|
|
|
|
|
this.textBox2.ReadOnly = true;
|
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(92, 26);
|
|
|
|
|
this.textBox2.TabIndex = 5;
|
|
|
|
|
this.textBox2.Text = "0";
|
|
|
|
|
//
|
|
|
|
|
// textBox_old_pwd
|
|
|
|
|
//
|
|
|
|
|
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(111, 30);
|
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.textBox1.Name = "textBox_old_pwd";
|
|
|
|
|
this.textBox1.ReadOnly = true;
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(92, 26);
|
|
|
|
|
this.textBox1.TabIndex = 4;
|
|
|
|
|
this.textBox1.Text = "0";
|
|
|
|
|
//
|
|
|
|
|
// label_expo1
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(9, 202);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label4.Name = "label_expo1";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
this.label4.TabIndex = 3;
|
|
|
|
|
this.label4.Text = "1#剔除数";
|
|
|
|
|
//
|
|
|
|
|
// label_pic3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(9, 146);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label3.Name = "label_pic3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(76, 22);
|
|
|
|
|
this.label3.TabIndex = 2;
|
|
|
|
|
this.label3.Text = "1#NG数";
|
|
|
|
|
//
|
|
|
|
|
// label_pic2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(9, 88);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label2.Name = "label_pic2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(76, 22);
|
|
|
|
|
this.label2.TabIndex = 1;
|
|
|
|
|
this.label2.Text = "1#OK数";
|
|
|
|
|
//
|
|
|
|
|
// label_pic1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(9, 32);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label1.Name = "label_pic1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(98, 22);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "1#检测数";
|
|
|
|
|
//
|
|
|
|
|
// pictureBox2
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(265, 0);
|
|
|
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(267, 330);
|
|
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox2.TabIndex = 2;
|
|
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// singleCam2
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.Name = "singleCam2";
|
|
|
|
|
this.Size = new System.Drawing.Size(742, 420);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panel3.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
|
|
|
}
|
|
|
|
|
}
|