namespace VideoPlayer { partial class VideoPlayerForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.loadButton = new System.Windows.Forms.Button(); this.startButton = new System.Windows.Forms.Button(); this.pauseButton = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.frameLabel = new System.Windows.Forms.Label(); this.stopButton = new System.Windows.Forms.Button(); this.twoFrameDifferenceButton = new System.Windows.Forms.Button(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.backgroundSubtractionButton = new System.Windows.Forms.Button(); this.surpressNoiseCheckbox = new System.Windows.Forms.CheckBox(); this.backgroundSubtractionMedianButton = new System.Windows.Forms.Button(); this.GaussianModelButton = new System.Windows.Forms.Button(); this.relaxationLabellingButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // loadButton // this.loadButton.Location = new System.Drawing.Point(25, 13); this.loadButton.Margin = new System.Windows.Forms.Padding(4); this.loadButton.Name = "loadButton"; this.loadButton.Size = new System.Drawing.Size(129, 39); this.loadButton.TabIndex = 0; this.loadButton.Text = "Load video"; this.loadButton.UseVisualStyleBackColor = true; this.loadButton.Click += new System.EventHandler(this.loadButton_Click); // // startButton // this.startButton.Location = new System.Drawing.Point(179, 14); this.startButton.Margin = new System.Windows.Forms.Padding(4); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(128, 38); this.startButton.TabIndex = 1; this.startButton.Text = "Start"; this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // pauseButton // this.pauseButton.Location = new System.Drawing.Point(337, 13); this.pauseButton.Margin = new System.Windows.Forms.Padding(4); this.pauseButton.Name = "pauseButton"; this.pauseButton.Size = new System.Drawing.Size(132, 38); this.pauseButton.TabIndex = 2; this.pauseButton.Text = "Pause"; this.pauseButton.UseVisualStyleBackColor = true; this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(25, 125); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(415, 354); this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // frameLabel // this.frameLabel.AutoSize = true; this.frameLabel.Location = new System.Drawing.Point(513, 529); this.frameLabel.Name = "frameLabel"; this.frameLabel.Size = new System.Drawing.Size(60, 16); this.frameLabel.TabIndex = 6; this.frameLabel.Text = "Frame: "; // // stopButton // this.stopButton.Location = new System.Drawing.Point(498, 15); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(112, 37); this.stopButton.TabIndex = 8; this.stopButton.Text = "Stop"; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click_1); // // twoFrameDifferenceButton // this.twoFrameDifferenceButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.twoFrameDifferenceButton.Location = new System.Drawing.Point(25, 68); this.twoFrameDifferenceButton.Name = "twoFrameDifferenceButton"; this.twoFrameDifferenceButton.Size = new System.Drawing.Size(129, 40); this.twoFrameDifferenceButton.TabIndex = 9; this.twoFrameDifferenceButton.Text = "Two frame difference"; this.twoFrameDifferenceButton.UseVisualStyleBackColor = true; this.twoFrameDifferenceButton.Click += new System.EventHandler(this.twoFrameDifferenceButton_Click); // // pictureBox2 // this.pictureBox2.Location = new System.Drawing.Point(465, 125); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(415, 354); this.pictureBox2.TabIndex = 12; this.pictureBox2.TabStop = false; // // backgroundSubtractionButton // this.backgroundSubtractionButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.backgroundSubtractionButton.Location = new System.Drawing.Point(179, 68); this.backgroundSubtractionButton.Name = "backgroundSubtractionButton"; this.backgroundSubtractionButton.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.backgroundSubtractionButton.Size = new System.Drawing.Size(129, 40); this.backgroundSubtractionButton.TabIndex = 13; this.backgroundSubtractionButton.Text = "Background subtraction"; this.backgroundSubtractionButton.UseVisualStyleBackColor = true; this.backgroundSubtractionButton.Click += new System.EventHandler(this.backgroundSubtractionButton_Click); // // surpressNoiseCheckbox // this.surpressNoiseCheckbox.AutoSize = true; this.surpressNoiseCheckbox.Location = new System.Drawing.Point(25, 525); this.surpressNoiseCheckbox.Name = "surpressNoiseCheckbox"; this.surpressNoiseCheckbox.Size = new System.Drawing.Size(131, 20); this.surpressNoiseCheckbox.TabIndex = 14; this.surpressNoiseCheckbox.Text = "Surpress noise"; this.surpressNoiseCheckbox.UseVisualStyleBackColor = true; this.surpressNoiseCheckbox.CheckedChanged += new System.EventHandler(this.surpressNoiseCheckbox_CheckedChanged); // // backgroundSubtractionMedianButton // this.backgroundSubtractionMedianButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.backgroundSubtractionMedianButton.Location = new System.Drawing.Point(337, 69); this.backgroundSubtractionMedianButton.Name = "backgroundSubtractionMedianButton"; this.backgroundSubtractionMedianButton.Size = new System.Drawing.Size(132, 38); this.backgroundSubtractionMedianButton.TabIndex = 15; this.backgroundSubtractionMedianButton.Text = "Background subtraction (median)"; this.backgroundSubtractionMedianButton.UseVisualStyleBackColor = true; this.backgroundSubtractionMedianButton.Click += new System.EventHandler(this.backgroundSubtractionMedianButton_Click); // // GaussianModelButton // this.GaussianModelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GaussianModelButton.Location = new System.Drawing.Point(498, 69); this.GaussianModelButton.Name = "GaussianModelButton"; this.GaussianModelButton.Size = new System.Drawing.Size(112, 37); this.GaussianModelButton.TabIndex = 16; this.GaussianModelButton.Text = "Gaussian Model"; this.GaussianModelButton.UseVisualStyleBackColor = true; this.GaussianModelButton.Click += new System.EventHandler(this.GaussianModelButton_Click); // // relaxationLabellingButton // this.relaxationLabellingButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.relaxationLabellingButton.Location = new System.Drawing.Point(639, 68); this.relaxationLabellingButton.Name = "relaxationLabellingButton"; this.relaxationLabellingButton.Size = new System.Drawing.Size(112, 37); this.relaxationLabellingButton.TabIndex = 17; this.relaxationLabellingButton.Text = "Relaxation Labelling"; this.relaxationLabellingButton.UseVisualStyleBackColor = true; this.relaxationLabellingButton.Click += new System.EventHandler(this.relaxationLabellingButton_Click); // // VideoPlayerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(892, 554); this.Controls.Add(this.relaxationLabellingButton); this.Controls.Add(this.GaussianModelButton); this.Controls.Add(this.backgroundSubtractionMedianButton); this.Controls.Add(this.surpressNoiseCheckbox); this.Controls.Add(this.backgroundSubtractionButton); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.twoFrameDifferenceButton); this.Controls.Add(this.stopButton); this.Controls.Add(this.frameLabel); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pauseButton); this.Controls.Add(this.startButton); this.Controls.Add(this.loadButton); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "VideoPlayerForm"; this.Text = "AForge Video Player"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.VideoPlayerForm_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button loadButton; private System.Windows.Forms.Button startButton; private System.Windows.Forms.Button pauseButton; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label frameLabel; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.Button twoFrameDifferenceButton; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Button backgroundSubtractionButton; private System.Windows.Forms.CheckBox surpressNoiseCheckbox; private System.Windows.Forms.Button backgroundSubtractionMedianButton; private System.Windows.Forms.Button GaussianModelButton; private System.Windows.Forms.Button relaxationLabellingButton; } }