1613 lines
93 KiB
C#
1613 lines
93 KiB
C#
namespace GeBoShi
|
||
{
|
||
partial class Main
|
||
{
|
||
/// <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 Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
||
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
||
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
||
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
||
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsbtnImpStop = new System.Windows.Forms.ToolStripButton();
|
||
this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
|
||
this.tsbtnStop = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsbtnWarning = new System.Windows.Forms.ToolStripButton();
|
||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsbtnReset = new System.Windows.Forms.ToolStripButton();
|
||
this.tsbGoHome = new System.Windows.Forms.ToolStripButton();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.tsmSysmgr = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmPdtMgr = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmSysDataFind = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.本地数据库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmSysUserMgr = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmUserRight = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmUserList = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.stmSysSet = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmSysSet = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsmDebug = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmReadLog = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.tsmHelpInfo = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmInfoUS = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmSoftFile = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.gpbProductInfo = new System.Windows.Forms.GroupBox();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.cbDefectCode = new System.Windows.Forms.ComboBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.cbProductNum = new System.Windows.Forms.ComboBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.cbProductReelNum = new System.Windows.Forms.ComboBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.cbPdtSN = new System.Windows.Forms.ComboBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.cbProductBatch = new System.Windows.Forms.ComboBox();
|
||
this.cbProductCode = new System.Windows.Forms.ComboBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.ucSwitch1 = new HZH_Controls.Controls.UCSwitch();
|
||
this.ucTrackBar1 = new HZH_Controls.Controls.UCTrackBar();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.gpbLog = new System.Windows.Forms.GroupBox();
|
||
this.lstLog = new System.Windows.Forms.ListBox();
|
||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.panel5 = new System.Windows.Forms.Panel();
|
||
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
this.skinTabImage = new CCWin.SkinControl.SkinTabControl();
|
||
this.skinTabPage1 = new CCWin.SkinControl.SkinTabPage();
|
||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||
this.skinTabPage2 = new CCWin.SkinControl.SkinTabPage();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.panel8 = new System.Windows.Forms.Panel();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.panel9 = new System.Windows.Forms.Panel();
|
||
this.chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
||
this.panel6 = new System.Windows.Forms.Panel();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.panel7 = new System.Windows.Forms.Panel();
|
||
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.panel4 = new System.Windows.Forms.Panel();
|
||
this.skinDataGridView1 = new CCWin.SkinControl.SkinDataGridView();
|
||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||
this.tsAxisState = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsslLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tsslLoginInfo = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.tslabelTime = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
||
this.colUid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colW = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colH = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colArea = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colZXD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.colTarget = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
||
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
|
||
this.lblDefectSpeed = new System.Windows.Forms.Label();
|
||
this.lblDefectLen = new System.Windows.Forms.Label();
|
||
this.toolStrip1.SuspendLayout();
|
||
this.menuStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||
this.splitContainer1.Panel1.SuspendLayout();
|
||
this.splitContainer1.Panel2.SuspendLayout();
|
||
this.splitContainer1.SuspendLayout();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.gpbProductInfo.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.gpbLog.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
||
this.splitContainer2.Panel1.SuspendLayout();
|
||
this.splitContainer2.Panel2.SuspendLayout();
|
||
this.splitContainer2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
||
this.splitContainer3.Panel1.SuspendLayout();
|
||
this.splitContainer3.Panel2.SuspendLayout();
|
||
this.splitContainer3.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.panel5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
|
||
this.skinTabImage.SuspendLayout();
|
||
this.skinTabPage1.SuspendLayout();
|
||
this.tableLayoutPanel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||
this.skinTabPage2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.tableLayoutPanel3.SuspendLayout();
|
||
this.panel8.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
this.panel9.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chart3)).BeginInit();
|
||
this.panel6.SuspendLayout();
|
||
this.groupBox4.SuspendLayout();
|
||
this.panel7.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
this.panel4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).BeginInit();
|
||
this.statusStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// toolStrip1
|
||
//
|
||
this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
|
||
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripSeparator10,
|
||
this.tsbtnImpStop,
|
||
this.tsbtnStart,
|
||
this.tsbtnStop,
|
||
this.toolStripSeparator2,
|
||
this.tsbtnWarning,
|
||
this.toolStripSeparator3,
|
||
this.tsbtnReset,
|
||
this.tsbGoHome});
|
||
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
||
this.toolStrip1.Location = new System.Drawing.Point(0, 89);
|
||
this.toolStrip1.Name = "toolStrip1";
|
||
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
||
this.toolStrip1.Size = new System.Drawing.Size(1145, 56);
|
||
this.toolStrip1.TabIndex = 23;
|
||
this.toolStrip1.Text = "toolStrip1";
|
||
//
|
||
// toolStripSeparator10
|
||
//
|
||
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
||
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 56);
|
||
//
|
||
// tsbtnImpStop
|
||
//
|
||
this.tsbtnImpStop.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.tsbtnImpStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnImpStop.Image")));
|
||
this.tsbtnImpStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnImpStop.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnImpStop.Name = "tsbtnImpStop";
|
||
this.tsbtnImpStop.Size = new System.Drawing.Size(60, 53);
|
||
this.tsbtnImpStop.Text = "结束验布";
|
||
this.tsbtnImpStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnImpStop.Click += new System.EventHandler(this.tsbtnImpStop_Click);
|
||
//
|
||
// tsbtnStart
|
||
//
|
||
this.tsbtnStart.ForeColor = System.Drawing.SystemColors.Control;
|
||
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(60, 53);
|
||
this.tsbtnStart.Text = "开始验布";
|
||
this.tsbtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
|
||
//
|
||
// tsbtnStop
|
||
//
|
||
this.tsbtnStop.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.tsbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStop.Image")));
|
||
this.tsbtnStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbtnStop.Name = "tsbtnStop";
|
||
this.tsbtnStop.Size = new System.Drawing.Size(52, 53);
|
||
this.tsbtnStop.Text = " 暂停 ";
|
||
this.tsbtnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnStop.Click += new System.EventHandler(this.tsbtnStop_Click);
|
||
//
|
||
// toolStripSeparator2
|
||
//
|
||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
|
||
//
|
||
// tsbtnWarning
|
||
//
|
||
this.tsbtnWarning.ForeColor = System.Drawing.Color.White;
|
||
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);
|
||
//
|
||
// toolStripSeparator3
|
||
//
|
||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
|
||
//
|
||
// tsbtnReset
|
||
//
|
||
this.tsbtnReset.ForeColor = System.Drawing.SystemColors.Control;
|
||
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(52, 53);
|
||
this.tsbtnReset.Text = " 复位 ";
|
||
this.tsbtnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbtnReset.Visible = false;
|
||
this.tsbtnReset.Click += new System.EventHandler(this.tsbtnReset_Click);
|
||
//
|
||
// tsbGoHome
|
||
//
|
||
this.tsbGoHome.ForeColor = System.Drawing.Color.White;
|
||
this.tsbGoHome.Image = ((System.Drawing.Image)(resources.GetObject("tsbGoHome.Image")));
|
||
this.tsbGoHome.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
this.tsbGoHome.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
this.tsbGoHome.Name = "tsbGoHome";
|
||
this.tsbGoHome.Size = new System.Drawing.Size(60, 53);
|
||
this.tsbGoHome.Text = "硬件重启";
|
||
this.tsbGoHome.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
||
this.tsbGoHome.Click += new System.EventHandler(this.tsbGoHome_Click);
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.AutoSize = false;
|
||
this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmSysmgr,
|
||
this.tsmSysDataFind,
|
||
this.tsmSysUserMgr,
|
||
this.stmSysSet,
|
||
this.tsmHelp});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(1145, 43);
|
||
this.menuStrip1.TabIndex = 22;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// tsmSysmgr
|
||
//
|
||
this.tsmSysmgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmPdtMgr,
|
||
this.toolStripSeparator1,
|
||
this.退出ToolStripMenuItem});
|
||
this.tsmSysmgr.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.tsmSysmgr.Name = "tsmSysmgr";
|
||
this.tsmSysmgr.ShortcutKeyDisplayString = "Ctrl+M";
|
||
this.tsmSysmgr.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
|
||
this.tsmSysmgr.Size = new System.Drawing.Size(104, 39);
|
||
this.tsmSysmgr.Text = "系统管理(M)";
|
||
//
|
||
// tsmPdtMgr
|
||
//
|
||
this.tsmPdtMgr.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.tsmPdtMgr.Image = ((System.Drawing.Image)(resources.GetObject("tsmPdtMgr.Image")));
|
||
this.tsmPdtMgr.Name = "tsmPdtMgr";
|
||
this.tsmPdtMgr.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmPdtMgr.Text = "检测管理";
|
||
this.tsmPdtMgr.Click += new System.EventHandler(this.tsmPdtMgr_Click);
|
||
//
|
||
// toolStripSeparator1
|
||
//
|
||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
|
||
//
|
||
// 退出ToolStripMenuItem
|
||
//
|
||
this.退出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
|
||
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
|
||
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.退出ToolStripMenuItem.Text = "退出";
|
||
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
||
//
|
||
// tsmSysDataFind
|
||
//
|
||
this.tsmSysDataFind.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.本地数据库查询ToolStripMenuItem});
|
||
this.tsmSysDataFind.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.tsmSysDataFind.Name = "tsmSysDataFind";
|
||
this.tsmSysDataFind.ShortcutKeyDisplayString = "Ctrl+R";
|
||
this.tsmSysDataFind.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
||
this.tsmSysDataFind.Size = new System.Drawing.Size(100, 39);
|
||
this.tsmSysDataFind.Text = "系统查询(R)";
|
||
//
|
||
// 本地数据库查询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 = "数据查询";
|
||
//
|
||
// tsmSysUserMgr
|
||
//
|
||
this.tsmSysUserMgr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.tsmSysUserMgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmUserRight,
|
||
this.tsmUserList});
|
||
this.tsmSysUserMgr.ForeColor = System.Drawing.Color.White;
|
||
this.tsmSysUserMgr.Name = "tsmSysUserMgr";
|
||
this.tsmSysUserMgr.Size = new System.Drawing.Size(85, 39);
|
||
this.tsmSysUserMgr.Text = "用户管理(U)";
|
||
//
|
||
// tsmUserRight
|
||
//
|
||
this.tsmUserRight.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserRight.Image")));
|
||
this.tsmUserRight.Name = "tsmUserRight";
|
||
this.tsmUserRight.Size = new System.Drawing.Size(124, 22);
|
||
this.tsmUserRight.Text = "权限管理";
|
||
this.tsmUserRight.Click += new System.EventHandler(this.tsmUserRight_Click);
|
||
//
|
||
// tsmUserList
|
||
//
|
||
this.tsmUserList.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserList.Image")));
|
||
this.tsmUserList.Name = "tsmUserList";
|
||
this.tsmUserList.Size = new System.Drawing.Size(124, 22);
|
||
this.tsmUserList.Text = "用户设置";
|
||
this.tsmUserList.Click += new System.EventHandler(this.tsmUserList_Click);
|
||
//
|
||
// stmSysSet
|
||
//
|
||
this.stmSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmSysSet,
|
||
this.toolStripSeparator5,
|
||
this.tsmDebug});
|
||
this.stmSysSet.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.stmSysSet.Name = "stmSysSet";
|
||
this.stmSysSet.ShortcutKeyDisplayString = "Ctrl+S";
|
||
this.stmSysSet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
||
this.stmSysSet.Size = new System.Drawing.Size(99, 39);
|
||
this.stmSysSet.Text = "系统设置(S)";
|
||
//
|
||
// tsmSysSet
|
||
//
|
||
this.tsmSysSet.Image = ((System.Drawing.Image)(resources.GetObject("tsmSysSet.Image")));
|
||
this.tsmSysSet.Name = "tsmSysSet";
|
||
this.tsmSysSet.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmSysSet.Text = "系统设置";
|
||
this.tsmSysSet.Click += new System.EventHandler(this.tsmSysSet_Click);
|
||
//
|
||
// toolStripSeparator5
|
||
//
|
||
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
||
this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6);
|
||
//
|
||
// tsmDebug
|
||
//
|
||
this.tsmDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsmDebug.Image")));
|
||
this.tsmDebug.Name = "tsmDebug";
|
||
this.tsmDebug.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmDebug.Text = "调试";
|
||
this.tsmDebug.Click += new System.EventHandler(this.tsmDebug_Click);
|
||
//
|
||
// tsmHelp
|
||
//
|
||
this.tsmHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmReadLog,
|
||
this.toolStripSeparator6,
|
||
this.tsmHelpInfo,
|
||
this.tsmInfoUS,
|
||
this.tsmSoftFile});
|
||
this.tsmHelp.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.tsmHelp.Name = "tsmHelp";
|
||
this.tsmHelp.ShortcutKeyDisplayString = "Ctrl+H";
|
||
this.tsmHelp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
|
||
this.tsmHelp.Size = new System.Drawing.Size(77, 39);
|
||
this.tsmHelp.Text = "帮助(H)";
|
||
//
|
||
// tsmReadLog
|
||
//
|
||
this.tsmReadLog.Image = ((System.Drawing.Image)(resources.GetObject("tsmReadLog.Image")));
|
||
this.tsmReadLog.Name = "tsmReadLog";
|
||
this.tsmReadLog.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmReadLog.Text = "日志查询";
|
||
//
|
||
// toolStripSeparator6
|
||
//
|
||
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
||
this.toolStripSeparator6.Size = new System.Drawing.Size(177, 6);
|
||
//
|
||
// tsmHelpInfo
|
||
//
|
||
this.tsmHelpInfo.Image = ((System.Drawing.Image)(resources.GetObject("tsmHelpInfo.Image")));
|
||
this.tsmHelpInfo.Name = "tsmHelpInfo";
|
||
this.tsmHelpInfo.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmHelpInfo.Text = "帮助";
|
||
//
|
||
// tsmInfoUS
|
||
//
|
||
this.tsmInfoUS.Image = ((System.Drawing.Image)(resources.GetObject("tsmInfoUS.Image")));
|
||
this.tsmInfoUS.Name = "tsmInfoUS";
|
||
this.tsmInfoUS.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmInfoUS.Text = "关于";
|
||
//
|
||
// tsmSoftFile
|
||
//
|
||
this.tsmSoftFile.Name = "tsmSoftFile";
|
||
this.tsmSoftFile.Size = new System.Drawing.Size(180, 22);
|
||
this.tsmSoftFile.Text = "软件使用说明";
|
||
//
|
||
// splitContainer1
|
||
//
|
||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
||
this.splitContainer1.Location = new System.Drawing.Point(0, 145);
|
||
this.splitContainer1.Name = "splitContainer1";
|
||
//
|
||
// splitContainer1.Panel1
|
||
//
|
||
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
|
||
//
|
||
// splitContainer1.Panel2
|
||
//
|
||
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
||
this.splitContainer1.Size = new System.Drawing.Size(1145, 496);
|
||
this.splitContainer1.SplitterDistance = 381;
|
||
this.splitContainer1.TabIndex = 24;
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.ColumnCount = 1;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Controls.Add(this.gpbProductInfo, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 3;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 251F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 144F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(381, 496);
|
||
this.tableLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// gpbProductInfo
|
||
//
|
||
this.gpbProductInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.gpbProductInfo.Controls.Add(this.panel1);
|
||
this.gpbProductInfo.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.gpbProductInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.gpbProductInfo.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.gpbProductInfo.Location = new System.Drawing.Point(2, 2);
|
||
this.gpbProductInfo.Margin = new System.Windows.Forms.Padding(2);
|
||
this.gpbProductInfo.Name = "gpbProductInfo";
|
||
this.gpbProductInfo.Padding = new System.Windows.Forms.Padding(2);
|
||
this.gpbProductInfo.Size = new System.Drawing.Size(377, 247);
|
||
this.gpbProductInfo.TabIndex = 4;
|
||
this.gpbProductInfo.TabStop = false;
|
||
this.gpbProductInfo.Text = "产品信息";
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.White;
|
||
this.panel1.Controls.Add(this.cbDefectCode);
|
||
this.panel1.Controls.Add(this.label8);
|
||
this.panel1.Controls.Add(this.cbProductNum);
|
||
this.panel1.Controls.Add(this.label5);
|
||
this.panel1.Controls.Add(this.cbProductReelNum);
|
||
this.panel1.Controls.Add(this.label1);
|
||
this.panel1.Controls.Add(this.cbPdtSN);
|
||
this.panel1.Controls.Add(this.label4);
|
||
this.panel1.Controls.Add(this.cbProductBatch);
|
||
this.panel1.Controls.Add(this.cbProductCode);
|
||
this.panel1.Controls.Add(this.label3);
|
||
this.panel1.Controls.Add(this.label2);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(2, 16);
|
||
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(373, 229);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// cbDefectCode
|
||
//
|
||
this.cbDefectCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbDefectCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbDefectCode.FormattingEnabled = true;
|
||
this.cbDefectCode.Items.AddRange(new object[] {
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
"5"});
|
||
this.cbDefectCode.Location = new System.Drawing.Point(91, 183);
|
||
this.cbDefectCode.Name = "cbDefectCode";
|
||
this.cbDefectCode.Size = new System.Drawing.Size(258, 28);
|
||
this.cbDefectCode.TabIndex = 19;
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label8.Location = new System.Drawing.Point(8, 186);
|
||
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(79, 20);
|
||
this.label8.TabIndex = 18;
|
||
this.label8.Text = "检测标准:";
|
||
//
|
||
// cbProductNum
|
||
//
|
||
this.cbProductNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbProductNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbProductNum.FormattingEnabled = true;
|
||
this.cbProductNum.Items.AddRange(new object[] {
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
"5"});
|
||
this.cbProductNum.Location = new System.Drawing.Point(91, 146);
|
||
this.cbProductNum.Name = "cbProductNum";
|
||
this.cbProductNum.Size = new System.Drawing.Size(258, 28);
|
||
this.cbProductNum.TabIndex = 17;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label5.Location = new System.Drawing.Point(8, 149);
|
||
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(79, 20);
|
||
this.label5.TabIndex = 16;
|
||
this.label5.Text = "产品数量:";
|
||
//
|
||
// cbProductReelNum
|
||
//
|
||
this.cbProductReelNum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbProductReelNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbProductReelNum.FormattingEnabled = true;
|
||
this.cbProductReelNum.Items.AddRange(new object[] {
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
"5"});
|
||
this.cbProductReelNum.Location = new System.Drawing.Point(91, 112);
|
||
this.cbProductReelNum.Name = "cbProductReelNum";
|
||
this.cbProductReelNum.Size = new System.Drawing.Size(258, 28);
|
||
this.cbProductReelNum.TabIndex = 15;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label1.Location = new System.Drawing.Point(8, 115);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(79, 20);
|
||
this.label1.TabIndex = 14;
|
||
this.label1.Text = "产品卷号:";
|
||
//
|
||
// cbPdtSN
|
||
//
|
||
this.cbPdtSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbPdtSN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbPdtSN.FormattingEnabled = true;
|
||
this.cbPdtSN.Items.AddRange(new object[] {
|
||
"test"});
|
||
this.cbPdtSN.Location = new System.Drawing.Point(91, 10);
|
||
this.cbPdtSN.Name = "cbPdtSN";
|
||
this.cbPdtSN.Size = new System.Drawing.Size(258, 28);
|
||
this.cbPdtSN.TabIndex = 13;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label4.Location = new System.Drawing.Point(8, 13);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(79, 20);
|
||
this.label4.TabIndex = 12;
|
||
this.label4.Text = "产品条码:";
|
||
//
|
||
// cbProductBatch
|
||
//
|
||
this.cbProductBatch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbProductBatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbProductBatch.FormattingEnabled = true;
|
||
this.cbProductBatch.Items.AddRange(new object[] {
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
"5"});
|
||
this.cbProductBatch.Location = new System.Drawing.Point(91, 78);
|
||
this.cbProductBatch.Name = "cbProductBatch";
|
||
this.cbProductBatch.Size = new System.Drawing.Size(258, 28);
|
||
this.cbProductBatch.TabIndex = 11;
|
||
//
|
||
// cbProductCode
|
||
//
|
||
this.cbProductCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.cbProductCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cbProductCode.FormattingEnabled = true;
|
||
this.cbProductCode.Items.AddRange(new object[] {
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4",
|
||
"5"});
|
||
this.cbProductCode.Location = new System.Drawing.Point(91, 44);
|
||
this.cbProductCode.Name = "cbProductCode";
|
||
this.cbProductCode.Size = new System.Drawing.Size(258, 28);
|
||
this.cbProductCode.TabIndex = 10;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label3.Location = new System.Drawing.Point(8, 47);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(79, 20);
|
||
this.label3.TabIndex = 6;
|
||
this.label3.Text = "产品品名:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
|
||
this.label2.Location = new System.Drawing.Point(8, 81);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(79, 20);
|
||
this.label2.TabIndex = 7;
|
||
this.label2.Text = "产品批号:";
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.Controls.Add(this.groupBox2);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel2.Location = new System.Drawing.Point(3, 254);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(375, 95);
|
||
this.panel2.TabIndex = 5;
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.groupBox2.Controls.Add(this.label7);
|
||
this.groupBox2.Controls.Add(this.label6);
|
||
this.groupBox2.Controls.Add(this.ucSwitch1);
|
||
this.groupBox2.Controls.Add(this.ucTrackBar1);
|
||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
||
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox2.Size = new System.Drawing.Size(375, 95);
|
||
this.groupBox2.TabIndex = 8;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "检测控制";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.Location = new System.Drawing.Point(39, 59);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(93, 20);
|
||
this.label7.TabIndex = 8;
|
||
this.label7.Text = "瑕疵二次判断";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(37, 24);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(37, 20);
|
||
this.label6.TabIndex = 7;
|
||
this.label6.Text = "光源";
|
||
//
|
||
// ucSwitch1
|
||
//
|
||
this.ucSwitch1.BackColor = System.Drawing.Color.Transparent;
|
||
this.ucSwitch1.Checked = false;
|
||
this.ucSwitch1.FalseColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(189)))));
|
||
this.ucSwitch1.FalseTextColr = System.Drawing.Color.Black;
|
||
this.ucSwitch1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.ucSwitch1.Location = new System.Drawing.Point(177, 53);
|
||
this.ucSwitch1.Name = "ucSwitch1";
|
||
this.ucSwitch1.Size = new System.Drawing.Size(80, 28);
|
||
this.ucSwitch1.SwitchType = HZH_Controls.Controls.SwitchType.Ellipse;
|
||
this.ucSwitch1.TabIndex = 0;
|
||
this.ucSwitch1.Texts = new string[] {
|
||
"开启",
|
||
"关闭"};
|
||
this.ucSwitch1.TrueColor = System.Drawing.Color.Lime;
|
||
this.ucSwitch1.TrueTextColr = System.Drawing.Color.Black;
|
||
//
|
||
// ucTrackBar1
|
||
//
|
||
this.ucTrackBar1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.ucTrackBar1.DcimalDigits = 0;
|
||
this.ucTrackBar1.IsShowTips = true;
|
||
this.ucTrackBar1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
|
||
this.ucTrackBar1.LineWidth = 8F;
|
||
this.ucTrackBar1.Location = new System.Drawing.Point(92, 19);
|
||
this.ucTrackBar1.MaxValue = 100F;
|
||
this.ucTrackBar1.MinValue = 0F;
|
||
this.ucTrackBar1.Name = "ucTrackBar1";
|
||
this.ucTrackBar1.Size = new System.Drawing.Size(258, 30);
|
||
this.ucTrackBar1.TabIndex = 6;
|
||
this.ucTrackBar1.Text = "光源";
|
||
this.ucTrackBar1.TipsFormat = null;
|
||
this.ucTrackBar1.Value = 0F;
|
||
this.ucTrackBar1.ValueColor = System.Drawing.Color.DeepSkyBlue;
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.Controls.Add(this.gpbLog);
|
||
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel3.Location = new System.Drawing.Point(3, 355);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(375, 138);
|
||
this.panel3.TabIndex = 6;
|
||
//
|
||
// gpbLog
|
||
//
|
||
this.gpbLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.gpbLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.gpbLog.Controls.Add(this.lstLog);
|
||
this.gpbLog.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.gpbLog.Location = new System.Drawing.Point(0, 0);
|
||
this.gpbLog.Margin = new System.Windows.Forms.Padding(2);
|
||
this.gpbLog.Name = "gpbLog";
|
||
this.gpbLog.Padding = new System.Windows.Forms.Padding(2);
|
||
this.gpbLog.Size = new System.Drawing.Size(375, 117);
|
||
this.gpbLog.TabIndex = 7;
|
||
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(371, 99);
|
||
this.lstLog.TabIndex = 27;
|
||
this.lstLog.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstLog_DrawItem);
|
||
//
|
||
// splitContainer2
|
||
//
|
||
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer2.Name = "splitContainer2";
|
||
//
|
||
// splitContainer2.Panel1
|
||
//
|
||
this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
|
||
//
|
||
// splitContainer2.Panel2
|
||
//
|
||
this.splitContainer2.Panel2.Controls.Add(this.tableLayoutPanel3);
|
||
this.splitContainer2.Size = new System.Drawing.Size(760, 496);
|
||
this.splitContainer2.SplitterDistance = 482;
|
||
this.splitContainer2.TabIndex = 0;
|
||
//
|
||
// splitContainer3
|
||
//
|
||
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer3.Name = "splitContainer3";
|
||
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||
//
|
||
// splitContainer3.Panel1
|
||
//
|
||
this.splitContainer3.Panel1.Controls.Add(this.groupBox3);
|
||
//
|
||
// splitContainer3.Panel2
|
||
//
|
||
this.splitContainer3.Panel2.Controls.Add(this.skinTabImage);
|
||
this.splitContainer3.Size = new System.Drawing.Size(482, 496);
|
||
this.splitContainer3.SplitterDistance = 245;
|
||
this.splitContainer3.TabIndex = 0;
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.groupBox3.Controls.Add(this.panel5);
|
||
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox3.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox3.Size = new System.Drawing.Size(482, 245);
|
||
this.groupBox3.TabIndex = 6;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "瑕疵分布";
|
||
//
|
||
// panel5
|
||
//
|
||
this.panel5.BackColor = System.Drawing.Color.White;
|
||
this.panel5.Controls.Add(this.chart1);
|
||
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel5.Location = new System.Drawing.Point(2, 16);
|
||
this.panel5.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel5.Name = "panel5";
|
||
this.panel5.Size = new System.Drawing.Size(478, 227);
|
||
this.panel5.TabIndex = 0;
|
||
//
|
||
// chart1
|
||
//
|
||
chartArea1.AxisX.LabelStyle.Format = "N0";
|
||
chartArea1.AxisX.Maximum = 160D;
|
||
chartArea1.AxisX.Minimum = 0D;
|
||
chartArea1.AxisY.Interval = 5D;
|
||
chartArea1.AxisY.LabelStyle.Format = "N0";
|
||
chartArea1.AxisY.MaximumAutoSize = 90F;
|
||
chartArea1.AxisY.Minimum = 0D;
|
||
chartArea1.AxisY.ScaleView.MinSize = 1D;
|
||
chartArea1.AxisY.ScaleView.Size = 20D;
|
||
chartArea1.AxisY.ScaleView.Zoomable = false;
|
||
chartArea1.AxisY.ScrollBar.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
chartArea1.AxisY.ScrollBar.ButtonColor = System.Drawing.Color.LightGray;
|
||
chartArea1.AxisY.ScrollBar.ButtonStyle = System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.SmallScroll;
|
||
chartArea1.AxisY.ScrollBar.IsPositionedInside = false;
|
||
chartArea1.AxisY.ScrollBar.LineColor = System.Drawing.Color.Gray;
|
||
chartArea1.Name = "ChartArea1";
|
||
this.chart1.ChartAreas.Add(chartArea1);
|
||
this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
legend1.Name = "Legend1";
|
||
this.chart1.Legends.Add(legend1);
|
||
this.chart1.Location = new System.Drawing.Point(0, 0);
|
||
this.chart1.Name = "chart1";
|
||
series1.ChartArea = "ChartArea1";
|
||
series1.Legend = "Legend1";
|
||
series1.Name = "Series1";
|
||
this.chart1.Series.Add(series1);
|
||
this.chart1.Size = new System.Drawing.Size(478, 227);
|
||
this.chart1.TabIndex = 0;
|
||
this.chart1.Text = "chart1";
|
||
//
|
||
// skinTabImage
|
||
//
|
||
this.skinTabImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.skinTabImage.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
|
||
this.skinTabImage.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
|
||
this.skinTabImage.Controls.Add(this.skinTabPage1);
|
||
this.skinTabImage.Controls.Add(this.skinTabPage2);
|
||
this.skinTabImage.HeadBack = null;
|
||
this.skinTabImage.ImgTxtOffset = new System.Drawing.Point(0, 0);
|
||
this.skinTabImage.ItemSize = new System.Drawing.Size(239, 36);
|
||
this.skinTabImage.ItemStretch = true;
|
||
this.skinTabImage.Location = new System.Drawing.Point(0, 0);
|
||
this.skinTabImage.Name = "skinTabImage";
|
||
this.skinTabImage.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageArrowDown")));
|
||
this.skinTabImage.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageArrowHover")));
|
||
this.skinTabImage.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageCloseHover")));
|
||
this.skinTabImage.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageCloseNormal")));
|
||
this.skinTabImage.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageDown")));
|
||
this.skinTabImage.PageDownTxtColor = System.Drawing.Color.White;
|
||
this.skinTabImage.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabImage.PageHover")));
|
||
this.skinTabImage.PageHoverTxtColor = System.Drawing.Color.White;
|
||
this.skinTabImage.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
|
||
this.skinTabImage.PageNorml = null;
|
||
this.skinTabImage.PageNormlTxtColor = System.Drawing.Color.White;
|
||
this.skinTabImage.SelectedIndex = 1;
|
||
this.skinTabImage.Size = new System.Drawing.Size(482, 222);
|
||
this.skinTabImage.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
||
this.skinTabImage.TabIndex = 0;
|
||
//
|
||
// skinTabPage1
|
||
//
|
||
this.skinTabPage1.BackColor = System.Drawing.Color.White;
|
||
this.skinTabPage1.Controls.Add(this.tableLayoutPanel2);
|
||
this.skinTabPage1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.skinTabPage1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.skinTabPage1.Location = new System.Drawing.Point(0, 36);
|
||
this.skinTabPage1.Name = "skinTabPage1";
|
||
this.skinTabPage1.Size = new System.Drawing.Size(482, 186);
|
||
this.skinTabPage1.TabIndex = 0;
|
||
this.skinTabPage1.TabItemImage = null;
|
||
this.skinTabPage1.Text = "实时采集图像";
|
||
//
|
||
// tableLayoutPanel2
|
||
//
|
||
this.tableLayoutPanel2.ColumnCount = 2;
|
||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel2.Controls.Add(this.pictureBox3, 0, 0);
|
||
this.tableLayoutPanel2.Controls.Add(this.pictureBox2, 0, 0);
|
||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||
this.tableLayoutPanel2.RowCount = 1;
|
||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel2.Size = new System.Drawing.Size(482, 186);
|
||
this.tableLayoutPanel2.TabIndex = 0;
|
||
//
|
||
// pictureBox3
|
||
//
|
||
this.pictureBox3.BackColor = System.Drawing.SystemColors.Control;
|
||
this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox3.Location = new System.Drawing.Point(243, 2);
|
||
this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.pictureBox3.Name = "pictureBox3";
|
||
this.pictureBox3.Size = new System.Drawing.Size(237, 182);
|
||
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pictureBox3.TabIndex = 12;
|
||
this.pictureBox3.TabStop = false;
|
||
//
|
||
// pictureBox2
|
||
//
|
||
this.pictureBox2.BackColor = System.Drawing.SystemColors.Control;
|
||
this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox2.Location = new System.Drawing.Point(2, 2);
|
||
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.pictureBox2.Name = "pictureBox2";
|
||
this.pictureBox2.Size = new System.Drawing.Size(237, 182);
|
||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pictureBox2.TabIndex = 11;
|
||
this.pictureBox2.TabStop = false;
|
||
//
|
||
// skinTabPage2
|
||
//
|
||
this.skinTabPage2.BackColor = System.Drawing.Color.White;
|
||
this.skinTabPage2.Controls.Add(this.pictureBox1);
|
||
this.skinTabPage2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.skinTabPage2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.skinTabPage2.Location = new System.Drawing.Point(0, 36);
|
||
this.skinTabPage2.Name = "skinTabPage2";
|
||
this.skinTabPage2.Size = new System.Drawing.Size(482, 186);
|
||
this.skinTabPage2.TabIndex = 1;
|
||
this.skinTabPage2.TabItemImage = null;
|
||
this.skinTabPage2.Text = "处理合并图像";
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(482, 186);
|
||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pictureBox1.TabIndex = 10;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// tableLayoutPanel3
|
||
//
|
||
this.tableLayoutPanel3.ColumnCount = 1;
|
||
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel3.Controls.Add(this.panel8, 0, 2);
|
||
this.tableLayoutPanel3.Controls.Add(this.panel6, 0, 1);
|
||
this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 0);
|
||
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||
this.tableLayoutPanel3.RowCount = 3;
|
||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
||
this.tableLayoutPanel3.Size = new System.Drawing.Size(274, 496);
|
||
this.tableLayoutPanel3.TabIndex = 0;
|
||
//
|
||
// panel8
|
||
//
|
||
this.panel8.Controls.Add(this.groupBox5);
|
||
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel8.Location = new System.Drawing.Point(3, 349);
|
||
this.panel8.Name = "panel8";
|
||
this.panel8.Size = new System.Drawing.Size(443, 144);
|
||
this.panel8.TabIndex = 8;
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.groupBox5.Controls.Add(this.panel9);
|
||
this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox5.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.groupBox5.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox5.Size = new System.Drawing.Size(443, 122);
|
||
this.groupBox5.TabIndex = 7;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "幅宽";
|
||
//
|
||
// panel9
|
||
//
|
||
this.panel9.BackColor = System.Drawing.Color.White;
|
||
this.panel9.Controls.Add(this.chart3);
|
||
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel9.Location = new System.Drawing.Point(2, 16);
|
||
this.panel9.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel9.Name = "panel9";
|
||
this.panel9.Size = new System.Drawing.Size(439, 104);
|
||
this.panel9.TabIndex = 0;
|
||
//
|
||
// chart3
|
||
//
|
||
chartArea2.AxisX.LabelStyle.Format = "N0";
|
||
chartArea2.AxisX.MaximumAutoSize = 100F;
|
||
chartArea2.AxisX.Minimum = 0D;
|
||
chartArea2.AxisX.ScaleView.Size = 10D;
|
||
chartArea2.AxisX.ScaleView.Zoomable = false;
|
||
chartArea2.AxisX.ScrollBar.ButtonStyle = System.Windows.Forms.DataVisualization.Charting.ScrollBarButtonStyles.SmallScroll;
|
||
chartArea2.AxisY.LabelStyle.Format = "N0";
|
||
chartArea2.Name = "ChartArea1";
|
||
this.chart3.ChartAreas.Add(chartArea2);
|
||
this.chart3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
legend2.Name = "Legend1";
|
||
this.chart3.Legends.Add(legend2);
|
||
this.chart3.Location = new System.Drawing.Point(0, 0);
|
||
this.chart3.Name = "chart3";
|
||
series2.ChartArea = "ChartArea1";
|
||
series2.Legend = "Legend1";
|
||
series2.Name = "Series1";
|
||
this.chart3.Series.Add(series2);
|
||
this.chart3.Size = new System.Drawing.Size(439, 104);
|
||
this.chart3.TabIndex = 0;
|
||
this.chart3.Text = "chart3";
|
||
//
|
||
// panel6
|
||
//
|
||
this.panel6.Controls.Add(this.groupBox4);
|
||
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel6.Location = new System.Drawing.Point(3, 201);
|
||
this.panel6.Name = "panel6";
|
||
this.panel6.Size = new System.Drawing.Size(443, 142);
|
||
this.panel6.TabIndex = 7;
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.groupBox4.Controls.Add(this.panel7);
|
||
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox4.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.groupBox4.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Size = new System.Drawing.Size(443, 142);
|
||
this.groupBox4.TabIndex = 6;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "瑕疵信息";
|
||
//
|
||
// panel7
|
||
//
|
||
this.panel7.BackColor = System.Drawing.Color.White;
|
||
this.panel7.Controls.Add(this.pictureBox4);
|
||
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel7.Location = new System.Drawing.Point(2, 16);
|
||
this.panel7.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel7.Name = "panel7";
|
||
this.panel7.Size = new System.Drawing.Size(439, 124);
|
||
this.panel7.TabIndex = 0;
|
||
//
|
||
// pictureBox4
|
||
//
|
||
this.pictureBox4.BackColor = System.Drawing.SystemColors.Control;
|
||
this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox4.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.pictureBox4.Name = "pictureBox4";
|
||
this.pictureBox4.Size = new System.Drawing.Size(439, 124);
|
||
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pictureBox4.TabIndex = 13;
|
||
this.pictureBox4.TabStop = false;
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.groupBox1.Controls.Add(this.panel4);
|
||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox1.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.groupBox1.Location = new System.Drawing.Point(2, 2);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Size = new System.Drawing.Size(445, 194);
|
||
this.groupBox1.TabIndex = 5;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "瑕疵列表";
|
||
//
|
||
// panel4
|
||
//
|
||
this.panel4.BackColor = System.Drawing.Color.White;
|
||
this.panel4.Controls.Add(this.skinDataGridView1);
|
||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel4.Location = new System.Drawing.Point(2, 16);
|
||
this.panel4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.panel4.Name = "panel4";
|
||
this.panel4.Size = new System.Drawing.Size(441, 176);
|
||
this.panel4.TabIndex = 0;
|
||
//
|
||
// skinDataGridView1
|
||
//
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
|
||
this.skinDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.skinDataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
|
||
this.skinDataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
||
this.skinDataGridView1.ColumnFont = null;
|
||
this.skinDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
|
||
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.skinDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||
this.skinDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.skinDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.colUid,
|
||
this.colCode,
|
||
this.colIndex,
|
||
this.colDefectName,
|
||
this.colX,
|
||
this.colY,
|
||
this.colW,
|
||
this.colH,
|
||
this.colArea,
|
||
this.colZXD,
|
||
this.colTarget});
|
||
this.skinDataGridView1.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
|
||
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
|
||
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.skinDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.skinDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.skinDataGridView1.EnableHeadersVisualStyles = false;
|
||
this.skinDataGridView1.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
|
||
this.skinDataGridView1.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.skinDataGridView1.HeadForeColor = System.Drawing.SystemColors.Window;
|
||
this.skinDataGridView1.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
|
||
this.skinDataGridView1.Location = new System.Drawing.Point(0, 0);
|
||
this.skinDataGridView1.Name = "skinDataGridView1";
|
||
this.skinDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.MenuText;
|
||
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.skinDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
this.skinDataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
this.skinDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
||
this.skinDataGridView1.RowTemplate.Height = 23;
|
||
this.skinDataGridView1.Size = new System.Drawing.Size(441, 176);
|
||
this.skinDataGridView1.TabIndex = 0;
|
||
this.skinDataGridView1.TitleBack = null;
|
||
this.skinDataGridView1.TitleBackColorBegin = System.Drawing.SystemColors.HotTrack;
|
||
this.skinDataGridView1.TitleBackColorEnd = System.Drawing.SystemColors.HotTrack;
|
||
//
|
||
// 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.tsslLoginTime,
|
||
this.tsslLoginInfo,
|
||
this.tslabelTime});
|
||
this.statusStrip1.Location = new System.Drawing.Point(0, 619);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
|
||
this.statusStrip1.Size = new System.Drawing.Size(1145, 22);
|
||
this.statusStrip1.TabIndex = 25;
|
||
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 = "测试信息";
|
||
//
|
||
// tsslLoginTime
|
||
//
|
||
this.tsslLoginTime.ForeColor = System.Drawing.Color.White;
|
||
this.tsslLoginTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.tsslLoginTime.Name = "tsslLoginTime";
|
||
this.tsslLoginTime.Size = new System.Drawing.Size(186, 17);
|
||
this.tsslLoginTime.Text = "登录时间:2022-12-12 12:44:56";
|
||
this.tsslLoginTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// tsslLoginInfo
|
||
//
|
||
this.tsslLoginInfo.ForeColor = System.Drawing.Color.White;
|
||
this.tsslLoginInfo.Name = "tsslLoginInfo";
|
||
this.tsslLoginInfo.Size = new System.Drawing.Size(92, 17);
|
||
this.tsslLoginInfo.Text = "操作员:admin";
|
||
//
|
||
// tslabelTime
|
||
//
|
||
this.tslabelTime.ForeColor = System.Drawing.Color.White;
|
||
this.tslabelTime.Name = "tslabelTime";
|
||
this.tslabelTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||
this.tslabelTime.Size = new System.Drawing.Size(103, 17);
|
||
this.tslabelTime.Text = "实时测试:360.00s";
|
||
//
|
||
// colUid
|
||
//
|
||
this.colUid.HeaderText = "Uid";
|
||
this.colUid.Name = "colUid";
|
||
this.colUid.ReadOnly = true;
|
||
this.colUid.Visible = false;
|
||
//
|
||
// colCode
|
||
//
|
||
this.colCode.HeaderText = "Code";
|
||
this.colCode.Name = "colCode";
|
||
this.colCode.ReadOnly = true;
|
||
this.colCode.Visible = false;
|
||
//
|
||
// colIndex
|
||
//
|
||
this.colIndex.DataPropertyName = "Index";
|
||
this.colIndex.HeaderText = "图号";
|
||
this.colIndex.Name = "colIndex";
|
||
this.colIndex.ReadOnly = true;
|
||
//
|
||
// colDefectName
|
||
//
|
||
this.colDefectName.DataPropertyName = "Name";
|
||
this.colDefectName.HeaderText = "名称";
|
||
this.colDefectName.Name = "colDefectName";
|
||
this.colDefectName.ReadOnly = true;
|
||
//
|
||
// colX
|
||
//
|
||
this.colX.DataPropertyName = "X";
|
||
this.colX.HeaderText = "X(cm)";
|
||
this.colX.Name = "colX";
|
||
this.colX.ReadOnly = true;
|
||
//
|
||
// colY
|
||
//
|
||
this.colY.DataPropertyName = "Y";
|
||
this.colY.HeaderText = "Y(m)";
|
||
this.colY.Name = "colY";
|
||
this.colY.ReadOnly = true;
|
||
//
|
||
// colW
|
||
//
|
||
this.colW.HeaderText = "宽(cm)";
|
||
this.colW.Name = "colW";
|
||
this.colW.ReadOnly = true;
|
||
//
|
||
// colH
|
||
//
|
||
this.colH.HeaderText = "高(cm)";
|
||
this.colH.Name = "colH";
|
||
this.colH.ReadOnly = true;
|
||
//
|
||
// colArea
|
||
//
|
||
this.colArea.HeaderText = "面积(cm)";
|
||
this.colArea.Name = "colArea";
|
||
this.colArea.ReadOnly = true;
|
||
//
|
||
// colZXD
|
||
//
|
||
this.colZXD.DataPropertyName = "ZXD";
|
||
this.colZXD.HeaderText = "置信度";
|
||
this.colZXD.Name = "colZXD";
|
||
this.colZXD.ReadOnly = true;
|
||
//
|
||
// colTarget
|
||
//
|
||
this.colTarget.DataPropertyName = "Contrast";
|
||
this.colTarget.HeaderText = "对比度";
|
||
this.colTarget.Name = "colTarget";
|
||
this.colTarget.ReadOnly = true;
|
||
//
|
||
// backgroundWorker1
|
||
//
|
||
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
||
//
|
||
// uiTitel1
|
||
//
|
||
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
|
||
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.uiTitel1.FatherForm = null;
|
||
this.uiTitel1.Location = new System.Drawing.Point(0, 43);
|
||
this.uiTitel1.Name = "uiTitel1";
|
||
this.uiTitel1.Size = new System.Drawing.Size(1145, 46);
|
||
this.uiTitel1.TabIndex = 21;
|
||
//
|
||
// lblDefectSpeed
|
||
//
|
||
this.lblDefectSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lblDefectSpeed.AutoSize = true;
|
||
this.lblDefectSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
|
||
this.lblDefectSpeed.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblDefectSpeed.ForeColor = System.Drawing.Color.LimeGreen;
|
||
this.lblDefectSpeed.Location = new System.Drawing.Point(939, 118);
|
||
this.lblDefectSpeed.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.lblDefectSpeed.Name = "lblDefectSpeed";
|
||
this.lblDefectSpeed.Size = new System.Drawing.Size(171, 16);
|
||
this.lblDefectSpeed.TabIndex = 30;
|
||
this.lblDefectSpeed.Text = "检测速度: 0 米/分钟";
|
||
//
|
||
// lblDefectLen
|
||
//
|
||
this.lblDefectLen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.lblDefectLen.AutoSize = true;
|
||
this.lblDefectLen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
|
||
this.lblDefectLen.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblDefectLen.ForeColor = System.Drawing.Color.LimeGreen;
|
||
this.lblDefectLen.Location = new System.Drawing.Point(939, 98);
|
||
this.lblDefectLen.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.lblDefectLen.Name = "lblDefectLen";
|
||
this.lblDefectLen.Size = new System.Drawing.Size(128, 16);
|
||
this.lblDefectLen.TabIndex = 29;
|
||
this.lblDefectLen.Text = "检测长度: 0 米";
|
||
//
|
||
// Main
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1145, 641);
|
||
this.Controls.Add(this.lblDefectSpeed);
|
||
this.Controls.Add(this.lblDefectLen);
|
||
this.Controls.Add(this.statusStrip1);
|
||
this.Controls.Add(this.splitContainer1);
|
||
this.Controls.Add(this.toolStrip1);
|
||
this.Controls.Add(this.uiTitel1);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.Name = "Main";
|
||
this.Text = "革博士检测程序";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
||
this.Load += new System.EventHandler(this.Main_Load);
|
||
this.SizeChanged += new System.EventHandler(this.Main_SizeChanged);
|
||
this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainFrm_Paint);
|
||
this.toolStrip1.ResumeLayout(false);
|
||
this.toolStrip1.PerformLayout();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||
this.splitContainer1.ResumeLayout(false);
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.gpbProductInfo.ResumeLayout(false);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.panel2.ResumeLayout(false);
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.panel3.ResumeLayout(false);
|
||
this.gpbLog.ResumeLayout(false);
|
||
this.splitContainer2.Panel1.ResumeLayout(false);
|
||
this.splitContainer2.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
||
this.splitContainer2.ResumeLayout(false);
|
||
this.splitContainer3.Panel1.ResumeLayout(false);
|
||
this.splitContainer3.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
||
this.splitContainer3.ResumeLayout(false);
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.panel5.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
|
||
this.skinTabImage.ResumeLayout(false);
|
||
this.skinTabPage1.ResumeLayout(false);
|
||
this.tableLayoutPanel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||
this.skinTabPage2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.tableLayoutPanel3.ResumeLayout(false);
|
||
this.panel8.ResumeLayout(false);
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.panel9.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.chart3)).EndInit();
|
||
this.panel6.ResumeLayout(false);
|
||
this.groupBox4.ResumeLayout(false);
|
||
this.panel7.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.panel4.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).EndInit();
|
||
this.statusStrip1.ResumeLayout(false);
|
||
this.statusStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
||
private System.Windows.Forms.ToolStripButton tsbtnImpStop;
|
||
private System.Windows.Forms.ToolStripButton tsbtnStart;
|
||
private System.Windows.Forms.ToolStripButton tsbtnStop;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||
private System.Windows.Forms.ToolStripButton tsbtnWarning;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
||
private System.Windows.Forms.ToolStripButton tsbtnReset;
|
||
private System.Windows.Forms.ToolStripButton tsbGoHome;
|
||
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
|
||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmSysmgr;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmPdtMgr;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmSysDataFind;
|
||
private System.Windows.Forms.ToolStripMenuItem 本地数据库查询ToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmSysUserMgr;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmUserRight;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmUserList;
|
||
private System.Windows.Forms.ToolStripMenuItem stmSysSet;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmSysSet;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmDebug;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmHelp;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmReadLog;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmHelpInfo;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmInfoUS;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmSoftFile;
|
||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.GroupBox gpbProductInfo;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.ComboBox cbProductCode;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.SplitContainer splitContainer2;
|
||
private System.Windows.Forms.ComboBox cbProductNum;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.ComboBox cbProductReelNum;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.ComboBox cbPdtSN;
|
||
private System.Windows.Forms.ComboBox cbProductBatch;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsAxisState;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsslLoginTime;
|
||
private System.Windows.Forms.ToolStripStatusLabel tsslLoginInfo;
|
||
private System.Windows.Forms.ToolStripStatusLabel tslabelTime;
|
||
private System.Windows.Forms.BindingSource bindingSource1;
|
||
private HZH_Controls.Controls.UCSwitch ucSwitch1;
|
||
private HZH_Controls.Controls.UCTrackBar ucTrackBar1;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.GroupBox gpbLog;
|
||
private System.Windows.Forms.ListBox lstLog;
|
||
private System.Windows.Forms.SplitContainer splitContainer3;
|
||
private CCWin.SkinControl.SkinTabControl skinTabImage;
|
||
private CCWin.SkinControl.SkinTabPage skinTabPage1;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||
private System.Windows.Forms.PictureBox pictureBox3;
|
||
private System.Windows.Forms.PictureBox pictureBox2;
|
||
private CCWin.SkinControl.SkinTabPage skinTabPage2;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.Panel panel5;
|
||
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Panel panel4;
|
||
private CCWin.SkinControl.SkinDataGridView skinDataGridView1;
|
||
private System.Windows.Forms.Panel panel8;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Panel panel9;
|
||
private System.Windows.Forms.DataVisualization.Charting.Chart chart3;
|
||
private System.Windows.Forms.Panel panel6;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.Panel panel7;
|
||
private System.Windows.Forms.PictureBox pictureBox4;
|
||
private System.Windows.Forms.ComboBox cbDefectCode;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colUid;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colX;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colY;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colW;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colH;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colArea;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colZXD;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn colTarget;
|
||
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
||
private System.Windows.Forms.Label lblDefectSpeed;
|
||
private System.Windows.Forms.Label lblDefectLen;
|
||
}
|
||
}
|
||
|