1021 lines
60 KiB
C#
1021 lines
60 KiB
C#
namespace LargeSquareOne
|
|||
|
|
{
|
||
|
|
partial class FrmDataMonitor
|
||
|
|
{
|
||
|
|
/// <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()
|
||
|
|
{
|
||
|
|
this.components = new System.ComponentModel.Container();
|
||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataMonitor));
|
||
|
|
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();
|
||
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
|
|
this.groupBoxEX3 = new JinYuan.ControlLib.GroupBoxEX();
|
||
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
|
|
this.Bt_OK = new System.Windows.Forms.Button();
|
||
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
|
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
|
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
|
this.Txt_Barcode = new System.Windows.Forms.TextBox();
|
||
|
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||
|
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
|
this.btn_SeekRfidData = new System.Windows.Forms.Button();
|
||
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
||
|
|
this.rtb_ShowRfidList = new System.Windows.Forms.RichTextBox();
|
||
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
||
|
|
this.btn_ReInOK = new System.Windows.Forms.Button();
|
||
|
|
this.rtb_ShowCodeList = new System.Windows.Forms.RichTextBox();
|
||
|
|
this.btn_SeekCSVData = new System.Windows.Forms.Button();
|
||
|
|
this.groupBoxEX4 = new JinYuan.ControlLib.GroupBoxEX();
|
||
|
|
this.dgvFeedingData = new System.Windows.Forms.DataGridView();
|
||
|
|
this.InChannelNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.InTestTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.InBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.InResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.InRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.InFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
||
|
|
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
||
|
|
this.OutChannelNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutTestTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutRFID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutJetCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutWindSpeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutBarCodeLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutBarCodeWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutMidDiameter = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInsulationFilmToBottemHeight6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutTOPiameter = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutStation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutShuttleActuator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.OutFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
|
this.groupBoxEX2 = new JinYuan.ControlLib.GroupBoxEX();
|
||
|
|
this.lVConfigRange = new System.Windows.Forms.ListView();
|
||
|
|
this.clParaName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
|
this.clMin = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
|
this.clMax = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
|
this.cUint = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
|
this.groupBoxEX1 = new JinYuan.ControlLib.GroupBoxEX();
|
||
|
|
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
||
|
|
this.tableLayoutPanel1.SuspendLayout();
|
||
|
|
this.groupBoxEX3.SuspendLayout();
|
||
|
|
this.tabControl1.SuspendLayout();
|
||
|
|
this.tabPage1.SuspendLayout();
|
||
|
|
this.tabPage2.SuspendLayout();
|
||
|
|
this.groupBoxEX4.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).BeginInit();
|
||
|
|
this.groupBoxEX5.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).BeginInit();
|
||
|
|
this.groupBoxEX2.SuspendLayout();
|
||
|
|
this.groupBoxEX1.SuspendLayout();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// imageList1
|
||
|
|
//
|
||
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||
|
|
this.imageList1.Images.SetKeyName(0, "info.png");
|
||
|
|
this.imageList1.Images.SetKeyName(1, "error.png");
|
||
|
|
this.imageList1.Images.SetKeyName(2, "warning.png");
|
||
|
|
//
|
||
|
|
// tableLayoutPanel1
|
||
|
|
//
|
||
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.59887F));
|
||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.40114F));
|
||
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 816F));
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX3, 2, 0);
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX4, 1, 0);
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX5, 1, 2);
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX2, 0, 0);
|
||
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX1, 0, 1);
|
||
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
|
|
this.tableLayoutPanel1.RowCount = 3;
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 71.07843F));
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 28.92157F));
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 477F));
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
|
||
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1874, 818);
|
||
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
||
|
|
//
|
||
|
|
// groupBoxEX3
|
||
|
|
//
|
||
|
|
this.groupBoxEX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.groupBoxEX3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.groupBoxEX3.Controls.Add(this.tabControl1);
|
||
|
|
this.groupBoxEX3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.groupBoxEX3.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.groupBoxEX3.Location = new System.Drawing.Point(1059, 2);
|
||
|
|
this.groupBoxEX3.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX3.Name = "groupBoxEX3";
|
||
|
|
this.groupBoxEX3.Padding = new System.Windows.Forms.Padding(2);
|
||
|
|
this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX3, 2);
|
||
|
|
this.groupBoxEX3.Size = new System.Drawing.Size(813, 336);
|
||
|
|
this.groupBoxEX3.TabIndex = 16;
|
||
|
|
this.groupBoxEX3.TabStop = false;
|
||
|
|
this.groupBoxEX3.Text = "NG复投";
|
||
|
|
//
|
||
|
|
// tabControl1
|
||
|
|
//
|
||
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
||
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
||
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.tabControl1.Name = "tabControl1";
|
||
|
|
this.tabControl1.SelectedIndex = 0;
|
||
|
|
this.tabControl1.Size = new System.Drawing.Size(814, 336);
|
||
|
|
this.tabControl1.TabIndex = 10;
|
||
|
|
//
|
||
|
|
// tabPage1
|
||
|
|
//
|
||
|
|
this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
this.tabPage1.Controls.Add(this.checkBox2);
|
||
|
|
this.tabPage1.Controls.Add(this.Bt_OK);
|
||
|
|
this.tabPage1.Controls.Add(this.checkBox1);
|
||
|
|
this.tabPage1.Controls.Add(this.label2);
|
||
|
|
this.tabPage1.Controls.Add(this.textBox2);
|
||
|
|
this.tabPage1.Controls.Add(this.textBox3);
|
||
|
|
this.tabPage1.Controls.Add(this.label1);
|
||
|
|
this.tabPage1.Controls.Add(this.Txt_Barcode);
|
||
|
|
this.tabPage1.Controls.Add(this.label3);
|
||
|
|
this.tabPage1.Controls.Add(this.textBox1);
|
||
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 29);
|
||
|
|
this.tabPage1.Name = "tabPage1";
|
||
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||
|
|
this.tabPage1.Size = new System.Drawing.Size(806, 303);
|
||
|
|
this.tabPage1.TabIndex = 0;
|
||
|
|
this.tabPage1.Text = "NG复投";
|
||
|
|
//
|
||
|
|
// checkBox2
|
||
|
|
//
|
||
|
|
this.checkBox2.AutoSize = true;
|
||
|
|
this.checkBox2.Location = new System.Drawing.Point(25, 57);
|
||
|
|
this.checkBox2.Name = "checkBox2";
|
||
|
|
this.checkBox2.Size = new System.Drawing.Size(150, 24);
|
||
|
|
this.checkBox2.TabIndex = 8;
|
||
|
|
this.checkBox2.Text = "启用复投(已包蓝膜)";
|
||
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
||
|
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
||
|
|
//
|
||
|
|
// Bt_OK
|
||
|
|
//
|
||
|
|
this.Bt_OK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||
|
|
this.Bt_OK.Location = new System.Drawing.Point(374, 257);
|
||
|
|
this.Bt_OK.Name = "Bt_OK";
|
||
|
|
this.Bt_OK.Size = new System.Drawing.Size(75, 39);
|
||
|
|
this.Bt_OK.TabIndex = 9;
|
||
|
|
this.Bt_OK.Text = "确认";
|
||
|
|
this.Bt_OK.UseVisualStyleBackColor = true;
|
||
|
|
this.Bt_OK.Click += new System.EventHandler(this.Bt_OK_Click);
|
||
|
|
//
|
||
|
|
// checkBox1
|
||
|
|
//
|
||
|
|
this.checkBox1.AutoSize = true;
|
||
|
|
this.checkBox1.Location = new System.Drawing.Point(25, 21);
|
||
|
|
this.checkBox1.Name = "checkBox1";
|
||
|
|
this.checkBox1.Size = new System.Drawing.Size(150, 24);
|
||
|
|
this.checkBox1.TabIndex = 0;
|
||
|
|
this.checkBox1.Text = "启用复投(未包蓝膜)";
|
||
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
||
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||
|
|
//
|
||
|
|
// label2
|
||
|
|
//
|
||
|
|
this.label2.AutoSize = true;
|
||
|
|
this.label2.ForeColor = System.Drawing.Color.RosyBrown;
|
||
|
|
this.label2.Location = new System.Drawing.Point(284, 21);
|
||
|
|
this.label2.Name = "label2";
|
||
|
|
this.label2.Size = new System.Drawing.Size(496, 60);
|
||
|
|
this.label2.TabIndex = 3;
|
||
|
|
this.label2.Text = "注意:1.请先勾选启用复投,再用鼠标选中下方复投电芯码文本框才可进行复投\r\n 2.复投时电脑屏幕只能显示上位机数据监控界面\r\n " +
|
||
|
|
" 3.需要正常生产请勾选取消复投";
|
||
|
|
//
|
||
|
|
// textBox2
|
||
|
|
//
|
||
|
|
this.textBox2.Location = new System.Drawing.Point(120, 206);
|
||
|
|
this.textBox2.Name = "textBox2";
|
||
|
|
this.textBox2.Size = new System.Drawing.Size(329, 26);
|
||
|
|
this.textBox2.TabIndex = 6;
|
||
|
|
//
|
||
|
|
// textBox3
|
||
|
|
//
|
||
|
|
this.textBox3.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||
|
|
this.textBox3.Enabled = false;
|
||
|
|
this.textBox3.Location = new System.Drawing.Point(464, 206);
|
||
|
|
this.textBox3.Name = "textBox3";
|
||
|
|
this.textBox3.Size = new System.Drawing.Size(329, 26);
|
||
|
|
this.textBox3.TabIndex = 7;
|
||
|
|
//
|
||
|
|
// label1
|
||
|
|
//
|
||
|
|
this.label1.AutoSize = true;
|
||
|
|
this.label1.Location = new System.Drawing.Point(21, 146);
|
||
|
|
this.label1.Name = "label1";
|
||
|
|
this.label1.Size = new System.Drawing.Size(93, 20);
|
||
|
|
this.label1.TabIndex = 2;
|
||
|
|
this.label1.Text = "复投电芯码:";
|
||
|
|
//
|
||
|
|
// Txt_Barcode
|
||
|
|
//
|
||
|
|
this.Txt_Barcode.Location = new System.Drawing.Point(120, 146);
|
||
|
|
this.Txt_Barcode.Name = "Txt_Barcode";
|
||
|
|
this.Txt_Barcode.Size = new System.Drawing.Size(329, 26);
|
||
|
|
this.Txt_Barcode.TabIndex = 1;
|
||
|
|
//
|
||
|
|
// label3
|
||
|
|
//
|
||
|
|
this.label3.AutoSize = true;
|
||
|
|
this.label3.Location = new System.Drawing.Point(21, 212);
|
||
|
|
this.label3.Name = "label3";
|
||
|
|
this.label3.Size = new System.Drawing.Size(93, 20);
|
||
|
|
this.label3.TabIndex = 4;
|
||
|
|
this.label3.Text = "复投托杯码:";
|
||
|
|
//
|
||
|
|
// textBox1
|
||
|
|
//
|
||
|
|
this.textBox1.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||
|
|
this.textBox1.Enabled = false;
|
||
|
|
this.textBox1.Location = new System.Drawing.Point(464, 146);
|
||
|
|
this.textBox1.Name = "textBox1";
|
||
|
|
this.textBox1.Size = new System.Drawing.Size(329, 26);
|
||
|
|
this.textBox1.TabIndex = 5;
|
||
|
|
//
|
||
|
|
// tabPage2
|
||
|
|
//
|
||
|
|
this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
this.tabPage2.Controls.Add(this.label4);
|
||
|
|
this.tabPage2.Controls.Add(this.btn_SeekRfidData);
|
||
|
|
this.tabPage2.Controls.Add(this.checkBox4);
|
||
|
|
this.tabPage2.Controls.Add(this.rtb_ShowRfidList);
|
||
|
|
this.tabPage2.Controls.Add(this.checkBox3);
|
||
|
|
this.tabPage2.Controls.Add(this.btn_ReInOK);
|
||
|
|
this.tabPage2.Controls.Add(this.rtb_ShowCodeList);
|
||
|
|
this.tabPage2.Controls.Add(this.btn_SeekCSVData);
|
||
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 29);
|
||
|
|
this.tabPage2.Name = "tabPage2";
|
||
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||
|
|
this.tabPage2.Size = new System.Drawing.Size(806, 303);
|
||
|
|
this.tabPage2.TabIndex = 1;
|
||
|
|
this.tabPage2.Text = "NG复投批量导入";
|
||
|
|
//
|
||
|
|
// label4
|
||
|
|
//
|
||
|
|
this.label4.AutoSize = true;
|
||
|
|
this.label4.ForeColor = System.Drawing.Color.RosyBrown;
|
||
|
|
this.label4.Location = new System.Drawing.Point(513, 117);
|
||
|
|
this.label4.Name = "label4";
|
||
|
|
this.label4.Size = new System.Drawing.Size(191, 20);
|
||
|
|
this.label4.TabIndex = 11;
|
||
|
|
this.label4.Text = "注意:批量复投条码个数>=8";
|
||
|
|
//
|
||
|
|
// btn_SeekRfidData
|
||
|
|
//
|
||
|
|
this.btn_SeekRfidData.Enabled = false;
|
||
|
|
this.btn_SeekRfidData.ForeColor = System.Drawing.Color.Black;
|
||
|
|
this.btn_SeekRfidData.Location = new System.Drawing.Point(562, 213);
|
||
|
|
this.btn_SeekRfidData.Name = "btn_SeekRfidData";
|
||
|
|
this.btn_SeekRfidData.Size = new System.Drawing.Size(81, 40);
|
||
|
|
this.btn_SeekRfidData.TabIndex = 10;
|
||
|
|
this.btn_SeekRfidData.Text = "导入rfid";
|
||
|
|
this.btn_SeekRfidData.UseVisualStyleBackColor = true;
|
||
|
|
this.btn_SeekRfidData.Click += new System.EventHandler(this.btn_SeekRfidData_Click);
|
||
|
|
//
|
||
|
|
// checkBox4
|
||
|
|
//
|
||
|
|
this.checkBox4.AutoSize = true;
|
||
|
|
this.checkBox4.Location = new System.Drawing.Point(517, 67);
|
||
|
|
this.checkBox4.Name = "checkBox4";
|
||
|
|
this.checkBox4.Size = new System.Drawing.Size(150, 24);
|
||
|
|
this.checkBox4.TabIndex = 9;
|
||
|
|
this.checkBox4.Text = "启用复投(已包蓝膜)";
|
||
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
||
|
|
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
|
||
|
|
//
|
||
|
|
// rtb_ShowRfidList
|
||
|
|
//
|
||
|
|
this.rtb_ShowRfidList.BackColor = System.Drawing.Color.Gainsboro;
|
||
|
|
this.rtb_ShowRfidList.ForeColor = System.Drawing.Color.Black;
|
||
|
|
this.rtb_ShowRfidList.Location = new System.Drawing.Point(224, 0);
|
||
|
|
this.rtb_ShowRfidList.Name = "rtb_ShowRfidList";
|
||
|
|
this.rtb_ShowRfidList.ReadOnly = true;
|
||
|
|
this.rtb_ShowRfidList.Size = new System.Drawing.Size(208, 306);
|
||
|
|
this.rtb_ShowRfidList.TabIndex = 4;
|
||
|
|
this.rtb_ShowRfidList.Text = "";
|
||
|
|
//
|
||
|
|
// checkBox3
|
||
|
|
//
|
||
|
|
this.checkBox3.AutoSize = true;
|
||
|
|
this.checkBox3.Location = new System.Drawing.Point(517, 19);
|
||
|
|
this.checkBox3.Name = "checkBox3";
|
||
|
|
this.checkBox3.Size = new System.Drawing.Size(150, 24);
|
||
|
|
this.checkBox3.TabIndex = 3;
|
||
|
|
this.checkBox3.Text = "启用复投(未包蓝膜)";
|
||
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
||
|
|
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
||
|
|
//
|
||
|
|
// btn_ReInOK
|
||
|
|
//
|
||
|
|
this.btn_ReInOK.Enabled = false;
|
||
|
|
this.btn_ReInOK.ForeColor = System.Drawing.Color.Black;
|
||
|
|
this.btn_ReInOK.Location = new System.Drawing.Point(661, 263);
|
||
|
|
this.btn_ReInOK.Name = "btn_ReInOK";
|
||
|
|
this.btn_ReInOK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
|
|
this.btn_ReInOK.Size = new System.Drawing.Size(81, 40);
|
||
|
|
this.btn_ReInOK.TabIndex = 2;
|
||
|
|
this.btn_ReInOK.Text = "确认";
|
||
|
|
this.btn_ReInOK.UseVisualStyleBackColor = true;
|
||
|
|
this.btn_ReInOK.Click += new System.EventHandler(this.btn_ReInOK_Click);
|
||
|
|
//
|
||
|
|
// rtb_ShowCodeList
|
||
|
|
//
|
||
|
|
this.rtb_ShowCodeList.BackColor = System.Drawing.Color.Gainsboro;
|
||
|
|
this.rtb_ShowCodeList.ForeColor = System.Drawing.Color.Black;
|
||
|
|
this.rtb_ShowCodeList.Location = new System.Drawing.Point(1, 0);
|
||
|
|
this.rtb_ShowCodeList.Name = "rtb_ShowCodeList";
|
||
|
|
this.rtb_ShowCodeList.ReadOnly = true;
|
||
|
|
this.rtb_ShowCodeList.Size = new System.Drawing.Size(208, 306);
|
||
|
|
this.rtb_ShowCodeList.TabIndex = 1;
|
||
|
|
this.rtb_ShowCodeList.Text = "";
|
||
|
|
//
|
||
|
|
// btn_SeekCSVData
|
||
|
|
//
|
||
|
|
this.btn_SeekCSVData.Enabled = false;
|
||
|
|
this.btn_SeekCSVData.ForeColor = System.Drawing.Color.Black;
|
||
|
|
this.btn_SeekCSVData.Location = new System.Drawing.Point(562, 263);
|
||
|
|
this.btn_SeekCSVData.Name = "btn_SeekCSVData";
|
||
|
|
this.btn_SeekCSVData.Size = new System.Drawing.Size(81, 40);
|
||
|
|
this.btn_SeekCSVData.TabIndex = 0;
|
||
|
|
this.btn_SeekCSVData.Text = "导入";
|
||
|
|
this.btn_SeekCSVData.UseVisualStyleBackColor = true;
|
||
|
|
this.btn_SeekCSVData.Click += new System.EventHandler(this.btn_SeekCSVData_Click);
|
||
|
|
//
|
||
|
|
// groupBoxEX4
|
||
|
|
//
|
||
|
|
this.groupBoxEX4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.groupBoxEX4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.groupBoxEX4.Controls.Add(this.dgvFeedingData);
|
||
|
|
this.groupBoxEX4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.groupBoxEX4.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.groupBoxEX4.Location = new System.Drawing.Point(336, 2);
|
||
|
|
this.groupBoxEX4.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX4.Name = "groupBoxEX4";
|
||
|
|
this.groupBoxEX4.Padding = new System.Windows.Forms.Padding(2);
|
||
|
|
this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX4, 2);
|
||
|
|
this.groupBoxEX4.Size = new System.Drawing.Size(719, 336);
|
||
|
|
this.groupBoxEX4.TabIndex = 15;
|
||
|
|
this.groupBoxEX4.TabStop = false;
|
||
|
|
this.groupBoxEX4.Text = "卷芯进站";
|
||
|
|
//
|
||
|
|
// dgvFeedingData
|
||
|
|
//
|
||
|
|
this.dgvFeedingData.AllowUserToAddRows = false;
|
||
|
|
this.dgvFeedingData.AllowUserToDeleteRows = false;
|
||
|
|
this.dgvFeedingData.AllowUserToResizeColumns = false;
|
||
|
|
this.dgvFeedingData.AllowUserToResizeRows = false;
|
||
|
|
this.dgvFeedingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
this.dgvFeedingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
|
|
this.dgvFeedingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
|
this.dgvFeedingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
|
this.dgvFeedingData.ColumnHeadersHeight = 35;
|
||
|
|
this.dgvFeedingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
|
this.dgvFeedingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
|
this.InChannelNo,
|
||
|
|
this.InTestTime,
|
||
|
|
this.InBarCode,
|
||
|
|
this.InResult,
|
||
|
|
this.InRemark,
|
||
|
|
this.InFlag});
|
||
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
|
this.dgvFeedingData.DefaultCellStyle = dataGridViewCellStyle2;
|
||
|
|
this.dgvFeedingData.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.dgvFeedingData.EnableHeadersVisualStyles = false;
|
||
|
|
this.dgvFeedingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.dgvFeedingData.Location = new System.Drawing.Point(2, 21);
|
||
|
|
this.dgvFeedingData.MultiSelect = false;
|
||
|
|
this.dgvFeedingData.Name = "dgvFeedingData";
|
||
|
|
this.dgvFeedingData.ReadOnly = true;
|
||
|
|
this.dgvFeedingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
|
this.dgvFeedingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||
|
|
this.dgvFeedingData.RowHeadersWidth = 45;
|
||
|
|
this.dgvFeedingData.RowTemplate.Height = 23;
|
||
|
|
this.dgvFeedingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
|
this.dgvFeedingData.Size = new System.Drawing.Size(715, 313);
|
||
|
|
this.dgvFeedingData.TabIndex = 9;
|
||
|
|
this.dgvFeedingData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvFeedingData_RowPostPaint);
|
||
|
|
this.dgvFeedingData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvFeedingData_RowPrePaint);
|
||
|
|
//
|
||
|
|
// InChannelNo
|
||
|
|
//
|
||
|
|
this.InChannelNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.InChannelNo.DataPropertyName = "ChannelNo";
|
||
|
|
this.InChannelNo.HeaderText = "通道";
|
||
|
|
this.InChannelNo.Name = "InChannelNo";
|
||
|
|
this.InChannelNo.ReadOnly = true;
|
||
|
|
this.InChannelNo.Width = 61;
|
||
|
|
//
|
||
|
|
// InTestTime
|
||
|
|
//
|
||
|
|
this.InTestTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.InTestTime.DataPropertyName = "TestTime";
|
||
|
|
this.InTestTime.HeaderText = "时间";
|
||
|
|
this.InTestTime.Name = "InTestTime";
|
||
|
|
this.InTestTime.ReadOnly = true;
|
||
|
|
this.InTestTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
|
|
this.InTestTime.Width = 42;
|
||
|
|
//
|
||
|
|
// InBarCode
|
||
|
|
//
|
||
|
|
this.InBarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.InBarCode.DataPropertyName = "BarCode";
|
||
|
|
this.InBarCode.HeaderText = "卷芯码";
|
||
|
|
this.InBarCode.Name = "InBarCode";
|
||
|
|
this.InBarCode.ReadOnly = true;
|
||
|
|
this.InBarCode.Width = 75;
|
||
|
|
//
|
||
|
|
// InResult
|
||
|
|
//
|
||
|
|
this.InResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.InResult.DataPropertyName = "Result";
|
||
|
|
this.InResult.HeaderText = "结果";
|
||
|
|
this.InResult.Name = "InResult";
|
||
|
|
this.InResult.ReadOnly = true;
|
||
|
|
this.InResult.Width = 61;
|
||
|
|
//
|
||
|
|
// InRemark
|
||
|
|
//
|
||
|
|
this.InRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.InRemark.DataPropertyName = "Remark";
|
||
|
|
this.InRemark.HeaderText = "备注";
|
||
|
|
this.InRemark.Name = "InRemark";
|
||
|
|
this.InRemark.ReadOnly = true;
|
||
|
|
this.InRemark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
|
|
this.InRemark.Width = 42;
|
||
|
|
//
|
||
|
|
// InFlag
|
||
|
|
//
|
||
|
|
this.InFlag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.InFlag.DataPropertyName = "Flag";
|
||
|
|
this.InFlag.HeaderText = "是否上传MES";
|
||
|
|
this.InFlag.Name = "InFlag";
|
||
|
|
this.InFlag.ReadOnly = true;
|
||
|
|
this.InFlag.Width = 119;
|
||
|
|
//
|
||
|
|
// groupBoxEX5
|
||
|
|
//
|
||
|
|
this.groupBoxEX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.groupBoxEX5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.tableLayoutPanel1.SetColumnSpan(this.groupBoxEX5, 2);
|
||
|
|
this.groupBoxEX5.Controls.Add(this.dgvBlankingData);
|
||
|
|
this.groupBoxEX5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.groupBoxEX5.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.groupBoxEX5.Location = new System.Drawing.Point(336, 342);
|
||
|
|
this.groupBoxEX5.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX5.Name = "groupBoxEX5";
|
||
|
|
this.groupBoxEX5.Padding = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX5.Size = new System.Drawing.Size(1536, 474);
|
||
|
|
this.groupBoxEX5.TabIndex = 16;
|
||
|
|
this.groupBoxEX5.TabStop = false;
|
||
|
|
this.groupBoxEX5.Text = "电池出站";
|
||
|
|
//
|
||
|
|
// dgvBlankingData
|
||
|
|
//
|
||
|
|
this.dgvBlankingData.AllowUserToAddRows = false;
|
||
|
|
this.dgvBlankingData.AllowUserToDeleteRows = false;
|
||
|
|
this.dgvBlankingData.AllowUserToResizeColumns = false;
|
||
|
|
this.dgvBlankingData.AllowUserToResizeRows = false;
|
||
|
|
this.dgvBlankingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
this.dgvBlankingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
|
|
this.dgvBlankingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
|
||
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
|
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||
|
|
this.dgvBlankingData.ColumnHeadersHeight = 35;
|
||
|
|
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
|
|
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
|
this.OutChannelNo,
|
||
|
|
this.OutTestTime,
|
||
|
|
this.OutRFID,
|
||
|
|
this.OutBarCode,
|
||
|
|
this.OutJetCode,
|
||
|
|
this.OutResult,
|
||
|
|
this.OutRemark,
|
||
|
|
this.OutWindSpeed,
|
||
|
|
this.OutBarCodeLength,
|
||
|
|
this.OutBarCodeWidth,
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight,
|
||
|
|
this.OutMidDiameter,
|
||
|
|
this.OutInsulationFilmToBottemHeight1,
|
||
|
|
this.OutInsulationFilmToBottemHeight2,
|
||
|
|
this.OutInsulationFilmToBottemHeight3,
|
||
|
|
this.OutInsulationFilmToBottemHeight4,
|
||
|
|
this.OutInsulationFilmToBottemHeight5,
|
||
|
|
this.OutInsulationFilmToBottemHeight6,
|
||
|
|
this.OutTOPiameter,
|
||
|
|
this.OutStation,
|
||
|
|
this.OutShuttleActuator,
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult,
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult,
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson,
|
||
|
|
this.OutInfo,
|
||
|
|
this.OutFlag});
|
||
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
|
|
this.dgvBlankingData.DefaultCellStyle = dataGridViewCellStyle5;
|
||
|
|
this.dgvBlankingData.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.dgvBlankingData.EnableHeadersVisualStyles = false;
|
||
|
|
this.dgvBlankingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.dgvBlankingData.Location = new System.Drawing.Point(2, 21);
|
||
|
|
this.dgvBlankingData.MultiSelect = false;
|
||
|
|
this.dgvBlankingData.Name = "dgvBlankingData";
|
||
|
|
this.dgvBlankingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
|
||
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
|
this.dgvBlankingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
||
|
|
this.dgvBlankingData.RowHeadersWidth = 50;
|
||
|
|
this.dgvBlankingData.RowTemplate.Height = 23;
|
||
|
|
this.dgvBlankingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
|
this.dgvBlankingData.Size = new System.Drawing.Size(1532, 451);
|
||
|
|
this.dgvBlankingData.TabIndex = 12;
|
||
|
|
this.dgvBlankingData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvBlankingData_RowPostPaint);
|
||
|
|
this.dgvBlankingData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvBlankingData_RowPrePaint);
|
||
|
|
//
|
||
|
|
// OutChannelNo
|
||
|
|
//
|
||
|
|
this.OutChannelNo.DataPropertyName = "ChannelNo";
|
||
|
|
this.OutChannelNo.HeaderText = "通道";
|
||
|
|
this.OutChannelNo.Name = "OutChannelNo";
|
||
|
|
this.OutChannelNo.Width = 75;
|
||
|
|
//
|
||
|
|
// OutTestTime
|
||
|
|
//
|
||
|
|
this.OutTestTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.OutTestTime.DataPropertyName = "TestTime";
|
||
|
|
this.OutTestTime.HeaderText = "时间";
|
||
|
|
this.OutTestTime.Name = "OutTestTime";
|
||
|
|
this.OutTestTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
|
|
this.OutTestTime.Width = 42;
|
||
|
|
//
|
||
|
|
// OutRFID
|
||
|
|
//
|
||
|
|
this.OutRFID.DataPropertyName = "RFID";
|
||
|
|
this.OutRFID.HeaderText = "托杯码";
|
||
|
|
this.OutRFID.Name = "OutRFID";
|
||
|
|
this.OutRFID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
|
|
this.OutRFID.Width = 160;
|
||
|
|
//
|
||
|
|
// OutBarCode
|
||
|
|
//
|
||
|
|
this.OutBarCode.DataPropertyName = "BarCode";
|
||
|
|
this.OutBarCode.HeaderText = "卷芯码";
|
||
|
|
this.OutBarCode.Name = "OutBarCode";
|
||
|
|
this.OutBarCode.Width = 180;
|
||
|
|
//
|
||
|
|
// OutJetCode
|
||
|
|
//
|
||
|
|
this.OutJetCode.DataPropertyName = "JetCode";
|
||
|
|
this.OutJetCode.HeaderText = "喷码";
|
||
|
|
this.OutJetCode.Name = "OutJetCode";
|
||
|
|
//
|
||
|
|
// OutResult
|
||
|
|
//
|
||
|
|
this.OutResult.DataPropertyName = "Result";
|
||
|
|
this.OutResult.HeaderText = "综合结果";
|
||
|
|
this.OutResult.Name = "OutResult";
|
||
|
|
this.OutResult.Width = 80;
|
||
|
|
//
|
||
|
|
// OutRemark
|
||
|
|
//
|
||
|
|
this.OutRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
||
|
|
this.OutRemark.DataPropertyName = "Remark";
|
||
|
|
this.OutRemark.HeaderText = "备注";
|
||
|
|
this.OutRemark.Name = "OutRemark";
|
||
|
|
this.OutRemark.Width = 61;
|
||
|
|
//
|
||
|
|
// OutWindSpeed
|
||
|
|
//
|
||
|
|
this.OutWindSpeed.DataPropertyName = "WindSpeed";
|
||
|
|
this.OutWindSpeed.HeaderText = "风速";
|
||
|
|
this.OutWindSpeed.Name = "OutWindSpeed";
|
||
|
|
this.OutWindSpeed.Width = 120;
|
||
|
|
//
|
||
|
|
// OutBarCodeLength
|
||
|
|
//
|
||
|
|
this.OutBarCodeLength.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutBarCodeLength.DataPropertyName = "BarCodeLength";
|
||
|
|
this.OutBarCodeLength.HeaderText = "电芯码长度";
|
||
|
|
this.OutBarCodeLength.Name = "OutBarCodeLength";
|
||
|
|
this.OutBarCodeLength.Width = 103;
|
||
|
|
//
|
||
|
|
// OutBarCodeWidth
|
||
|
|
//
|
||
|
|
this.OutBarCodeWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutBarCodeWidth.DataPropertyName = "BarCodeWidth";
|
||
|
|
this.OutBarCodeWidth.HeaderText = "电芯码宽度";
|
||
|
|
this.OutBarCodeWidth.Name = "OutBarCodeWidth";
|
||
|
|
this.OutBarCodeWidth.Width = 103;
|
||
|
|
//
|
||
|
|
// OutGBCodeBottomToCoverPlateHeight
|
||
|
|
//
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight.DataPropertyName = "GBCodeBottomToCoverPlateHeight";
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight.HeaderText = "GB码底部距盖板高度";
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight.Name = "OutGBCodeBottomToCoverPlateHeight";
|
||
|
|
this.OutGBCodeBottomToCoverPlateHeight.Width = 164;
|
||
|
|
//
|
||
|
|
// OutMidDiameter
|
||
|
|
//
|
||
|
|
this.OutMidDiameter.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutMidDiameter.DataPropertyName = "MidDiameter";
|
||
|
|
this.OutMidDiameter.HeaderText = "中间直径";
|
||
|
|
this.OutMidDiameter.Name = "OutMidDiameter";
|
||
|
|
this.OutMidDiameter.Width = 89;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight1
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight1.DataPropertyName = "InsulationFilmToBottemHeight1";
|
||
|
|
this.OutInsulationFilmToBottemHeight1.HeaderText = "绝缘膜距底部高度1";
|
||
|
|
this.OutInsulationFilmToBottemHeight1.Name = "OutInsulationFilmToBottemHeight1";
|
||
|
|
this.OutInsulationFilmToBottemHeight1.Width = 153;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight2
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight2.DataPropertyName = "InsulationFilmToBottemHeight2";
|
||
|
|
this.OutInsulationFilmToBottemHeight2.HeaderText = "绝缘膜距底部高度2";
|
||
|
|
this.OutInsulationFilmToBottemHeight2.Name = "OutInsulationFilmToBottemHeight2";
|
||
|
|
this.OutInsulationFilmToBottemHeight2.Width = 153;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight3
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight3.DataPropertyName = "InsulationFilmToBottemHeight3";
|
||
|
|
this.OutInsulationFilmToBottemHeight3.HeaderText = "绝缘膜距底部高度3";
|
||
|
|
this.OutInsulationFilmToBottemHeight3.Name = "OutInsulationFilmToBottemHeight3";
|
||
|
|
this.OutInsulationFilmToBottemHeight3.Width = 153;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight4
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight4.DataPropertyName = "InsulationFilmToBottemHeight4";
|
||
|
|
this.OutInsulationFilmToBottemHeight4.HeaderText = "绝缘膜距底部高度4";
|
||
|
|
this.OutInsulationFilmToBottemHeight4.Name = "OutInsulationFilmToBottemHeight4";
|
||
|
|
this.OutInsulationFilmToBottemHeight4.Width = 153;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight5
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight5.DataPropertyName = "InsulationFilmToBottemHeight5";
|
||
|
|
this.OutInsulationFilmToBottemHeight5.HeaderText = "包膜对齐度1";
|
||
|
|
this.OutInsulationFilmToBottemHeight5.Name = "OutInsulationFilmToBottemHeight5";
|
||
|
|
this.OutInsulationFilmToBottemHeight5.Width = 111;
|
||
|
|
//
|
||
|
|
// OutInsulationFilmToBottemHeight6
|
||
|
|
//
|
||
|
|
this.OutInsulationFilmToBottemHeight6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutInsulationFilmToBottemHeight6.DataPropertyName = "InsulationFilmToBottemHeight6";
|
||
|
|
this.OutInsulationFilmToBottemHeight6.HeaderText = "包膜对齐度2";
|
||
|
|
this.OutInsulationFilmToBottemHeight6.Name = "OutInsulationFilmToBottemHeight6";
|
||
|
|
this.OutInsulationFilmToBottemHeight6.Width = 111;
|
||
|
|
//
|
||
|
|
// OutTOPiameter
|
||
|
|
//
|
||
|
|
this.OutTOPiameter.DataPropertyName = "TOPiameter";
|
||
|
|
this.OutTOPiameter.HeaderText = "顶部直径";
|
||
|
|
this.OutTOPiameter.Name = "OutTOPiameter";
|
||
|
|
//
|
||
|
|
// OutStation
|
||
|
|
//
|
||
|
|
this.OutStation.DataPropertyName = "Station";
|
||
|
|
this.OutStation.HeaderText = "工位";
|
||
|
|
this.OutStation.Name = "OutStation";
|
||
|
|
//
|
||
|
|
// OutShuttleActuator
|
||
|
|
//
|
||
|
|
this.OutShuttleActuator.DataPropertyName = "ShuttleActuator";
|
||
|
|
this.OutShuttleActuator.HeaderText = "穿梭动子";
|
||
|
|
this.OutShuttleActuator.Name = "OutShuttleActuator";
|
||
|
|
//
|
||
|
|
// OutCCDAfterCoatedAlignmentTestResult
|
||
|
|
//
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult.DataPropertyName = "CCDAfterCoatedAlignmentTestResult";
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult.HeaderText = "包膜后对齐度检测结果";
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult.Name = "OutCCDAfterCoatedAlignmentTestResult";
|
||
|
|
this.OutCCDAfterCoatedAlignmentTestResult.Width = 173;
|
||
|
|
//
|
||
|
|
// OutCCDAfterCoatedApperanceTestResult
|
||
|
|
//
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult.DataPropertyName = "CCDAfterCoatedApperanceTestResult";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult.HeaderText = "贴膜后外观检测结果";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult.Name = "OutCCDAfterCoatedApperanceTestResult";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestResult.Width = 159;
|
||
|
|
//
|
||
|
|
// OutCCDAfterCoatedApperanceTestReson
|
||
|
|
//
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson.DataPropertyName = "CCDAfterCoatedApperanceTestReson";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson.HeaderText = "贴膜后外观NG";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson.Name = "OutCCDAfterCoatedApperanceTestReson";
|
||
|
|
this.OutCCDAfterCoatedApperanceTestReson.Width = 124;
|
||
|
|
//
|
||
|
|
// OutInfo
|
||
|
|
//
|
||
|
|
this.OutInfo.DataPropertyName = "Info";
|
||
|
|
this.OutInfo.HeaderText = "NG详情";
|
||
|
|
this.OutInfo.Name = "OutInfo";
|
||
|
|
this.OutInfo.Width = 120;
|
||
|
|
//
|
||
|
|
// OutFlag
|
||
|
|
//
|
||
|
|
this.OutFlag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
||
|
|
this.OutFlag.DataPropertyName = "Flag";
|
||
|
|
this.OutFlag.HeaderText = "是否上传MES";
|
||
|
|
this.OutFlag.Name = "OutFlag";
|
||
|
|
this.OutFlag.Width = 119;
|
||
|
|
//
|
||
|
|
// groupBoxEX2
|
||
|
|
//
|
||
|
|
this.groupBoxEX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.groupBoxEX2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.groupBoxEX2.Controls.Add(this.lVConfigRange);
|
||
|
|
this.groupBoxEX2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.groupBoxEX2.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.groupBoxEX2.Location = new System.Drawing.Point(2, 2);
|
||
|
|
this.groupBoxEX2.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX2.Name = "groupBoxEX2";
|
||
|
|
this.groupBoxEX2.Padding = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX2.Size = new System.Drawing.Size(330, 238);
|
||
|
|
this.groupBoxEX2.TabIndex = 13;
|
||
|
|
this.groupBoxEX2.TabStop = false;
|
||
|
|
this.groupBoxEX2.Text = "参数";
|
||
|
|
//
|
||
|
|
// lVConfigRange
|
||
|
|
//
|
||
|
|
this.lVConfigRange.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.lVConfigRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
|
|
this.lVConfigRange.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
|
|
this.clParaName,
|
||
|
|
this.clMin,
|
||
|
|
this.clMax,
|
||
|
|
this.cUint});
|
||
|
|
this.lVConfigRange.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.lVConfigRange.Font = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
|
this.lVConfigRange.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.lVConfigRange.HideSelection = false;
|
||
|
|
this.lVConfigRange.Location = new System.Drawing.Point(2, 21);
|
||
|
|
this.lVConfigRange.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.lVConfigRange.Name = "lVConfigRange";
|
||
|
|
this.lVConfigRange.OwnerDraw = true;
|
||
|
|
this.lVConfigRange.Size = new System.Drawing.Size(326, 215);
|
||
|
|
this.lVConfigRange.TabIndex = 2;
|
||
|
|
this.lVConfigRange.UseCompatibleStateImageBehavior = false;
|
||
|
|
this.lVConfigRange.View = System.Windows.Forms.View.Details;
|
||
|
|
this.lVConfigRange.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.lVConfigRange_DrawColumnHeader);
|
||
|
|
this.lVConfigRange.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.lVConfigRange_DrawItem);
|
||
|
|
this.lVConfigRange.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.lVConfigRange_DrawSubItem);
|
||
|
|
//
|
||
|
|
// clParaName
|
||
|
|
//
|
||
|
|
this.clParaName.Text = "参数项";
|
||
|
|
this.clParaName.Width = 105;
|
||
|
|
//
|
||
|
|
// clMin
|
||
|
|
//
|
||
|
|
this.clMin.Text = "最小值";
|
||
|
|
this.clMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
|
|
this.clMin.Width = 83;
|
||
|
|
//
|
||
|
|
// clMax
|
||
|
|
//
|
||
|
|
this.clMax.Text = "最大值";
|
||
|
|
this.clMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
|
|
this.clMax.Width = 83;
|
||
|
|
//
|
||
|
|
// cUint
|
||
|
|
//
|
||
|
|
this.cUint.Text = "单位";
|
||
|
|
this.cUint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
|
|
this.cUint.Width = 42;
|
||
|
|
//
|
||
|
|
// groupBoxEX1
|
||
|
|
//
|
||
|
|
this.groupBoxEX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.groupBoxEX1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.groupBoxEX1.Controls.Add(this.rtb_Info);
|
||
|
|
this.groupBoxEX1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.groupBoxEX1.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.groupBoxEX1.Location = new System.Drawing.Point(2, 244);
|
||
|
|
this.groupBoxEX1.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.groupBoxEX1.Name = "groupBoxEX1";
|
||
|
|
this.groupBoxEX1.Padding = new System.Windows.Forms.Padding(2);
|
||
|
|
this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX1, 2);
|
||
|
|
this.groupBoxEX1.Size = new System.Drawing.Size(330, 572);
|
||
|
|
this.groupBoxEX1.TabIndex = 12;
|
||
|
|
this.groupBoxEX1.TabStop = false;
|
||
|
|
this.groupBoxEX1.Text = "日志记录";
|
||
|
|
//
|
||
|
|
// rtb_Info
|
||
|
|
//
|
||
|
|
this.rtb_Info.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.rtb_Info.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
|
|
this.rtb_Info.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.rtb_Info.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.rtb_Info.Location = new System.Drawing.Point(2, 21);
|
||
|
|
this.rtb_Info.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.rtb_Info.Name = "rtb_Info";
|
||
|
|
this.rtb_Info.ReadOnly = true;
|
||
|
|
this.rtb_Info.Size = new System.Drawing.Size(326, 549);
|
||
|
|
this.rtb_Info.TabIndex = 1;
|
||
|
|
this.rtb_Info.Text = "";
|
||
|
|
//
|
||
|
|
// FrmDataMonitor
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.ClientSize = new System.Drawing.Size(1874, 818);
|
||
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
||
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
|
this.Name = "FrmDataMonitor";
|
||
|
|
this.Text = "数据监控";
|
||
|
|
this.Load += new System.EventHandler(this.FrmDataMonitor_Load);
|
||
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||
|
|
this.groupBoxEX3.ResumeLayout(false);
|
||
|
|
this.tabControl1.ResumeLayout(false);
|
||
|
|
this.tabPage1.ResumeLayout(false);
|
||
|
|
this.tabPage1.PerformLayout();
|
||
|
|
this.tabPage2.ResumeLayout(false);
|
||
|
|
this.tabPage2.PerformLayout();
|
||
|
|
this.groupBoxEX4.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).EndInit();
|
||
|
|
this.groupBoxEX5.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).EndInit();
|
||
|
|
this.groupBoxEX2.ResumeLayout(false);
|
||
|
|
this.groupBoxEX1.ResumeLayout(false);
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
|
|
private System.Windows.Forms.ColumnHeader clMin;
|
||
|
|
private System.Windows.Forms.ColumnHeader clMax;
|
||
|
|
private System.Windows.Forms.ColumnHeader cUint;
|
||
|
|
private System.Windows.Forms.ListView lVConfigRange;
|
||
|
|
private System.Windows.Forms.ColumnHeader clParaName;
|
||
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX1;
|
||
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX2;
|
||
|
|
private System.Windows.Forms.ImageList imageList1;
|
||
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX4;
|
||
|
|
private System.Windows.Forms.RichTextBox rtb_Info;
|
||
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX5;
|
||
|
|
public System.Windows.Forms.DataGridView dgvFeedingData;
|
||
|
|
public System.Windows.Forms.DataGridView dgvBlankingData;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InChannelNo;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InTestTime;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InBarCode;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InResult;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InRemark;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InFlag;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutLOWiameter;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutChannelNo;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutTestTime;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutRFID;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutBarCode;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutJetCode;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutResult;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutRemark;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutWindSpeed;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutBarCodeLength;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutBarCodeWidth;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutGBCodeBottomToCoverPlateHeight;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutMidDiameter;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight1;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight2;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight3;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight4;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight5;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInsulationFilmToBottemHeight6;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutTOPiameter;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutStation;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutShuttleActuator;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutCCDAfterCoatedAlignmentTestResult;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutCCDAfterCoatedApperanceTestResult;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutCCDAfterCoatedApperanceTestReson;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutInfo;
|
||
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutFlag;
|
||
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX3;
|
||
|
|
private System.Windows.Forms.TabControl tabControl1;
|
||
|
|
private System.Windows.Forms.TabPage tabPage1;
|
||
|
|
private System.Windows.Forms.TabPage tabPage2;
|
||
|
|
private System.Windows.Forms.Button Bt_OK;
|
||
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
||
|
|
private System.Windows.Forms.TextBox textBox3;
|
||
|
|
private System.Windows.Forms.TextBox textBox2;
|
||
|
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
|
private System.Windows.Forms.Label label3;
|
||
|
|
private System.Windows.Forms.Label label2;
|
||
|
|
private System.Windows.Forms.Label label1;
|
||
|
|
private System.Windows.Forms.TextBox Txt_Barcode;
|
||
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
||
|
|
private System.Windows.Forms.Button btn_SeekCSVData;
|
||
|
|
private System.Windows.Forms.RichTextBox rtb_ShowCodeList;
|
||
|
|
private System.Windows.Forms.Button btn_ReInOK;
|
||
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
||
|
|
private System.Windows.Forms.RichTextBox rtb_ShowRfidList;
|
||
|
|
private System.Windows.Forms.Button btn_SeekRfidData;
|
||
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
||
|
|
private System.Windows.Forms.Label label4;
|
||
|
|
}
|
||
|
|
}
|