Beispiel #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent( )
        {
            this.cancelButton = new System.Windows.Forms.Button( );
            this.okButton = new System.Windows.Forms.Button( );
            this.groupBox4 = new System.Windows.Forms.GroupBox( );
            this.filterPreview = new IPLab.FilterPreview( );
            this.outSlider = new AForge.Controls.ColorSlider( );
            this.pictureBox3 = new System.Windows.Forms.PictureBox( );
            this.outMaxBox = new System.Windows.Forms.TextBox( );
            this.outMinBox = new System.Windows.Forms.TextBox( );
            this.label3 = new System.Windows.Forms.Label( );
            this.inSlider = new AForge.Controls.ColorSlider( );
            this.pictureBox2 = new System.Windows.Forms.PictureBox( );
            this.histogram = new AForge.Controls.Histogram( );
            this.label2 = new System.Windows.Forms.Label( );
            this.inMinBox = new System.Windows.Forms.TextBox( );
            this.pictureBox1 = new System.Windows.Forms.PictureBox( );
            this.label1 = new System.Windows.Forms.Label( );
            this.inMaxBox = new System.Windows.Forms.TextBox( );
            this.componentCombo = new System.Windows.Forms.ComboBox( );
            this.groupBox4.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // cancelButton
            // 
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cancelButton.Location = new System.Drawing.Point( 385, 300 );
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.TabIndex = 42;
            this.cancelButton.Text = "Cancel";
            // 
            // okButton
            // 
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.okButton.Location = new System.Drawing.Point( 295, 300 );
            this.okButton.Name = "okButton";
            this.okButton.TabIndex = 41;
            this.okButton.Text = "Ok";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.AddRange( new System.Windows.Forms.Control[] {
																					this.filterPreview} );
            this.groupBox4.Location = new System.Drawing.Point( 290, 10 );
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size( 170, 175 );
            this.groupBox4.TabIndex = 40;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Preview";
            // 
            // filterPreview
            // 
            this.filterPreview.Image = null;
            this.filterPreview.Location = new System.Drawing.Point( 10, 15 );
            this.filterPreview.Name = "filterPreview";
            this.filterPreview.Size = new System.Drawing.Size( 150, 150 );
            this.filterPreview.TabIndex = 0;
            this.filterPreview.TabStop = false;
            // 
            // outSlider
            // 
            this.outSlider.Location = new System.Drawing.Point( 8, 295 );
            this.outSlider.Name = "outSlider";
            this.outSlider.Size = new System.Drawing.Size( 262, 20 );
            this.outSlider.TabIndex = 39;
            this.outSlider.TabStop = false;
            this.outSlider.ValuesChanged += new System.EventHandler( this.outSlider_ValuesChanged );
            // 
            // pictureBox3
            // 
            this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox3.Location = new System.Drawing.Point( 10, 323 );
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size( 258, 2 );
            this.pictureBox3.TabIndex = 38;
            this.pictureBox3.TabStop = false;
            // 
            // outMaxBox
            // 
            this.outMaxBox.Location = new System.Drawing.Point( 140, 270 );
            this.outMaxBox.Name = "outMaxBox";
            this.outMaxBox.Size = new System.Drawing.Size( 50, 20 );
            this.outMaxBox.TabIndex = 37;
            this.outMaxBox.Text = "";
            this.outMaxBox.TextChanged += new System.EventHandler( this.outMaxBox_TextChanged );
            // 
            // outMinBox
            // 
            this.outMinBox.Location = new System.Drawing.Point( 80, 270 );
            this.outMinBox.Name = "outMinBox";
            this.outMinBox.Size = new System.Drawing.Size( 50, 20 );
            this.outMinBox.TabIndex = 36;
            this.outMinBox.Text = "";
            this.outMinBox.TextChanged += new System.EventHandler( this.outMinBox_TextChanged );
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point( 10, 273 );
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size( 73, 17 );
            this.label3.TabIndex = 35;
            this.label3.Text = "&Output levels:";
            // 
            // inSlider
            // 
            this.inSlider.Location = new System.Drawing.Point( 8, 232 );
            this.inSlider.Max = 253;
            this.inSlider.Min = 2;
            this.inSlider.Name = "inSlider";
            this.inSlider.Size = new System.Drawing.Size( 262, 20 );
            this.inSlider.TabIndex = 34;
            this.inSlider.TabStop = false;
            this.inSlider.ValuesChanged += new System.EventHandler( this.inSlider_ValuesChanged );
            // 
            // pictureBox2
            // 
            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox2.Location = new System.Drawing.Point( 10, 260 );
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size( 258, 2 );
            this.pictureBox2.TabIndex = 33;
            this.pictureBox2.TabStop = false;
            // 
            // histogram
            // 
            this.histogram.Location = new System.Drawing.Point( 10, 75 );
            this.histogram.Name = "histogram";
            this.histogram.Size = new System.Drawing.Size( 258, 162 );
            this.histogram.TabIndex = 32;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point( 10, 53 );
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size( 65, 17 );
            this.label2.TabIndex = 29;
            this.label2.Text = "&Input levels:";
            // 
            // inMinBox
            // 
            this.inMinBox.Location = new System.Drawing.Point( 80, 50 );
            this.inMinBox.Name = "inMinBox";
            this.inMinBox.Size = new System.Drawing.Size( 50, 20 );
            this.inMinBox.TabIndex = 30;
            this.inMinBox.Text = "";
            this.inMinBox.TextChanged += new System.EventHandler( this.inMinBox_TextChanged );
            // 
            // pictureBox1
            // 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point( 10, 40 );
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size( 258, 2 );
            this.pictureBox1.TabIndex = 28;
            this.pictureBox1.TabStop = false;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point( 10, 15 );
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size( 70, 15 );
            this.label1.TabIndex = 26;
            this.label1.Text = "Component:";
            // 
            // inMaxBox
            // 
            this.inMaxBox.Location = new System.Drawing.Point( 140, 50 );
            this.inMaxBox.Name = "inMaxBox";
            this.inMaxBox.Size = new System.Drawing.Size( 50, 20 );
            this.inMaxBox.TabIndex = 31;
            this.inMaxBox.Text = "";
            this.inMaxBox.TextChanged += new System.EventHandler( this.inMaxBox_TextChanged );
            // 
            // componentCombo
            // 
            this.componentCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.componentCombo.Items.AddRange( new object[] {
																"Y Channel",
																"Cb Channel",
																"Cr Channel"} );
            this.componentCombo.Location = new System.Drawing.Point( 80, 10 );
            this.componentCombo.Name = "componentCombo";
            this.componentCombo.Size = new System.Drawing.Size( 90, 21 );
            this.componentCombo.TabIndex = 27;
            this.componentCombo.SelectedIndexChanged += new System.EventHandler( this.componentCombo_SelectedIndexChanged );
            // 
            // YCbCrLinearForm
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size( 469, 333 );
            this.Controls.AddRange( new System.Windows.Forms.Control[] {
																		  this.cancelButton,
																		  this.okButton,
																		  this.groupBox4,
																		  this.outSlider,
																		  this.pictureBox3,
																		  this.outMaxBox,
																		  this.outMinBox,
																		  this.label3,
																		  this.inSlider,
																		  this.pictureBox2,
																		  this.histogram,
																		  this.label2,
																		  this.inMinBox,
																		  this.pictureBox1,
																		  this.label1,
																		  this.inMaxBox,
																		  this.componentCombo} );
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "YCbCrLinearForm";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "YCbCr Linear Correction";
            this.groupBox4.ResumeLayout( false );
            this.ResumeLayout( false );

        }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     this.cancelButton   = new System.Windows.Forms.Button( );
     this.okButton       = new System.Windows.Forms.Button( );
     this.groupBox4      = new System.Windows.Forms.GroupBox( );
     this.filterPreview  = new IPLab.FilterPreview( );
     this.outSlider      = new AForge.Controls.ColorSlider( );
     this.pictureBox3    = new System.Windows.Forms.PictureBox( );
     this.outMaxBox      = new System.Windows.Forms.TextBox( );
     this.outMinBox      = new System.Windows.Forms.TextBox( );
     this.label3         = new System.Windows.Forms.Label( );
     this.inSlider       = new AForge.Controls.ColorSlider( );
     this.pictureBox2    = new System.Windows.Forms.PictureBox( );
     this.histogram      = new AForge.Controls.Histogram( );
     this.label2         = new System.Windows.Forms.Label( );
     this.inMinBox       = new System.Windows.Forms.TextBox( );
     this.pictureBox1    = new System.Windows.Forms.PictureBox( );
     this.label1         = new System.Windows.Forms.Label( );
     this.inMaxBox       = new System.Windows.Forms.TextBox( );
     this.componentCombo = new System.Windows.Forms.ComboBox( );
     this.groupBox4.SuspendLayout( );
     this.SuspendLayout( );
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.cancelButton.Location     = new System.Drawing.Point(385, 300);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 42;
     this.cancelButton.Text         = "Cancel";
     //
     // okButton
     //
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.okButton.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.okButton.Location     = new System.Drawing.Point(295, 300);
     this.okButton.Name         = "okButton";
     this.okButton.TabIndex     = 41;
     this.okButton.Text         = "Ok";
     //
     // groupBox4
     //
     this.groupBox4.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.filterPreview
     });
     this.groupBox4.Location = new System.Drawing.Point(290, 10);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(170, 175);
     this.groupBox4.TabIndex = 40;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Preview";
     //
     // filterPreview
     //
     this.filterPreview.Image    = null;
     this.filterPreview.Location = new System.Drawing.Point(10, 15);
     this.filterPreview.Name     = "filterPreview";
     this.filterPreview.Size     = new System.Drawing.Size(150, 150);
     this.filterPreview.TabIndex = 0;
     this.filterPreview.TabStop  = false;
     //
     // outSlider
     //
     this.outSlider.Location       = new System.Drawing.Point(8, 295);
     this.outSlider.Name           = "outSlider";
     this.outSlider.Size           = new System.Drawing.Size(262, 20);
     this.outSlider.TabIndex       = 39;
     this.outSlider.TabStop        = false;
     this.outSlider.ValuesChanged += new System.EventHandler(this.outSlider_ValuesChanged);
     //
     // pictureBox3
     //
     this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox3.Location    = new System.Drawing.Point(10, 323);
     this.pictureBox3.Name        = "pictureBox3";
     this.pictureBox3.Size        = new System.Drawing.Size(258, 2);
     this.pictureBox3.TabIndex    = 38;
     this.pictureBox3.TabStop     = false;
     //
     // outMaxBox
     //
     this.outMaxBox.Location     = new System.Drawing.Point(140, 270);
     this.outMaxBox.Name         = "outMaxBox";
     this.outMaxBox.Size         = new System.Drawing.Size(50, 20);
     this.outMaxBox.TabIndex     = 37;
     this.outMaxBox.Text         = "";
     this.outMaxBox.TextChanged += new System.EventHandler(this.outMaxBox_TextChanged);
     //
     // outMinBox
     //
     this.outMinBox.Location     = new System.Drawing.Point(80, 270);
     this.outMinBox.Name         = "outMinBox";
     this.outMinBox.Size         = new System.Drawing.Size(50, 20);
     this.outMinBox.TabIndex     = 36;
     this.outMinBox.Text         = "";
     this.outMinBox.TextChanged += new System.EventHandler(this.outMinBox_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 273);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(73, 17);
     this.label3.TabIndex = 35;
     this.label3.Text     = "&Output levels:";
     //
     // inSlider
     //
     this.inSlider.Location       = new System.Drawing.Point(8, 232);
     this.inSlider.Max            = 253;
     this.inSlider.Min            = 2;
     this.inSlider.Name           = "inSlider";
     this.inSlider.Size           = new System.Drawing.Size(262, 20);
     this.inSlider.TabIndex       = 34;
     this.inSlider.TabStop        = false;
     this.inSlider.ValuesChanged += new System.EventHandler(this.inSlider_ValuesChanged);
     //
     // pictureBox2
     //
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox2.Location    = new System.Drawing.Point(10, 260);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(258, 2);
     this.pictureBox2.TabIndex    = 33;
     this.pictureBox2.TabStop     = false;
     //
     // histogram
     //
     this.histogram.Location = new System.Drawing.Point(10, 75);
     this.histogram.Name     = "histogram";
     this.histogram.Size     = new System.Drawing.Size(258, 162);
     this.histogram.TabIndex = 32;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 53);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 17);
     this.label2.TabIndex = 29;
     this.label2.Text     = "&Input levels:";
     //
     // inMinBox
     //
     this.inMinBox.Location     = new System.Drawing.Point(80, 50);
     this.inMinBox.Name         = "inMinBox";
     this.inMinBox.Size         = new System.Drawing.Size(50, 20);
     this.inMinBox.TabIndex     = 30;
     this.inMinBox.Text         = "";
     this.inMinBox.TextChanged += new System.EventHandler(this.inMinBox_TextChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location    = new System.Drawing.Point(10, 40);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(258, 2);
     this.pictureBox1.TabIndex    = 28;
     this.pictureBox1.TabStop     = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 15);
     this.label1.TabIndex = 26;
     this.label1.Text     = "Component:";
     //
     // inMaxBox
     //
     this.inMaxBox.Location     = new System.Drawing.Point(140, 50);
     this.inMaxBox.Name         = "inMaxBox";
     this.inMaxBox.Size         = new System.Drawing.Size(50, 20);
     this.inMaxBox.TabIndex     = 31;
     this.inMaxBox.Text         = "";
     this.inMaxBox.TextChanged += new System.EventHandler(this.inMaxBox_TextChanged);
     //
     // componentCombo
     //
     this.componentCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.componentCombo.Items.AddRange(new object[] {
         "Y Channel",
         "Cb Channel",
         "Cr Channel"
     });
     this.componentCombo.Location              = new System.Drawing.Point(80, 10);
     this.componentCombo.Name                  = "componentCombo";
     this.componentCombo.Size                  = new System.Drawing.Size(90, 21);
     this.componentCombo.TabIndex              = 27;
     this.componentCombo.SelectedIndexChanged += new System.EventHandler(this.componentCombo_SelectedIndexChanged);
     //
     // YCbCrLinearForm
     //
     this.AcceptButton      = this.okButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cancelButton;
     this.ClientSize        = new System.Drawing.Size(469, 333);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cancelButton,
         this.okButton,
         this.groupBox4,
         this.outSlider,
         this.pictureBox3,
         this.outMaxBox,
         this.outMinBox,
         this.label3,
         this.inSlider,
         this.pictureBox2,
         this.histogram,
         this.label2,
         this.inMinBox,
         this.pictureBox1,
         this.label1,
         this.inMaxBox,
         this.componentCombo
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "YCbCrLinearForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "YCbCr Linear Correction";
     this.groupBox4.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( HistogramWindow ) );
            this.label1 = new System.Windows.Forms.Label( );
            this.channelCombo = new System.Windows.Forms.ComboBox( );
            this.label2 = new System.Windows.Forms.Label( );
            this.meanLabel = new System.Windows.Forms.Label( );
            this.label3 = new System.Windows.Forms.Label( );
            this.stdDevLabel = new System.Windows.Forms.Label( );
            this.label4 = new System.Windows.Forms.Label( );
            this.medianLabel = new System.Windows.Forms.Label( );
            this.label5 = new System.Windows.Forms.Label( );
            this.label6 = new System.Windows.Forms.Label( );
            this.label7 = new System.Windows.Forms.Label( );
            this.levelLabel = new System.Windows.Forms.Label( );
            this.countLabel = new System.Windows.Forms.Label( );
            this.percentileLabel = new System.Windows.Forms.Label( );
            this.label8 = new System.Windows.Forms.Label( );
            this.label9 = new System.Windows.Forms.Label( );
            this.minLabel = new System.Windows.Forms.Label( );
            this.maxLabel = new System.Windows.Forms.Label( );
            this.logCheck = new System.Windows.Forms.CheckBox( );
            this.histogram = new AForge.Controls.Histogram( );
            this.SuspendLayout( );
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point( 5, 9 );
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size( 51, 16 );
            this.label1.TabIndex = 1;
            this.label1.Text = "Channel:";
            // 
            // channelCombo
            // 
            this.channelCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.channelCombo.Location = new System.Drawing.Point( 60, 5 );
            this.channelCombo.Name = "channelCombo";
            this.channelCombo.Size = new System.Drawing.Size( 130, 21 );
            this.channelCombo.TabIndex = 3;
            this.channelCombo.SelectedIndexChanged += new System.EventHandler( this.channelCombo_SelectedIndexChanged );
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point( 5, 195 );
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size( 37, 15 );
            this.label2.TabIndex = 4;
            this.label2.Text = "Mean:";
            // 
            // meanLabel
            // 
            this.meanLabel.Location = new System.Drawing.Point( 50, 195 );
            this.meanLabel.Name = "meanLabel";
            this.meanLabel.Size = new System.Drawing.Size( 40, 14 );
            this.meanLabel.TabIndex = 5;
            this.meanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point( 5, 215 );
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size( 50, 15 );
            this.label3.TabIndex = 6;
            this.label3.Text = "Std Dev:";
            // 
            // stdDevLabel
            // 
            this.stdDevLabel.Location = new System.Drawing.Point( 50, 215 );
            this.stdDevLabel.Name = "stdDevLabel";
            this.stdDevLabel.Size = new System.Drawing.Size( 40, 14 );
            this.stdDevLabel.TabIndex = 7;
            this.stdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point( 5, 235 );
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size( 47, 15 );
            this.label4.TabIndex = 8;
            this.label4.Text = "Median:";
            // 
            // medianLabel
            // 
            this.medianLabel.Location = new System.Drawing.Point( 50, 235 );
            this.medianLabel.Name = "medianLabel";
            this.medianLabel.Size = new System.Drawing.Size( 40, 14 );
            this.medianLabel.TabIndex = 9;
            this.medianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point( 125, 195 );
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size( 44, 15 );
            this.label5.TabIndex = 10;
            this.label5.Text = "Level:";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point( 125, 215 );
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size( 53, 15 );
            this.label6.TabIndex = 11;
            this.label6.Text = "Count:";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point( 125, 235 );
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size( 59, 16 );
            this.label7.TabIndex = 12;
            this.label7.Text = "Percentile:";
            // 
            // levelLabel
            // 
            this.levelLabel.Location = new System.Drawing.Point( 190, 195 );
            this.levelLabel.Name = "levelLabel";
            this.levelLabel.Size = new System.Drawing.Size( 60, 15 );
            this.levelLabel.TabIndex = 13;
            // 
            // countLabel
            // 
            this.countLabel.Location = new System.Drawing.Point( 190, 215 );
            this.countLabel.Name = "countLabel";
            this.countLabel.Size = new System.Drawing.Size( 60, 15 );
            this.countLabel.TabIndex = 14;
            // 
            // percentileLabel
            // 
            this.percentileLabel.Location = new System.Drawing.Point( 190, 235 );
            this.percentileLabel.Name = "percentileLabel";
            this.percentileLabel.Size = new System.Drawing.Size( 60, 15 );
            this.percentileLabel.TabIndex = 15;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point( 5, 255 );
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size( 30, 15 );
            this.label8.TabIndex = 16;
            this.label8.Text = "Min:";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point( 5, 275 );
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size( 30, 15 );
            this.label9.TabIndex = 17;
            this.label9.Text = "Max:";
            // 
            // minLabel
            // 
            this.minLabel.Location = new System.Drawing.Point( 50, 255 );
            this.minLabel.Name = "minLabel";
            this.minLabel.Size = new System.Drawing.Size( 40, 14 );
            this.minLabel.TabIndex = 18;
            this.minLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // maxLabel
            // 
            this.maxLabel.Location = new System.Drawing.Point( 50, 275 );
            this.maxLabel.Name = "maxLabel";
            this.maxLabel.Size = new System.Drawing.Size( 40, 14 );
            this.maxLabel.TabIndex = 19;
            this.maxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // logCheck
            // 
            this.logCheck.Location = new System.Drawing.Point( 210, 10 );
            this.logCheck.Name = "logCheck";
            this.logCheck.Size = new System.Drawing.Size( 50, 20 );
            this.logCheck.TabIndex = 20;
            this.logCheck.Text = "Log";
            this.logCheck.CheckedChanged += new System.EventHandler( this.logCheck_CheckedChanged );
            // 
            // histogram
            // 
            this.histogram.AllowSelection = true;
            this.histogram.Location = new System.Drawing.Point( 5, 30 );
            this.histogram.Name = "histogram";
            this.histogram.Size = new System.Drawing.Size( 258, 162 );
            this.histogram.TabIndex = 0;
            this.histogram.SelectionChanged += new AForge.Controls.HistogramEventHandler( this.histogram_SelectionChanged );
            this.histogram.PositionChanged += new AForge.Controls.HistogramEventHandler( this.histogram_PositionChanged );
            // 
            // HistogramWindow
            // 
            this.AllowedStates = ( (WeifenLuo.WinFormsUI.ContentStates) ( ( ( WeifenLuo.WinFormsUI.ContentStates.Float | WeifenLuo.WinFormsUI.ContentStates.DockLeft )
                        | WeifenLuo.WinFormsUI.ContentStates.DockRight ) ) );
            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
            this.ClientSize = new System.Drawing.Size( 270, 341 );
            this.Controls.Add( this.logCheck );
            this.Controls.Add( this.maxLabel );
            this.Controls.Add( this.minLabel );
            this.Controls.Add( this.label9 );
            this.Controls.Add( this.label8 );
            this.Controls.Add( this.percentileLabel );
            this.Controls.Add( this.countLabel );
            this.Controls.Add( this.levelLabel );
            this.Controls.Add( this.label7 );
            this.Controls.Add( this.label6 );
            this.Controls.Add( this.label5 );
            this.Controls.Add( this.medianLabel );
            this.Controls.Add( this.label4 );
            this.Controls.Add( this.stdDevLabel );
            this.Controls.Add( this.label3 );
            this.Controls.Add( this.meanLabel );
            this.Controls.Add( this.label2 );
            this.Controls.Add( this.label1 );
            this.Controls.Add( this.channelCombo );
            this.Controls.Add( this.histogram );
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.HideOnClose = true;
            this.Icon = ( (System.Drawing.Icon) ( resources.GetObject( "$this.Icon" ) ) );
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size( 276, 280 );
            this.Name = "HistogramWindow";
            this.ShowHint = WeifenLuo.WinFormsUI.DockState.DockRight;
            this.ShowInTaskbar = false;
            this.Text = "Histogram";
            this.ResumeLayout( false );

        }
