HWindowTool_Smart.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. namespace ViewROI
  2. {
  3. partial class HWindowTool_Smart
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.SmartWindow = new HalconDotNet.HSmartWindowControl();
  29. this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
  30. this.tsmiDispCorr = new System.Windows.Forms.ToolStripMenuItem();
  31. this.grayValueLable = new Sunny.UI.UISymbolLabel();
  32. this.uiContextMenuStrip1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // SmartWindow
  36. //
  37. this.SmartWindow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  38. this.SmartWindow.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
  39. this.SmartWindow.ContextMenuStrip = this.uiContextMenuStrip1;
  40. this.SmartWindow.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.SmartWindow.HDoubleClickToFitContent = true;
  42. this.SmartWindow.HDrawingObjectsModifier = HalconDotNet.HSmartWindowControl.DrawingObjectsModifier.None;
  43. this.SmartWindow.HImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
  44. this.SmartWindow.HKeepAspectRatio = true;
  45. this.SmartWindow.HMoveContent = true;
  46. this.SmartWindow.HZoomContent = HalconDotNet.HSmartWindowControl.ZoomContent.WheelForwardZoomsIn;
  47. this.SmartWindow.Location = new System.Drawing.Point(0, 0);
  48. this.SmartWindow.Margin = new System.Windows.Forms.Padding(0);
  49. this.SmartWindow.Name = "SmartWindow";
  50. this.SmartWindow.Size = new System.Drawing.Size(576, 457);
  51. this.SmartWindow.TabIndex = 0;
  52. this.SmartWindow.WindowSize = new System.Drawing.Size(576, 457);
  53. this.SmartWindow.HMouseMove += new HalconDotNet.HMouseEventHandler(this.SmartWindow_HMouseMove);
  54. //
  55. // uiContextMenuStrip1
  56. //
  57. this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.uiContextMenuStrip1.IsScaled = false;
  59. this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.tsmiDispCorr});
  61. this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
  62. this.uiContextMenuStrip1.Size = new System.Drawing.Size(145, 30);
  63. //
  64. // tsmiDispCorr
  65. //
  66. this.tsmiDispCorr.Name = "tsmiDispCorr";
  67. this.tsmiDispCorr.Size = new System.Drawing.Size(144, 26);
  68. this.tsmiDispCorr.Text = "显示坐标";
  69. this.tsmiDispCorr.Click += new System.EventHandler(this.tsmiDispCorr_Click);
  70. //
  71. // grayValueLable
  72. //
  73. this.grayValueLable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  74. this.grayValueLable.BackColor = System.Drawing.Color.Transparent;
  75. this.grayValueLable.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.grayValueLable.IsScaled = false;
  77. this.grayValueLable.Location = new System.Drawing.Point(3, 432);
  78. this.grayValueLable.MinimumSize = new System.Drawing.Size(1, 1);
  79. this.grayValueLable.Name = "grayValueLable";
  80. this.grayValueLable.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
  81. this.grayValueLable.Size = new System.Drawing.Size(260, 24);
  82. this.grayValueLable.Symbol = 61483;
  83. this.grayValueLable.TabIndex = 4;
  84. this.grayValueLable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  85. this.grayValueLable.Visible = false;
  86. //
  87. // HWindowTool_Smart
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.Controls.Add(this.grayValueLable);
  92. this.Controls.Add(this.SmartWindow);
  93. this.Name = "HWindowTool_Smart";
  94. this.Size = new System.Drawing.Size(576, 457);
  95. this.Load += new System.EventHandler(this.HWindowTool_Smart_Load);
  96. this.SizeChanged += new System.EventHandler(this.HWindowTool_Smart_SizeChanged);
  97. this.uiContextMenuStrip1.ResumeLayout(false);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. public HalconDotNet.HSmartWindowControl SmartWindow;
  102. private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1;
  103. private System.Windows.Forms.ToolStripMenuItem tsmiDispCorr;
  104. private Sunny.UI.UISymbolLabel grayValueLable;
  105. }
  106. }