DHDHSoftware/DHSoftware/Views/CtrlVisionDisplay.Designer.cs
2025-03-18 14:20:11 +08:00

197 lines
9.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 XKRS.UI.Device.Winform
{
partial class CtrlVisionDisplay
{
/// <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();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ctmsVisibleControl = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiShowToolBar = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowImageSwitch = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowStatusBar = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiShowOpConfig = new System.Windows.Forms.ToolStripMenuItem();
this.gBox = new System.Windows.Forms.GroupBox();
this.tscImageSwitch = new System.Windows.Forms.ToolStripContainer();
this.chkShowDefect = new System.Windows.Forms.CheckBox();
this.chkShowOrigin = new System.Windows.Forms.CheckBox();
this.plMain = new System.Windows.Forms.Panel();
this.ctmsVisibleControl.SuspendLayout();
this.gBox.SuspendLayout();
this.tscImageSwitch.ContentPanel.SuspendLayout();
this.tscImageSwitch.SuspendLayout();
this.SuspendLayout();
//
// ctmsVisibleControl
//
this.ctmsVisibleControl.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiShowToolBar,
this.tsmiShowImageSwitch,
this.tsmiShowStatusBar,
this.tsmiShowOpConfig});
this.ctmsVisibleControl.Name = "ctmsVisibleControl";
this.ctmsVisibleControl.Size = new System.Drawing.Size(149, 92);
//
// tsmiShowToolBar
//
this.tsmiShowToolBar.CheckOnClick = true;
this.tsmiShowToolBar.Name = "tsmiShowToolBar";
this.tsmiShowToolBar.Size = new System.Drawing.Size(148, 22);
this.tsmiShowToolBar.Text = "显示工具栏";
this.tsmiShowToolBar.CheckedChanged += new System.EventHandler(this.tsmiShowToolBar_CheckedChanged);
//
// tsmiShowImageSwitch
//
this.tsmiShowImageSwitch.CheckOnClick = true;
this.tsmiShowImageSwitch.Name = "tsmiShowImageSwitch";
this.tsmiShowImageSwitch.Size = new System.Drawing.Size(148, 22);
this.tsmiShowImageSwitch.Text = "显示图像开关";
this.tsmiShowImageSwitch.CheckedChanged += new System.EventHandler(this.tsmiShowOpBar_CheckedChanged);
//
// tsmiShowStatusBar
//
this.tsmiShowStatusBar.CheckOnClick = true;
this.tsmiShowStatusBar.Name = "tsmiShowStatusBar";
this.tsmiShowStatusBar.Size = new System.Drawing.Size(148, 22);
this.tsmiShowStatusBar.Text = "显示状态栏";
this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged);
//
// tsmiShowOpConfig
//
this.tsmiShowOpConfig.CheckOnClick = true;
this.tsmiShowOpConfig.Name = "tsmiShowOpConfig";
this.tsmiShowOpConfig.Size = new System.Drawing.Size(148, 22);
this.tsmiShowOpConfig.Text = "显示操作配置";
this.tsmiShowOpConfig.CheckedChanged += new System.EventHandler(this.tsmiShowOpConfig_CheckedChanged);
//
// gBox
//
this.gBox.Controls.Add(this.tscImageSwitch);
this.gBox.Controls.Add(this.plMain);
this.gBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.gBox.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gBox.Location = new System.Drawing.Point(0, 0);
this.gBox.Name = "gBox";
this.gBox.Size = new System.Drawing.Size(596, 488);
this.gBox.TabIndex = 2;
this.gBox.TabStop = false;
this.gBox.Text = "groupBox1";
//
// tscImageSwitch
//
this.tscImageSwitch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tscImageSwitch.BottomToolStripPanelVisible = false;
//
// tscImageSwitch.ContentPanel
//
this.tscImageSwitch.ContentPanel.BackColor = System.Drawing.Color.Transparent;
this.tscImageSwitch.ContentPanel.Controls.Add(this.chkShowDefect);
this.tscImageSwitch.ContentPanel.Controls.Add(this.chkShowOrigin);
this.tscImageSwitch.ContentPanel.Margin = new System.Windows.Forms.Padding(0);
this.tscImageSwitch.ContentPanel.Size = new System.Drawing.Size(202, 24);
this.tscImageSwitch.LeftToolStripPanelVisible = false;
this.tscImageSwitch.Location = new System.Drawing.Point(78, 13);
this.tscImageSwitch.Name = "tscImageSwitch";
this.tscImageSwitch.RightToolStripPanelVisible = false;
this.tscImageSwitch.Size = new System.Drawing.Size(202, 24);
this.tscImageSwitch.TabIndex = 3;
this.tscImageSwitch.Text = "toolStripContainer2";
this.tscImageSwitch.TopToolStripPanelVisible = false;
this.tscImageSwitch.Visible = false;
//
// chkShowDefect
//
this.chkShowDefect.AutoSize = true;
this.chkShowDefect.Checked = true;
this.chkShowDefect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkShowDefect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.chkShowDefect.Location = new System.Drawing.Point(3, 3);
this.chkShowDefect.Name = "chkShowDefect";
this.chkShowDefect.Size = new System.Drawing.Size(74, 18);
this.chkShowDefect.TabIndex = 0;
this.chkShowDefect.Text = "显示缺陷";
this.chkShowDefect.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkShowDefect.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.chkShowDefect.UseVisualStyleBackColor = true;
this.chkShowDefect.CheckedChanged += new System.EventHandler(this.chkShowDefect_CheckedChanged);
//
// chkShowOrigin
//
this.chkShowOrigin.AutoSize = true;
this.chkShowOrigin.Checked = true;
this.chkShowOrigin.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkShowOrigin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.chkShowOrigin.Location = new System.Drawing.Point(83, 3);
this.chkShowOrigin.Name = "chkShowOrigin";
this.chkShowOrigin.Size = new System.Drawing.Size(74, 18);
this.chkShowOrigin.TabIndex = 1;
this.chkShowOrigin.Text = "显示原图";
this.chkShowOrigin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkShowOrigin.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.chkShowOrigin.UseVisualStyleBackColor = true;
this.chkShowOrigin.CheckedChanged += new System.EventHandler(this.chkShowOrigin_CheckedChanged);
//
// plMain
//
this.plMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.plMain.Location = new System.Drawing.Point(3, 18);
this.plMain.Name = "plMain";
this.plMain.Size = new System.Drawing.Size(590, 467);
this.plMain.TabIndex = 0;
//
// CtrlDetectionDisplay
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ContextMenuStrip = this.ctmsVisibleControl;
this.Controls.Add(this.gBox);
this.Name = "CtrlDetectionDisplay";
this.Size = new System.Drawing.Size(596, 488);
this.ctmsVisibleControl.ResumeLayout(false);
this.gBox.ResumeLayout(false);
this.tscImageSwitch.ContentPanel.ResumeLayout(false);
this.tscImageSwitch.ContentPanel.PerformLayout();
this.tscImageSwitch.ResumeLayout(false);
this.tscImageSwitch.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip ctmsVisibleControl;
private System.Windows.Forms.ToolStripMenuItem tsmiShowToolBar;
private System.Windows.Forms.ToolStripMenuItem tsmiShowImageSwitch;
private System.Windows.Forms.ToolStripMenuItem tsmiShowStatusBar;
private System.Windows.Forms.GroupBox gBox;
private System.Windows.Forms.Panel plMain;
private System.Windows.Forms.ToolStripMenuItem tsmiShowOpConfig;
private System.Windows.Forms.ToolStripContainer tscImageSwitch;
private System.Windows.Forms.CheckBox chkShowDefect;
private System.Windows.Forms.CheckBox chkShowOrigin;
}
}