Files
VisionEdit/ImageWindow/HWindow_Final.designer.cs
2019-07-13 19:28:22 +08:00

106 lines
4.9 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace ChoiceTech.Halcon.Control
{
partial class HWindow_Final
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
hv_MenuStrip.Dispose();
mCtrl_HWindow.HMouseMove -= HWindowControl_HMouseMove;
}
if (disposing && hv_image != null)
{
hv_image.Dispose();
}
if (disposing && hv_window != null)
{
hv_window.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HWindow_Final));
this.m_CtrlHStatusLabelCtrl = new System.Windows.Forms.Label();
this.m_CtrlImageList = new System.Windows.Forms.ImageList(this.components);
this.mCtrl_HWindow = new HalconDotNet.HWindowControl();
this.SuspendLayout();
//
// m_CtrlHStatusLabelCtrl
//
this.m_CtrlHStatusLabelCtrl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.m_CtrlHStatusLabelCtrl.AutoSize = true;
this.m_CtrlHStatusLabelCtrl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.m_CtrlHStatusLabelCtrl.ForeColor = System.Drawing.SystemColors.WindowText;
this.m_CtrlHStatusLabelCtrl.Location = new System.Drawing.Point(3, 498);
this.m_CtrlHStatusLabelCtrl.Margin = new System.Windows.Forms.Padding(3);
this.m_CtrlHStatusLabelCtrl.Name = "m_CtrlHStatusLabelCtrl";
this.m_CtrlHStatusLabelCtrl.Size = new System.Drawing.Size(0, 17);
this.m_CtrlHStatusLabelCtrl.TabIndex = 1;
//
// m_CtrlImageList
//
this.m_CtrlImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_CtrlImageList.ImageStream")));
this.m_CtrlImageList.TransparentColor = System.Drawing.Color.Transparent;
this.m_CtrlImageList.Images.SetKeyName(0, "TableIcon.png");
this.m_CtrlImageList.Images.SetKeyName(1, "PicturesIcon.png");
//
// mCtrl_HWindow
//
this.mCtrl_HWindow.BackColor = System.Drawing.Color.Black;
this.mCtrl_HWindow.BorderColor = System.Drawing.Color.Black;
this.mCtrl_HWindow.Cursor = System.Windows.Forms.Cursors.Default;
this.mCtrl_HWindow.Dock = System.Windows.Forms.DockStyle.Fill;
this.mCtrl_HWindow.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
this.mCtrl_HWindow.Location = new System.Drawing.Point(0, 0);
this.mCtrl_HWindow.Margin = new System.Windows.Forms.Padding(0);
this.mCtrl_HWindow.Name = "mCtrl_HWindow";
this.mCtrl_HWindow.Size = new System.Drawing.Size(562, 518);
this.mCtrl_HWindow.TabIndex = 0;
this.mCtrl_HWindow.WindowSize = new System.Drawing.Size(562, 518);
this.mCtrl_HWindow.HMouseMove += new HalconDotNet.HMouseEventHandler(this.HWindowControl_HMouseMove);
this.mCtrl_HWindow.MouseLeave += new System.EventHandler(this.mCtrl_HWindow_MouseLeave);
//
// HWindow_Final
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.m_CtrlHStatusLabelCtrl);
this.Controls.Add(this.mCtrl_HWindow);
this.Name = "HWindow_Final";
this.Size = new System.Drawing.Size(562, 518);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label m_CtrlHStatusLabelCtrl;
private System.Windows.Forms.ImageList m_CtrlImageList;
private HalconDotNet.HWindowControl mCtrl_HWindow;
}
}