FrmTongsLearn.Designer.cs 13.0 KB

namespace OnlineStore.XLRStore
{
    partial class FrmTongsLearn
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.txtImagePath = new System.Windows.Forms.TextBox();
            this.btnSelect = new System.Windows.Forms.Button();
            this.picSrc = new System.Windows.Forms.PictureBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rdoBside = new System.Windows.Forms.RadioButton();
            this.rdoAside = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.btnAcquire = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.picResult = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtScoreThreshold = new System.Windows.Forms.TextBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.lblResult = new System.Windows.Forms.Label();
            this.btnMatch = new System.Windows.Forms.Button();
            this.btnLearn = new System.Windows.Forms.Button();
            this.btnSelectPatch = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.picSrc)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picResult)).BeginInit();
            this.SuspendLayout();
            // 
            // txtImagePath
            // 
            this.txtImagePath.Location = new System.Drawing.Point(6, 20);
            this.txtImagePath.Name = "txtImagePath";
            this.txtImagePath.ReadOnly = true;
            this.txtImagePath.Size = new System.Drawing.Size(523, 21);
            this.txtImagePath.TabIndex = 0;
            // 
            // btnSelect
            // 
            this.btnSelect.Location = new System.Drawing.Point(535, 18);
            this.btnSelect.Name = "btnSelect";
            this.btnSelect.Size = new System.Drawing.Size(75, 23);
            this.btnSelect.TabIndex = 1;
            this.btnSelect.Text = "选择图片";
            this.btnSelect.UseVisualStyleBackColor = true;
            this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
            // 
            // picSrc
            // 
            this.picSrc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picSrc.Location = new System.Drawing.Point(3, 17);
            this.picSrc.Name = "picSrc";
            this.picSrc.Size = new System.Drawing.Size(359, 191);
            this.picSrc.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picSrc.TabIndex = 2;
            this.picSrc.TabStop = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rdoBside);
            this.groupBox1.Controls.Add(this.rdoAside);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.btnAcquire);
            this.groupBox1.Controls.Add(this.txtImagePath);
            this.groupBox1.Controls.Add(this.btnSelect);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(776, 78);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "取图";
            // 
            // rdoBside
            // 
            this.rdoBside.AutoSize = true;
            this.rdoBside.Location = new System.Drawing.Point(364, 50);
            this.rdoBside.Name = "rdoBside";
            this.rdoBside.Size = new System.Drawing.Size(41, 16);
            this.rdoBside.TabIndex = 5;
            this.rdoBside.Text = "B面";
            this.rdoBside.UseVisualStyleBackColor = true;
            this.rdoBside.CheckedChanged += new System.EventHandler(this.SideCheckedChanged);
            // 
            // rdoAside
            // 
            this.rdoAside.AutoSize = true;
            this.rdoAside.Checked = true;
            this.rdoAside.Location = new System.Drawing.Point(179, 50);
            this.rdoAside.Name = "rdoAside";
            this.rdoAside.Size = new System.Drawing.Size(41, 16);
            this.rdoAside.TabIndex = 4;
            this.rdoAside.TabStop = true;
            this.rdoAside.Text = "A面";
            this.rdoAside.UseVisualStyleBackColor = true;
            this.rdoAside.CheckedChanged += new System.EventHandler(this.SideCheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(630, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(17, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "或";
            // 
            // btnAcquire
            // 
            this.btnAcquire.Location = new System.Drawing.Point(472, 47);
            this.btnAcquire.Name = "btnAcquire";
            this.btnAcquire.Size = new System.Drawing.Size(138, 23);
            this.btnAcquire.TabIndex = 2;
            this.btnAcquire.Text = "相机取图并保存";
            this.btnAcquire.UseVisualStyleBackColor = true;
            this.btnAcquire.Click += new System.EventHandler(this.btnAcquire_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.picSrc);
            this.groupBox2.Location = new System.Drawing.Point(12, 96);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(365, 211);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "源图像";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.picResult);
            this.groupBox3.Location = new System.Drawing.Point(423, 96);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(365, 211);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "结果图像";
            // 
            // picResult
            // 
            this.picResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picResult.Location = new System.Drawing.Point(3, 17);
            this.picResult.Name = "picResult";
            this.picResult.Size = new System.Drawing.Size(359, 191);
            this.picResult.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picResult.TabIndex = 2;
            this.picResult.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(16, 328);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "得分阈值:";
            // 
            // txtScoreThreshold
            // 
            this.txtScoreThreshold.Location = new System.Drawing.Point(85, 325);
            this.txtScoreThreshold.Name = "txtScoreThreshold";
            this.txtScoreThreshold.Size = new System.Drawing.Size(100, 21);
            this.txtScoreThreshold.TabIndex = 6;
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(191, 310);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(101, 40);
            this.btnSave.TabIndex = 7;
            this.btnSave.Text = "保存参数";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // lblResult
            // 
            this.lblResult.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblResult.Location = new System.Drawing.Point(423, 315);
            this.lblResult.Name = "lblResult";
            this.lblResult.Size = new System.Drawing.Size(124, 47);
            this.lblResult.TabIndex = 8;
            this.lblResult.Text = "score";
            this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnMatch
            // 
            this.btnMatch.Location = new System.Drawing.Point(298, 310);
            this.btnMatch.Name = "btnMatch";
            this.btnMatch.Size = new System.Drawing.Size(101, 40);
            this.btnMatch.TabIndex = 9;
            this.btnMatch.Text = "匹配";
            this.btnMatch.UseVisualStyleBackColor = true;
            this.btnMatch.Click += new System.EventHandler(this.btnMatch_Click);
            // 
            // btnLearn
            // 
            this.btnLearn.Location = new System.Drawing.Point(577, 310);
            this.btnLearn.Name = "btnLearn";
            this.btnLearn.Size = new System.Drawing.Size(101, 40);
            this.btnLearn.TabIndex = 10;
            this.btnLearn.Text = "学习";
            this.btnLearn.UseVisualStyleBackColor = true;
            this.btnLearn.Click += new System.EventHandler(this.btnLearn_Click);
            // 
            // btnSelectPatch
            // 
            this.btnSelectPatch.Location = new System.Drawing.Point(684, 310);
            this.btnSelectPatch.Name = "btnSelectPatch";
            this.btnSelectPatch.Size = new System.Drawing.Size(101, 40);
            this.btnSelectPatch.TabIndex = 7;
            this.btnSelectPatch.Text = "批量学习";
            this.btnSelectPatch.UseVisualStyleBackColor = true;
            this.btnSelectPatch.Click += new System.EventHandler(this.btnSelectPatch_Click);
            // 
            // FrmTongsLearn
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(800, 387);
            this.Controls.Add(this.btnLearn);
            this.Controls.Add(this.btnSelectPatch);
            this.Controls.Add(this.btnMatch);
            this.Controls.Add(this.lblResult);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.txtScoreThreshold);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmTongsLearn";
            this.Text = " ";
            ((System.ComponentModel.ISupportInitialize)(this.picSrc)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picResult)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion
        private System.Windows.Forms.Button btnSelect;
        private System.Windows.Forms.TextBox txtImagePath;
        private System.Windows.Forms.PictureBox picSrc;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnAcquire;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.PictureBox picResult;
        private System.Windows.Forms.RadioButton rdoBside;
        private System.Windows.Forms.RadioButton rdoAside;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtScoreThreshold;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Label lblResult;
        private System.Windows.Forms.Button btnMatch;
        private System.Windows.Forms.Button btnLearn;
        private System.Windows.Forms.Button btnSelectPatch;
    }
}