Beispiel #4
0
 /// <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(HistogramWindow));
     this.label1          = new System.Windows.Forms.Label( );
     this.channelCombo    = new System.Windows.Forms.ComboBox( );
     this.label2          = new System.Windows.Forms.Label( );
     this.meanLabel       = new System.Windows.Forms.Label( );
     this.label3          = new System.Windows.Forms.Label( );
     this.stdDevLabel     = new System.Windows.Forms.Label( );
     this.label4          = new System.Windows.Forms.Label( );
     this.medianLabel     = new System.Windows.Forms.Label( );
     this.label5          = new System.Windows.Forms.Label( );
     this.label6          = new System.Windows.Forms.Label( );
     this.label7          = new System.Windows.Forms.Label( );
     this.levelLabel      = new System.Windows.Forms.Label( );
     this.countLabel      = new System.Windows.Forms.Label( );
     this.percentileLabel = new System.Windows.Forms.Label( );
     this.label8          = new System.Windows.Forms.Label( );
     this.label9          = new System.Windows.Forms.Label( );
     this.minLabel        = new System.Windows.Forms.Label( );
     this.maxLabel        = new System.Windows.Forms.Label( );
     this.logCheck        = new System.Windows.Forms.CheckBox( );
     this.histogram       = new AForge.Controls.Histogram( );
     this.SuspendLayout( );
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(5, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Channel:";
     //
     // channelCombo
     //
     this.channelCombo.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.channelCombo.Location              = new System.Drawing.Point(60, 5);
     this.channelCombo.Name                  = "channelCombo";
     this.channelCombo.Size                  = new System.Drawing.Size(130, 21);
     this.channelCombo.TabIndex              = 3;
     this.channelCombo.SelectedIndexChanged += new System.EventHandler(this.channelCombo_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(5, 195);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(37, 15);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Mean:";
     //
     // meanLabel
     //
     this.meanLabel.Location  = new System.Drawing.Point(50, 195);
     this.meanLabel.Name      = "meanLabel";
     this.meanLabel.Size      = new System.Drawing.Size(40, 14);
     this.meanLabel.TabIndex  = 5;
     this.meanLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(5, 215);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(50, 15);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Std Dev:";
     //
     // stdDevLabel
     //
     this.stdDevLabel.Location  = new System.Drawing.Point(50, 215);
     this.stdDevLabel.Name      = "stdDevLabel";
     this.stdDevLabel.Size      = new System.Drawing.Size(40, 14);
     this.stdDevLabel.TabIndex  = 7;
     this.stdDevLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(5, 235);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 15);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Median:";
     //
     // medianLabel
     //
     this.medianLabel.Location  = new System.Drawing.Point(50, 235);
     this.medianLabel.Name      = "medianLabel";
     this.medianLabel.Size      = new System.Drawing.Size(40, 14);
     this.medianLabel.TabIndex  = 9;
     this.medianLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(125, 195);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(44, 15);
     this.label5.TabIndex = 10;
     this.label5.Text     = "Level:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(125, 215);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 15);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Count:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(125, 235);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(59, 16);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Percentile:";
     //
     // levelLabel
     //
     this.levelLabel.Location = new System.Drawing.Point(190, 195);
     this.levelLabel.Name     = "levelLabel";
     this.levelLabel.Size     = new System.Drawing.Size(60, 15);
     this.levelLabel.TabIndex = 13;
     //
     // countLabel
     //
     this.countLabel.Location = new System.Drawing.Point(190, 215);
     this.countLabel.Name     = "countLabel";
     this.countLabel.Size     = new System.Drawing.Size(60, 15);
     this.countLabel.TabIndex = 14;
     //
     // percentileLabel
     //
     this.percentileLabel.Location = new System.Drawing.Point(190, 235);
     this.percentileLabel.Name     = "percentileLabel";
     this.percentileLabel.Size     = new System.Drawing.Size(60, 15);
     this.percentileLabel.TabIndex = 15;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(5, 255);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(30, 15);
     this.label8.TabIndex = 16;
     this.label8.Text     = "Min:";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(5, 275);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(30, 15);
     this.label9.TabIndex = 17;
     this.label9.Text     = "Max:";
     //
     // minLabel
     //
     this.minLabel.Location  = new System.Drawing.Point(50, 255);
     this.minLabel.Name      = "minLabel";
     this.minLabel.Size      = new System.Drawing.Size(40, 14);
     this.minLabel.TabIndex  = 18;
     this.minLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // maxLabel
     //
     this.maxLabel.Location  = new System.Drawing.Point(50, 275);
     this.maxLabel.Name      = "maxLabel";
     this.maxLabel.Size      = new System.Drawing.Size(40, 14);
     this.maxLabel.TabIndex  = 19;
     this.maxLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // logCheck
     //
     this.logCheck.Location        = new System.Drawing.Point(210, 10);
     this.logCheck.Name            = "logCheck";
     this.logCheck.Size            = new System.Drawing.Size(50, 20);
     this.logCheck.TabIndex        = 20;
     this.logCheck.Text            = "Log";
     this.logCheck.CheckedChanged += new System.EventHandler(this.logCheck_CheckedChanged);
     //
     // histogram
     //
     this.histogram.AllowSelection    = true;
     this.histogram.Location          = new System.Drawing.Point(5, 30);
     this.histogram.Name              = "histogram";
     this.histogram.Size              = new System.Drawing.Size(258, 162);
     this.histogram.TabIndex          = 0;
     this.histogram.SelectionChanged += new AForge.Controls.HistogramEventHandler(this.histogram_SelectionChanged);
     this.histogram.PositionChanged  += new AForge.Controls.HistogramEventHandler(this.histogram_PositionChanged);
     //
     // HistogramWindow
     //
     this.AllowedStates = ((WeifenLuo.WinFormsUI.ContentStates)(((WeifenLuo.WinFormsUI.ContentStates.Float | WeifenLuo.WinFormsUI.ContentStates.DockLeft)
                                                                 | WeifenLuo.WinFormsUI.ContentStates.DockRight)));
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(270, 341);
     this.Controls.Add(this.logCheck);
     this.Controls.Add(this.maxLabel);
     this.Controls.Add(this.minLabel);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.percentileLabel);
     this.Controls.Add(this.countLabel);
     this.Controls.Add(this.levelLabel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.medianLabel);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.stdDevLabel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.meanLabel);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.channelCombo);
     this.Controls.Add(this.histogram);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HideOnClose     = true;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(276, 280);
     this.Name            = "HistogramWindow";
     this.ShowHint        = WeifenLuo.WinFormsUI.DockState.DockRight;
     this.ShowInTaskbar   = false;
     this.Text            = "Histogram";
     this.ResumeLayout(false);
 }