You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cigarette/WindowsFormsApp2/Camera_glue.Designer.cs

557 lines
30 KiB
C#

2 years ago
namespace WindowsFormsApp2
{
partial class Camera_glue
{
/// <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.label_pic1 = new System.Windows.Forms.Label();
this.label_pic2 = new System.Windows.Forms.Label();
this.label_pic3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label_tips = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown31 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown23 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown22 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown21 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown13 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown12 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown33 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown32 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown41 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown43 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown42 = new System.Windows.Forms.NumericUpDown();
this.button1 = new System.Windows.Forms.Button();
this.numericUpDown52 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown53 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown51 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown62 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown63 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown61 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown72 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown73 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown71 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown82 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown83 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown81 = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown52)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown53)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown51)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown62)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown63)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown61)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown72)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown73)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown71)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown82)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown83)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown81)).BeginInit();
this.SuspendLayout();
//
// label_pic1
//
this.label_pic1.AutoSize = true;
this.label_pic1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label_pic1.Location = new System.Drawing.Point(20, 60);
this.label_pic1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_pic1.Name = "label_pic1";
this.label_pic1.Size = new System.Drawing.Size(72, 20);
this.label_pic1.TabIndex = 0;
this.label_pic1.Text = "第一张";
this.label_pic1.Click += new System.EventHandler(this.label1_Click);
//
// label_pic2
//
this.label_pic2.AutoSize = true;
this.label_pic2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label_pic2.Location = new System.Drawing.Point(20, 103);
this.label_pic2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_pic2.Name = "label_pic2";
this.label_pic2.Size = new System.Drawing.Size(72, 20);
this.label_pic2.TabIndex = 1;
this.label_pic2.Text = "第二张";
//
// label_pic3
//
this.label_pic3.AutoSize = true;
this.label_pic3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label_pic3.Location = new System.Drawing.Point(20, 146);
this.label_pic3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label_pic3.Name = "label_pic3";
this.label_pic3.Size = new System.Drawing.Size(72, 20);
this.label_pic3.TabIndex = 2;
this.label_pic3.Text = "第三张";
//
// label_expo1
//
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(90, 16);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label_expo1";
this.label1.Size = new System.Drawing.Size(83, 20);
this.label1.TabIndex = 3;
this.label1.Text = "1号相机";
this.label1.Click += new System.EventHandler(this.label4_Click);
//
// numericUpDown11
//
this.numericUpDown11.Location = new System.Drawing.Point(95, 60);
this.numericUpDown11.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown11.Name = "numericUpDown11";
this.numericUpDown11.Size = new System.Drawing.Size(78, 25);
this.numericUpDown11.TabIndex = 4;
//
// numericUpDown12
//
this.numericUpDown12.Location = new System.Drawing.Point(95, 103);
this.numericUpDown12.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown12.Name = "numericUpDown12";
this.numericUpDown12.Size = new System.Drawing.Size(78, 25);
this.numericUpDown12.TabIndex = 5;
//
// numericUpDown13
//
this.numericUpDown13.Location = new System.Drawing.Point(95, 146);
this.numericUpDown13.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown13.Name = "numericUpDown13";
this.numericUpDown13.Size = new System.Drawing.Size(78, 25);
this.numericUpDown13.TabIndex = 6;
//
// label_expo2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(188, 16);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label_expo2";
this.label2.Size = new System.Drawing.Size(83, 20);
this.label2.TabIndex = 7;
this.label2.Text = "2号相机";
//
// numericUpDown21
//
this.numericUpDown21.Location = new System.Drawing.Point(193, 60);
this.numericUpDown21.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown21.Name = "numericUpDown21";
this.numericUpDown21.Size = new System.Drawing.Size(78, 25);
this.numericUpDown21.TabIndex = 8;
//
// numericUpDown22
//
this.numericUpDown22.Location = new System.Drawing.Point(193, 103);
this.numericUpDown22.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown22.Name = "numericUpDown22";
this.numericUpDown22.Size = new System.Drawing.Size(78, 25);
this.numericUpDown22.TabIndex = 9;
//
// numericUpDown23
//
this.numericUpDown23.Location = new System.Drawing.Point(193, 146);
this.numericUpDown23.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown23.Name = "numericUpDown23";
this.numericUpDown23.Size = new System.Drawing.Size(78, 25);
this.numericUpDown23.TabIndex = 10;
//
// label_expo3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(287, 16);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label_expo3";
this.label3.Size = new System.Drawing.Size(83, 20);
this.label3.TabIndex = 11;
this.label3.Text = "3号相机";
this.label3.Click += new System.EventHandler(this.label6_Click);
//
// numericUpDown31
//
this.numericUpDown31.Location = new System.Drawing.Point(291, 60);
this.numericUpDown31.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown31.Name = "numericUpDown31";
this.numericUpDown31.Size = new System.Drawing.Size(78, 25);
this.numericUpDown31.TabIndex = 12;
//
// numericUpDown32
//
this.numericUpDown32.Location = new System.Drawing.Point(291, 103);
this.numericUpDown32.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown32.Name = "numericUpDown32";
this.numericUpDown32.Size = new System.Drawing.Size(78, 25);
this.numericUpDown32.TabIndex = 13;
//
// numericUpDown33
//
this.numericUpDown33.Location = new System.Drawing.Point(291, 146);
this.numericUpDown33.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown33.Name = "numericUpDown33";
this.numericUpDown33.Size = new System.Drawing.Size(78, 25);
this.numericUpDown33.TabIndex = 14;
this.numericUpDown33.ValueChanged += new System.EventHandler(this.numericUpDown33_ValueChanged);
//
// label_expo4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label4.Location = new System.Drawing.Point(384, 16);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label_expo4";
this.label4.Size = new System.Drawing.Size(83, 20);
this.label4.TabIndex = 15;
this.label4.Text = "4号相机";
//
// numericUpDown41
//
this.numericUpDown41.Location = new System.Drawing.Point(389, 60);
this.numericUpDown41.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown41.Name = "numericUpDown41";
this.numericUpDown41.Size = new System.Drawing.Size(78, 25);
this.numericUpDown41.TabIndex = 16;
//
// numericUpDown42
//
this.numericUpDown42.Location = new System.Drawing.Point(389, 103);
this.numericUpDown42.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown42.Name = "numericUpDown42";
this.numericUpDown42.Size = new System.Drawing.Size(78, 25);
this.numericUpDown42.TabIndex = 17;
//
// numericUpDown43
//
this.numericUpDown43.Location = new System.Drawing.Point(389, 146);
this.numericUpDown43.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown43.Name = "numericUpDown43";
this.numericUpDown43.Size = new System.Drawing.Size(78, 25);
this.numericUpDown43.TabIndex = 18;
//
// label_gain1
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label5.Location = new System.Drawing.Point(483, 16);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label_gain1";
this.label5.Size = new System.Drawing.Size(83, 20);
this.label5.TabIndex = 19;
this.label5.Text = "5号相机";
this.label5.Click += new System.EventHandler(this.label9_Click);
//
// numericUpDown51
//
this.numericUpDown51.Location = new System.Drawing.Point(487, 60);
this.numericUpDown51.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown51.Name = "numericUpDown51";
this.numericUpDown51.Size = new System.Drawing.Size(78, 25);
this.numericUpDown51.TabIndex = 20;
this.numericUpDown51.ValueChanged += new System.EventHandler(this.numericUpDown51_ValueChanged);
//
// numericUpDown52
//
this.numericUpDown52.Location = new System.Drawing.Point(487, 103);
this.numericUpDown52.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown52.Name = "numericUpDown52";
this.numericUpDown52.Size = new System.Drawing.Size(78, 25);
this.numericUpDown52.TabIndex = 21;
this.numericUpDown52.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// numericUpDown53
//
this.numericUpDown53.Location = new System.Drawing.Point(487, 146);
this.numericUpDown53.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown53.Name = "numericUpDown53";
this.numericUpDown53.Size = new System.Drawing.Size(78, 25);
this.numericUpDown53.TabIndex = 22;
this.numericUpDown53.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
//
// label_gain2
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label6.Location = new System.Drawing.Point(581, 16);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label_gain2";
this.label6.Size = new System.Drawing.Size(83, 20);
this.label6.TabIndex = 23;
this.label6.Text = "6号相机";
//
// numericUpDown61
//
this.numericUpDown61.Location = new System.Drawing.Point(585, 60);
this.numericUpDown61.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown61.Name = "numericUpDown61";
this.numericUpDown61.Size = new System.Drawing.Size(78, 25);
this.numericUpDown61.TabIndex = 24;
this.numericUpDown61.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// numericUpDown62
//
this.numericUpDown62.Location = new System.Drawing.Point(585, 103);
this.numericUpDown62.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown62.Name = "numericUpDown62";
this.numericUpDown62.Size = new System.Drawing.Size(78, 25);
this.numericUpDown62.TabIndex = 25;
//
// numericUpDown63
//
this.numericUpDown63.Location = new System.Drawing.Point(585, 146);
this.numericUpDown63.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown63.Name = "numericUpDown63";
this.numericUpDown63.Size = new System.Drawing.Size(78, 25);
this.numericUpDown63.TabIndex = 26;
this.numericUpDown63.ValueChanged += new System.EventHandler(this.numericUpDown5_ValueChanged);
//
// label_gain3
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label7.Location = new System.Drawing.Point(679, 16);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label_gain3";
this.label7.Size = new System.Drawing.Size(83, 20);
this.label7.TabIndex = 27;
this.label7.Text = "7号相机";
//
// numericUpDown71
//
this.numericUpDown71.Location = new System.Drawing.Point(683, 60);
this.numericUpDown71.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown71.Name = "numericUpDown71";
this.numericUpDown71.Size = new System.Drawing.Size(78, 25);
this.numericUpDown71.TabIndex = 28;
//
// numericUpDown72
//
this.numericUpDown72.Location = new System.Drawing.Point(683, 103);
this.numericUpDown72.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown72.Name = "numericUpDown72";
this.numericUpDown72.Size = new System.Drawing.Size(78, 25);
this.numericUpDown72.TabIndex = 29;
//
// numericUpDown73
//
this.numericUpDown73.Location = new System.Drawing.Point(683, 146);
this.numericUpDown73.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown73.Name = "numericUpDown73";
this.numericUpDown73.Size = new System.Drawing.Size(78, 25);
this.numericUpDown73.TabIndex = 30;
//
// label_gain4
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label8.Location = new System.Drawing.Point(776, 16);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label_gain4";
this.label8.Size = new System.Drawing.Size(83, 20);
this.label8.TabIndex = 31;
this.label8.Text = "8号相机";
//
// numericUpDown81
//
this.numericUpDown81.Location = new System.Drawing.Point(781, 60);
this.numericUpDown81.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown81.Name = "numericUpDown81";
this.numericUpDown81.Size = new System.Drawing.Size(78, 25);
this.numericUpDown81.TabIndex = 32;
//
// numericUpDown82
//
this.numericUpDown82.Location = new System.Drawing.Point(781, 103);
this.numericUpDown82.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown82.Name = "numericUpDown82";
this.numericUpDown82.Size = new System.Drawing.Size(78, 25);
this.numericUpDown82.TabIndex = 33;
//
// numericUpDown83
//
this.numericUpDown83.Location = new System.Drawing.Point(781, 146);
this.numericUpDown83.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown83.Name = "numericUpDown83";
this.numericUpDown83.Size = new System.Drawing.Size(78, 25);
this.numericUpDown83.TabIndex = 34;
this.numericUpDown83.ValueChanged += new System.EventHandler(this.numericUpDown14_ValueChanged);
//
// button_pwd_ok
//
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(416, 189);
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.button1.Name = "button_pwd_ok";
this.button1.Size = new System.Drawing.Size(124, 32);
this.button1.TabIndex = 35;
this.button1.Text = "应用";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label_tips
//
this.label_tips.AutoSize = true;
this.label_tips.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_tips.Location = new System.Drawing.Point(611, 198);
this.label_tips.Name = "label_tips";
this.label_tips.Size = new System.Drawing.Size(248, 18);
this.label_tips.TabIndex = 36;
this.label_tips.Text = "若要保存参数请返回上一层点击保存";
//
// Camera_glue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(936, 230);
this.Controls.Add(this.numericUpDown82);
this.Controls.Add(this.numericUpDown83);
this.Controls.Add(this.numericUpDown81);
this.Controls.Add(this.label8);
this.Controls.Add(this.numericUpDown72);
this.Controls.Add(this.numericUpDown73);
this.Controls.Add(this.numericUpDown71);
this.Controls.Add(this.label7);
this.Controls.Add(this.numericUpDown62);
this.Controls.Add(this.numericUpDown63);
this.Controls.Add(this.numericUpDown61);
this.Controls.Add(this.label6);
this.Controls.Add(this.numericUpDown52);
this.Controls.Add(this.numericUpDown53);
this.Controls.Add(this.numericUpDown51);
this.Controls.Add(this.label5);
this.Controls.Add(this.label_tips);
this.Controls.Add(this.button1);
this.Controls.Add(this.numericUpDown42);
this.Controls.Add(this.numericUpDown43);
this.Controls.Add(this.numericUpDown41);
this.Controls.Add(this.numericUpDown32);
this.Controls.Add(this.numericUpDown33);
this.Controls.Add(this.numericUpDown12);
this.Controls.Add(this.numericUpDown13);
this.Controls.Add(this.numericUpDown21);
this.Controls.Add(this.numericUpDown22);
this.Controls.Add(this.numericUpDown23);
this.Controls.Add(this.numericUpDown31);
this.Controls.Add(this.numericUpDown11);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.label_pic3);
this.Controls.Add(this.label_pic2);
this.Controls.Add(this.label_pic1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Camera_glue";
this.Text = "配方设置";
this.Load += new System.EventHandler(this.Camera_glue_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown31)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown23)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown22)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown21)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown12)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown33)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown32)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown41)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown43)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown42)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown52)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown53)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown51)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown62)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown63)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown61)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown72)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown73)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown71)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown82)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown83)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown81)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label_pic1;
private System.Windows.Forms.Label label_pic2;
private System.Windows.Forms.Label label_pic3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown numericUpDown11;
private System.Windows.Forms.NumericUpDown numericUpDown31;
private System.Windows.Forms.NumericUpDown numericUpDown23;
private System.Windows.Forms.NumericUpDown numericUpDown22;
private System.Windows.Forms.NumericUpDown numericUpDown21;
private System.Windows.Forms.NumericUpDown numericUpDown13;
private System.Windows.Forms.NumericUpDown numericUpDown12;
private System.Windows.Forms.NumericUpDown numericUpDown33;
private System.Windows.Forms.NumericUpDown numericUpDown32;
private System.Windows.Forms.NumericUpDown numericUpDown41;
private System.Windows.Forms.NumericUpDown numericUpDown43;
private System.Windows.Forms.NumericUpDown numericUpDown42;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label_tips;
private System.Windows.Forms.NumericUpDown numericUpDown52;
private System.Windows.Forms.NumericUpDown numericUpDown53;
private System.Windows.Forms.NumericUpDown numericUpDown51;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown numericUpDown62;
private System.Windows.Forms.NumericUpDown numericUpDown63;
private System.Windows.Forms.NumericUpDown numericUpDown61;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDown72;
private System.Windows.Forms.NumericUpDown numericUpDown73;
private System.Windows.Forms.NumericUpDown numericUpDown71;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown numericUpDown82;
private System.Windows.Forms.NumericUpDown numericUpDown83;
private System.Windows.Forms.NumericUpDown numericUpDown81;
private System.Windows.Forms.Label label8;
}
}