namespace Bro.UI.HalconDisplay
{
partial class HalconDisplay
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HalconDisplay));
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSetupROILabel = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnRegionFill = new System.Windows.Forms.ToolStripButton();
this.btnRegionMargin = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDeleteSelectedRegion = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDeleteAllRegion = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripResetDisp = new System.Windows.Forms.ToolStripButton();
this.viewPort = new HalconDotNet.HWindowControl();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolBarVisbleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.StatusBarVisbleMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.lineWidthMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineWidth1MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineWidth2MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineWidth3MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineWidth4MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lineWidth5MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslRow = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslCol = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslGreyval = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(-2, 305);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(359, 20);
this.hScrollBar1.TabIndex = 1;
this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSetupROILabel,
this.toolStripSeparator1,
this.btnRegionFill,
this.btnRegionMargin,
this.toolStripSeparator4,
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripButton6,
this.toolStripSeparator2,
this.toolStripDeleteSelectedRegion,
this.toolStripSeparator3,
this.toolStripDeleteAllRegion,
this.toolStripSeparator5,
this.toolStripResetDisp});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStrip1.Size = new System.Drawing.Size(382, 23);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSetupROILabel
//
this.toolStripSetupROILabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.toolStripSetupROILabel.Name = "toolStripSetupROILabel";
this.toolStripSetupROILabel.Size = new System.Drawing.Size(67, 15);
this.toolStripSetupROILabel.Text = "Setup ROI:";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
//
// btnRegionFill
//
this.btnRegionFill.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnRegionFill.Image = global::Broc.UI.HalconDisplay.Properties.Resources.roi_op_union;
this.btnRegionFill.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRegionFill.Name = "btnRegionFill";
this.btnRegionFill.Size = new System.Drawing.Size(23, 20);
this.btnRegionFill.Text = "RegionFill";
this.btnRegionFill.ToolTipText = "Set draw mode filled";
this.btnRegionFill.Click += new System.EventHandler(this.btnRegionFill_Click);
//
// btnRegionMargin
//
this.btnRegionMargin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnRegionMargin.Image = global::Broc.UI.HalconDisplay.Properties.Resources.roi_op_difference;
this.btnRegionMargin.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRegionMargin.Name = "btnRegionMargin";
this.btnRegionMargin.Size = new System.Drawing.Size(23, 20);
this.btnRegionMargin.Text = "RegionMargin";
this.btnRegionMargin.ToolTipText = "Set draw mode margin";
this.btnRegionMargin.Click += new System.EventHandler(this.btnRegionMargin_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 23);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_rect1;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 20);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.ToolTipText = "Draw axis-aligned rectangle";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_rect2;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 20);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.ToolTipText = "Draw rotated rectangle";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_line;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23, 20);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.ToolTipText = "Draw line";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_circle;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(23, 20);
this.toolStripButton4.Text = "toolStripButton4";
this.toolStripButton4.ToolTipText = "Draw circle";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripButton5
//
this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton5.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_circular_arc;
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(23, 20);
this.toolStripButton5.Text = "toolStripButton5";
this.toolStripButton5.ToolTipText = "Draw circular arc";
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStripButton6
//
this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton6.Image = global::Broc.UI.HalconDisplay.Properties.Resources.gen_ploygon;
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(23, 20);
this.toolStripButton6.Text = "Draw Polygon";
this.toolStripButton6.Click += new System.EventHandler(this.ToolStripButton6_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
//
// toolStripDeleteSelectedRegion
//
this.toolStripDeleteSelectedRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripDeleteSelectedRegion.Image = global::Broc.UI.HalconDisplay.Properties.Resources.clear_roi_sel;
this.toolStripDeleteSelectedRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDeleteSelectedRegion.Name = "toolStripDeleteSelectedRegion";
this.toolStripDeleteSelectedRegion.Size = new System.Drawing.Size(23, 20);
this.toolStripDeleteSelectedRegion.Text = "Delete selected region";
this.toolStripDeleteSelectedRegion.ToolTipText = "Delete the drawn activated region.";
this.toolStripDeleteSelectedRegion.Click += new System.EventHandler(this.toolStripDeleteSelectedRegion_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
//
// toolStripDeleteAllRegion
//
this.toolStripDeleteAllRegion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripDeleteAllRegion.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDeleteAllRegion.Image")));
this.toolStripDeleteAllRegion.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDeleteAllRegion.Name = "toolStripDeleteAllRegion";
this.toolStripDeleteAllRegion.Size = new System.Drawing.Size(23, 20);
this.toolStripDeleteAllRegion.Text = "toolStripButton7";
this.toolStripDeleteAllRegion.ToolTipText = "Delete all regions";
this.toolStripDeleteAllRegion.Click += new System.EventHandler(this.toolStripDeleteAllRegion_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 23);
//
// toolStripResetDisp
//
this.toolStripResetDisp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripResetDisp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripResetDisp.Image")));
this.toolStripResetDisp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripResetDisp.Name = "toolStripResetDisp";
this.toolStripResetDisp.Size = new System.Drawing.Size(23, 20);
this.toolStripResetDisp.Text = "toolStripButton6";
this.toolStripResetDisp.ToolTipText = "Set the window to fit the image";
this.toolStripResetDisp.Click += new System.EventHandler(this.toolStripResetDisp_Click);
//
// viewPort
//
this.viewPort.BackColor = System.Drawing.Color.Black;
this.viewPort.BorderColor = System.Drawing.Color.Black;
this.viewPort.ContextMenuStrip = this.contextMenuStrip1;
this.viewPort.Dock = System.Windows.Forms.DockStyle.Fill;
this.viewPort.ImagePart = new System.Drawing.Rectangle(0, 0, 382, 324);
this.viewPort.Location = new System.Drawing.Point(0, 0);
this.viewPort.MinimumSize = new System.Drawing.Size(320, 222);
this.viewPort.Name = "viewPort";
this.viewPort.Size = new System.Drawing.Size(382, 324);
this.viewPort.TabIndex = 5;
this.viewPort.WindowSize = new System.Drawing.Size(382, 324);
this.viewPort.HInitWindow += new HalconDotNet.HInitWindowEventHandler(this.viewPort_HInitWindow);
this.viewPort.KeyDown += new System.Windows.Forms.KeyEventHandler(this.viewPort_KeyDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolBarVisbleMenuItem,
this.StatusBarVisbleMenuItem,
this.toolStripSeparator6,
this.lineWidthMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(167, 76);
//
// ToolBarVisbleMenuItem
//
this.ToolBarVisbleMenuItem.Checked = true;
this.ToolBarVisbleMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.ToolBarVisbleMenuItem.Name = "ToolBarVisbleMenuItem";
this.ToolBarVisbleMenuItem.Size = new System.Drawing.Size(166, 22);
this.ToolBarVisbleMenuItem.Text = "ToolBarVisble";
this.ToolBarVisbleMenuItem.CheckedChanged += new System.EventHandler(this.ToolBarVisbleMenuItem_CheckedChanged);
this.ToolBarVisbleMenuItem.Click += new System.EventHandler(this.ToolBarVisbleMenuItem_Click);
//
// StatusBarVisbleMenuItem
//
this.StatusBarVisbleMenuItem.Checked = true;
this.StatusBarVisbleMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.StatusBarVisbleMenuItem.Name = "StatusBarVisbleMenuItem";
this.StatusBarVisbleMenuItem.Size = new System.Drawing.Size(166, 22);
this.StatusBarVisbleMenuItem.Text = "StatusBarVisble";
this.StatusBarVisbleMenuItem.CheckedChanged += new System.EventHandler(this.StatusBarVisbleMenuItem_CheckedChanged);
this.StatusBarVisbleMenuItem.Click += new System.EventHandler(this.StatusBarVisbleMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(163, 6);
//
// lineWidthMenuItem
//
this.lineWidthMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lineWidth1MenuItem,
this.lineWidth2MenuItem,
this.lineWidth3MenuItem,
this.lineWidth4MenuItem,
this.lineWidth5MenuItem});
this.lineWidthMenuItem.Name = "lineWidthMenuItem";
this.lineWidthMenuItem.Size = new System.Drawing.Size(166, 22);
this.lineWidthMenuItem.Text = "LineWidth";
//
// lineWidth1MenuItem
//
this.lineWidth1MenuItem.Checked = true;
this.lineWidth1MenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.lineWidth1MenuItem.Name = "lineWidth1MenuItem";
this.lineWidth1MenuItem.Size = new System.Drawing.Size(83, 22);
this.lineWidth1MenuItem.Text = "1";
this.lineWidth1MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
//
// lineWidth2MenuItem
//
this.lineWidth2MenuItem.Name = "lineWidth2MenuItem";
this.lineWidth2MenuItem.Size = new System.Drawing.Size(83, 22);
this.lineWidth2MenuItem.Text = "2";
this.lineWidth2MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
//
// lineWidth3MenuItem
//
this.lineWidth3MenuItem.Name = "lineWidth3MenuItem";
this.lineWidth3MenuItem.Size = new System.Drawing.Size(83, 22);
this.lineWidth3MenuItem.Text = "3";
this.lineWidth3MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
//
// lineWidth4MenuItem
//
this.lineWidth4MenuItem.Name = "lineWidth4MenuItem";
this.lineWidth4MenuItem.Size = new System.Drawing.Size(83, 22);
this.lineWidth4MenuItem.Text = "4";
this.lineWidth4MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
//
// lineWidth5MenuItem
//
this.lineWidth5MenuItem.Name = "lineWidth5MenuItem";
this.lineWidth5MenuItem.Size = new System.Drawing.Size(83, 22);
this.lineWidth5MenuItem.Text = "5";
this.lineWidth5MenuItem.Click += new System.EventHandler(this.lineWidthMenuItem_Click);
//
// vScrollBar1
//
this.vScrollBar1.Location = new System.Drawing.Point(385, 64);
this.vScrollBar1.Name = "vScrollBar1";
this.vScrollBar1.Size = new System.Drawing.Size(17, 155);
this.vScrollBar1.TabIndex = 3;
this.vScrollBar1.Visible = false;
this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.tsslRow,
this.toolStripStatusLabel2,
this.tsslCol,
this.toolStripStatusLabel3,
this.tsslGreyval});
this.statusStrip1.Location = new System.Drawing.Point(0, 302);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(382, 22);
this.statusStrip1.TabIndex = 6;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(36, 17);
this.toolStripStatusLabel1.Text = "Row:";
//
// tsslRow
//
this.tsslRow.Name = "tsslRow";
this.tsslRow.Size = new System.Drawing.Size(15, 17);
this.tsslRow.Text = "0";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(30, 17);
this.toolStripStatusLabel2.Text = "Col:";
//
// tsslCol
//
this.tsslCol.Name = "tsslCol";
this.tsslCol.Size = new System.Drawing.Size(15, 17);
this.tsslCol.Text = "0";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(54, 17);
this.toolStripStatusLabel3.Text = "Greyval:";
//
// tsslGreyval
//
this.tsslGreyval.Name = "tsslGreyval";
this.tsslGreyval.Size = new System.Drawing.Size(35, 17);
this.tsslGreyval.Text = "0,0,0";
//
// HalconDisplay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.SystemColors.Control;
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.vScrollBar1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.viewPort);
this.Controls.Add(this.hScrollBar1);
this.MinimumSize = new System.Drawing.Size(344, 271);
this.Name = "HalconDisplay";
this.Size = new System.Drawing.Size(382, 324);
this.Load += new System.EventHandler(this.HDisplayControl_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.HDisplayControl_Paint);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripDeleteSelectedRegion;
private System.Windows.Forms.ToolStripLabel toolStripSetupROILabel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton btnRegionFill;
private System.Windows.Forms.ToolStripButton btnRegionMargin;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
public HalconDotNet.HWindowControl viewPort;
public System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton toolStripDeleteAllRegion;
private System.Windows.Forms.ToolStripButton toolStripResetDisp;
private System.Windows.Forms.VScrollBar vScrollBar1;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel tsslRow;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel tsslCol;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolBarVisbleMenuItem;
private System.Windows.Forms.ToolStripMenuItem StatusBarVisbleMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem lineWidthMenuItem;
private System.Windows.Forms.ToolStripMenuItem lineWidth1MenuItem;
private System.Windows.Forms.ToolStripMenuItem lineWidth2MenuItem;
private System.Windows.Forms.ToolStripMenuItem lineWidth3MenuItem;
private System.Windows.Forms.ToolStripMenuItem lineWidth4MenuItem;
private System.Windows.Forms.ToolStripMenuItem lineWidth5MenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel tsslGreyval;
}
}