/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Measure_2D_Circle));
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.Page_2DMeasure = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Length1_trackBar = new System.Windows.Forms.TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            this.Sigma_trackBar = new System.Windows.Forms.TrackBar();
            this.Length2 = new System.Windows.Forms.NumericUpDown();
            this.Threshold_trackBar = new System.Windows.Forms.TrackBar();
            this.Length2_trackBar = new System.Windows.Forms.TrackBar();
            this.Length1 = new System.Windows.Forms.NumericUpDown();
            this.ROIWeight_label = new System.Windows.Forms.Label();
            this.Sigma = new System.Windows.Forms.NumericUpDown();
            this.Sigma_label = new System.Windows.Forms.Label();
            this.Threshold = new System.Windows.Forms.NumericUpDown();
            this.Leangth1 = new System.Windows.Forms.Label();
            this.Page_result = new System.Windows.Forms.TabPage();
            this.OK = new System.Windows.Forms.Button();
            this.DrawROI_button = new System.Windows.Forms.Button();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.tabControl1.SuspendLayout();
            this.Page_2DMeasure.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Length1_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Threshold_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length2_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Threshold)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.Page_2DMeasure);
            this.tabControl1.Controls.Add(this.Page_result);
            this.tabControl1.Location = new System.Drawing.Point(733, 18);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(463, 680);
            this.tabControl1.TabIndex = 11;
            // 
            // Page_2DMeasure
            // 
            this.Page_2DMeasure.Controls.Add(this.groupBox1);
            this.Page_2DMeasure.Location = new System.Drawing.Point(4, 22);
            this.Page_2DMeasure.Name = "Page_2DMeasure";
            this.Page_2DMeasure.Padding = new System.Windows.Forms.Padding(3);
            this.Page_2DMeasure.Size = new System.Drawing.Size(455, 654);
            this.Page_2DMeasure.TabIndex = 0;
            this.Page_2DMeasure.Text = "2D測量參數";
            this.Page_2DMeasure.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Length1_trackBar);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.Sigma_trackBar);
            this.groupBox1.Controls.Add(this.Length2);
            this.groupBox1.Controls.Add(this.Threshold_trackBar);
            this.groupBox1.Controls.Add(this.Length2_trackBar);
            this.groupBox1.Controls.Add(this.Length1);
            this.groupBox1.Controls.Add(this.ROIWeight_label);
            this.groupBox1.Controls.Add(this.Sigma);
            this.groupBox1.Controls.Add(this.Sigma_label);
            this.groupBox1.Controls.Add(this.Threshold);
            this.groupBox1.Controls.Add(this.Leangth1);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(443, 229);
            this.groupBox1.TabIndex = 64;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "參數設定";
            // 
            // Length1_trackBar
            // 
            this.Length1_trackBar.Location = new System.Drawing.Point(74, 21);
            this.Length1_trackBar.Maximum = 255;
            this.Length1_trackBar.Minimum = 1;
            this.Length1_trackBar.Name = "Length1_trackBar";
            this.Length1_trackBar.Size = new System.Drawing.Size(363, 45);
            this.Length1_trackBar.TabIndex = 52;
            this.Length1_trackBar.TickFrequency = 5;
            this.Length1_trackBar.Value = 1;
            this.Length1_trackBar.ValueChanged += new System.EventHandler(this.Length1_trackBar_ValueChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(14, 72);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(44, 12);
            this.label1.TabIndex = 63;
            this.label1.Text = "Length2";
            // 
            // Sigma_trackBar
            // 
            this.Sigma_trackBar.Location = new System.Drawing.Point(74, 123);
            this.Sigma_trackBar.Maximum = 32;
            this.Sigma_trackBar.Minimum = 1;
            this.Sigma_trackBar.Name = "Sigma_trackBar";
            this.Sigma_trackBar.Size = new System.Drawing.Size(363, 45);
            this.Sigma_trackBar.TabIndex = 53;
            this.Sigma_trackBar.Value = 1;
            this.Sigma_trackBar.ValueChanged += new System.EventHandler(this.Sigma_trackBar_ValueChanged);
            // 
            // Length2
            // 
            this.Length2.Location = new System.Drawing.Point(16, 95);
            this.Length2.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.Length2.Name = "Length2";
            this.Length2.Size = new System.Drawing.Size(52, 22);
            this.Length2.TabIndex = 62;
            this.Length2.ValueChanged += new System.EventHandler(this.Length2_ValueChanged);
            // 
            // Threshold_trackBar
            // 
            this.Threshold_trackBar.Location = new System.Drawing.Point(74, 174);
            this.Threshold_trackBar.Maximum = 255;
            this.Threshold_trackBar.Name = "Threshold_trackBar";
            this.Threshold_trackBar.Size = new System.Drawing.Size(363, 45);
            this.Threshold_trackBar.TabIndex = 54;
            this.Threshold_trackBar.TickFrequency = 5;
            this.Threshold_trackBar.ValueChanged += new System.EventHandler(this.Threshold_trackBar_ValueChanged);
            // 
            // Length2_trackBar
            // 
            this.Length2_trackBar.Location = new System.Drawing.Point(74, 72);
            this.Length2_trackBar.Maximum = 255;
            this.Length2_trackBar.Name = "Length2_trackBar";
            this.Length2_trackBar.Size = new System.Drawing.Size(363, 45);
            this.Length2_trackBar.TabIndex = 61;
            this.Length2_trackBar.TickFrequency = 5;
            this.Length2_trackBar.ValueChanged += new System.EventHandler(this.Length2_trackBar_ValueChanged);
            // 
            // Length1
            // 
            this.Length1.Location = new System.Drawing.Point(16, 44);
            this.Length1.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.Length1.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Length1.Name = "Length1";
            this.Length1.Size = new System.Drawing.Size(52, 22);
            this.Length1.TabIndex = 55;
            this.Length1.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Length1.ValueChanged += new System.EventHandler(this.Length1_ValueChanged);
            // 
            // ROIWeight_label
            // 
            this.ROIWeight_label.AutoSize = true;
            this.ROIWeight_label.Location = new System.Drawing.Point(14, 174);
            this.ROIWeight_label.Name = "ROIWeight_label";
            this.ROIWeight_label.Size = new System.Drawing.Size(52, 12);
            this.ROIWeight_label.TabIndex = 60;
            this.ROIWeight_label.Text = "Threshold";
            // 
            // Sigma
            // 
            this.Sigma.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.Sigma.Location = new System.Drawing.Point(16, 146);
            this.Sigma.Maximum = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.Sigma.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Sigma.Name = "Sigma";
            this.Sigma.Size = new System.Drawing.Size(52, 22);
            this.Sigma.TabIndex = 56;
            this.Sigma.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Sigma.ValueChanged += new System.EventHandler(this.Sigma_ValueChanged);
            // 
            // Sigma_label
            // 
            this.Sigma_label.AutoSize = true;
            this.Sigma_label.Location = new System.Drawing.Point(14, 123);
            this.Sigma_label.Name = "Sigma_label";
            this.Sigma_label.Size = new System.Drawing.Size(34, 12);
            this.Sigma_label.TabIndex = 59;
            this.Sigma_label.Text = "Sigma";
            // 
            // Threshold
            // 
            this.Threshold.Location = new System.Drawing.Point(16, 197);
            this.Threshold.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.Threshold.Name = "Threshold";
            this.Threshold.Size = new System.Drawing.Size(52, 22);
            this.Threshold.TabIndex = 57;
            this.Threshold.ValueChanged += new System.EventHandler(this.Threshold_ValueChanged);
            // 
            // Leangth1
            // 
            this.Leangth1.AutoSize = true;
            this.Leangth1.Location = new System.Drawing.Point(14, 21);
            this.Leangth1.Name = "Leangth1";
            this.Leangth1.Size = new System.Drawing.Size(44, 12);
            this.Leangth1.TabIndex = 58;
            this.Leangth1.Text = "Length1";
            // 
            // Page_result
            // 
            this.Page_result.Location = new System.Drawing.Point(4, 22);
            this.Page_result.Name = "Page_result";
            this.Page_result.Padding = new System.Windows.Forms.Padding(3);
            this.Page_result.Size = new System.Drawing.Size(455, 654);
            this.Page_result.TabIndex = 1;
            this.Page_result.Text = "測量結果";
            this.Page_result.UseVisualStyleBackColor = true;
            // 
            // OK
            // 
            this.OK.Image = ((System.Drawing.Image)(resources.GetObject("OK.Image")));
            this.OK.Location = new System.Drawing.Point(64, 18);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(46, 45);
            this.OK.TabIndex = 10;
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // DrawROI_button
            // 
            this.DrawROI_button.Image = ((System.Drawing.Image)(resources.GetObject("DrawROI_button.Image")));
            this.DrawROI_button.Location = new System.Drawing.Point(12, 18);
            this.DrawROI_button.Name = "DrawROI_button";
            this.DrawROI_button.Size = new System.Drawing.Size(46, 45);
            this.DrawROI_button.TabIndex = 9;
            this.DrawROI_button.UseVisualStyleBackColor = true;
            this.DrawROI_button.Click += new System.EventHandler(this.DrawROI_button_Click);
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(12, 69);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(715, 625);
            this.toolWindow.TabIndex = 8;
            this.toolWindow.WindowImage = imageBase1;
            // 
            // Measure_2D_Circle
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1211, 717);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.OK);
            this.Controls.Add(this.DrawROI_button);
            this.Controls.Add(this.toolWindow);
            this.Name = "Measure_2D_Circle";
            this.Text = "Measure_2D_Circle";
            this.Activated += new System.EventHandler(this.Measure_2D_Circle_Activated);
            this.tabControl1.ResumeLayout(false);
            this.Page_2DMeasure.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Length1_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Threshold_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length2_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Length1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Threshold)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TheVerticalLine));
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            ST_Base.ImageBase imageBase2 = new ST_Base.ImageBase();
            this.tabControl4 = new System.Windows.Forms.TabControl();
            this.set = new System.Windows.Forms.TabPage();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.whichpoint2 = new System.Windows.Forms.ComboBox();
            this.gen_result = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.whichpoint1 = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.whichpicture = new System.Windows.Forms.ComboBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.result = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.toolWindow1 = new ToolWindow.ToolWindow();
            this.OK = new System.Windows.Forms.Button();
            this.tabControl4.SuspendLayout();
            this.set.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.result.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl4
            // 
            this.tabControl4.Controls.Add(this.set);
            this.tabControl4.Controls.Add(this.result);
            this.tabControl4.Location = new System.Drawing.Point(12, 63);
            this.tabControl4.Name = "tabControl4";
            this.tabControl4.SelectedIndex = 0;
            this.tabControl4.Size = new System.Drawing.Size(860, 697);
            this.tabControl4.TabIndex = 19;
            // 
            // set
            // 
            this.set.Controls.Add(this.groupBox5);
            this.set.Controls.Add(this.gen_result);
            this.set.Controls.Add(this.groupBox4);
            this.set.Controls.Add(this.groupBox1);
            this.set.Controls.Add(this.groupBox2);
            this.set.Location = new System.Drawing.Point(4, 22);
            this.set.Name = "set";
            this.set.Padding = new System.Windows.Forms.Padding(3);
            this.set.Size = new System.Drawing.Size(852, 671);
            this.set.TabIndex = 0;
            this.set.Text = "設定";
            this.set.UseVisualStyleBackColor = true;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.whichpoint2);
            this.groupBox5.Location = new System.Drawing.Point(669, 133);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(171, 53);
            this.groupBox5.TabIndex = 65;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "點選擇(P2)";
            // 
            // whichpoint2
            // 
            this.whichpoint2.FormattingEnabled = true;
            this.whichpoint2.Location = new System.Drawing.Point(6, 21);
            this.whichpoint2.Name = "whichpoint2";
            this.whichpoint2.Size = new System.Drawing.Size(121, 20);
            this.whichpoint2.TabIndex = 61;
            this.whichpoint2.SelectedValueChanged += new System.EventHandler(this.whichpoint2_SelectedValueChanged);
            // 
            // gen_result
            // 
            this.gen_result.Image = ((System.Drawing.Image)(resources.GetObject("gen_result.Image")));
            this.gen_result.Location = new System.Drawing.Point(800, 620);
            this.gen_result.Name = "gen_result";
            this.gen_result.Size = new System.Drawing.Size(46, 45);
            this.gen_result.TabIndex = 21;
            this.gen_result.UseVisualStyleBackColor = true;
            this.gen_result.Click += new System.EventHandler(this.gen_result_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.whichpoint1);
            this.groupBox4.Location = new System.Drawing.Point(669, 74);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(171, 53);
            this.groupBox4.TabIndex = 64;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "點選擇(P1)";
            // 
            // whichpoint1
            // 
            this.whichpoint1.FormattingEnabled = true;
            this.whichpoint1.Location = new System.Drawing.Point(6, 21);
            this.whichpoint1.Name = "whichpoint1";
            this.whichpoint1.Size = new System.Drawing.Size(121, 20);
            this.whichpoint1.TabIndex = 61;
            this.whichpoint1.SelectedValueChanged += new System.EventHandler(this.whichpoint_SelectedValueChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.whichpicture);
            this.groupBox1.Location = new System.Drawing.Point(669, 15);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(171, 53);
            this.groupBox1.TabIndex = 63;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "影像選擇";
            // 
            // whichpicture
            // 
            this.whichpicture.FormattingEnabled = true;
            this.whichpicture.Location = new System.Drawing.Point(6, 21);
            this.whichpicture.Name = "whichpicture";
            this.whichpicture.Size = new System.Drawing.Size(121, 20);
            this.whichpicture.TabIndex = 61;
            this.whichpicture.SelectedValueChanged += new System.EventHandler(this.whichpicture_SelectedValueChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.toolWindow);
            this.groupBox2.Location = new System.Drawing.Point(6, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(657, 659);
            this.groupBox2.TabIndex = 60;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "影像";
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(6, 20);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(645, 616);
            this.toolWindow.TabIndex = 5;
            this.toolWindow.WindowImage = imageBase1;
            // 
            // result
            // 
            this.result.Controls.Add(this.groupBox3);
            this.result.Location = new System.Drawing.Point(4, 22);
            this.result.Name = "result";
            this.result.Padding = new System.Windows.Forms.Padding(3);
            this.result.Size = new System.Drawing.Size(852, 671);
            this.result.TabIndex = 1;
            this.result.Text = "結果";
            this.result.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.toolWindow1);
            this.groupBox3.Location = new System.Drawing.Point(6, 6);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(657, 659);
            this.groupBox3.TabIndex = 61;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "影像";
            // 
            // toolWindow1
            // 
            this.toolWindow1.Location = new System.Drawing.Point(6, 20);
            this.toolWindow1.Name = "toolWindow1";
            this.toolWindow1.Size = new System.Drawing.Size(645, 616);
            this.toolWindow1.TabIndex = 5;
            this.toolWindow1.WindowImage = imageBase2;
            // 
            // OK
            // 
            this.OK.Image = ((System.Drawing.Image)(resources.GetObject("OK.Image")));
            this.OK.Location = new System.Drawing.Point(12, 12);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(46, 45);
            this.OK.TabIndex = 20;
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // TheVerticalLine
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(886, 774);
            this.Controls.Add(this.tabControl4);
            this.Controls.Add(this.OK);
            this.Name = "TheVerticalLine";
            this.Text = "TheVerticalLine";
            this.Activated += new System.EventHandler(this.TheVerticalLine_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TheVerticalLine_FormClosing);
            this.tabControl4.ResumeLayout(false);
            this.set.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.result.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Measure_1D));
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.Page_1DMeasure = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.TransitionBox = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.SelectBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.parameter = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.Eage_num = new System.Windows.Forms.NumericUpDown();
            this.ROIWeight_label = new System.Windows.Forms.Label();
            this.Sigma_label = new System.Windows.Forms.Label();
            this.最大Eage_label = new System.Windows.Forms.Label();
            this.ROIWeight = new System.Windows.Forms.NumericUpDown();
            this.sigma = new System.Windows.Forms.NumericUpDown();
            this.MaxEdge = new System.Windows.Forms.NumericUpDown();
            this.ROIWeight_trackBar = new System.Windows.Forms.TrackBar();
            this.Sigma_trackBar = new System.Windows.Forms.TrackBar();
            this.MaxEage_trackBar = new System.Windows.Forms.TrackBar();
            this.EageWindow = new HalconDotNet.HWindowControl();
            this.Page_result = new System.Windows.Forms.TabPage();
            this.result_list = new System.Windows.Forms.ListView();
            this.DrawROI_button = new System.Windows.Forms.Button();
            this.OK = new System.Windows.Forms.Button();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.pairButton = new System.Windows.Forms.RadioButton();
            this.posButton = new System.Windows.Forms.RadioButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.whichpicture = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.Page_1DMeasure.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.parameter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Eage_num)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ROIWeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sigma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxEdge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ROIWeight_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma_trackBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxEage_trackBar)).BeginInit();
            this.Page_result.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.Page_1DMeasure);
            this.tabControl1.Controls.Add(this.Page_result);
            this.tabControl1.Location = new System.Drawing.Point(733, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(590, 675);
            this.tabControl1.TabIndex = 1;
            // 
            // Page_1DMeasure
            // 
            this.Page_1DMeasure.Controls.Add(this.groupBox1);
            this.Page_1DMeasure.Controls.Add(this.parameter);
            this.Page_1DMeasure.Location = new System.Drawing.Point(4, 22);
            this.Page_1DMeasure.Name = "Page_1DMeasure";
            this.Page_1DMeasure.Padding = new System.Windows.Forms.Padding(3);
            this.Page_1DMeasure.Size = new System.Drawing.Size(582, 649);
            this.Page_1DMeasure.TabIndex = 0;
            this.Page_1DMeasure.Text = "1維測量";
            this.Page_1DMeasure.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.TransitionBox);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.SelectBox);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(6, 256);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(556, 92);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "邊緣選擇";
            // 
            // TransitionBox
            // 
            this.TransitionBox.FormattingEnabled = true;
            this.TransitionBox.Location = new System.Drawing.Point(207, 56);
            this.TransitionBox.Name = "TransitionBox";
            this.TransitionBox.Size = new System.Drawing.Size(121, 20);
            this.TransitionBox.TabIndex = 57;
            this.TransitionBox.SelectedIndexChanged += new System.EventHandler(this.TransitionBox_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(149, 59);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(52, 12);
            this.label3.TabIndex = 56;
            this.label3.Text = "Transition";
            // 
            // SelectBox
            // 
            this.SelectBox.FormattingEnabled = true;
            this.SelectBox.Location = new System.Drawing.Point(207, 21);
            this.SelectBox.Name = "SelectBox";
            this.SelectBox.Size = new System.Drawing.Size(121, 20);
            this.SelectBox.TabIndex = 55;
            this.SelectBox.SelectedIndexChanged += new System.EventHandler(this.SelectBox_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(172, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 54;
            this.label2.Text = "位置";
            // 
            // parameter
            // 
            this.parameter.Controls.Add(this.label1);
            this.parameter.Controls.Add(this.Eage_num);
            this.parameter.Controls.Add(this.ROIWeight_label);
            this.parameter.Controls.Add(this.Sigma_label);
            this.parameter.Controls.Add(this.最大Eage_label);
            this.parameter.Controls.Add(this.ROIWeight);
            this.parameter.Controls.Add(this.sigma);
            this.parameter.Controls.Add(this.MaxEdge);
            this.parameter.Controls.Add(this.ROIWeight_trackBar);
            this.parameter.Controls.Add(this.Sigma_trackBar);
            this.parameter.Controls.Add(this.MaxEage_trackBar);
            this.parameter.Controls.Add(this.EageWindow);
            this.parameter.Location = new System.Drawing.Point(6, 6);
            this.parameter.Name = "parameter";
            this.parameter.Size = new System.Drawing.Size(556, 244);
            this.parameter.TabIndex = 1;
            this.parameter.TabStop = false;
            this.parameter.Text = "邊緣量測參數";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 44);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 53;
            this.label1.Text = "邊緣序號";
            // 
            // Eage_num
            // 
            this.Eage_num.Location = new System.Drawing.Point(65, 34);
            this.Eage_num.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.Eage_num.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Eage_num.Name = "Eage_num";
            this.Eage_num.Size = new System.Drawing.Size(52, 22);
            this.Eage_num.TabIndex = 52;
            this.Eage_num.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.Eage_num.ValueChanged += new System.EventHandler(this.Eage_num_ValueChanged);
            // 
            // ROIWeight_label
            // 
            this.ROIWeight_label.AutoSize = true;
            this.ROIWeight_label.Location = new System.Drawing.Point(230, 181);
            this.ROIWeight_label.Name = "ROIWeight_label";
            this.ROIWeight_label.Size = new System.Drawing.Size(59, 12);
            this.ROIWeight_label.TabIndex = 51;
            this.ROIWeight_label.Text = "ROIWeight";
            // 
            // Sigma_label
            // 
            this.Sigma_label.AutoSize = true;
            this.Sigma_label.Location = new System.Drawing.Point(230, 118);
            this.Sigma_label.Name = "Sigma_label";
            this.Sigma_label.Size = new System.Drawing.Size(34, 12);
            this.Sigma_label.TabIndex = 50;
            this.Sigma_label.Text = "Sigma";
            // 
            // 最大Eage_label
            // 
            this.最大Eage_label.AutoSize = true;
            this.最大Eage_label.Location = new System.Drawing.Point(230, 62);
            this.最大Eage_label.Name = "最大Eage_label";
            this.最大Eage_label.Size = new System.Drawing.Size(52, 12);
            this.最大Eage_label.TabIndex = 49;
            this.最大Eage_label.Text = "最大Eage";
            // 
            // ROIWeight
            // 
            this.ROIWeight.Location = new System.Drawing.Point(232, 204);
            this.ROIWeight.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.ROIWeight.Name = "ROIWeight";
            this.ROIWeight.Size = new System.Drawing.Size(52, 22);
            this.ROIWeight.TabIndex = 48;
            this.ROIWeight.ValueChanged += new System.EventHandler(this.ROIWeight_ValueChanged);
            // 
            // sigma
            // 
            this.sigma.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.sigma.Location = new System.Drawing.Point(232, 141);
            this.sigma.Maximum = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.sigma.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.sigma.Name = "sigma";
            this.sigma.Size = new System.Drawing.Size(52, 22);
            this.sigma.TabIndex = 47;
            this.sigma.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.sigma.ValueChanged += new System.EventHandler(this.sigma_ValueChanged);
            // 
            // MaxEdge
            // 
            this.MaxEdge.Location = new System.Drawing.Point(232, 85);
            this.MaxEdge.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.MaxEdge.Name = "MaxEdge";
            this.MaxEdge.Size = new System.Drawing.Size(52, 22);
            this.MaxEdge.TabIndex = 46;
            this.MaxEdge.ValueChanged += new System.EventHandler(this.MaxEdge_ValueChanged);
            // 
            // ROIWeight_trackBar
            // 
            this.ROIWeight_trackBar.Location = new System.Drawing.Point(290, 181);
            this.ROIWeight_trackBar.Maximum = 255;
            this.ROIWeight_trackBar.Name = "ROIWeight_trackBar";
            this.ROIWeight_trackBar.Size = new System.Drawing.Size(260, 45);
            this.ROIWeight_trackBar.TabIndex = 45;
            this.ROIWeight_trackBar.TickFrequency = 5;
            this.ROIWeight_trackBar.ValueChanged += new System.EventHandler(this.ROIWeight_trackBar_ValueChanged);
            // 
            // Sigma_trackBar
            // 
            this.Sigma_trackBar.Location = new System.Drawing.Point(290, 118);
            this.Sigma_trackBar.Maximum = 32;
            this.Sigma_trackBar.Minimum = 1;
            this.Sigma_trackBar.Name = "Sigma_trackBar";
            this.Sigma_trackBar.Size = new System.Drawing.Size(260, 45);
            this.Sigma_trackBar.TabIndex = 44;
            this.Sigma_trackBar.Value = 1;
            this.Sigma_trackBar.ValueChanged += new System.EventHandler(this.Sigma_trackBar_ValueChanged);
            // 
            // MaxEage_trackBar
            // 
            this.MaxEage_trackBar.Location = new System.Drawing.Point(290, 62);
            this.MaxEage_trackBar.Maximum = 255;
            this.MaxEage_trackBar.Name = "MaxEage_trackBar";
            this.MaxEage_trackBar.Size = new System.Drawing.Size(260, 45);
            this.MaxEage_trackBar.TabIndex = 43;
            this.MaxEage_trackBar.TickFrequency = 5;
            this.MaxEage_trackBar.ValueChanged += new System.EventHandler(this.MaxEage_trackBar_ValueChanged);
            // 
            // EageWindow
            // 
            this.EageWindow.BackColor = System.Drawing.Color.Black;
            this.EageWindow.BorderColor = System.Drawing.Color.Black;
            this.EageWindow.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
            this.EageWindow.Location = new System.Drawing.Point(8, 62);
            this.EageWindow.Name = "EageWindow";
            this.EageWindow.Size = new System.Drawing.Size(218, 164);
            this.EageWindow.TabIndex = 0;
            this.EageWindow.WindowSize = new System.Drawing.Size(218, 164);
            // 
            // Page_result
            // 
            this.Page_result.Controls.Add(this.result_list);
            this.Page_result.Location = new System.Drawing.Point(4, 22);
            this.Page_result.Name = "Page_result";
            this.Page_result.Padding = new System.Windows.Forms.Padding(3);
            this.Page_result.Size = new System.Drawing.Size(582, 649);
            this.Page_result.TabIndex = 1;
            this.Page_result.Text = "測量結果";
            this.Page_result.UseVisualStyleBackColor = true;
            // 
            // result_list
            // 
            this.result_list.Activation = System.Windows.Forms.ItemActivation.TwoClick;
            this.result_list.GridLines = true;
            this.result_list.LabelEdit = true;
            this.result_list.Location = new System.Drawing.Point(6, 6);
            this.result_list.Name = "result_list";
            this.result_list.Size = new System.Drawing.Size(570, 637);
            this.result_list.TabIndex = 29;
            this.result_list.UseCompatibleStateImageBehavior = false;
            // 
            // DrawROI_button
            // 
            this.DrawROI_button.Image = ((System.Drawing.Image)(resources.GetObject("DrawROI_button.Image")));
            this.DrawROI_button.Location = new System.Drawing.Point(12, 11);
            this.DrawROI_button.Name = "DrawROI_button";
            this.DrawROI_button.Size = new System.Drawing.Size(46, 45);
            this.DrawROI_button.TabIndex = 3;
            this.DrawROI_button.UseVisualStyleBackColor = true;
            this.DrawROI_button.Click += new System.EventHandler(this.DrawROI_button_Click);
            // 
            // OK
            // 
            this.OK.Image = ((System.Drawing.Image)(resources.GetObject("OK.Image")));
            this.OK.Location = new System.Drawing.Point(64, 11);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(46, 45);
            this.OK.TabIndex = 4;
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(12, 62);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(715, 625);
            this.toolWindow.TabIndex = 2;
            this.toolWindow.WindowImage = imageBase1;
            // 
            // pairButton
            // 
            this.pairButton.AutoSize = true;
            this.pairButton.Location = new System.Drawing.Point(3, 23);
            this.pairButton.Name = "pairButton";
            this.pairButton.Size = new System.Drawing.Size(41, 16);
            this.pairButton.TabIndex = 6;
            this.pairButton.TabStop = true;
            this.pairButton.Text = "pair";
            this.pairButton.UseVisualStyleBackColor = true;
            this.pairButton.CheckedChanged += new System.EventHandler(this.pairButton_CheckedChanged);
            // 
            // posButton
            // 
            this.posButton.AutoSize = true;
            this.posButton.Location = new System.Drawing.Point(3, 3);
            this.posButton.Name = "posButton";
            this.posButton.Size = new System.Drawing.Size(39, 16);
            this.posButton.TabIndex = 7;
            this.posButton.TabStop = true;
            this.posButton.Text = "pos";
            this.posButton.UseVisualStyleBackColor = true;
            this.posButton.CheckedChanged += new System.EventHandler(this.posButton_CheckedChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.posButton);
            this.panel1.Controls.Add(this.pairButton);
            this.panel1.Location = new System.Drawing.Point(116, 11);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(51, 45);
            this.panel1.TabIndex = 8;
            // 
            // whichpicture
            // 
            this.whichpicture.FormattingEnabled = true;
            this.whichpicture.Location = new System.Drawing.Point(606, 36);
            this.whichpicture.Name = "whichpicture";
            this.whichpicture.Size = new System.Drawing.Size(121, 20);
            this.whichpicture.TabIndex = 56;
            this.whichpicture.SelectedValueChanged += new System.EventHandler(this.whichpicture_SelectedValueChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(604, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 57;
            this.label4.Text = "影像選擇";
            // 
            // Measure_1D
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1335, 696);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.whichpicture);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.OK);
            this.Controls.Add(this.DrawROI_button);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolWindow);
            this.Name = "Measure_1D";
            this.Text = "Measure_1D";
            this.Activated += new System.EventHandler(this.Measure_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Measure_1D_FormClosing);
            this.tabControl1.ResumeLayout(false);
            this.Page_1DMeasure.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.parameter.ResumeLayout(false);
            this.parameter.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Eage_num)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ROIWeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sigma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxEdge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ROIWeight_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Sigma_trackBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaxEage_trackBar)).EndInit();
            this.Page_result.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            ST_Base.ImageBase imageBase2 = new ST_Base.ImageBase();
            ST_Base.ImageBase imageBase3 = new ST_Base.ImageBase();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateMatchingModel));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label14 = new System.Windows.Forms.Label();
            this.whichpicture = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.ShapeModel = new System.Windows.Forms.Button();
            this.setROI = new System.Windows.Forms.Button();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.Find_MaxOverLap = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.Find_Greediness = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.Find_Default = new System.Windows.Forms.Button();
            this.Find_AngleExtent = new System.Windows.Forms.TextBox();
            this.Find_NumLevels = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.Find_AngleStart = new System.Windows.Forms.TextBox();
            this.Find_NumMatch = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.Find_MinScore = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.Create_Default = new System.Windows.Forms.Button();
            this.Create_AngleStart = new System.Windows.Forms.TextBox();
            this.Create_MinContrast = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.Create_NumLevels = new System.Windows.Forms.TextBox();
            this.Create_Contrast = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.Create_AngleExtent = new System.Windows.Forms.TextBox();
            this.Test = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.toolWindow1 = new ToolWindow.ToolWindow();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.toolWindow2 = new ToolWindow.ToolWindow();
            this.label1 = new System.Windows.Forms.Label();
            this.ResultData = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OK = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ResultData)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(12, 63);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(976, 801);
            this.tabControl1.TabIndex = 2;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label14);
            this.tabPage1.Controls.Add(this.whichpicture);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(968, 775);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "影像設定";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(669, 26);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(53, 12);
            this.label14.TabIndex = 59;
            this.label14.Text = "影像選擇";
            // 
            // whichpicture
            // 
            this.whichpicture.FormattingEnabled = true;
            this.whichpicture.Location = new System.Drawing.Point(671, 44);
            this.whichpicture.Name = "whichpicture";
            this.whichpicture.Size = new System.Drawing.Size(121, 20);
            this.whichpicture.TabIndex = 58;
            this.whichpicture.SelectedValueChanged += new System.EventHandler(this.whichpicture_SelectedValueChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.toolWindow);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(657, 659);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "影像";
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(6, 20);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(645, 616);
            this.toolWindow.TabIndex = 5;
            this.toolWindow.WindowImage = imageBase1;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.ShapeModel);
            this.tabPage2.Controls.Add(this.setROI);
            this.tabPage2.Controls.Add(this.groupBox5);
            this.tabPage2.Controls.Add(this.groupBox4);
            this.tabPage2.Controls.Add(this.Test);
            this.tabPage2.Controls.Add(this.groupBox2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(968, 775);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "定位設定";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // ShapeModel
            // 
            this.ShapeModel.Location = new System.Drawing.Point(678, 6);
            this.ShapeModel.Name = "ShapeModel";
            this.ShapeModel.Size = new System.Drawing.Size(128, 69);
            this.ShapeModel.TabIndex = 27;
            this.ShapeModel.Text = "載入模板影像";
            this.ShapeModel.UseVisualStyleBackColor = true;
            this.ShapeModel.Click += new System.EventHandler(this.ShapeModel_Click);
            // 
            // setROI
            // 
            this.setROI.Location = new System.Drawing.Point(818, 6);
            this.setROI.Name = "setROI";
            this.setROI.Size = new System.Drawing.Size(128, 69);
            this.setROI.TabIndex = 26;
            this.setROI.Text = "設定ROI";
            this.setROI.UseVisualStyleBackColor = true;
            this.setROI.Click += new System.EventHandler(this.setROI_Click);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.Find_MaxOverLap);
            this.groupBox5.Controls.Add(this.label13);
            this.groupBox5.Controls.Add(this.Find_Greediness);
            this.groupBox5.Controls.Add(this.label12);
            this.groupBox5.Controls.Add(this.Find_Default);
            this.groupBox5.Controls.Add(this.Find_AngleExtent);
            this.groupBox5.Controls.Add(this.Find_NumLevels);
            this.groupBox5.Controls.Add(this.label7);
            this.groupBox5.Controls.Add(this.label11);
            this.groupBox5.Controls.Add(this.Find_AngleStart);
            this.groupBox5.Controls.Add(this.Find_NumMatch);
            this.groupBox5.Controls.Add(this.label8);
            this.groupBox5.Controls.Add(this.label10);
            this.groupBox5.Controls.Add(this.label9);
            this.groupBox5.Controls.Add(this.Find_MinScore);
            this.groupBox5.Location = new System.Drawing.Point(669, 265);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(293, 168);
            this.groupBox5.TabIndex = 25;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "匹配參數(Find)";
            // 
            // Find_MaxOverLap
            // 
            this.Find_MaxOverLap.ForeColor = System.Drawing.SystemColors.WindowText;
            this.Find_MaxOverLap.Location = new System.Drawing.Point(77, 85);
            this.Find_MaxOverLap.Name = "Find_MaxOverLap";
            this.Find_MaxOverLap.Size = new System.Drawing.Size(26, 22);
            this.Find_MaxOverLap.TabIndex = 30;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label13.Location = new System.Drawing.Point(6, 92);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(73, 15);
            this.label13.TabIndex = 29;
            this.label13.Text = "MaxOverLap";
            // 
            // Find_Greediness
            // 
            this.Find_Greediness.Location = new System.Drawing.Point(250, 15);
            this.Find_Greediness.Name = "Find_Greediness";
            this.Find_Greediness.Size = new System.Drawing.Size(29, 22);
            this.Find_Greediness.TabIndex = 28;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label12.Location = new System.Drawing.Point(171, 20);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(64, 15);
            this.label12.TabIndex = 26;
            this.label12.Text = "Greediness";
            // 
            // Find_Default
            // 
            this.Find_Default.Location = new System.Drawing.Point(152, 135);
            this.Find_Default.Name = "Find_Default";
            this.Find_Default.Size = new System.Drawing.Size(62, 23);
            this.Find_Default.TabIndex = 24;
            this.Find_Default.Text = "預設值";
            this.Find_Default.UseVisualStyleBackColor = true;
            this.Find_Default.Click += new System.EventHandler(this.Find_Default_Click);
            // 
            // Find_AngleExtent
            // 
            this.Find_AngleExtent.Location = new System.Drawing.Point(77, 38);
            this.Find_AngleExtent.Name = "Find_AngleExtent";
            this.Find_AngleExtent.Size = new System.Drawing.Size(26, 22);
            this.Find_AngleExtent.TabIndex = 17;
            // 
            // Find_NumLevels
            // 
            this.Find_NumLevels.Location = new System.Drawing.Point(250, 65);
            this.Find_NumLevels.Name = "Find_NumLevels";
            this.Find_NumLevels.Size = new System.Drawing.Size(29, 22);
            this.Find_NumLevels.TabIndex = 23;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label7.Location = new System.Drawing.Point(6, 18);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(62, 15);
            this.label7.TabIndex = 14;
            this.label7.Text = "AngleStart";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label11.Location = new System.Drawing.Point(171, 70);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 15);
            this.label11.TabIndex = 22;
            this.label11.Text = "NumLevels";
            // 
            // Find_AngleStart
            // 
            this.Find_AngleStart.Location = new System.Drawing.Point(77, 13);
            this.Find_AngleStart.Name = "Find_AngleStart";
            this.Find_AngleStart.Size = new System.Drawing.Size(26, 22);
            this.Find_AngleStart.TabIndex = 15;
            // 
            // Find_NumMatch
            // 
            this.Find_NumMatch.Location = new System.Drawing.Point(250, 40);
            this.Find_NumMatch.Name = "Find_NumMatch";
            this.Find_NumMatch.Size = new System.Drawing.Size(29, 22);
            this.Find_NumMatch.TabIndex = 21;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label8.Location = new System.Drawing.Point(6, 43);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(70, 15);
            this.label8.TabIndex = 16;
            this.label8.Text = "AngleExtent";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label10.Location = new System.Drawing.Point(171, 45);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(66, 15);
            this.label10.TabIndex = 20;
            this.label10.Text = "NumMatch";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("微軟正黑體", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label9.Location = new System.Drawing.Point(6, 68);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(56, 15);
            this.label9.TabIndex = 18;
            this.label9.Text = "MinScore";
            // 
            // Find_MinScore
            // 
            this.Find_MinScore.Location = new System.Drawing.Point(77, 63);
            this.Find_MinScore.Name = "Find_MinScore";
            this.Find_MinScore.Size = new System.Drawing.Size(26, 22);
            this.Find_MinScore.TabIndex = 19;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.Create_Default);
            this.groupBox4.Controls.Add(this.Create_AngleStart);
            this.groupBox4.Controls.Add(this.Create_MinContrast);
            this.groupBox4.Controls.Add(this.label2);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Controls.Add(this.Create_NumLevels);
            this.groupBox4.Controls.Add(this.Create_Contrast);
            this.groupBox4.Controls.Add(this.label3);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.Create_AngleExtent);
            this.groupBox4.Location = new System.Drawing.Point(669, 81);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(293, 178);
            this.groupBox4.TabIndex = 6;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "建立匹配模板(Create)";
            // 
            // Create_Default
            // 
            this.Create_Default.Location = new System.Drawing.Point(215, 149);
            this.Create_Default.Name = "Create_Default";
            this.Create_Default.Size = new System.Drawing.Size(62, 23);
            this.Create_Default.TabIndex = 24;
            this.Create_Default.Text = "預設值";
            this.Create_Default.UseVisualStyleBackColor = true;
            this.Create_Default.Click += new System.EventHandler(this.Create_Default_Click);
            // 
            // Create_AngleStart
            // 
            this.Create_AngleStart.Location = new System.Drawing.Point(238, 38);
            this.Create_AngleStart.Name = "Create_AngleStart";
            this.Create_AngleStart.Size = new System.Drawing.Size(39, 22);
            this.Create_AngleStart.TabIndex = 17;
            // 
            // Create_MinContrast
            // 
            this.Create_MinContrast.Location = new System.Drawing.Point(238, 113);
            this.Create_MinContrast.Name = "Create_MinContrast";
            this.Create_MinContrast.Size = new System.Drawing.Size(39, 22);
            this.Create_MinContrast.TabIndex = 23;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label2.Location = new System.Drawing.Point(6, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(75, 17);
            this.label2.TabIndex = 14;
            this.label2.Text = "NumLevels";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label6.Location = new System.Drawing.Point(6, 113);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(85, 17);
            this.label6.TabIndex = 22;
            this.label6.Text = "MinContrast";
            // 
            // Create_NumLevels
            // 
            this.Create_NumLevels.Location = new System.Drawing.Point(238, 13);
            this.Create_NumLevels.Name = "Create_NumLevels";
            this.Create_NumLevels.Size = new System.Drawing.Size(39, 22);
            this.Create_NumLevels.TabIndex = 15;
            // 
            // Create_Contrast
            // 
            this.Create_Contrast.Location = new System.Drawing.Point(238, 88);
            this.Create_Contrast.Name = "Create_Contrast";
            this.Create_Contrast.Size = new System.Drawing.Size(39, 22);
            this.Create_Contrast.TabIndex = 21;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label3.Location = new System.Drawing.Point(6, 43);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(72, 17);
            this.label3.TabIndex = 16;
            this.label3.Text = "AngleStart";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label5.Location = new System.Drawing.Point(6, 93);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(61, 17);
            this.label5.TabIndex = 20;
            this.label5.Text = "Contrast";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.label4.Location = new System.Drawing.Point(6, 68);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(81, 17);
            this.label4.TabIndex = 18;
            this.label4.Text = "AngleExtent";
            // 
            // Create_AngleExtent
            // 
            this.Create_AngleExtent.Location = new System.Drawing.Point(238, 63);
            this.Create_AngleExtent.Name = "Create_AngleExtent";
            this.Create_AngleExtent.Size = new System.Drawing.Size(39, 22);
            this.Create_AngleExtent.TabIndex = 19;
            // 
            // Test
            // 
            this.Test.Location = new System.Drawing.Point(860, 549);
            this.Test.Name = "Test";
            this.Test.Size = new System.Drawing.Size(102, 44);
            this.Test.TabIndex = 4;
            this.Test.Text = "測試執行";
            this.Test.UseVisualStyleBackColor = true;
            this.Test.Click += new System.EventHandler(this.Test_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.toolWindow1);
            this.groupBox2.Location = new System.Drawing.Point(6, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(657, 650);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "影像";
            // 
            // toolWindow1
            // 
            this.toolWindow1.Location = new System.Drawing.Point(6, 20);
            this.toolWindow1.Name = "toolWindow1";
            this.toolWindow1.Size = new System.Drawing.Size(645, 616);
            this.toolWindow1.TabIndex = 5;
            this.toolWindow1.WindowImage = imageBase2;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.groupBox3);
            this.tabPage3.Controls.Add(this.label1);
            this.tabPage3.Controls.Add(this.ResultData);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(968, 775);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "定位結果";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.toolWindow2);
            this.groupBox3.Location = new System.Drawing.Point(6, 6);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(657, 642);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "影像";
            // 
            // toolWindow2
            // 
            this.toolWindow2.Location = new System.Drawing.Point(6, 20);
            this.toolWindow2.Name = "toolWindow2";
            this.toolWindow2.Size = new System.Drawing.Size(645, 616);
            this.toolWindow2.TabIndex = 5;
            this.toolWindow2.WindowImage = imageBase3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(10, 651);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "詳細結果";
            // 
            // ResultData
            // 
            this.ResultData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader;
            this.ResultData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
            this.ResultData.BackgroundColor = System.Drawing.Color.White;
            this.ResultData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.ResultData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4});
            this.ResultData.Location = new System.Drawing.Point(12, 663);
            this.ResultData.Name = "ResultData";
            this.ResultData.RowHeadersVisible = false;
            this.ResultData.RowTemplate.Height = 24;
            this.ResultData.Size = new System.Drawing.Size(690, 104);
            this.ResultData.TabIndex = 0;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "X";
            this.Column1.Name = "Column1";
            this.Column1.Width = 21;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Y";
            this.Column2.Name = "Column2";
            this.Column2.Width = 21;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "Angle";
            this.Column3.Name = "Column3";
            this.Column3.Width = 21;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "Score";
            this.Column4.Name = "Column4";
            this.Column4.Width = 21;
            // 
            // OK
            // 
            this.OK.Image = ((System.Drawing.Image)(resources.GetObject("OK.Image")));
            this.OK.Location = new System.Drawing.Point(12, 12);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(46, 45);
            this.OK.TabIndex = 5;
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // CreateMatchingModel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1000, 873);
            this.Controls.Add(this.OK);
            this.Controls.Add(this.tabControl1);
            this.Name = "CreateMatchingModel";
            this.Text = "CreateMatchingModel";
            this.Activated += new System.EventHandler(this.CreateMatchingModel_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateMatchingModel_FormClosing);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ResultData)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
        /// 這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CameraProcedure));
            this.toolWindow = new ToolWindow.ToolWindow();
            this.ProcedureTable = new System.Windows.Forms.DataGridView();
            this.PrcedureMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.插入程序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.相機ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.載入圖片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.一維測量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.二維量測LineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.二維量測ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.建立匹配ModelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.中垂線ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.兩點距離ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.刪除程序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.startButton = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.ProcedureTable)).BeginInit();
            this.PrcedureMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(3, 3);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(738, 717);
            this.toolWindow.TabIndex = 0;
            this.toolWindow.WindowImage = imageBase1;
            // 
            // ProcedureTable
            // 
            this.ProcedureTable.AllowUserToResizeColumns = false;
            this.ProcedureTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.ProcedureTable.Location = new System.Drawing.Point(747, 66);
            this.ProcedureTable.Name = "ProcedureTable";
            this.ProcedureTable.ReadOnly = true;
            this.ProcedureTable.RowTemplate.Height = 24;
            this.ProcedureTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.ProcedureTable.Size = new System.Drawing.Size(584, 654);
            this.ProcedureTable.TabIndex = 4;
            this.ProcedureTable.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ProcedureTable_CellContextMenuStripNeeded);
            this.ProcedureTable.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProcedureTable_CellDoubleClick);
            // 
            // PrcedureMenuStrip
            // 
            this.PrcedureMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.插入程序ToolStripMenuItem,
            this.刪除程序ToolStripMenuItem});
            this.PrcedureMenuStrip.Name = "PrcedureStrip";
            this.PrcedureMenuStrip.Size = new System.Drawing.Size(125, 48);
            // 
            // 插入程序ToolStripMenuItem
            // 
            this.插入程序ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.相機ToolStripMenuItem,
            this.載入圖片ToolStripMenuItem,
            this.一維測量ToolStripMenuItem,
            this.二維量測LineToolStripMenuItem,
            this.二維量測ToolStripMenuItem,
            this.建立匹配ModelToolStripMenuItem,
            this.中垂線ToolStripMenuItem,
            this.兩點距離ToolStripMenuItem});
            this.插入程序ToolStripMenuItem.Name = "插入程序ToolStripMenuItem";
            this.插入程序ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.插入程序ToolStripMenuItem.Text = "插入程序";
            // 
            // 相機ToolStripMenuItem
            // 
            this.相機ToolStripMenuItem.Name = "相機ToolStripMenuItem";
            this.相機ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.相機ToolStripMenuItem.Text = "相機";
            this.相機ToolStripMenuItem.Click += new System.EventHandler(this.相機ToolStripMenuItem_Click);
            // 
            // 載入圖片ToolStripMenuItem
            // 
            this.載入圖片ToolStripMenuItem.Name = "載入圖片ToolStripMenuItem";
            this.載入圖片ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.載入圖片ToolStripMenuItem.Text = "載入圖片";
            this.載入圖片ToolStripMenuItem.Click += new System.EventHandler(this.載入圖片ToolStripMenuItem_Click);
            // 
            // 一維測量ToolStripMenuItem
            // 
            this.一維測量ToolStripMenuItem.Name = "一維測量ToolStripMenuItem";
            this.一維測量ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.一維測量ToolStripMenuItem.Text = "一維測量";
            this.一維測量ToolStripMenuItem.Click += new System.EventHandler(this.一維測量ToolStripMenuItem_Click);
            // 
            // 二維量測LineToolStripMenuItem
            // 
            this.二維量測LineToolStripMenuItem.Name = "二維量測LineToolStripMenuItem";
            this.二維量測LineToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.二維量測LineToolStripMenuItem.Text = "二維量測_Line";
            this.二維量測LineToolStripMenuItem.Click += new System.EventHandler(this.二維量測LineToolStripMenuItem_Click);
            // 
            // 二維量測ToolStripMenuItem
            // 
            this.二維量測ToolStripMenuItem.Name = "二維量測ToolStripMenuItem";
            this.二維量測ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.二維量測ToolStripMenuItem.Text = "二維量測_Circle";
            this.二維量測ToolStripMenuItem.Click += new System.EventHandler(this.二維量測circleToolStripMenuItem_Click);
            // 
            // 建立匹配ModelToolStripMenuItem
            // 
            this.建立匹配ModelToolStripMenuItem.Name = "建立匹配ModelToolStripMenuItem";
            this.建立匹配ModelToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.建立匹配ModelToolStripMenuItem.Text = "建立匹配Model";
            this.建立匹配ModelToolStripMenuItem.Click += new System.EventHandler(this.建立匹配ModelToolStripMenuItem_Click);
            // 
            // 中垂線ToolStripMenuItem
            // 
            this.中垂線ToolStripMenuItem.Name = "中垂線ToolStripMenuItem";
            this.中垂線ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.中垂線ToolStripMenuItem.Text = "中垂線";
            this.中垂線ToolStripMenuItem.Click += new System.EventHandler(this.中垂線ToolStripMenuItem_Click);
            // 
            // 兩點距離ToolStripMenuItem
            // 
            this.兩點距離ToolStripMenuItem.Name = "兩點距離ToolStripMenuItem";
            this.兩點距離ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.兩點距離ToolStripMenuItem.Text = "點線距離";
            this.兩點距離ToolStripMenuItem.Click += new System.EventHandler(this.兩點距離ToolStripMenuItem_Click);
            // 
            // 刪除程序ToolStripMenuItem
            // 
            this.刪除程序ToolStripMenuItem.Name = "刪除程序ToolStripMenuItem";
            this.刪除程序ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.刪除程序ToolStripMenuItem.Text = "刪除程序";
            this.刪除程序ToolStripMenuItem.Click += new System.EventHandler(this.刪除程序ToolStripMenuItem_Click);
            // 
            // startButton
            // 
            this.startButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
            this.startButton.Location = new System.Drawing.Point(747, 0);
            this.startButton.Name = "startButton";
            this.startButton.Size = new System.Drawing.Size(60, 60);
            this.startButton.TabIndex = 10;
            this.startButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.startButton.UseVisualStyleBackColor = true;
            this.startButton.Click += new System.EventHandler(this.startButton_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(813, 21);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 22);
            this.textBox1.TabIndex = 11;
            // 
            // CameraProcedure
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.startButton);
            this.Controls.Add(this.ProcedureTable);
            this.Controls.Add(this.toolWindow);
            this.Name = "CameraProcedure";
            this.Size = new System.Drawing.Size(1342, 733);
            this.Load += new System.EventHandler(this.CameraProcedure_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ProcedureTable)).EndInit();
            this.PrcedureMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageFromCamera));
            ST_Base.ImageBase imageBase2 = new ST_Base.ImageBase();
            this.OK = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.最大Eage_label = new System.Windows.Forms.Label();
            this.Exposure = new System.Windows.Forms.NumericUpDown();
            this.Exposure_trackBar = new System.Windows.Forms.TrackBar();
            this.parameter = new System.Windows.Forms.GroupBox();
            this.CaptrueImageBotton = new System.Windows.Forms.Button();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Exposure)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Exposure_trackBar)).BeginInit();
            this.parameter.SuspendLayout();
            this.SuspendLayout();
            // 
            // OK
            // 
            this.OK.Image = ((System.Drawing.Image)(resources.GetObject("OK.Image")));
            this.OK.Location = new System.Drawing.Point(12, 12);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(46, 45);
            this.OK.TabIndex = 21;
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.toolWindow);
            this.groupBox2.Location = new System.Drawing.Point(12, 63);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(657, 659);
            this.groupBox2.TabIndex = 61;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "影像";
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(6, 20);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(645, 616);
            this.toolWindow.TabIndex = 5;
            this.toolWindow.WindowImage = imageBase2;
            // 
            // 最大Eage_label
            // 
            this.最大Eage_label.AutoSize = true;
            this.最大Eage_label.Location = new System.Drawing.Point(10, 21);
            this.最大Eage_label.Name = "最大Eage_label";
            this.最大Eage_label.Size = new System.Drawing.Size(53, 12);
            this.最大Eage_label.TabIndex = 49;
            this.最大Eage_label.Text = "曝光時間";
            // 
            // Exposure
            // 
            this.Exposure.Location = new System.Drawing.Point(12, 44);
            this.Exposure.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.Exposure.Name = "Exposure";
            this.Exposure.Size = new System.Drawing.Size(52, 22);
            this.Exposure.TabIndex = 46;
            this.Exposure.ValueChanged += new System.EventHandler(this.Exposure_ValueChanged);
            // 
            // Exposure_trackBar
            // 
            this.Exposure_trackBar.Location = new System.Drawing.Point(70, 21);
            this.Exposure_trackBar.Maximum = 255;
            this.Exposure_trackBar.Name = "Exposure_trackBar";
            this.Exposure_trackBar.Size = new System.Drawing.Size(183, 45);
            this.Exposure_trackBar.TabIndex = 43;
            this.Exposure_trackBar.TickFrequency = 5;
            this.Exposure_trackBar.ValueChanged += new System.EventHandler(this.Exposure_trackBar_ValueChanged);
            // 
            // parameter
            // 
            this.parameter.Controls.Add(this.最大Eage_label);
            this.parameter.Controls.Add(this.Exposure);
            this.parameter.Controls.Add(this.Exposure_trackBar);
            this.parameter.Location = new System.Drawing.Point(675, 114);
            this.parameter.Name = "parameter";
            this.parameter.Size = new System.Drawing.Size(267, 75);
            this.parameter.TabIndex = 62;
            this.parameter.TabStop = false;
            this.parameter.Text = "相機參數";
            // 
            // CaptrueImageBotton
            // 
            this.CaptrueImageBotton.Image = ((System.Drawing.Image)(resources.GetObject("CaptrueImageBotton.Image")));
            this.CaptrueImageBotton.Location = new System.Drawing.Point(675, 63);
            this.CaptrueImageBotton.Name = "CaptrueImageBotton";
            this.CaptrueImageBotton.Size = new System.Drawing.Size(46, 45);
            this.CaptrueImageBotton.TabIndex = 63;
            this.CaptrueImageBotton.UseVisualStyleBackColor = true;
            this.CaptrueImageBotton.Click += new System.EventHandler(this.CaptrueImageBotton_Click);
            // 
            // ImageFromCamera
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(970, 717);
            this.Controls.Add(this.CaptrueImageBotton);
            this.Controls.Add(this.parameter);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.OK);
            this.Name = "ImageFromCamera";
            this.Text = "ImageFromCamera";
            this.Activated += new System.EventHandler(this.ImageFromCamera_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageFromCamera_FormClosing);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Exposure)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Exposure_trackBar)).EndInit();
            this.parameter.ResumeLayout(false);
            this.parameter.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
        /// 這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            ST_Base.ImageBase imageBase1 = new ST_Base.ImageBase();
            ST_Base.RegionBase regionBase1 = new ST_Base.RegionBase();
            this.sT_LoadImage = new ST_LoadImage.ST_LoadImage();
            this.sT_Window = new ST_Window.ST_Window();
            this.circle_button = new System.Windows.Forms.Button();
            this.fit_button = new System.Windows.Forms.Button();
            this.Match_button = new System.Windows.Forms.Button();
            this.Measure_button = new System.Windows.Forms.Button();
            this.MatchingNMeasure_button = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // sT_LoadImage
            // 
            this.sT_LoadImage.Location = new System.Drawing.Point(12, 12);
            this.sT_LoadImage.Name = "sT_LoadImage";
            this.sT_LoadImage.Size = new System.Drawing.Size(75, 29);
            this.sT_LoadImage.TabIndex = 0;
            this.sT_LoadImage.Click += new System.EventHandler(this.sT_LoadImage_Click);
            // 
            // sT_Window
            // 
            this.sT_Window.Location = new System.Drawing.Point(12, 47);
            this.sT_Window.Name = "sT_Window";
            this.sT_Window.Size = new System.Drawing.Size(735, 649);
            this.sT_Window.TabIndex = 1;
            this.sT_Window.Window_Image = imageBase1;
            this.sT_Window.Window_Region = regionBase1;
            // 
            // circle_button
            // 
            this.circle_button.Location = new System.Drawing.Point(93, 12);
            this.circle_button.Name = "circle_button";
            this.circle_button.Size = new System.Drawing.Size(75, 29);
            this.circle_button.TabIndex = 2;
            this.circle_button.Text = "rec";
            this.circle_button.UseVisualStyleBackColor = true;
            this.circle_button.Click += new System.EventHandler(this.circle_button_Click);
            // 
            // fit_button
            // 
            this.fit_button.Location = new System.Drawing.Point(174, 12);
            this.fit_button.Name = "fit_button";
            this.fit_button.Size = new System.Drawing.Size(75, 29);
            this.fit_button.TabIndex = 3;
            this.fit_button.Text = "fit";
            this.fit_button.UseVisualStyleBackColor = true;
            this.fit_button.Click += new System.EventHandler(this.fit_button_Click);
            // 
            // Match_button
            // 
            this.Match_button.Location = new System.Drawing.Point(255, 12);
            this.Match_button.Name = "Match_button";
            this.Match_button.Size = new System.Drawing.Size(75, 29);
            this.Match_button.TabIndex = 4;
            this.Match_button.Text = "Match";
            this.Match_button.UseVisualStyleBackColor = true;
            this.Match_button.Click += new System.EventHandler(this.Match_button_Click);
            // 
            // Measure_button
            // 
            this.Measure_button.Location = new System.Drawing.Point(336, 12);
            this.Measure_button.Name = "Measure_button";
            this.Measure_button.Size = new System.Drawing.Size(75, 29);
            this.Measure_button.TabIndex = 5;
            this.Measure_button.Text = "Measure";
            this.Measure_button.UseVisualStyleBackColor = true;
            this.Measure_button.Click += new System.EventHandler(this.Measure_button_Click);
            // 
            // MatchingNMeasure_button
            // 
            this.MatchingNMeasure_button.Location = new System.Drawing.Point(417, 12);
            this.MatchingNMeasure_button.Name = "MatchingNMeasure_button";
            this.MatchingNMeasure_button.Size = new System.Drawing.Size(106, 29);
            this.MatchingNMeasure_button.TabIndex = 6;
            this.MatchingNMeasure_button.Text = "Matching&Measure";
            this.MatchingNMeasure_button.UseVisualStyleBackColor = true;
            this.MatchingNMeasure_button.Click += new System.EventHandler(this.MatchingNMeasure_button_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(765, 708);
            this.Controls.Add(this.MatchingNMeasure_button);
            this.Controls.Add(this.Measure_button);
            this.Controls.Add(this.Match_button);
            this.Controls.Add(this.fit_button);
            this.Controls.Add(this.circle_button);
            this.Controls.Add(this.sT_Window);
            this.Controls.Add(this.sT_LoadImage);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
        /// 這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ST_Base.ImageBase imageBase2 = new ST_Base.ImageBase();
            this.ProcedureTable = new System.Windows.Forms.DataGridView();
            this.MainWindowObjectTable = new System.Windows.Forms.DataGridView();
            this.PrcedureMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.插入程序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.載入圖片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.一維測量ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.建立匹配ModelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.刪除程序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.Object = new System.Windows.Forms.Label();
            this.Procedure = new System.Windows.Forms.Label();
            this.ObjectMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.ObjectXY = new System.Windows.Forms.Label();
            this.ProcedureXY = new System.Windows.Forms.Label();
            this.DO = new System.Windows.Forms.Button();
            this.toolWindow = new ToolWindow.ToolWindow();
            this.mainTabControl = new System.Windows.Forms.TabControl();
            this.Camera_1 = new System.Windows.Forms.TabPage();
            this.Camera_2 = new System.Windows.Forms.TabPage();
            this.Camera_3 = new System.Windows.Forms.TabPage();
            this.Camera_4 = new System.Windows.Forms.TabPage();
            ((System.ComponentModel.ISupportInitialize)(this.ProcedureTable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MainWindowObjectTable)).BeginInit();
            this.PrcedureMenuStrip.SuspendLayout();
            this.ObjectMenuStrip.SuspendLayout();
            this.mainTabControl.SuspendLayout();
            this.Camera_1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ProcedureTable
            // 
            this.ProcedureTable.AllowUserToResizeColumns = false;
            this.ProcedureTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.ProcedureTable.Location = new System.Drawing.Point(968, 25);
            this.ProcedureTable.Name = "ProcedureTable";
            this.ProcedureTable.ReadOnly = true;
            this.ProcedureTable.RowTemplate.Height = 24;
            this.ProcedureTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.ProcedureTable.Size = new System.Drawing.Size(584, 669);
            this.ProcedureTable.TabIndex = 1;
            this.ProcedureTable.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.ProcedureTable_CellContextMenuStripNeeded);
            this.ProcedureTable.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProcedureTable_CellDoubleClick);
            this.ProcedureTable.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ProcedureTable_CellMouseMove);
            // 
            // MainWindowObjectTable
            // 
            this.MainWindowObjectTable.AllowUserToResizeColumns = false;
            this.MainWindowObjectTable.AllowUserToResizeRows = false;
            this.MainWindowObjectTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.MainWindowObjectTable.Location = new System.Drawing.Point(813, 25);
            this.MainWindowObjectTable.Name = "MainWindowObjectTable";
            this.MainWindowObjectTable.ReadOnly = true;
            this.MainWindowObjectTable.RowTemplate.Height = 24;
            this.MainWindowObjectTable.Size = new System.Drawing.Size(151, 669);
            this.MainWindowObjectTable.TabIndex = 2;
            this.MainWindowObjectTable.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.MainWindowObjectTable_CellContextMenuStripNeeded);
            this.MainWindowObjectTable.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.MainWindowObjectTable_CellDoubleClick);
            this.MainWindowObjectTable.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.MainWindowObjectTable_CellMouseMove);
            // 
            // PrcedureMenuStrip
            // 
            this.PrcedureMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.插入程序ToolStripMenuItem,
            this.刪除程序ToolStripMenuItem});
            this.PrcedureMenuStrip.Name = "PrcedureStrip";
            this.PrcedureMenuStrip.Size = new System.Drawing.Size(125, 48);
            // 
            // 插入程序ToolStripMenuItem
            // 
            this.插入程序ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.載入圖片ToolStripMenuItem,
            this.一維測量ToolStripMenuItem,
            this.建立匹配ModelToolStripMenuItem});
            this.插入程序ToolStripMenuItem.Name = "插入程序ToolStripMenuItem";
            this.插入程序ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.插入程序ToolStripMenuItem.Text = "插入程序";
            // 
            // 載入圖片ToolStripMenuItem
            // 
            this.載入圖片ToolStripMenuItem.Name = "載入圖片ToolStripMenuItem";
            this.載入圖片ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.載入圖片ToolStripMenuItem.Text = "載入圖片";
            this.載入圖片ToolStripMenuItem.Click += new System.EventHandler(this.載入圖片ToolStripMenuItem_Click);
            // 
            // 一維測量ToolStripMenuItem
            // 
            this.一維測量ToolStripMenuItem.Name = "一維測量ToolStripMenuItem";
            this.一維測量ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.一維測量ToolStripMenuItem.Text = "一維測量";
            this.一維測量ToolStripMenuItem.Click += new System.EventHandler(this.一維測量ToolStripMenuItem_Click);
            // 
            // 建立匹配ModelToolStripMenuItem
            // 
            this.建立匹配ModelToolStripMenuItem.Name = "建立匹配ModelToolStripMenuItem";
            this.建立匹配ModelToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.建立匹配ModelToolStripMenuItem.Text = "建立匹配Model";
            this.建立匹配ModelToolStripMenuItem.Click += new System.EventHandler(this.建立匹配ModelToolStripMenuItem_Click);
            // 
            // 刪除程序ToolStripMenuItem
            // 
            this.刪除程序ToolStripMenuItem.Name = "刪除程序ToolStripMenuItem";
            this.刪除程序ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.刪除程序ToolStripMenuItem.Text = "刪除程序";
            this.刪除程序ToolStripMenuItem.Click += new System.EventHandler(this.刪除程序ToolStripMenuItem_Click);
            // 
            // Object
            // 
            this.Object.AutoSize = true;
            this.Object.Location = new System.Drawing.Point(813, 10);
            this.Object.Name = "Object";
            this.Object.Size = new System.Drawing.Size(35, 12);
            this.Object.TabIndex = 6;
            this.Object.Text = "Object";
            // 
            // Procedure
            // 
            this.Procedure.AutoSize = true;
            this.Procedure.Location = new System.Drawing.Point(966, 10);
            this.Procedure.Name = "Procedure";
            this.Procedure.Size = new System.Drawing.Size(52, 12);
            this.Procedure.TabIndex = 7;
            this.Procedure.Text = "Procedure";
            // 
            // ObjectMenuStrip
            // 
            this.ObjectMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem3});
            this.ObjectMenuStrip.Name = "PrcedureStrip";
            this.ObjectMenuStrip.Size = new System.Drawing.Size(101, 26);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(100, 22);
            this.toolStripMenuItem3.Text = "顯示";
            // 
            // ObjectXY
            // 
            this.ObjectXY.AutoSize = true;
            this.ObjectXY.Location = new System.Drawing.Point(854, 10);
            this.ObjectXY.Name = "ObjectXY";
            this.ObjectXY.Size = new System.Drawing.Size(52, 12);
            this.ObjectXY.TabIndex = 9;
            this.ObjectXY.Text = "(null,null)";
            // 
            // ProcedureXY
            // 
            this.ProcedureXY.AutoSize = true;
            this.ProcedureXY.Location = new System.Drawing.Point(1024, 10);
            this.ProcedureXY.Name = "ProcedureXY";
            this.ProcedureXY.Size = new System.Drawing.Size(52, 12);
            this.ProcedureXY.TabIndex = 10;
            this.ProcedureXY.Text = "(null,null)";
            // 
            // DO
            // 
            this.DO.Location = new System.Drawing.Point(12, 12);
            this.DO.Name = "DO";
            this.DO.Size = new System.Drawing.Size(75, 23);
            this.DO.TabIndex = 11;
            this.DO.Text = "DO";
            this.DO.UseVisualStyleBackColor = true;
            this.DO.Click += new System.EventHandler(this.DO_Click);
            // 
            // toolWindow
            // 
            this.toolWindow.Location = new System.Drawing.Point(6, 10);
            this.toolWindow.Name = "toolWindow";
            this.toolWindow.Size = new System.Drawing.Size(801, 684);
            this.toolWindow.TabIndex = 12;
            this.toolWindow.WindowImage = imageBase2;
            // 
            // mainTabControl
            // 
            this.mainTabControl.Controls.Add(this.Camera_1);
            this.mainTabControl.Controls.Add(this.Camera_2);
            this.mainTabControl.Controls.Add(this.Camera_3);
            this.mainTabControl.Controls.Add(this.Camera_4);
            this.mainTabControl.Location = new System.Drawing.Point(12, 41);
            this.mainTabControl.Name = "mainTabControl";
            this.mainTabControl.SelectedIndex = 0;
            this.mainTabControl.Size = new System.Drawing.Size(1566, 726);
            this.mainTabControl.TabIndex = 13;
            // 
            // Camera_1
            // 
            this.Camera_1.Controls.Add(this.toolWindow);
            this.Camera_1.Controls.Add(this.MainWindowObjectTable);
            this.Camera_1.Controls.Add(this.ProcedureTable);
            this.Camera_1.Controls.Add(this.Procedure);
            this.Camera_1.Controls.Add(this.ProcedureXY);
            this.Camera_1.Controls.Add(this.Object);
            this.Camera_1.Controls.Add(this.ObjectXY);
            this.Camera_1.Location = new System.Drawing.Point(4, 22);
            this.Camera_1.Name = "Camera_1";
            this.Camera_1.Padding = new System.Windows.Forms.Padding(3);
            this.Camera_1.Size = new System.Drawing.Size(1558, 700);
            this.Camera_1.TabIndex = 1;
            this.Camera_1.Text = "Camera No.1";
            this.Camera_1.UseVisualStyleBackColor = true;
            // 
            // Camera_2
            // 
            this.Camera_2.Location = new System.Drawing.Point(4, 22);
            this.Camera_2.Name = "Camera_2";
            this.Camera_2.Padding = new System.Windows.Forms.Padding(3);
            this.Camera_2.Size = new System.Drawing.Size(1558, 700);
            this.Camera_2.TabIndex = 2;
            this.Camera_2.Text = "Camera No.2";
            this.Camera_2.UseVisualStyleBackColor = true;
            // 
            // Camera_3
            // 
            this.Camera_3.Location = new System.Drawing.Point(4, 22);
            this.Camera_3.Name = "Camera_3";
            this.Camera_3.Padding = new System.Windows.Forms.Padding(3);
            this.Camera_3.Size = new System.Drawing.Size(1558, 700);
            this.Camera_3.TabIndex = 3;
            this.Camera_3.Text = "Camera No.3";
            this.Camera_3.UseVisualStyleBackColor = true;
            // 
            // Camera_4
            // 
            this.Camera_4.Location = new System.Drawing.Point(4, 22);
            this.Camera_4.Name = "Camera_4";
            this.Camera_4.Padding = new System.Windows.Forms.Padding(3);
            this.Camera_4.Size = new System.Drawing.Size(1294, 636);
            this.Camera_4.TabIndex = 4;
            this.Camera_4.Text = "Camera No.4";
            this.Camera_4.UseVisualStyleBackColor = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.LemonChiffon;
            this.ClientSize = new System.Drawing.Size(1587, 781);
            this.Controls.Add(this.mainTabControl);
            this.Controls.Add(this.DO);
            this.Name = "MainForm";
            this.Text = "MainFrom";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ProcedureTable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MainWindowObjectTable)).EndInit();
            this.PrcedureMenuStrip.ResumeLayout(false);
            this.ObjectMenuStrip.ResumeLayout(false);
            this.mainTabControl.ResumeLayout(false);
            this.Camera_1.ResumeLayout(false);
            this.Camera_1.PerformLayout();
            this.ResumeLayout(false);

        }