You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

369 lines
16 KiB

namespace Emgu.CV.UI
{
/// <summary>
/// The control to display image properties
/// </summary>
partial class ImageProperty
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Component 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageProperty));
this.label1 = new System.Windows.Forms.Label();
this.widthTextbox = new System.Windows.Forms.TextBox();
this.heightTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.mousePositionTextbox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.colorIntensityTextbox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.typeOfColorTexbox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.typeOfDepthTextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.fpsTextBox = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.cSharpOperationView = new Emgu.CV.UI.OperationsView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.splitter1 = new System.Windows.Forms.Splitter();
this.cPlusPlusOperationView = new Emgu.CV.UI.OperationsView();
this.removeAllFilterButton = new System.Windows.Forms.Button();
this.removeFilterButton = new System.Windows.Forms.Button();
this.showHistogramButton = new System.Windows.Forms.Button();
this.zoomLevelComboBox = new System.Windows.Forms.ComboBox();
this.zoomLabel = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AccessibleDescription = null;
this.label1.AccessibleName = null;
resources.ApplyResources(this.label1, "label1");
this.label1.Font = null;
this.label1.Name = "label1";
//
// widthTextbox
//
this.widthTextbox.AccessibleDescription = null;
this.widthTextbox.AccessibleName = null;
resources.ApplyResources(this.widthTextbox, "widthTextbox");
this.widthTextbox.BackgroundImage = null;
this.widthTextbox.Font = null;
this.widthTextbox.Name = "widthTextbox";
this.widthTextbox.ReadOnly = true;
//
// heightTextBox
//
this.heightTextBox.AccessibleDescription = null;
this.heightTextBox.AccessibleName = null;
resources.ApplyResources(this.heightTextBox, "heightTextBox");
this.heightTextBox.BackgroundImage = null;
this.heightTextBox.Font = null;
this.heightTextBox.Name = "heightTextBox";
this.heightTextBox.ReadOnly = true;
//
// label2
//
this.label2.AccessibleDescription = null;
this.label2.AccessibleName = null;
resources.ApplyResources(this.label2, "label2");
this.label2.Font = null;
this.label2.Name = "label2";
//
// label3
//
this.label3.AccessibleDescription = null;
this.label3.AccessibleName = null;
resources.ApplyResources(this.label3, "label3");
this.label3.Font = null;
this.label3.Name = "label3";
//
// mousePositionTextbox
//
this.mousePositionTextbox.AccessibleDescription = null;
this.mousePositionTextbox.AccessibleName = null;
resources.ApplyResources(this.mousePositionTextbox, "mousePositionTextbox");
this.mousePositionTextbox.BackgroundImage = null;
this.mousePositionTextbox.Font = null;
this.mousePositionTextbox.Name = "mousePositionTextbox";
this.mousePositionTextbox.ReadOnly = true;
//
// label4
//
this.label4.AccessibleDescription = null;
this.label4.AccessibleName = null;
resources.ApplyResources(this.label4, "label4");
this.label4.Font = null;
this.label4.Name = "label4";
//
// colorIntensityTextbox
//
this.colorIntensityTextbox.AccessibleDescription = null;
this.colorIntensityTextbox.AccessibleName = null;
resources.ApplyResources(this.colorIntensityTextbox, "colorIntensityTextbox");
this.colorIntensityTextbox.BackgroundImage = null;
this.colorIntensityTextbox.Font = null;
this.colorIntensityTextbox.Name = "colorIntensityTextbox";
this.colorIntensityTextbox.ReadOnly = true;
//
// label5
//
this.label5.AccessibleDescription = null;
this.label5.AccessibleName = null;
resources.ApplyResources(this.label5, "label5");
this.label5.Font = null;
this.label5.Name = "label5";
//
// typeOfColorTexbox
//
this.typeOfColorTexbox.AccessibleDescription = null;
this.typeOfColorTexbox.AccessibleName = null;
resources.ApplyResources(this.typeOfColorTexbox, "typeOfColorTexbox");
this.typeOfColorTexbox.BackgroundImage = null;
this.typeOfColorTexbox.Font = null;
this.typeOfColorTexbox.Name = "typeOfColorTexbox";
this.typeOfColorTexbox.ReadOnly = true;
//
// label6
//
this.label6.AccessibleDescription = null;
this.label6.AccessibleName = null;
resources.ApplyResources(this.label6, "label6");
this.label6.Font = null;
this.label6.Name = "label6";
//
// typeOfDepthTextBox
//
this.typeOfDepthTextBox.AccessibleDescription = null;
this.typeOfDepthTextBox.AccessibleName = null;
resources.ApplyResources(this.typeOfDepthTextBox, "typeOfDepthTextBox");
this.typeOfDepthTextBox.BackgroundImage = null;
this.typeOfDepthTextBox.Font = null;
this.typeOfDepthTextBox.Name = "typeOfDepthTextBox";
this.typeOfDepthTextBox.ReadOnly = true;
//
// label7
//
this.label7.AccessibleDescription = null;
this.label7.AccessibleName = null;
resources.ApplyResources(this.label7, "label7");
this.label7.Font = null;
this.label7.Name = "label7";
//
// label8
//
this.label8.AccessibleDescription = null;
this.label8.AccessibleName = null;
resources.ApplyResources(this.label8, "label8");
this.label8.Font = null;
this.label8.Name = "label8";
//
// fpsTextBox
//
this.fpsTextBox.AccessibleDescription = null;
this.fpsTextBox.AccessibleName = null;
resources.ApplyResources(this.fpsTextBox, "fpsTextBox");
this.fpsTextBox.BackgroundImage = null;
this.fpsTextBox.Font = null;
this.fpsTextBox.Name = "fpsTextBox";
this.fpsTextBox.ReadOnly = true;
//
// tabControl1
//
this.tabControl1.AccessibleDescription = null;
this.tabControl1.AccessibleName = null;
resources.ApplyResources(this.tabControl1, "tabControl1");
this.tabControl1.BackgroundImage = null;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Font = null;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
//
// tabPage1
//
this.tabPage1.AccessibleDescription = null;
this.tabPage1.AccessibleName = null;
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.BackgroundImage = null;
this.tabPage1.Controls.Add(this.cSharpOperationView);
this.tabPage1.Font = null;
this.tabPage1.Name = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// cSharpOperationView
//
this.cSharpOperationView.AccessibleDescription = null;
this.cSharpOperationView.AccessibleName = null;
resources.ApplyResources(this.cSharpOperationView, "cSharpOperationView");
this.cSharpOperationView.BackgroundImage = null;
this.cSharpOperationView.Font = null;
this.cSharpOperationView.Name = "cSharpOperationView";
//
// tabPage2
//
this.tabPage2.AccessibleDescription = null;
this.tabPage2.AccessibleName = null;
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.BackgroundImage = null;
this.tabPage2.Controls.Add(this.splitter1);
this.tabPage2.Controls.Add(this.cPlusPlusOperationView);
this.tabPage2.Font = null;
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// splitter1
//
this.splitter1.AccessibleDescription = null;
this.splitter1.AccessibleName = null;
resources.ApplyResources(this.splitter1, "splitter1");
this.splitter1.BackgroundImage = null;
this.splitter1.Font = null;
this.splitter1.Name = "splitter1";
this.splitter1.TabStop = false;
//
// cPlusPlusOperationView
//
this.cPlusPlusOperationView.AccessibleDescription = null;
this.cPlusPlusOperationView.AccessibleName = null;
resources.ApplyResources(this.cPlusPlusOperationView, "cPlusPlusOperationView");
this.cPlusPlusOperationView.BackgroundImage = null;
this.cPlusPlusOperationView.Font = null;
this.cPlusPlusOperationView.Name = "cPlusPlusOperationView";
//
// removeAllFilterButton
//
this.removeAllFilterButton.AccessibleDescription = null;
this.removeAllFilterButton.AccessibleName = null;
resources.ApplyResources(this.removeAllFilterButton, "removeAllFilterButton");
this.removeAllFilterButton.BackgroundImage = null;
this.removeAllFilterButton.Font = null;
this.removeAllFilterButton.Name = "removeAllFilterButton";
this.removeAllFilterButton.UseVisualStyleBackColor = true;
this.removeAllFilterButton.Click += new System.EventHandler(this.clearOperationBtn_Click);
//
// removeFilterButton
//
this.removeFilterButton.AccessibleDescription = null;
this.removeFilterButton.AccessibleName = null;
resources.ApplyResources(this.removeFilterButton, "removeFilterButton");
this.removeFilterButton.BackgroundImage = null;
this.removeFilterButton.Font = null;
this.removeFilterButton.Name = "removeFilterButton";
this.removeFilterButton.UseVisualStyleBackColor = true;
this.removeFilterButton.Click += new System.EventHandler(this.popOperationButton_Click);
//
// showHistogramButton
//
this.showHistogramButton.AccessibleDescription = null;
this.showHistogramButton.AccessibleName = null;
resources.ApplyResources(this.showHistogramButton, "showHistogramButton");
this.showHistogramButton.BackgroundImage = null;
this.showHistogramButton.Font = null;
this.showHistogramButton.Name = "showHistogramButton";
this.showHistogramButton.UseVisualStyleBackColor = true;
this.showHistogramButton.Click += new System.EventHandler(this.showHistogramButton_Click);
//
// zoomLevelComboBox
//
this.zoomLevelComboBox.AccessibleDescription = null;
this.zoomLevelComboBox.AccessibleName = null;
resources.ApplyResources(this.zoomLevelComboBox, "zoomLevelComboBox");
this.zoomLevelComboBox.BackgroundImage = null;
this.zoomLevelComboBox.Font = null;
this.zoomLevelComboBox.FormattingEnabled = true;
this.zoomLevelComboBox.Name = "zoomLevelComboBox";
this.zoomLevelComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomLevelComboBox_SelectedIndexChanged);
//
// zoomLabel
//
this.zoomLabel.AccessibleDescription = null;
this.zoomLabel.AccessibleName = null;
resources.ApplyResources(this.zoomLabel, "zoomLabel");
this.zoomLabel.Font = null;
this.zoomLabel.Name = "zoomLabel";
//
// ImageProperty
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.Controls.Add(this.zoomLabel);
this.Controls.Add(this.zoomLevelComboBox);
this.Controls.Add(this.showHistogramButton);
this.Controls.Add(this.removeFilterButton);
this.Controls.Add(this.removeAllFilterButton);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.fpsTextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.typeOfDepthTextBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.typeOfColorTexbox);
this.Controls.Add(this.label5);
this.Controls.Add(this.colorIntensityTextbox);
this.Controls.Add(this.label4);
this.Controls.Add(this.mousePositionTextbox);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.heightTextBox);
this.Controls.Add(this.widthTextbox);
this.Controls.Add(this.label1);
this.Font = null;
this.Name = "ImageProperty";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox widthTextbox;
private System.Windows.Forms.TextBox heightTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox mousePositionTextbox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox colorIntensityTextbox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox typeOfColorTexbox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox typeOfDepthTextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox fpsTextBox;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private OperationsView cSharpOperationView;
private OperationsView cPlusPlusOperationView;
private System.Windows.Forms.Button removeAllFilterButton;
private System.Windows.Forms.Button removeFilterButton;
private System.Windows.Forms.Button showHistogramButton;
private System.Windows.Forms.ComboBox zoomLevelComboBox;
private System.Windows.Forms.Label zoomLabel;
private System.Windows.Forms.Splitter splitter1;
}
}