namespace CNNClassifier { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.PSP = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.NSP = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.NFN = new System.Windows.Forms.Label(); this.PFN = new System.Windows.Forms.Label(); this.NPB = new System.Windows.Forms.ProgressBar(); this.label9 = new System.Windows.Forms.Label(); this.PPB = new System.Windows.Forms.ProgressBar(); this.label8 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button8 = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.imageBox1 = new Emgu.CV.UI.ImageBox(); this.label3 = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.trainedFile = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit(); this.SuspendLayout(); // // PSP // this.PSP.Location = new System.Drawing.Point(119, 24); this.PSP.Name = "PSP"; this.PSP.Size = new System.Drawing.Size(342, 21); this.PSP.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(467, 23); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(27, 24); this.button1.TabIndex = 1; this.button1.Text = "…"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 12); this.label1.TabIndex = 2; this.label1.Text = "Pos Sample Path:"; // // button2 // this.button2.Location = new System.Drawing.Point(467, 58); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(27, 24); this.button2.TabIndex = 1; this.button2.Text = "…"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(107, 12); this.label2.TabIndex = 2; this.label2.Text = "Neg Sample Path:"; // // NSP // this.NSP.Location = new System.Drawing.Point(119, 60); this.NSP.Name = "NSP"; this.NSP.Size = new System.Drawing.Size(342, 21); this.NSP.TabIndex = 0; // // button3 // this.button3.Location = new System.Drawing.Point(500, 22); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 60); this.button3.TabIndex = 3; this.button3.Text = "Train"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.NFN); this.groupBox1.Controls.Add(this.PFN); this.groupBox1.Controls.Add(this.NPB); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.PPB); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.button3); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.NSP); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.PSP); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(586, 184); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Pre-Work"; // // NFN // this.NFN.AutoSize = true; this.NFN.Location = new System.Drawing.Point(477, 147); this.NFN.Name = "NFN"; this.NFN.Size = new System.Drawing.Size(0, 12); this.NFN.TabIndex = 5; // // PFN // this.PFN.AutoSize = true; this.PFN.Location = new System.Drawing.Point(477, 106); this.PFN.Name = "PFN"; this.PFN.Size = new System.Drawing.Size(0, 12); this.PFN.TabIndex = 5; // // NPB // this.NPB.Location = new System.Drawing.Point(119, 142); this.NPB.Name = "NPB"; this.NPB.Size = new System.Drawing.Size(456, 23); this.NPB.TabIndex = 4; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(30, 147); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 12); this.label9.TabIndex = 2; this.label9.Text = "Neg Process:"; // // PPB // this.PPB.Location = new System.Drawing.Point(119, 101); this.PPB.Name = "PPB"; this.PPB.Size = new System.Drawing.Size(456, 23); this.PPB.TabIndex = 4; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(30, 106); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(83, 12); this.label8.TabIndex = 2; this.label8.Text = "Pos Process:"; // // groupBox2 // this.groupBox2.Controls.Add(this.button8); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.imageBox1); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.button4); this.groupBox2.Controls.Add(this.trainedFile); this.groupBox2.Location = new System.Drawing.Point(12, 216); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(586, 396); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "Predict"; // // button8 // this.button8.Location = new System.Drawing.Point(500, 18); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 4; this.button8.Text = "Load"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(9, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(83, 12); this.label10.TabIndex = 2; this.label10.Text = "Trained XML:"; // // imageBox1 // this.imageBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.imageBox1.Location = new System.Drawing.Point(67, 93); this.imageBox1.Name = "imageBox1"; this.imageBox1.Size = new System.Drawing.Size(427, 291); this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.imageBox1.TabIndex = 2; this.imageBox1.TabStop = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 2; this.label3.Text = "Test Sample Path:"; // // button7 // this.button7.Location = new System.Drawing.Point(467, 18); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(27, 24); this.button7.TabIndex = 1; this.button7.Text = "…"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(119, 52); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(342, 21); this.textBox3.TabIndex = 0; // // button4 // this.button4.Location = new System.Drawing.Point(467, 51); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(27, 24); this.button4.TabIndex = 1; this.button4.Text = "…"; this.button4.UseVisualStyleBackColor = true; // // trainedFile // this.trainedFile.Location = new System.Drawing.Point(119, 20); this.trainedFile.Name = "trainedFile"; this.trainedFile.Size = new System.Drawing.Size(342, 21); this.trainedFile.TabIndex = 0; this.trainedFile.Text = "HogFeatures.xml"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(613, 621); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CNNClassifier"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox PSP; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox NSP; private System.Windows.Forms.Button button3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button4; private Emgu.CV.UI.ImageBox imageBox1; private System.Windows.Forms.ProgressBar NPB; private System.Windows.Forms.Label label9; private System.Windows.Forms.ProgressBar PPB; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label NFN; private System.Windows.Forms.Label PFN; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button7; private System.Windows.Forms.TextBox trainedFile; private System.Windows.Forms.Button button8; } }