banboshi_V1/halftoneproject-master/AssistClient/FrmMain.Designer.cs

1089 lines
62 KiB
C#
Raw Normal View History

2023-10-31 13:19:29 +08:00
namespace AssistClient
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 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(FrmMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
2023-10-31 13:19:29 +08:00
this.chkSyncMove = new System.Windows.Forms.CheckBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tsMenuPTSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsMenuCmdSetting = new System.Windows.Forms.ToolStripMenuItem();
this.tsMenuSysSetting = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtnOpenDev = new System.Windows.Forms.ToolStripButton();
this.tsbtnCloseDev = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnWarning = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnStopNow = new System.Windows.Forms.ToolStripButton();
this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
this.tsbtnPause1 = new System.Windows.Forms.ToolStripButton();
this.tsbtnReset = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnLog = new System.Windows.Forms.ToolStripButton();
this.gpbDefectList = new System.Windows.Forms.GroupBox();
this.dgvProcess = new System.Windows.Forms.DataGridView();
this.colKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colMainIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colDefectCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gpbProductInfo = new System.Windows.Forms.GroupBox();
this.cbxSN = new System.Windows.Forms.ComboBox();
this.txtCreateTime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtProductCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBatchId = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtProductName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.pnlPic = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tsbtnGoDownPT = new System.Windows.Forms.Button();
this.tsbtnPause = new System.Windows.Forms.Button();
this.gpbLog = new System.Windows.Forms.GroupBox();
this.lstLog = new System.Windows.Forms.ListBox();
this.gpbXYAxis = new System.Windows.Forms.GroupBox();
this.btnRight = new System.Windows.Forms.PictureBox();
this.btnLeft = new System.Windows.Forms.PictureBox();
this.btnBack = new System.Windows.Forms.PictureBox();
this.btnFront = new System.Windows.Forms.PictureBox();
this.gpbZAxis = new System.Windows.Forms.GroupBox();
this.btnZDown = new System.Windows.Forms.PictureBox();
this.btnZUp = new System.Windows.Forms.PictureBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsAxisState = new System.Windows.Forms.ToolStripStatusLabel();
this.chkLaser = new System.Windows.Forms.CheckBox();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.gpbDefectList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).BeginInit();
this.gpbProductInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.pnlPic.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.gpbLog.SuspendLayout();
this.gpbXYAxis.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnRight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnFront)).BeginInit();
this.gpbZAxis.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnZDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnZUp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// chkSyncMove
//
this.chkSyncMove.AutoSize = true;
this.chkSyncMove.Checked = true;
this.chkSyncMove.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSyncMove.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkSyncMove.Location = new System.Drawing.Point(507, 15);
2023-11-01 15:13:54 +08:00
this.chkSyncMove.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.chkSyncMove.Name = "chkSyncMove";
this.chkSyncMove.Size = new System.Drawing.Size(179, 20);
this.chkSyncMove.TabIndex = 23;
this.chkSyncMove.Text = "相机同步缺陷图移动";
this.chkSyncMove.UseVisualStyleBackColor = true;
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.toolStripMenuItem2});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);
this.menuStrip1.Size = new System.Drawing.Size(1319, 24);
this.menuStrip1.TabIndex = 24;
this.menuStrip1.Text = "menuStrip1";
//
// 管理ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
this.ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.InactiveCaption;
this.ToolStripMenuItem.Name = "管理ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(66, 22);
this.ToolStripMenuItem.Text = "管理(&M)";
this.ToolStripMenuItem.ToolTipText = "系统设置";
//
// 产品管理ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("产品管理ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "产品管理ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "产品管理";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 流程管理ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("流程管理ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "流程管理ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "流程管理";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 设置ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.toolStripSeparator4,
this.tsMenuPTSetting,
this.tsMenuCmdSetting,
this.tsMenuSysSetting});
this.ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
this.ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.InactiveCaption;
this.ToolStripMenuItem.Name = "设置ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(61, 22);
this.ToolStripMenuItem.Text = "设置(&S)";
this.ToolStripMenuItem.ToolTipText = "系统设置";
//
// 设备调试ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("设备调试ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "设备调试ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "设备调试";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(121, 6);
//
// tsMenuPTSetting
//
this.tsMenuPTSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuPTSetting.Image")));
this.tsMenuPTSetting.Name = "tsMenuPTSetting";
this.tsMenuPTSetting.Size = new System.Drawing.Size(124, 22);
this.tsMenuPTSetting.Text = "点位设置";
this.tsMenuPTSetting.Click += new System.EventHandler(this.tsMenuPTSetting_Click);
//
// tsMenuCmdSetting
//
this.tsMenuCmdSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuCmdSetting.Image")));
this.tsMenuCmdSetting.Name = "tsMenuCmdSetting";
this.tsMenuCmdSetting.Size = new System.Drawing.Size(124, 22);
this.tsMenuCmdSetting.Text = "指令设置";
this.tsMenuCmdSetting.Click += new System.EventHandler(this.tsMenuCmdSetting_Click);
//
// tsMenuSysSetting
//
this.tsMenuSysSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuSysSetting.Image")));
this.tsMenuSysSetting.Name = "tsMenuSysSetting";
this.tsMenuSysSetting.Size = new System.Drawing.Size(124, 22);
this.tsMenuSysSetting.Text = "系统设置";
this.tsMenuSysSetting.Click += new System.EventHandler(this.tsMenuSysSetting_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.toolStripSeparator8,
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.toolStripMenuItem2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
this.toolStripMenuItem2.ForeColor = System.Drawing.SystemColors.InactiveCaption;
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(64, 22);
this.toolStripMenuItem2.Text = "帮助(&H)";
//
// 帮助ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("帮助ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Text = "帮助";
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(97, 6);
//
// 关于ToolStripMenuItem
//
this.ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关于ToolStripMenuItem.Image")));
this.ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Text = "关于";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 测试ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "测试ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Text = "测试";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnOpenDev,
this.tsbtnCloseDev,
this.toolStripSeparator10,
this.tsbtnWarning,
this.toolStripSeparator11,
this.tsbtnStopNow,
this.tsbtnStart,
this.tsbtnPause1,
this.tsbtnReset,
this.toolStripSeparator1,
this.tsbtnLog});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1319, 56);
this.toolStrip1.TabIndex = 25;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtnOpenDev
//
this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
this.tsbtnOpenDev.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnOpenDev.Name = "tsbtnOpenDev";
this.tsbtnOpenDev.Size = new System.Drawing.Size(60, 53);
this.tsbtnOpenDev.Text = "打开设备";
this.tsbtnOpenDev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
//
// tsbtnCloseDev
//
this.tsbtnCloseDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCloseDev.Image")));
this.tsbtnCloseDev.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnCloseDev.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnCloseDev.Name = "tsbtnCloseDev";
this.tsbtnCloseDev.Size = new System.Drawing.Size(60, 53);
this.tsbtnCloseDev.Text = "关闭设备";
this.tsbtnCloseDev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnCloseDev.Visible = false;
this.tsbtnCloseDev.Click += new System.EventHandler(this.tsbtnCloseDev_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 56);
//
// tsbtnWarning
//
this.tsbtnWarning.Enabled = false;
this.tsbtnWarning.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnWarning.Image")));
this.tsbtnWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnWarning.Name = "tsbtnWarning";
this.tsbtnWarning.Size = new System.Drawing.Size(60, 53);
this.tsbtnWarning.Text = "解除报警";
this.tsbtnWarning.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnWarning.Click += new System.EventHandler(this.tsbtnWarning_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 56);
this.toolStripSeparator11.Visible = false;
//
// tsbtnStopNow
//
this.tsbtnStopNow.Enabled = false;
this.tsbtnStopNow.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStopNow.Image")));
this.tsbtnStopNow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnStopNow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnStopNow.Name = "tsbtnStopNow";
this.tsbtnStopNow.Size = new System.Drawing.Size(36, 53);
this.tsbtnStopNow.Text = "急停";
this.tsbtnStopNow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnStopNow.Visible = false;
//
// tsbtnStart
//
this.tsbtnStart.Enabled = false;
this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
this.tsbtnStart.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnStart.Name = "tsbtnStart";
this.tsbtnStart.Size = new System.Drawing.Size(36, 53);
this.tsbtnStart.Text = "启动";
this.tsbtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
//
// tsbtnPause1
//
this.tsbtnPause1.Enabled = false;
this.tsbtnPause1.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPause1.Image")));
this.tsbtnPause1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnPause1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnPause1.Name = "tsbtnPause1";
this.tsbtnPause1.Size = new System.Drawing.Size(36, 53);
this.tsbtnPause1.Text = "暂停";
this.tsbtnPause1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnPause1.Visible = false;
//
// tsbtnReset
//
this.tsbtnReset.Enabled = false;
this.tsbtnReset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReset.Image")));
this.tsbtnReset.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnReset.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnReset.Name = "tsbtnReset";
this.tsbtnReset.Size = new System.Drawing.Size(36, 53);
this.tsbtnReset.Text = "复位";
this.tsbtnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnReset.Click += new System.EventHandler(this.tsbtnReset_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
//
// tsbtnLog
//
this.tsbtnLog.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLog.Image")));
this.tsbtnLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnLog.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLog.Name = "tsbtnLog";
this.tsbtnLog.Size = new System.Drawing.Size(60, 53);
this.tsbtnLog.Text = "日志查看";
this.tsbtnLog.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbtnLog.Click += new System.EventHandler(this.tsbtnLog_Click);
//
// gpbDefectList
//
this.gpbDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gpbDefectList.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gpbDefectList.Controls.Add(this.dgvProcess);
this.gpbDefectList.Location = new System.Drawing.Point(5, 2);
2023-11-01 15:13:54 +08:00
this.gpbDefectList.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbDefectList.Name = "gpbDefectList";
2023-11-01 15:13:54 +08:00
this.gpbDefectList.Padding = new System.Windows.Forms.Padding(2);
2024-04-18 13:08:07 +08:00
this.gpbDefectList.Size = new System.Drawing.Size(440, 377);
2023-10-31 13:19:29 +08:00
this.gpbDefectList.TabIndex = 4;
this.gpbDefectList.TabStop = false;
this.gpbDefectList.Text = "缺陷明细";
//
// dgvProcess
//
this.dgvProcess.AllowUserToAddRows = false;
this.dgvProcess.AllowUserToDeleteRows = false;
this.dgvProcess.AllowUserToResizeRows = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProcess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
2023-10-31 13:19:29 +08:00
this.dgvProcess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvProcess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colKey,
this.colMainIndex,
this.colIndex,
this.colX,
this.colY,
this.colDefectName,
this.colDefectCC,
this.colResult});
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvProcess.DefaultCellStyle = dataGridViewCellStyle4;
2023-10-31 13:19:29 +08:00
this.dgvProcess.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvProcess.Location = new System.Drawing.Point(2, 16);
2023-11-01 15:13:54 +08:00
this.dgvProcess.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.dgvProcess.MultiSelect = false;
this.dgvProcess.Name = "dgvProcess";
this.dgvProcess.ReadOnly = true;
this.dgvProcess.RowHeadersVisible = false;
this.dgvProcess.RowHeadersWidth = 62;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvProcess.RowsDefaultCellStyle = dataGridViewCellStyle5;
2023-10-31 13:19:29 +08:00
this.dgvProcess.RowTemplate.Height = 30;
this.dgvProcess.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
2024-04-18 13:08:07 +08:00
this.dgvProcess.Size = new System.Drawing.Size(436, 359);
2023-10-31 13:19:29 +08:00
this.dgvProcess.TabIndex = 3;
this.dgvProcess.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProcess_CellDoubleClick);
//
// colKey
//
this.colKey.DataPropertyName = "Main_FileName";
this.colKey.HeaderText = "Key";
this.colKey.MinimumWidth = 8;
this.colKey.Name = "colKey";
this.colKey.ReadOnly = true;
this.colKey.Visible = false;
this.colKey.Width = 150;
//
// colMainIndex
//
this.colMainIndex.DataPropertyName = "MainIndex";
this.colMainIndex.HeaderText = "大图索引";
this.colMainIndex.MinimumWidth = 10;
this.colMainIndex.Name = "colMainIndex";
this.colMainIndex.ReadOnly = true;
this.colMainIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colMainIndex.Width = 60;
//
// colIndex
//
this.colIndex.DataPropertyName = "Index";
dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.colIndex.DefaultCellStyle = dataGridViewCellStyle2;
2023-10-31 13:19:29 +08:00
this.colIndex.HeaderText = "索引";
this.colIndex.MinimumWidth = 50;
this.colIndex.Name = "colIndex";
this.colIndex.ReadOnly = true;
this.colIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colIndex.Width = 60;
//
// colX
//
this.colX.DataPropertyName = "X";
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.colX.DefaultCellStyle = dataGridViewCellStyle3;
2023-10-31 13:19:29 +08:00
this.colX.HeaderText = "X轴";
this.colX.MinimumWidth = 50;
this.colX.Name = "colX";
this.colX.ReadOnly = true;
this.colX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colX.Width = 80;
//
// colY
//
this.colY.DataPropertyName = "Y";
this.colY.HeaderText = "Y轴";
this.colY.MinimumWidth = 70;
this.colY.Name = "colY";
this.colY.ReadOnly = true;
this.colY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colY.Width = 80;
//
// colDefectName
//
this.colDefectName.DataPropertyName = "DefectName";
this.colDefectName.HeaderText = "缺陷类型";
this.colDefectName.MinimumWidth = 80;
this.colDefectName.Name = "colDefectName";
this.colDefectName.ReadOnly = true;
this.colDefectName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colDefectName.Width = 150;
//
// colDefectCC
//
this.colDefectCC.DataPropertyName = "DefectCC";
this.colDefectCC.HeaderText = "置信度";
this.colDefectCC.MinimumWidth = 80;
this.colDefectCC.Name = "colDefectCC";
this.colDefectCC.ReadOnly = true;
this.colDefectCC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.colDefectCC.Width = 85;
//
// colResult
//
this.colResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.colResult.HeaderText = "结果";
this.colResult.MinimumWidth = 80;
this.colResult.Name = "colResult";
this.colResult.ReadOnly = true;
this.colResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// gpbProductInfo
//
this.gpbProductInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.gpbProductInfo.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gpbProductInfo.Controls.Add(this.cbxSN);
this.gpbProductInfo.Controls.Add(this.txtCreateTime);
this.gpbProductInfo.Controls.Add(this.label5);
this.gpbProductInfo.Controls.Add(this.txtProductCode);
this.gpbProductInfo.Controls.Add(this.label3);
this.gpbProductInfo.Controls.Add(this.txtBatchId);
this.gpbProductInfo.Controls.Add(this.label2);
this.gpbProductInfo.Controls.Add(this.txtProductName);
this.gpbProductInfo.Controls.Add(this.label4);
this.gpbProductInfo.Controls.Add(this.label1);
this.gpbProductInfo.Location = new System.Drawing.Point(5, 367);
2023-11-01 15:13:54 +08:00
this.gpbProductInfo.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbProductInfo.Name = "gpbProductInfo";
2023-11-01 15:13:54 +08:00
this.gpbProductInfo.Padding = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbProductInfo.Size = new System.Drawing.Size(452, 151);
this.gpbProductInfo.TabIndex = 8;
this.gpbProductInfo.TabStop = false;
this.gpbProductInfo.Text = "产品信息";
//
// cbxSN
//
this.cbxSN.Enabled = false;
this.cbxSN.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxSN.ForeColor = System.Drawing.Color.Blue;
this.cbxSN.FormattingEnabled = true;
this.cbxSN.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.cbxSN.Location = new System.Drawing.Point(69, 18);
2023-11-01 15:13:54 +08:00
this.cbxSN.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.cbxSN.Name = "cbxSN";
this.cbxSN.Size = new System.Drawing.Size(379, 29);
this.cbxSN.TabIndex = 18;
this.cbxSN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbxSN_KeyUp);
this.cbxSN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbxSN_KeyPress);
//
// txtCreateTime
//
this.txtCreateTime.Location = new System.Drawing.Point(69, 125);
2023-11-01 15:13:54 +08:00
this.txtCreateTime.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.txtCreateTime.Name = "txtCreateTime";
this.txtCreateTime.ReadOnly = true;
this.txtCreateTime.Size = new System.Drawing.Size(380, 21);
this.txtCreateTime.TabIndex = 17;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 129);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 16;
this.label5.Text = "日期:";
//
// txtProductCode
//
this.txtProductCode.Location = new System.Drawing.Point(69, 75);
2023-11-01 15:13:54 +08:00
this.txtProductCode.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.txtProductCode.Name = "txtProductCode";
this.txtProductCode.ReadOnly = true;
this.txtProductCode.Size = new System.Drawing.Size(380, 21);
this.txtProductCode.TabIndex = 14;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 79);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 12;
this.label3.Text = "料号:";
//
// txtBatchId
//
this.txtBatchId.Location = new System.Drawing.Point(69, 100);
2023-11-01 15:13:54 +08:00
this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.txtBatchId.Name = "txtBatchId";
this.txtBatchId.ReadOnly = true;
this.txtBatchId.Size = new System.Drawing.Size(380, 21);
this.txtBatchId.TabIndex = 15;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 104);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 13;
this.label2.Text = "批次:";
//
// txtProductName
//
this.txtProductName.Location = new System.Drawing.Point(69, 51);
2023-11-01 15:13:54 +08:00
this.txtProductName.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.txtProductName.Name = "txtProductName";
this.txtProductName.ReadOnly = true;
this.txtProductName.Size = new System.Drawing.Size(380, 21);
this.txtProductName.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 55);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 10;
this.label4.Text = "名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 27);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "网版编码:";
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
2023-11-01 15:13:54 +08:00
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.splitContainer2.Panel1.Controls.Add(this.pnlPic);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.splitContainer2.Panel2.Controls.Add(this.tsbtnGoDownPT);
this.splitContainer2.Panel2.Controls.Add(this.tsbtnPause);
this.splitContainer2.Panel2.Controls.Add(this.gpbLog);
this.splitContainer2.Panel2.Controls.Add(this.gpbXYAxis);
this.splitContainer2.Panel2.Controls.Add(this.gpbZAxis);
this.splitContainer2.Panel2MinSize = 150;
this.splitContainer2.Size = new System.Drawing.Size(900, 527);
this.splitContainer2.SplitterDistance = 376;
this.splitContainer2.SplitterWidth = 1;
this.splitContainer2.TabIndex = 0;
this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged);
//
// pnlPic
//
this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.pnlPic.Controls.Add(this.pictureBox1);
this.pnlPic.Location = new System.Drawing.Point(2, 2);
2023-11-01 15:13:54 +08:00
this.pnlPic.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.pnlPic.Name = "pnlPic";
this.pnlPic.Size = new System.Drawing.Size(554, 250);
this.pnlPic.TabIndex = 22;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(37, 31);
2023-11-01 15:13:54 +08:00
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(386, 161);
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
//
// tsbtnGoDownPT
//
this.tsbtnGoDownPT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.tsbtnGoDownPT.Cursor = System.Windows.Forms.Cursors.Hand;
this.tsbtnGoDownPT.Enabled = false;
this.tsbtnGoDownPT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnGoDownPT.Location = new System.Drawing.Point(763, 75);
2023-11-01 15:13:54 +08:00
this.tsbtnGoDownPT.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.tsbtnGoDownPT.Name = "tsbtnGoDownPT";
this.tsbtnGoDownPT.Size = new System.Drawing.Size(90, 46);
this.tsbtnGoDownPT.TabIndex = 10;
2023-10-31 13:19:29 +08:00
this.tsbtnGoDownPT.Text = "完成";
this.tsbtnGoDownPT.UseVisualStyleBackColor = false;
this.tsbtnGoDownPT.Click += new System.EventHandler(this.tsbtnGoDownPT_Click_1);
2023-10-31 13:19:29 +08:00
//
// tsbtnPause
//
this.tsbtnPause.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.tsbtnPause.Cursor = System.Windows.Forms.Cursors.Hand;
this.tsbtnPause.Enabled = false;
this.tsbtnPause.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnPause.Location = new System.Drawing.Point(763, 21);
2023-11-01 15:13:54 +08:00
this.tsbtnPause.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.tsbtnPause.Name = "tsbtnPause";
this.tsbtnPause.Size = new System.Drawing.Size(90, 46);
this.tsbtnPause.TabIndex = 9;
this.tsbtnPause.Text = "暂停";
this.tsbtnPause.UseVisualStyleBackColor = false;
this.tsbtnPause.Click += new System.EventHandler(this.tsbtnPause_Click);
//
// gpbLog
//
this.gpbLog.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gpbLog.Controls.Add(this.lstLog);
this.gpbLog.Location = new System.Drawing.Point(2, 7);
2023-11-01 15:13:54 +08:00
this.gpbLog.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbLog.Name = "gpbLog";
2023-11-01 15:13:54 +08:00
this.gpbLog.Padding = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbLog.Size = new System.Drawing.Size(555, 125);
this.gpbLog.TabIndex = 8;
this.gpbLog.TabStop = false;
this.gpbLog.Text = "日志信息";
//
// lstLog
//
this.lstLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstLog.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.lstLog.FormattingEnabled = true;
this.lstLog.HorizontalScrollbar = true;
this.lstLog.ItemHeight = 16;
this.lstLog.Location = new System.Drawing.Point(2, 16);
this.lstLog.Name = "lstLog";
this.lstLog.Size = new System.Drawing.Size(551, 107);
this.lstLog.TabIndex = 27;
this.lstLog.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstLog_DrawItem);
//
// gpbXYAxis
//
this.gpbXYAxis.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gpbXYAxis.Controls.Add(this.btnRight);
this.gpbXYAxis.Controls.Add(this.btnLeft);
this.gpbXYAxis.Controls.Add(this.btnBack);
this.gpbXYAxis.Controls.Add(this.btnFront);
this.gpbXYAxis.Enabled = false;
this.gpbXYAxis.Location = new System.Drawing.Point(567, 7);
2023-11-01 15:13:54 +08:00
this.gpbXYAxis.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbXYAxis.Name = "gpbXYAxis";
2023-11-01 15:13:54 +08:00
this.gpbXYAxis.Padding = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbXYAxis.Size = new System.Drawing.Size(124, 125);
this.gpbXYAxis.TabIndex = 7;
this.gpbXYAxis.TabStop = false;
this.gpbXYAxis.Text = "X,Y轴";
//
// btnRight
//
this.btnRight.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnRight.Image = ((System.Drawing.Image)(resources.GetObject("btnRight.Image")));
this.btnRight.Location = new System.Drawing.Point(81, 51);
2023-11-01 15:13:54 +08:00
this.btnRight.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(33, 33);
this.btnRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnRight.TabIndex = 0;
this.btnRight.TabStop = false;
this.btnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// btnLeft
//
this.btnLeft.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLeft.Image = ((System.Drawing.Image)(resources.GetObject("btnLeft.Image")));
this.btnLeft.Location = new System.Drawing.Point(9, 51);
2023-11-01 15:13:54 +08:00
this.btnLeft.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(33, 33);
this.btnLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnLeft.TabIndex = 1;
this.btnLeft.TabStop = false;
this.btnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// btnBack
//
this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
this.btnBack.Location = new System.Drawing.Point(45, 81);
2023-11-01 15:13:54 +08:00
this.btnBack.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(33, 33);
this.btnBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnBack.TabIndex = 3;
this.btnBack.TabStop = false;
this.btnBack.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnBack.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// btnFront
//
this.btnFront.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFront.Image = global::AssistClient.Properties.Resources.up;
this.btnFront.Location = new System.Drawing.Point(45, 20);
2023-11-01 15:13:54 +08:00
this.btnFront.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnFront.Name = "btnFront";
this.btnFront.Size = new System.Drawing.Size(33, 33);
this.btnFront.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnFront.TabIndex = 2;
this.btnFront.TabStop = false;
this.btnFront.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnFront.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// gpbZAxis
//
this.gpbZAxis.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.gpbZAxis.Controls.Add(this.btnZDown);
this.gpbZAxis.Controls.Add(this.btnZUp);
this.gpbZAxis.Enabled = false;
this.gpbZAxis.Location = new System.Drawing.Point(704, 7);
2023-11-01 15:13:54 +08:00
this.gpbZAxis.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbZAxis.Name = "gpbZAxis";
2023-11-01 15:13:54 +08:00
this.gpbZAxis.Padding = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.gpbZAxis.Size = new System.Drawing.Size(55, 125);
this.gpbZAxis.TabIndex = 6;
this.gpbZAxis.TabStop = false;
this.gpbZAxis.Text = "Z轴";
//
// btnZDown
//
this.btnZDown.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnZDown.Image = ((System.Drawing.Image)(resources.GetObject("btnZDown.Image")));
this.btnZDown.Location = new System.Drawing.Point(11, 81);
2023-11-01 15:13:54 +08:00
this.btnZDown.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnZDown.Name = "btnZDown";
this.btnZDown.Size = new System.Drawing.Size(33, 33);
this.btnZDown.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnZDown.TabIndex = 3;
this.btnZDown.TabStop = false;
this.btnZDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnZDown.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// btnZUp
//
this.btnZUp.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnZUp.Image = global::AssistClient.Properties.Resources.up;
this.btnZUp.Location = new System.Drawing.Point(11, 20);
2023-11-01 15:13:54 +08:00
this.btnZUp.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.btnZUp.Name = "btnZUp";
this.btnZUp.Size = new System.Drawing.Size(33, 33);
this.btnZUp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnZUp.TabIndex = 2;
this.btnZUp.TabStop = false;
this.btnZUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
this.btnZUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 80);
2023-11-01 15:13:54 +08:00
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
this.splitContainer1.Panel1MinSize = 900;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.splitContainer1.Panel2.Controls.Add(this.gpbProductInfo);
this.splitContainer1.Panel2.Controls.Add(this.gpbDefectList);
this.splitContainer1.Panel2MinSize = 300;
this.splitContainer1.Size = new System.Drawing.Size(1319, 527);
this.splitContainer1.SplitterDistance = 900;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 26;
this.splitContainer1.SizeChanged += new System.EventHandler(this.splitContainer1_SizeChanged);
//
// statusStrip1
//
this.statusStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsAxisState});
this.statusStrip1.Location = new System.Drawing.Point(0, 607);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
this.statusStrip1.Size = new System.Drawing.Size(1319, 22);
this.statusStrip1.TabIndex = 20;
this.statusStrip1.Text = "statusStrip1";
//
// tsAxisState
//
this.tsAxisState.ForeColor = System.Drawing.Color.White;
this.tsAxisState.Name = "tsAxisState";
this.tsAxisState.Size = new System.Drawing.Size(56, 17);
this.tsAxisState.Text = "位置信息";
//
// chkLaser
//
this.chkLaser.AutoSize = true;
this.chkLaser.Enabled = false;
this.chkLaser.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkLaser.Location = new System.Drawing.Point(346, 39);
2023-11-01 15:13:54 +08:00
this.chkLaser.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.chkLaser.Name = "chkLaser";
this.chkLaser.Size = new System.Drawing.Size(74, 19);
this.chkLaser.TabIndex = 27;
this.chkLaser.Text = "激光灯";
this.chkLaser.UseVisualStyleBackColor = true;
this.chkLaser.CheckedChanged += new System.EventHandler(this.chkLaser_CheckedChanged);
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1319, 629);
this.Controls.Add(this.chkLaser);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.chkSyncMove);
this.Controls.Add(this.statusStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.KeyPreview = true;
2023-11-01 15:13:54 +08:00
this.Margin = new System.Windows.Forms.Padding(2);
2023-10-31 13:19:29 +08:00
this.Name = "FrmMain";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2024-04-18 13:08:07 +08:00
this.Text = "修复控制台 - v1.2.2A";
2023-10-31 13:19:29 +08:00
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
this.Load += new System.EventHandler(this.FrmMain_Load);
this.SizeChanged += new System.EventHandler(this.splitContainer1_SizeChanged);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyUp);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.gpbDefectList.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).EndInit();
this.gpbProductInfo.ResumeLayout(false);
this.gpbProductInfo.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.pnlPic.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.gpbLog.ResumeLayout(false);
this.gpbXYAxis.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.btnRight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnFront)).EndInit();
this.gpbZAxis.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.btnZDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnZUp)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox chkSyncMove;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem tsMenuPTSetting;
private System.Windows.Forms.ToolStripMenuItem tsMenuCmdSetting;
private System.Windows.Forms.ToolStripMenuItem tsMenuSysSetting;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
private System.Windows.Forms.ToolStripButton tsbtnCloseDev;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripButton tsbtnWarning;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripButton tsbtnStart;
private System.Windows.Forms.ToolStripButton tsbtnPause1;
private System.Windows.Forms.ToolStripButton tsbtnReset;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripButton tsbtnStopNow;
private System.Windows.Forms.GroupBox gpbDefectList;
private System.Windows.Forms.DataGridView dgvProcess;
private System.Windows.Forms.GroupBox gpbProductInfo;
private System.Windows.Forms.ComboBox cbxSN;
private System.Windows.Forms.TextBox txtCreateTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtProductCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBatchId;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtProductName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Panel pnlPic;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button tsbtnPause;
private System.Windows.Forms.GroupBox gpbLog;
private System.Windows.Forms.ListBox lstLog;
private System.Windows.Forms.GroupBox gpbXYAxis;
private System.Windows.Forms.PictureBox btnRight;
private System.Windows.Forms.PictureBox btnLeft;
private System.Windows.Forms.PictureBox btnBack;
private System.Windows.Forms.PictureBox btnFront;
private System.Windows.Forms.GroupBox gpbZAxis;
private System.Windows.Forms.PictureBox btnZDown;
private System.Windows.Forms.PictureBox btnZUp;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel tsAxisState;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.CheckBox chkLaser;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnLog;
private System.Windows.Forms.DataGridViewTextBoxColumn colKey;
private System.Windows.Forms.DataGridViewTextBoxColumn colMainIndex;
private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
private System.Windows.Forms.DataGridViewTextBoxColumn colX;
private System.Windows.Forms.DataGridViewTextBoxColumn colY;
private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCC;
private System.Windows.Forms.DataGridViewTextBoxColumn colResult;
private System.Windows.Forms.Button tsbtnGoDownPT;
2023-10-31 13:19:29 +08:00
}
}