2025-07-16 18:08:40 +08:00
|
|
|
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();
|
2025-09-26 17:07:23 +08:00
|
|
|
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();
|
2025-07-16 18:08:40 +08:00
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataMonitor));
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.groupBoxEX3 = new JinYuan.ControlLib.GroupBoxEX();
|
2025-09-05 15:06:12 +08:00
|
|
|
this.btSatrt = new HML.ButtonPlus();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.txtMaterialCode = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.cmbModelType = new HML.DropDownListPlus();
|
|
|
|
|
this.angleLabel2 = new HML.AngleLabel();
|
|
|
|
|
this.angleLabel1 = new HML.AngleLabel();
|
|
|
|
|
this.btStop = new HML.ButtonPlus();
|
|
|
|
|
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.groupBoxEX4 = new JinYuan.ControlLib.GroupBoxEX();
|
|
|
|
|
this.dgvFeedingData = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.InResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column139 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.groupBoxEX1 = new JinYuan.ControlLib.GroupBoxEX();
|
|
|
|
|
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
|
|
|
|
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
|
|
|
|
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
2026-07-08 10:58:42 +08:00
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-09-05 15:18:10 +08:00
|
|
|
this.Column33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column138 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column96 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column97 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column98 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column99 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column101 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column103 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column104 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column105 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column106 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column107 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column108 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column109 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column110 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column111 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column112 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column113 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column114 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2026-07-08 10:58:42 +08:00
|
|
|
this.平面度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Col_QrCodeWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Col_QrCodeHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Col_QrCodeTopMargin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Col_QrCodeLeftMargin = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column147 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.groupBoxEX3.SuspendLayout();
|
|
|
|
|
this.groupBoxEX2.SuspendLayout();
|
|
|
|
|
this.groupBoxEX4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).BeginInit();
|
|
|
|
|
this.groupBoxEX1.SuspendLayout();
|
|
|
|
|
this.groupBoxEX5.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// 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, 24.94608F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.05392F));
|
2026-07-24 15:34:54 +08:00
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 660F));
|
2025-07-16 18:08:40 +08:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX3, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX2, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX4, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX1, 0, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX5, 1, 2);
|
|
|
|
|
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, 45.62334F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 54.37666F));
|
2026-07-24 15:34:54 +08:00
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 596F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1942, 1102);
|
2025-07-16 18:08:40 +08:00
|
|
|
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)))));
|
2025-07-30 19:17:31 +08:00
|
|
|
this.groupBoxEX3.Controls.Add(this.btSatrt);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.groupBoxEX3.Controls.Add(this.txtMaterialCode);
|
|
|
|
|
this.groupBoxEX3.Controls.Add(this.cmbModelType);
|
|
|
|
|
this.groupBoxEX3.Controls.Add(this.angleLabel2);
|
|
|
|
|
this.groupBoxEX3.Controls.Add(this.angleLabel1);
|
|
|
|
|
this.groupBoxEX3.Controls.Add(this.btStop);
|
|
|
|
|
this.groupBoxEX3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBoxEX3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBoxEX3.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.groupBoxEX3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBoxEX3.Name = "groupBoxEX3";
|
|
|
|
|
this.groupBoxEX3.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX3.Size = new System.Drawing.Size(315, 226);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.groupBoxEX3.TabIndex = 14;
|
|
|
|
|
this.groupBoxEX3.TabStop = false;
|
|
|
|
|
this.groupBoxEX3.Text = "操作设置";
|
|
|
|
|
//
|
2025-09-05 15:06:12 +08:00
|
|
|
// btSatrt
|
|
|
|
|
//
|
|
|
|
|
this.btSatrt.BackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
|
|
this.btSatrt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2026-07-24 15:34:54 +08:00
|
|
|
this.btSatrt.Location = new System.Drawing.Point(52, 131);
|
2025-09-05 15:06:12 +08:00
|
|
|
this.btSatrt.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btSatrt.Name = "btSatrt";
|
|
|
|
|
this.btSatrt.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.btSatrt.Size = new System.Drawing.Size(84, 35);
|
2025-09-05 15:06:12 +08:00
|
|
|
this.btSatrt.TabIndex = 12;
|
|
|
|
|
this.btSatrt.Text = "开始监控";
|
|
|
|
|
this.btSatrt.Click += new System.EventHandler(this.btSatrt_Click);
|
|
|
|
|
//
|
2025-07-16 18:08:40 +08:00
|
|
|
// txtMaterialCode
|
|
|
|
|
//
|
|
|
|
|
this.txtMaterialCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
this.txtMaterialCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtMaterialCode.ForeColor = System.Drawing.Color.White;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.txtMaterialCode.Location = new System.Drawing.Point(138, 70);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
|
|
|
|
this.txtMaterialCode.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.txtMaterialCode.Size = new System.Drawing.Size(224, 31);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.txtMaterialCode.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// cmbModelType
|
|
|
|
|
//
|
|
|
|
|
this.cmbModelType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
this.cmbModelType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
|
|
|
|
this.cmbModelType.ContentItemsStyle.ItemBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
|
|
|
|
this.cmbModelType.DropDownButton.BackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
|
|
|
|
this.cmbModelType.DropDownButton.DropDownFullArea = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.cmbModelType.Location = new System.Drawing.Point(138, 24);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.cmbModelType.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.cmbModelType.Name = "cmbModelType";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.cmbModelType.Size = new System.Drawing.Size(225, 38);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.cmbModelType.TabIndex = 1;
|
|
|
|
|
this.cmbModelType.SelectedItemsChanged += new System.EventHandler(this.cmbModelType_SelectedItemsChanged);
|
|
|
|
|
//
|
|
|
|
|
// angleLabel2
|
|
|
|
|
//
|
|
|
|
|
this.angleLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.angleLabel2.ForeColor = System.Drawing.Color.White;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.angleLabel2.Location = new System.Drawing.Point(28, 70);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.angleLabel2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.angleLabel2.Name = "angleLabel2";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.angleLabel2.Size = new System.Drawing.Size(110, 28);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.angleLabel2.TabIndex = 11;
|
|
|
|
|
this.angleLabel2.Text = "物料编码:";
|
|
|
|
|
//
|
|
|
|
|
// angleLabel1
|
|
|
|
|
//
|
|
|
|
|
this.angleLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.angleLabel1.ForeColor = System.Drawing.Color.White;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.angleLabel1.Location = new System.Drawing.Point(28, 30);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.angleLabel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.angleLabel1.Name = "angleLabel1";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.angleLabel1.Size = new System.Drawing.Size(110, 28);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.angleLabel1.TabIndex = 10;
|
|
|
|
|
this.angleLabel1.Text = "生产型号:";
|
|
|
|
|
//
|
|
|
|
|
// btStop
|
|
|
|
|
//
|
|
|
|
|
this.btStop.BackNormalColor = System.Drawing.Color.Red;
|
|
|
|
|
this.btStop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.btStop.Location = new System.Drawing.Point(214, 131);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.btStop.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btStop.Name = "btStop";
|
|
|
|
|
this.btStop.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.btStop.Size = new System.Drawing.Size(84, 35);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.btStop.TabIndex = 13;
|
|
|
|
|
this.btStop.Text = "停止监控";
|
|
|
|
|
this.btStop.Click += new System.EventHandler(this.btStop_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX2.Location = new System.Drawing.Point(2, 232);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.groupBoxEX2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBoxEX2.Name = "groupBoxEX2";
|
|
|
|
|
this.groupBoxEX2.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX2.Size = new System.Drawing.Size(315, 271);
|
2025-07-16 18:08:40 +08:00
|
|
|
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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.lVConfigRange.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lVConfigRange.HideSelection = false;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.lVConfigRange.Location = new System.Drawing.Point(2, 26);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.lVConfigRange.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.lVConfigRange.Name = "lVConfigRange";
|
|
|
|
|
this.lVConfigRange.OwnerDraw = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.lVConfigRange.Size = new System.Drawing.Size(311, 243);
|
2025-07-16 18:08:40 +08:00
|
|
|
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 = 80;
|
|
|
|
|
//
|
|
|
|
|
// clMax
|
|
|
|
|
//
|
|
|
|
|
this.clMax.Text = "最大值";
|
|
|
|
|
this.clMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.clMax.Width = 70;
|
|
|
|
|
//
|
|
|
|
|
// cUint
|
|
|
|
|
//
|
|
|
|
|
this.cUint.Text = "单位";
|
|
|
|
|
this.cUint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
this.cUint.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// 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.tableLayoutPanel1.SetColumnSpan(this.groupBoxEX4, 2);
|
|
|
|
|
this.groupBoxEX4.Controls.Add(this.dgvFeedingData);
|
|
|
|
|
this.groupBoxEX4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBoxEX4.ForeColor = System.Drawing.Color.White;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX4.Location = new System.Drawing.Point(321, 2);
|
2025-07-16 18:08:40 +08:00
|
|
|
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);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX4.Size = new System.Drawing.Size(1619, 501);
|
2025-07-16 18:08:40 +08:00
|
|
|
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)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
this.dgvFeedingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.dgvFeedingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
2025-09-26 17:07:23 +08:00
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dgvFeedingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvFeedingData.ColumnHeadersHeight = 34;
|
|
|
|
|
this.dgvFeedingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
this.dgvFeedingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Column4,
|
|
|
|
|
this.Column2,
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column6,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column1,
|
|
|
|
|
this.InResult,
|
|
|
|
|
this.Column5,
|
|
|
|
|
this.Column139});
|
2025-09-26 17:07:23 +08:00
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
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;
|
2025-07-16 18:08:40 +08:00
|
|
|
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)))));
|
2026-07-24 15:34:54 +08:00
|
|
|
this.dgvFeedingData.Location = new System.Drawing.Point(2, 26);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvFeedingData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.dgvFeedingData.MultiSelect = false;
|
|
|
|
|
this.dgvFeedingData.Name = "dgvFeedingData";
|
|
|
|
|
this.dgvFeedingData.ReadOnly = true;
|
|
|
|
|
this.dgvFeedingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
2025-09-26 17:07:23 +08:00
|
|
|
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;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvFeedingData.RowHeadersVisible = false;
|
|
|
|
|
this.dgvFeedingData.RowHeadersWidth = 60;
|
|
|
|
|
this.dgvFeedingData.RowTemplate.Height = 23;
|
|
|
|
|
this.dgvFeedingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.dgvFeedingData.Size = new System.Drawing.Size(1615, 473);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvFeedingData.TabIndex = 10;
|
|
|
|
|
this.dgvFeedingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFeedingData_CellContentClick);
|
|
|
|
|
this.dgvFeedingData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvFeedingData_RowPrePaint);
|
|
|
|
|
//
|
|
|
|
|
// Column4
|
|
|
|
|
//
|
|
|
|
|
this.Column4.DataPropertyName = "ID";
|
|
|
|
|
this.Column4.HeaderText = "序号";
|
|
|
|
|
this.Column4.MinimumWidth = 8;
|
|
|
|
|
this.Column4.Name = "Column4";
|
|
|
|
|
this.Column4.ReadOnly = true;
|
|
|
|
|
this.Column4.Width = 52;
|
|
|
|
|
//
|
|
|
|
|
// Column2
|
|
|
|
|
//
|
|
|
|
|
this.Column2.DataPropertyName = "TestTime";
|
|
|
|
|
this.Column2.HeaderText = "时间";
|
|
|
|
|
this.Column2.MinimumWidth = 8;
|
|
|
|
|
this.Column2.Name = "Column2";
|
|
|
|
|
this.Column2.ReadOnly = true;
|
|
|
|
|
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column2.Width = 160;
|
|
|
|
|
//
|
2025-09-14 16:48:47 +08:00
|
|
|
// Column6
|
|
|
|
|
//
|
|
|
|
|
this.Column6.DataPropertyName = "CNum";
|
|
|
|
|
this.Column6.HeaderText = "通道";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column6.MinimumWidth = 6;
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column6.Name = "Column6";
|
|
|
|
|
this.Column6.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column6.Width = 125;
|
2025-09-14 16:48:47 +08:00
|
|
|
//
|
2025-07-16 18:08:40 +08:00
|
|
|
// Column1
|
|
|
|
|
//
|
|
|
|
|
this.Column1.DataPropertyName = "BarCode";
|
|
|
|
|
this.Column1.HeaderText = "电芯码";
|
|
|
|
|
this.Column1.MinimumWidth = 8;
|
|
|
|
|
this.Column1.Name = "Column1";
|
|
|
|
|
this.Column1.ReadOnly = true;
|
|
|
|
|
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column1.Width = 210;
|
|
|
|
|
//
|
|
|
|
|
// InResult
|
|
|
|
|
//
|
|
|
|
|
this.InResult.DataPropertyName = "Result";
|
|
|
|
|
this.InResult.HeaderText = "结果";
|
|
|
|
|
this.InResult.MinimumWidth = 8;
|
|
|
|
|
this.InResult.Name = "InResult";
|
|
|
|
|
this.InResult.ReadOnly = true;
|
|
|
|
|
this.InResult.Width = 61;
|
|
|
|
|
//
|
|
|
|
|
// Column5
|
|
|
|
|
//
|
|
|
|
|
this.Column5.DataPropertyName = "Remark";
|
|
|
|
|
this.Column5.HeaderText = "备注";
|
|
|
|
|
this.Column5.MinimumWidth = 8;
|
|
|
|
|
this.Column5.Name = "Column5";
|
|
|
|
|
this.Column5.ReadOnly = true;
|
|
|
|
|
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column5.Width = 400;
|
|
|
|
|
//
|
|
|
|
|
// Column139
|
|
|
|
|
//
|
|
|
|
|
this.Column139.DataPropertyName = "UpState";
|
|
|
|
|
this.Column139.HeaderText = "上传状态";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column139.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column139.Name = "Column139";
|
|
|
|
|
this.Column139.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column139.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// 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;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX1.Location = new System.Drawing.Point(2, 507);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.groupBoxEX1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBoxEX1.Name = "groupBoxEX1";
|
|
|
|
|
this.groupBoxEX1.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX1.Size = new System.Drawing.Size(315, 593);
|
2025-07-16 18:08:40 +08:00
|
|
|
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;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.rtb_Info.Location = new System.Drawing.Point(2, 26);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.rtb_Info.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.rtb_Info.Name = "rtb_Info";
|
|
|
|
|
this.rtb_Info.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.rtb_Info.Size = new System.Drawing.Size(311, 565);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.rtb_Info.TabIndex = 1;
|
|
|
|
|
this.rtb_Info.Text = "";
|
|
|
|
|
//
|
|
|
|
|
// 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;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX5.Location = new System.Drawing.Point(321, 507);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.groupBoxEX5.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.groupBoxEX5.Name = "groupBoxEX5";
|
|
|
|
|
this.groupBoxEX5.Padding = new System.Windows.Forms.Padding(2);
|
2026-07-24 15:34:54 +08:00
|
|
|
this.groupBoxEX5.Size = new System.Drawing.Size(1619, 593);
|
2025-07-16 18:08:40 +08:00
|
|
|
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)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
this.dgvBlankingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.dgvBlankingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
2025-09-26 17:07:23 +08:00
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
|
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvBlankingData.ColumnHeadersHeight = 34;
|
|
|
|
|
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
|
this.dataGridViewTextBoxColumn2,
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column7,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dataGridViewTextBoxColumn5,
|
2025-09-05 15:18:10 +08:00
|
|
|
this.Column33,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column29,
|
|
|
|
|
this.Column3,
|
|
|
|
|
this.Column138,
|
|
|
|
|
this.Column25,
|
|
|
|
|
this.Column96,
|
|
|
|
|
this.Column97,
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column98,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column99,
|
|
|
|
|
this.Column100,
|
|
|
|
|
this.Column101,
|
|
|
|
|
this.Column103,
|
|
|
|
|
this.Column104,
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column105,
|
|
|
|
|
this.Column106,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column107,
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column108,
|
|
|
|
|
this.Column109,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column110,
|
|
|
|
|
this.Column111,
|
|
|
|
|
this.Column112,
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column113,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column114,
|
2026-07-08 10:58:42 +08:00
|
|
|
this.平面度,
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Col_QrCodeWidth,
|
|
|
|
|
this.Col_QrCodeHeight,
|
|
|
|
|
this.Col_QrCodeTopMargin,
|
|
|
|
|
this.Col_QrCodeLeftMargin,
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column147,
|
|
|
|
|
this.Column34,
|
|
|
|
|
this.Column35,
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column102,
|
|
|
|
|
this.Column22});
|
2025-09-26 17:07:23 +08:00
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
|
|
|
|
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;
|
2025-07-16 18:08:40 +08:00
|
|
|
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)))));
|
2026-07-24 15:34:54 +08:00
|
|
|
this.dgvBlankingData.Location = new System.Drawing.Point(2, 26);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvBlankingData.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.dgvBlankingData.MultiSelect = false;
|
|
|
|
|
this.dgvBlankingData.Name = "dgvBlankingData";
|
|
|
|
|
this.dgvBlankingData.ReadOnly = true;
|
|
|
|
|
this.dgvBlankingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
2025-09-26 17:07:23 +08:00
|
|
|
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.False;
|
|
|
|
|
this.dgvBlankingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvBlankingData.RowHeadersVisible = false;
|
|
|
|
|
this.dgvBlankingData.RowHeadersWidth = 60;
|
|
|
|
|
this.dgvBlankingData.RowTemplate.Height = 23;
|
|
|
|
|
this.dgvBlankingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.dgvBlankingData.Size = new System.Drawing.Size(1615, 565);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.dgvBlankingData.TabIndex = 10;
|
|
|
|
|
this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick);
|
|
|
|
|
//
|
2026-07-08 10:58:42 +08:00
|
|
|
// 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");
|
|
|
|
|
//
|
2025-07-16 18:08:40 +08:00
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Width = 52;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "CSBYHASCANNINGTIME";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "时间";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Width = 160;
|
|
|
|
|
//
|
2025-09-14 16:48:47 +08:00
|
|
|
// Column7
|
|
|
|
|
//
|
|
|
|
|
this.Column7.DataPropertyName = "ChannelNo";
|
|
|
|
|
this.Column7.HeaderText = "通道";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column7.MinimumWidth = 6;
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column7.Name = "Column7";
|
|
|
|
|
this.Column7.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column7.Width = 125;
|
2025-09-14 16:48:47 +08:00
|
|
|
//
|
2025-09-05 15:18:10 +08:00
|
|
|
// dataGridViewTextBoxColumn5
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-09-26 16:24:09 +08:00
|
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "BarCode";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "电芯码";
|
2025-09-05 15:18:10 +08:00
|
|
|
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
|
|
|
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.dataGridViewTextBoxColumn5.Width = 210;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// Column33
|
|
|
|
|
//
|
|
|
|
|
this.Column33.DataPropertyName = "CSBYHSCHEDULE";
|
|
|
|
|
this.Column33.HeaderText = "班次";
|
|
|
|
|
this.Column33.MinimumWidth = 8;
|
|
|
|
|
this.Column33.Name = "Column33";
|
|
|
|
|
this.Column33.ReadOnly = true;
|
|
|
|
|
this.Column33.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Column29
|
|
|
|
|
//
|
|
|
|
|
this.Column29.DataPropertyName = "CSBYHOUTSTATIONJUDGMENTRESULT";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column29.HeaderText = "出站判定";
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column29.MinimumWidth = 8;
|
|
|
|
|
this.Column29.Name = "Column29";
|
|
|
|
|
this.Column29.ReadOnly = true;
|
|
|
|
|
this.Column29.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Column3
|
|
|
|
|
//
|
|
|
|
|
this.Column3.DataPropertyName = "Remark";
|
|
|
|
|
this.Column3.HeaderText = "备注";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column3.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column3.Name = "Column3";
|
|
|
|
|
this.Column3.ReadOnly = true;
|
|
|
|
|
this.Column3.Width = 400;
|
|
|
|
|
//
|
|
|
|
|
// Column138
|
|
|
|
|
//
|
|
|
|
|
this.Column138.DataPropertyName = "UpState";
|
|
|
|
|
this.Column138.HeaderText = "上传状态";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column138.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column138.Name = "Column138";
|
|
|
|
|
this.Column138.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column138.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// Column25
|
|
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column25.DataPropertyName = "CCDResult1";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column25.HeaderText = "正面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column25.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column25.Name = "Column25";
|
|
|
|
|
this.Column25.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column25.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// Column96
|
|
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column96.DataPropertyName = "CCDResult2";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column96.HeaderText = "反面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column96.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column96.Name = "Column96";
|
|
|
|
|
this.Column96.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column96.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// Column97
|
|
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column97.DataPropertyName = "CCDResult3";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column97.HeaderText = "左侧面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column97.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column97.Name = "Column97";
|
|
|
|
|
this.Column97.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column97.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
// Column98
|
|
|
|
|
//
|
|
|
|
|
this.Column98.DataPropertyName = "CCDResult4";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column98.HeaderText = "右侧面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column98.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column98.Name = "Column98";
|
|
|
|
|
this.Column98.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column98.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
2025-07-16 18:08:40 +08:00
|
|
|
// Column99
|
|
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column99.DataPropertyName = "CCDResult5";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column99.HeaderText = "顶面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column99.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column99.Name = "Column99";
|
|
|
|
|
this.Column99.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column99.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
// Column100
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column100.DataPropertyName = "CCDResult6";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column100.HeaderText = "底面(2D/3D)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column100.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column100.Name = "Column100";
|
|
|
|
|
this.Column100.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column100.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
// Column101
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column101.DataPropertyName = "CCDResult7";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column101.HeaderText = "底DE1";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column101.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column101.Name = "Column101";
|
|
|
|
|
this.Column101.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column101.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column103
|
|
|
|
|
//
|
|
|
|
|
this.Column103.DataPropertyName = "CCDResult8";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column103.HeaderText = "底DE2";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column103.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column103.Name = "Column103";
|
|
|
|
|
this.Column103.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column103.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column104
|
|
|
|
|
//
|
|
|
|
|
this.Column104.DataPropertyName = "CCDResult9";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column104.HeaderText = "底DE3";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column104.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column104.Name = "Column104";
|
|
|
|
|
this.Column104.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column104.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column105
|
|
|
|
|
//
|
|
|
|
|
this.Column105.DataPropertyName = "CCDResult10";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column105.HeaderText = "底DE4";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column105.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column105.Name = "Column105";
|
|
|
|
|
this.Column105.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column105.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column106
|
|
|
|
|
//
|
|
|
|
|
this.Column106.DataPropertyName = "CCDResult11";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column106.HeaderText = "中ME1";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column106.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column106.Name = "Column106";
|
|
|
|
|
this.Column106.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column106.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column107
|
|
|
|
|
//
|
|
|
|
|
this.Column107.DataPropertyName = "CCDResult12";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column107.HeaderText = "中ME2";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column107.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column107.Name = "Column107";
|
|
|
|
|
this.Column107.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column107.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column108
|
|
|
|
|
//
|
|
|
|
|
this.Column108.DataPropertyName = "CCDResult13";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column108.HeaderText = "中ME3";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column108.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column108.Name = "Column108";
|
|
|
|
|
this.Column108.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column108.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column109
|
|
|
|
|
//
|
|
|
|
|
this.Column109.DataPropertyName = "CCDResult14";
|
2025-09-14 16:48:47 +08:00
|
|
|
this.Column109.HeaderText = "中ME4";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column109.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column109.Name = "Column109";
|
|
|
|
|
this.Column109.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column109.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column110
|
|
|
|
|
//
|
|
|
|
|
this.Column110.DataPropertyName = "CCDResult15";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.Column110.HeaderText = "正极柱(POS/NEG)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column110.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column110.Name = "Column110";
|
|
|
|
|
this.Column110.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column110.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column111
|
|
|
|
|
//
|
|
|
|
|
this.Column111.DataPropertyName = "CCDResult16";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.Column111.HeaderText = "负极柱(POS/NEG)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column111.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column111.Name = "Column111";
|
|
|
|
|
this.Column111.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column111.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column112
|
|
|
|
|
//
|
|
|
|
|
this.Column112.DataPropertyName = "CCDResult17";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.Column112.HeaderText = "防爆阀(PRO)";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column112.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column112.Name = "Column112";
|
|
|
|
|
this.Column112.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column112.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column113
|
|
|
|
|
//
|
|
|
|
|
this.Column113.DataPropertyName = "CCDResult18";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.Column113.HeaderText = "二维码";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column113.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column113.Name = "Column113";
|
|
|
|
|
this.Column113.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column113.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
|
|
|
|
// Column114
|
|
|
|
|
//
|
|
|
|
|
this.Column114.DataPropertyName = "CCDResult19";
|
2026-07-08 10:58:42 +08:00
|
|
|
this.Column114.HeaderText = "厚度";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column114.MinimumWidth = 6;
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column114.Name = "Column114";
|
|
|
|
|
this.Column114.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column114.Width = 125;
|
2025-07-23 15:43:44 +08:00
|
|
|
//
|
2026-07-08 10:58:42 +08:00
|
|
|
// 平面度
|
|
|
|
|
//
|
|
|
|
|
this.平面度.DataPropertyName = "CCDResult20";
|
|
|
|
|
this.平面度.HeaderText = "平面度";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.平面度.MinimumWidth = 6;
|
2026-07-08 10:58:42 +08:00
|
|
|
this.平面度.Name = "平面度";
|
|
|
|
|
this.平面度.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.平面度.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// Col_QrCodeWidth
|
|
|
|
|
//
|
|
|
|
|
this.Col_QrCodeWidth.DataPropertyName = "QrCodeWidth";
|
|
|
|
|
this.Col_QrCodeWidth.HeaderText = "二维码宽度";
|
|
|
|
|
this.Col_QrCodeWidth.MinimumWidth = 6;
|
|
|
|
|
this.Col_QrCodeWidth.Name = "Col_QrCodeWidth";
|
|
|
|
|
this.Col_QrCodeWidth.ReadOnly = true;
|
|
|
|
|
this.Col_QrCodeWidth.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// Col_QrCodeHeight
|
|
|
|
|
//
|
|
|
|
|
this.Col_QrCodeHeight.DataPropertyName = "QrCodeHeight";
|
|
|
|
|
this.Col_QrCodeHeight.HeaderText = "二维码高度";
|
|
|
|
|
this.Col_QrCodeHeight.MinimumWidth = 6;
|
|
|
|
|
this.Col_QrCodeHeight.Name = "Col_QrCodeHeight";
|
|
|
|
|
this.Col_QrCodeHeight.ReadOnly = true;
|
|
|
|
|
this.Col_QrCodeHeight.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// Col_QrCodeTopMargin
|
|
|
|
|
//
|
|
|
|
|
this.Col_QrCodeTopMargin.DataPropertyName = "QrCodeTopMargin";
|
|
|
|
|
this.Col_QrCodeTopMargin.HeaderText = "二维码上端间距";
|
|
|
|
|
this.Col_QrCodeTopMargin.MinimumWidth = 6;
|
|
|
|
|
this.Col_QrCodeTopMargin.Name = "Col_QrCodeTopMargin";
|
|
|
|
|
this.Col_QrCodeTopMargin.ReadOnly = true;
|
|
|
|
|
this.Col_QrCodeTopMargin.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// Col_QrCodeLeftMargin
|
|
|
|
|
//
|
|
|
|
|
this.Col_QrCodeLeftMargin.DataPropertyName = "QrCodeLeftMargin";
|
|
|
|
|
this.Col_QrCodeLeftMargin.HeaderText = "二维码左端间距";
|
|
|
|
|
this.Col_QrCodeLeftMargin.MinimumWidth = 6;
|
|
|
|
|
this.Col_QrCodeLeftMargin.Name = "Col_QrCodeLeftMargin";
|
|
|
|
|
this.Col_QrCodeLeftMargin.ReadOnly = true;
|
|
|
|
|
this.Col_QrCodeLeftMargin.Width = 125;
|
2026-07-08 10:58:42 +08:00
|
|
|
//
|
2025-07-16 18:08:40 +08:00
|
|
|
// Column147
|
|
|
|
|
//
|
|
|
|
|
this.Column147.DataPropertyName = "RethrowNum";
|
|
|
|
|
this.Column147.HeaderText = "复投次数";
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column147.MinimumWidth = 6;
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column147.Name = "Column147";
|
|
|
|
|
this.Column147.ReadOnly = true;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Column147.Width = 125;
|
2025-07-16 18:08:40 +08:00
|
|
|
//
|
|
|
|
|
// Column34
|
|
|
|
|
//
|
|
|
|
|
this.Column34.DataPropertyName = "CSBYHINSTATIONTIME";
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column34.HeaderText = "电芯进站时间";
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column34.MinimumWidth = 8;
|
|
|
|
|
this.Column34.Name = "Column34";
|
|
|
|
|
this.Column34.ReadOnly = true;
|
|
|
|
|
this.Column34.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Column35
|
|
|
|
|
//
|
|
|
|
|
this.Column35.DataPropertyName = "CSBYHOUTSTATIONTIME";
|
2025-07-23 15:43:44 +08:00
|
|
|
this.Column35.HeaderText = "电芯出站时间";
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Column35.MinimumWidth = 8;
|
|
|
|
|
this.Column35.Name = "Column35";
|
|
|
|
|
this.Column35.ReadOnly = true;
|
|
|
|
|
this.Column35.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Column102
|
|
|
|
|
//
|
|
|
|
|
this.Column102.DataPropertyName = "Flag";
|
|
|
|
|
this.Column102.HeaderText = "标志";
|
|
|
|
|
this.Column102.MinimumWidth = 8;
|
|
|
|
|
this.Column102.Name = "Column102";
|
|
|
|
|
this.Column102.ReadOnly = true;
|
|
|
|
|
this.Column102.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// Column22
|
|
|
|
|
//
|
|
|
|
|
this.Column22.DataPropertyName = "Result";
|
|
|
|
|
this.Column22.HeaderText = "反馈结果";
|
|
|
|
|
this.Column22.MinimumWidth = 8;
|
|
|
|
|
this.Column22.Name = "Column22";
|
|
|
|
|
this.Column22.ReadOnly = true;
|
|
|
|
|
this.Column22.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
// FrmDataMonitor
|
|
|
|
|
//
|
2026-07-24 15:34:54 +08:00
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
|
2025-07-16 18:08:40 +08:00
|
|
|
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;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.ClientSize = new System.Drawing.Size(1942, 1102);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
2026-07-24 15:34:54 +08:00
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2025-07-16 18:08:40 +08:00
|
|
|
this.Name = "FrmDataMonitor";
|
|
|
|
|
this.Text = "数据监控";
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmDataMonitor_Load);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.groupBoxEX3.ResumeLayout(false);
|
|
|
|
|
this.groupBoxEX3.PerformLayout();
|
|
|
|
|
this.groupBoxEX2.ResumeLayout(false);
|
|
|
|
|
this.groupBoxEX4.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).EndInit();
|
|
|
|
|
this.groupBoxEX1.ResumeLayout(false);
|
|
|
|
|
this.groupBoxEX5.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private HML.AngleLabel angleLabel2;
|
|
|
|
|
private HML.AngleLabel angleLabel1;
|
|
|
|
|
private HML.DropDownListPlus cmbModelType;
|
|
|
|
|
private System.Windows.Forms.TextBox txtMaterialCode;
|
|
|
|
|
private HML.ButtonPlus btStop;
|
|
|
|
|
private HML.ButtonPlus btSatrt;
|
|
|
|
|
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;
|
|
|
|
|
internal JinYuan.ControlLib.GroupBoxEX groupBoxEX3;
|
|
|
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX4;
|
|
|
|
|
private System.Windows.Forms.DataGridView dgvFeedingData;
|
|
|
|
|
private System.Windows.Forms.RichTextBox rtb_Info;
|
|
|
|
|
private JinYuan.ControlLib.GroupBoxEX groupBoxEX5;
|
|
|
|
|
private System.Windows.Forms.DataGridView dgvBlankingData;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
2025-09-14 16:48:47 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InResult;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column139;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
2025-09-14 16:48:47 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
2025-09-05 15:18:10 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column33;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column29;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column138;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column96;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column97;
|
2025-07-23 15:43:44 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column98;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column99;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column100;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column101;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column103;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column104;
|
2025-07-23 15:43:44 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column105;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column106;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column107;
|
2025-07-23 15:43:44 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column108;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column109;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column110;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column111;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column112;
|
2025-07-23 15:43:44 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column113;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column114;
|
2026-07-08 10:58:42 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 平面度;
|
2026-07-24 15:34:54 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Col_QrCodeWidth;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Col_QrCodeHeight;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Col_QrCodeTopMargin;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Col_QrCodeLeftMargin;
|
2025-07-23 15:43:44 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column147;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column34;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column35;
|
2025-07-16 18:08:40 +08:00
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column102;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
|
|
|
|
|
}
|
|
|
|
|
}
|