添加二维码参数,todo mes采集项

This commit is contained in:
liming 蔡
2026-07-24 15:34:54 +08:00
parent 7ddb519051
commit 66a2e9f996
5 changed files with 186 additions and 36 deletions
@@ -1868,6 +1868,20 @@ namespace JinYuan.ControlCenters
//ShortLib.GetShortFromByteArray(bArrays.Content, 6800 *2 + j * 2, DataFormat.CDAB); //ShortLib.GetShortFromByteArray(bArrays.Content, 6800 *2 + j * 2, DataFormat.CDAB);
} }
#region 视觉新增不良缺陷数据 by clm 20260724
List<int> qrCodeAddressList = new List<int>();
for (int k = 0; k < 4; k++)
{
int address = 9750 + k * 2 + i * 8;
qrCodeAddressList.Add(address);
}
m.QrCodeWidth = FloatLib.GetFloatFromByteArray(bArrays.Content, qrCodeAddressList[0], DataFormat.CDAB).ToString();
m.QrCodeHeight = FloatLib.GetFloatFromByteArray(bArrays.Content, qrCodeAddressList[1], DataFormat.CDAB).ToString();
m.QrCodeTopMargin = FloatLib.GetFloatFromByteArray(bArrays.Content, qrCodeAddressList[2], DataFormat.CDAB).ToString();
m.QrCodeLeftMargin = FloatLib.GetFloatFromByteArray(bArrays.Content, qrCodeAddressList[3], DataFormat.CDAB).ToString();
#endregion
//芯包扫码时间 //芯包扫码时间
//m.ScanTime[i] = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); //m.ScanTime[i] = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
m.BarCode = listBarCode[i]; m.BarCode = listBarCode[i];
+20
View File
@@ -166,6 +166,26 @@ namespace JinYuan.Models
public string CCDResult26 { get; set; } public string CCDResult26 { get; set; }
public string CCDResult27 { get; set; } public string CCDResult27 { get; set; }
/// <summary>
/// 二维码宽度
/// </summary>
public string QrCodeWidth { get; set; }
/// <summary>
/// 二维码高度
/// </summary>
public string QrCodeHeight { get; set; }
/// <summary>
/// 二维码上端间距
/// </summary>
public string QrCodeTopMargin { get; set; }
/// <summary>
/// 二维码左端间距
/// </summary>
public string QrCodeLeftMargin { get; set; }
/// <summary> /// <summary>
/// 芯包条码 /// 芯包条码
/// </summary> /// </summary>
+4
View File
@@ -142,6 +142,10 @@ namespace JinYuan.VirtualDataLibrary
,[CCDResult18] 二维码 ,[CCDResult18] 二维码
,[CCDResult19] 厚度 ,[CCDResult19] 厚度
,[CCDResult20] 平面度 ,[CCDResult20] 平面度
,[QrCodeWidth] 二维码宽度
,[QrCodeHeight] 二维码高度
,[QrCodeTopMargin] 二维码上端间距
,[QrCodeLeftMargin] 二维码左端间距
,[CCDResult21] 电芯CCD21结果 ,[CCDResult21] 电芯CCD21结果
,[CCDResult22] 外观检测总结果 ,[CCDResult22] 外观检测总结果
,[CCDResult23] 电芯CCD23结果 ,[CCDResult23] 电芯CCD23结果
+135 -35
View File
@@ -92,6 +92,10 @@
this.Column113 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column113 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column114 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column114 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.平面度 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.平面度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
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();
this.Column147 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column147 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -113,7 +117,7 @@
this.tableLayoutPanel1.ColumnCount = 3; 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, 24.94608F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.05392F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.05392F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 528F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 660F));
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX3, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBoxEX3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.groupBoxEX2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX4, 1, 0); this.tableLayoutPanel1.Controls.Add(this.groupBoxEX4, 1, 0);
@@ -126,9 +130,9 @@
this.tableLayoutPanel1.RowCount = 3; 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, 45.62334F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 54.37666F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 54.37666F));
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, 596F));
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, 16F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 1061); this.tableLayoutPanel1.Size = new System.Drawing.Size(1942, 1102);
this.tableLayoutPanel1.TabIndex = 0; this.tableLayoutPanel1.TabIndex = 0;
// //
// groupBoxEX3 // groupBoxEX3
@@ -147,7 +151,7 @@
this.groupBoxEX3.Margin = new System.Windows.Forms.Padding(2); this.groupBoxEX3.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX3.Name = "groupBoxEX3"; this.groupBoxEX3.Name = "groupBoxEX3";
this.groupBoxEX3.Padding = new System.Windows.Forms.Padding(2); this.groupBoxEX3.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX3.Size = new System.Drawing.Size(343, 262); this.groupBoxEX3.Size = new System.Drawing.Size(315, 226);
this.groupBoxEX3.TabIndex = 14; this.groupBoxEX3.TabIndex = 14;
this.groupBoxEX3.TabStop = false; this.groupBoxEX3.TabStop = false;
this.groupBoxEX3.Text = "操作设置"; this.groupBoxEX3.Text = "操作设置";
@@ -156,11 +160,11 @@
// //
this.btSatrt.BackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); 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))); this.btSatrt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btSatrt.Location = new System.Drawing.Point(42, 105); this.btSatrt.Location = new System.Drawing.Point(52, 131);
this.btSatrt.Margin = new System.Windows.Forms.Padding(2); this.btSatrt.Margin = new System.Windows.Forms.Padding(2);
this.btSatrt.Name = "btSatrt"; this.btSatrt.Name = "btSatrt";
this.btSatrt.Padding = new System.Windows.Forms.Padding(2); this.btSatrt.Padding = new System.Windows.Forms.Padding(2);
this.btSatrt.Size = new System.Drawing.Size(67, 28); this.btSatrt.Size = new System.Drawing.Size(84, 35);
this.btSatrt.TabIndex = 12; this.btSatrt.TabIndex = 12;
this.btSatrt.Text = "开始监控"; this.btSatrt.Text = "开始监控";
this.btSatrt.Click += new System.EventHandler(this.btSatrt_Click); this.btSatrt.Click += new System.EventHandler(this.btSatrt_Click);
@@ -170,11 +174,11 @@
this.txtMaterialCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMaterialCode.ForeColor = System.Drawing.Color.White; this.txtMaterialCode.ForeColor = System.Drawing.Color.White;
this.txtMaterialCode.Location = new System.Drawing.Point(110, 56); this.txtMaterialCode.Location = new System.Drawing.Point(138, 70);
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(2); this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(2);
this.txtMaterialCode.Name = "txtMaterialCode"; this.txtMaterialCode.Name = "txtMaterialCode";
this.txtMaterialCode.ReadOnly = true; this.txtMaterialCode.ReadOnly = true;
this.txtMaterialCode.Size = new System.Drawing.Size(180, 26); this.txtMaterialCode.Size = new System.Drawing.Size(224, 31);
this.txtMaterialCode.TabIndex = 0; this.txtMaterialCode.TabIndex = 0;
// //
// cmbModelType // cmbModelType
@@ -184,10 +188,10 @@
this.cmbModelType.ContentItemsStyle.ItemBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78))))); 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.BackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.cmbModelType.DropDownButton.DropDownFullArea = true; this.cmbModelType.DropDownButton.DropDownFullArea = true;
this.cmbModelType.Location = new System.Drawing.Point(110, 19); this.cmbModelType.Location = new System.Drawing.Point(138, 24);
this.cmbModelType.Margin = new System.Windows.Forms.Padding(2); this.cmbModelType.Margin = new System.Windows.Forms.Padding(2);
this.cmbModelType.Name = "cmbModelType"; this.cmbModelType.Name = "cmbModelType";
this.cmbModelType.Size = new System.Drawing.Size(180, 30); this.cmbModelType.Size = new System.Drawing.Size(225, 38);
this.cmbModelType.TabIndex = 1; this.cmbModelType.TabIndex = 1;
this.cmbModelType.SelectedItemsChanged += new System.EventHandler(this.cmbModelType_SelectedItemsChanged); this.cmbModelType.SelectedItemsChanged += new System.EventHandler(this.cmbModelType_SelectedItemsChanged);
// //
@@ -195,10 +199,10 @@
// //
this.angleLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.angleLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.angleLabel2.ForeColor = System.Drawing.Color.White; this.angleLabel2.ForeColor = System.Drawing.Color.White;
this.angleLabel2.Location = new System.Drawing.Point(22, 56); this.angleLabel2.Location = new System.Drawing.Point(28, 70);
this.angleLabel2.Margin = new System.Windows.Forms.Padding(2); this.angleLabel2.Margin = new System.Windows.Forms.Padding(2);
this.angleLabel2.Name = "angleLabel2"; this.angleLabel2.Name = "angleLabel2";
this.angleLabel2.Size = new System.Drawing.Size(88, 24); this.angleLabel2.Size = new System.Drawing.Size(110, 28);
this.angleLabel2.TabIndex = 11; this.angleLabel2.TabIndex = 11;
this.angleLabel2.Text = "物料编码:"; this.angleLabel2.Text = "物料编码:";
// //
@@ -206,10 +210,10 @@
// //
this.angleLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.angleLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.angleLabel1.ForeColor = System.Drawing.Color.White; this.angleLabel1.ForeColor = System.Drawing.Color.White;
this.angleLabel1.Location = new System.Drawing.Point(22, 24); this.angleLabel1.Location = new System.Drawing.Point(28, 30);
this.angleLabel1.Margin = new System.Windows.Forms.Padding(2); this.angleLabel1.Margin = new System.Windows.Forms.Padding(2);
this.angleLabel1.Name = "angleLabel1"; this.angleLabel1.Name = "angleLabel1";
this.angleLabel1.Size = new System.Drawing.Size(88, 24); this.angleLabel1.Size = new System.Drawing.Size(110, 28);
this.angleLabel1.TabIndex = 10; this.angleLabel1.TabIndex = 10;
this.angleLabel1.Text = "生产型号:"; this.angleLabel1.Text = "生产型号:";
// //
@@ -217,11 +221,11 @@
// //
this.btStop.BackNormalColor = System.Drawing.Color.Red; this.btStop.BackNormalColor = System.Drawing.Color.Red;
this.btStop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); this.btStop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.btStop.Location = new System.Drawing.Point(171, 105); this.btStop.Location = new System.Drawing.Point(214, 131);
this.btStop.Margin = new System.Windows.Forms.Padding(2); this.btStop.Margin = new System.Windows.Forms.Padding(2);
this.btStop.Name = "btStop"; this.btStop.Name = "btStop";
this.btStop.Padding = new System.Windows.Forms.Padding(2); this.btStop.Padding = new System.Windows.Forms.Padding(2);
this.btStop.Size = new System.Drawing.Size(67, 28); this.btStop.Size = new System.Drawing.Size(84, 35);
this.btStop.TabIndex = 13; this.btStop.TabIndex = 13;
this.btStop.Text = "停止监控"; this.btStop.Text = "停止监控";
this.btStop.Click += new System.EventHandler(this.btStop_Click); this.btStop.Click += new System.EventHandler(this.btStop_Click);
@@ -233,11 +237,11 @@
this.groupBoxEX2.Controls.Add(this.lVConfigRange); this.groupBoxEX2.Controls.Add(this.lVConfigRange);
this.groupBoxEX2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxEX2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX2.ForeColor = System.Drawing.Color.White; this.groupBoxEX2.ForeColor = System.Drawing.Color.White;
this.groupBoxEX2.Location = new System.Drawing.Point(2, 268); this.groupBoxEX2.Location = new System.Drawing.Point(2, 232);
this.groupBoxEX2.Margin = new System.Windows.Forms.Padding(2); this.groupBoxEX2.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX2.Name = "groupBoxEX2"; this.groupBoxEX2.Name = "groupBoxEX2";
this.groupBoxEX2.Padding = new System.Windows.Forms.Padding(2); this.groupBoxEX2.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX2.Size = new System.Drawing.Size(343, 313); this.groupBoxEX2.Size = new System.Drawing.Size(315, 271);
this.groupBoxEX2.TabIndex = 13; this.groupBoxEX2.TabIndex = 13;
this.groupBoxEX2.TabStop = false; this.groupBoxEX2.TabStop = false;
this.groupBoxEX2.Text = "参数"; this.groupBoxEX2.Text = "参数";
@@ -255,11 +259,11 @@
this.lVConfigRange.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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.ForeColor = System.Drawing.Color.White;
this.lVConfigRange.HideSelection = false; this.lVConfigRange.HideSelection = false;
this.lVConfigRange.Location = new System.Drawing.Point(2, 21); this.lVConfigRange.Location = new System.Drawing.Point(2, 26);
this.lVConfigRange.Margin = new System.Windows.Forms.Padding(2); this.lVConfigRange.Margin = new System.Windows.Forms.Padding(2);
this.lVConfigRange.Name = "lVConfigRange"; this.lVConfigRange.Name = "lVConfigRange";
this.lVConfigRange.OwnerDraw = true; this.lVConfigRange.OwnerDraw = true;
this.lVConfigRange.Size = new System.Drawing.Size(339, 290); this.lVConfigRange.Size = new System.Drawing.Size(311, 243);
this.lVConfigRange.TabIndex = 2; this.lVConfigRange.TabIndex = 2;
this.lVConfigRange.UseCompatibleStateImageBehavior = false; this.lVConfigRange.UseCompatibleStateImageBehavior = false;
this.lVConfigRange.View = System.Windows.Forms.View.Details; this.lVConfigRange.View = System.Windows.Forms.View.Details;
@@ -298,12 +302,12 @@
this.groupBoxEX4.Controls.Add(this.dgvFeedingData); this.groupBoxEX4.Controls.Add(this.dgvFeedingData);
this.groupBoxEX4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxEX4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX4.ForeColor = System.Drawing.Color.White; this.groupBoxEX4.ForeColor = System.Drawing.Color.White;
this.groupBoxEX4.Location = new System.Drawing.Point(349, 2); this.groupBoxEX4.Location = new System.Drawing.Point(321, 2);
this.groupBoxEX4.Margin = new System.Windows.Forms.Padding(2); this.groupBoxEX4.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX4.Name = "groupBoxEX4"; this.groupBoxEX4.Name = "groupBoxEX4";
this.groupBoxEX4.Padding = new System.Windows.Forms.Padding(2); this.groupBoxEX4.Padding = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX4, 2); this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX4, 2);
this.groupBoxEX4.Size = new System.Drawing.Size(1569, 579); this.groupBoxEX4.Size = new System.Drawing.Size(1619, 501);
this.groupBoxEX4.TabIndex = 15; this.groupBoxEX4.TabIndex = 15;
this.groupBoxEX4.TabStop = false; this.groupBoxEX4.TabStop = false;
this.groupBoxEX4.Text = "进站"; this.groupBoxEX4.Text = "进站";
@@ -346,7 +350,7 @@
this.dgvFeedingData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvFeedingData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvFeedingData.EnableHeadersVisualStyles = false; this.dgvFeedingData.EnableHeadersVisualStyles = false;
this.dgvFeedingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); 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.Location = new System.Drawing.Point(2, 26);
this.dgvFeedingData.Margin = new System.Windows.Forms.Padding(2); this.dgvFeedingData.Margin = new System.Windows.Forms.Padding(2);
this.dgvFeedingData.MultiSelect = false; this.dgvFeedingData.MultiSelect = false;
this.dgvFeedingData.Name = "dgvFeedingData"; this.dgvFeedingData.Name = "dgvFeedingData";
@@ -364,7 +368,7 @@
this.dgvFeedingData.RowHeadersWidth = 60; this.dgvFeedingData.RowHeadersWidth = 60;
this.dgvFeedingData.RowTemplate.Height = 23; this.dgvFeedingData.RowTemplate.Height = 23;
this.dgvFeedingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvFeedingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvFeedingData.Size = new System.Drawing.Size(1565, 556); this.dgvFeedingData.Size = new System.Drawing.Size(1615, 473);
this.dgvFeedingData.TabIndex = 10; this.dgvFeedingData.TabIndex = 10;
this.dgvFeedingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFeedingData_CellContentClick); this.dgvFeedingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFeedingData_CellContentClick);
this.dgvFeedingData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvFeedingData_RowPrePaint); this.dgvFeedingData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvFeedingData_RowPrePaint);
@@ -392,8 +396,10 @@
// //
this.Column6.DataPropertyName = "CNum"; this.Column6.DataPropertyName = "CNum";
this.Column6.HeaderText = "通道"; this.Column6.HeaderText = "通道";
this.Column6.MinimumWidth = 6;
this.Column6.Name = "Column6"; this.Column6.Name = "Column6";
this.Column6.ReadOnly = true; this.Column6.ReadOnly = true;
this.Column6.Width = 125;
// //
// Column1 // Column1
// //
@@ -428,8 +434,10 @@
// //
this.Column139.DataPropertyName = "UpState"; this.Column139.DataPropertyName = "UpState";
this.Column139.HeaderText = "上传状态"; this.Column139.HeaderText = "上传状态";
this.Column139.MinimumWidth = 6;
this.Column139.Name = "Column139"; this.Column139.Name = "Column139";
this.Column139.ReadOnly = true; this.Column139.ReadOnly = true;
this.Column139.Width = 125;
// //
// groupBoxEX1 // groupBoxEX1
// //
@@ -438,11 +446,11 @@
this.groupBoxEX1.Controls.Add(this.rtb_Info); this.groupBoxEX1.Controls.Add(this.rtb_Info);
this.groupBoxEX1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxEX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX1.ForeColor = System.Drawing.Color.White; this.groupBoxEX1.ForeColor = System.Drawing.Color.White;
this.groupBoxEX1.Location = new System.Drawing.Point(2, 585); this.groupBoxEX1.Location = new System.Drawing.Point(2, 507);
this.groupBoxEX1.Margin = new System.Windows.Forms.Padding(2); this.groupBoxEX1.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX1.Name = "groupBoxEX1"; this.groupBoxEX1.Name = "groupBoxEX1";
this.groupBoxEX1.Padding = new System.Windows.Forms.Padding(2); this.groupBoxEX1.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX1.Size = new System.Drawing.Size(343, 474); this.groupBoxEX1.Size = new System.Drawing.Size(315, 593);
this.groupBoxEX1.TabIndex = 12; this.groupBoxEX1.TabIndex = 12;
this.groupBoxEX1.TabStop = false; this.groupBoxEX1.TabStop = false;
this.groupBoxEX1.Text = "日志记录"; this.groupBoxEX1.Text = "日志记录";
@@ -453,11 +461,11 @@
this.rtb_Info.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtb_Info.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb_Info.Dock = System.Windows.Forms.DockStyle.Fill; this.rtb_Info.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_Info.ForeColor = System.Drawing.Color.White; this.rtb_Info.ForeColor = System.Drawing.Color.White;
this.rtb_Info.Location = new System.Drawing.Point(2, 21); this.rtb_Info.Location = new System.Drawing.Point(2, 26);
this.rtb_Info.Margin = new System.Windows.Forms.Padding(2); this.rtb_Info.Margin = new System.Windows.Forms.Padding(2);
this.rtb_Info.Name = "rtb_Info"; this.rtb_Info.Name = "rtb_Info";
this.rtb_Info.ReadOnly = true; this.rtb_Info.ReadOnly = true;
this.rtb_Info.Size = new System.Drawing.Size(339, 451); this.rtb_Info.Size = new System.Drawing.Size(311, 565);
this.rtb_Info.TabIndex = 1; this.rtb_Info.TabIndex = 1;
this.rtb_Info.Text = ""; this.rtb_Info.Text = "";
// //
@@ -469,11 +477,11 @@
this.groupBoxEX5.Controls.Add(this.dgvBlankingData); this.groupBoxEX5.Controls.Add(this.dgvBlankingData);
this.groupBoxEX5.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxEX5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX5.ForeColor = System.Drawing.Color.White; this.groupBoxEX5.ForeColor = System.Drawing.Color.White;
this.groupBoxEX5.Location = new System.Drawing.Point(349, 585); this.groupBoxEX5.Location = new System.Drawing.Point(321, 507);
this.groupBoxEX5.Margin = new System.Windows.Forms.Padding(2); this.groupBoxEX5.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX5.Name = "groupBoxEX5"; this.groupBoxEX5.Name = "groupBoxEX5";
this.groupBoxEX5.Padding = new System.Windows.Forms.Padding(2); this.groupBoxEX5.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX5.Size = new System.Drawing.Size(1569, 474); this.groupBoxEX5.Size = new System.Drawing.Size(1619, 593);
this.groupBoxEX5.TabIndex = 16; this.groupBoxEX5.TabIndex = 16;
this.groupBoxEX5.TabStop = false; this.groupBoxEX5.TabStop = false;
this.groupBoxEX5.Text = "出站"; this.groupBoxEX5.Text = "出站";
@@ -526,6 +534,10 @@
this.Column113, this.Column113,
this.Column114, this.Column114,
this.平面度, this.平面度,
this.Col_QrCodeWidth,
this.Col_QrCodeHeight,
this.Col_QrCodeTopMargin,
this.Col_QrCodeLeftMargin,
this.Column147, this.Column147,
this.Column34, this.Column34,
this.Column35, this.Column35,
@@ -542,7 +554,7 @@
this.dgvBlankingData.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvBlankingData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvBlankingData.EnableHeadersVisualStyles = false; this.dgvBlankingData.EnableHeadersVisualStyles = false;
this.dgvBlankingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); 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.Location = new System.Drawing.Point(2, 26);
this.dgvBlankingData.Margin = new System.Windows.Forms.Padding(2); this.dgvBlankingData.Margin = new System.Windows.Forms.Padding(2);
this.dgvBlankingData.MultiSelect = false; this.dgvBlankingData.MultiSelect = false;
this.dgvBlankingData.Name = "dgvBlankingData"; this.dgvBlankingData.Name = "dgvBlankingData";
@@ -560,7 +572,7 @@
this.dgvBlankingData.RowHeadersWidth = 60; this.dgvBlankingData.RowHeadersWidth = 60;
this.dgvBlankingData.RowTemplate.Height = 23; this.dgvBlankingData.RowTemplate.Height = 23;
this.dgvBlankingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvBlankingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvBlankingData.Size = new System.Drawing.Size(1565, 451); this.dgvBlankingData.Size = new System.Drawing.Size(1615, 565);
this.dgvBlankingData.TabIndex = 10; this.dgvBlankingData.TabIndex = 10;
this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick); this.dgvBlankingData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBlankingData_CellContentClick);
// //
@@ -594,8 +606,10 @@
// //
this.Column7.DataPropertyName = "ChannelNo"; this.Column7.DataPropertyName = "ChannelNo";
this.Column7.HeaderText = "通道"; this.Column7.HeaderText = "通道";
this.Column7.MinimumWidth = 6;
this.Column7.Name = "Column7"; this.Column7.Name = "Column7";
this.Column7.ReadOnly = true; this.Column7.ReadOnly = true;
this.Column7.Width = 125;
// //
// dataGridViewTextBoxColumn5 // dataGridViewTextBoxColumn5
// //
@@ -629,6 +643,7 @@
// //
this.Column3.DataPropertyName = "Remark"; this.Column3.DataPropertyName = "Remark";
this.Column3.HeaderText = "备注"; this.Column3.HeaderText = "备注";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3"; this.Column3.Name = "Column3";
this.Column3.ReadOnly = true; this.Column3.ReadOnly = true;
this.Column3.Width = 400; this.Column3.Width = 400;
@@ -637,155 +652,235 @@
// //
this.Column138.DataPropertyName = "UpState"; this.Column138.DataPropertyName = "UpState";
this.Column138.HeaderText = "上传状态"; this.Column138.HeaderText = "上传状态";
this.Column138.MinimumWidth = 6;
this.Column138.Name = "Column138"; this.Column138.Name = "Column138";
this.Column138.ReadOnly = true; this.Column138.ReadOnly = true;
this.Column138.Width = 125;
// //
// Column25 // Column25
// //
this.Column25.DataPropertyName = "CCDResult1"; this.Column25.DataPropertyName = "CCDResult1";
this.Column25.HeaderText = "正面(2D/3D)"; this.Column25.HeaderText = "正面(2D/3D)";
this.Column25.MinimumWidth = 6;
this.Column25.Name = "Column25"; this.Column25.Name = "Column25";
this.Column25.ReadOnly = true; this.Column25.ReadOnly = true;
this.Column25.Width = 125;
// //
// Column96 // Column96
// //
this.Column96.DataPropertyName = "CCDResult2"; this.Column96.DataPropertyName = "CCDResult2";
this.Column96.HeaderText = "反面(2D/3D)"; this.Column96.HeaderText = "反面(2D/3D)";
this.Column96.MinimumWidth = 6;
this.Column96.Name = "Column96"; this.Column96.Name = "Column96";
this.Column96.ReadOnly = true; this.Column96.ReadOnly = true;
this.Column96.Width = 125;
// //
// Column97 // Column97
// //
this.Column97.DataPropertyName = "CCDResult3"; this.Column97.DataPropertyName = "CCDResult3";
this.Column97.HeaderText = "左侧面(2D/3D)"; this.Column97.HeaderText = "左侧面(2D/3D)";
this.Column97.MinimumWidth = 6;
this.Column97.Name = "Column97"; this.Column97.Name = "Column97";
this.Column97.ReadOnly = true; this.Column97.ReadOnly = true;
this.Column97.Width = 125;
// //
// Column98 // Column98
// //
this.Column98.DataPropertyName = "CCDResult4"; this.Column98.DataPropertyName = "CCDResult4";
this.Column98.HeaderText = "右侧面(2D/3D)"; this.Column98.HeaderText = "右侧面(2D/3D)";
this.Column98.MinimumWidth = 6;
this.Column98.Name = "Column98"; this.Column98.Name = "Column98";
this.Column98.ReadOnly = true; this.Column98.ReadOnly = true;
this.Column98.Width = 125;
// //
// Column99 // Column99
// //
this.Column99.DataPropertyName = "CCDResult5"; this.Column99.DataPropertyName = "CCDResult5";
this.Column99.HeaderText = "顶面(2D/3D)"; this.Column99.HeaderText = "顶面(2D/3D)";
this.Column99.MinimumWidth = 6;
this.Column99.Name = "Column99"; this.Column99.Name = "Column99";
this.Column99.ReadOnly = true; this.Column99.ReadOnly = true;
this.Column99.Width = 125;
// //
// Column100 // Column100
// //
this.Column100.DataPropertyName = "CCDResult6"; this.Column100.DataPropertyName = "CCDResult6";
this.Column100.HeaderText = "底面(2D/3D)"; this.Column100.HeaderText = "底面(2D/3D)";
this.Column100.MinimumWidth = 6;
this.Column100.Name = "Column100"; this.Column100.Name = "Column100";
this.Column100.ReadOnly = true; this.Column100.ReadOnly = true;
this.Column100.Width = 125;
// //
// Column101 // Column101
// //
this.Column101.DataPropertyName = "CCDResult7"; this.Column101.DataPropertyName = "CCDResult7";
this.Column101.HeaderText = "底DE1"; this.Column101.HeaderText = "底DE1";
this.Column101.MinimumWidth = 6;
this.Column101.Name = "Column101"; this.Column101.Name = "Column101";
this.Column101.ReadOnly = true; this.Column101.ReadOnly = true;
this.Column101.Width = 125;
// //
// Column103 // Column103
// //
this.Column103.DataPropertyName = "CCDResult8"; this.Column103.DataPropertyName = "CCDResult8";
this.Column103.HeaderText = "底DE2"; this.Column103.HeaderText = "底DE2";
this.Column103.MinimumWidth = 6;
this.Column103.Name = "Column103"; this.Column103.Name = "Column103";
this.Column103.ReadOnly = true; this.Column103.ReadOnly = true;
this.Column103.Width = 125;
// //
// Column104 // Column104
// //
this.Column104.DataPropertyName = "CCDResult9"; this.Column104.DataPropertyName = "CCDResult9";
this.Column104.HeaderText = "底DE3"; this.Column104.HeaderText = "底DE3";
this.Column104.MinimumWidth = 6;
this.Column104.Name = "Column104"; this.Column104.Name = "Column104";
this.Column104.ReadOnly = true; this.Column104.ReadOnly = true;
this.Column104.Width = 125;
// //
// Column105 // Column105
// //
this.Column105.DataPropertyName = "CCDResult10"; this.Column105.DataPropertyName = "CCDResult10";
this.Column105.HeaderText = "底DE4"; this.Column105.HeaderText = "底DE4";
this.Column105.MinimumWidth = 6;
this.Column105.Name = "Column105"; this.Column105.Name = "Column105";
this.Column105.ReadOnly = true; this.Column105.ReadOnly = true;
this.Column105.Width = 125;
// //
// Column106 // Column106
// //
this.Column106.DataPropertyName = "CCDResult11"; this.Column106.DataPropertyName = "CCDResult11";
this.Column106.HeaderText = "中ME1"; this.Column106.HeaderText = "中ME1";
this.Column106.MinimumWidth = 6;
this.Column106.Name = "Column106"; this.Column106.Name = "Column106";
this.Column106.ReadOnly = true; this.Column106.ReadOnly = true;
this.Column106.Width = 125;
// //
// Column107 // Column107
// //
this.Column107.DataPropertyName = "CCDResult12"; this.Column107.DataPropertyName = "CCDResult12";
this.Column107.HeaderText = "中ME2"; this.Column107.HeaderText = "中ME2";
this.Column107.MinimumWidth = 6;
this.Column107.Name = "Column107"; this.Column107.Name = "Column107";
this.Column107.ReadOnly = true; this.Column107.ReadOnly = true;
this.Column107.Width = 125;
// //
// Column108 // Column108
// //
this.Column108.DataPropertyName = "CCDResult13"; this.Column108.DataPropertyName = "CCDResult13";
this.Column108.HeaderText = "中ME3"; this.Column108.HeaderText = "中ME3";
this.Column108.MinimumWidth = 6;
this.Column108.Name = "Column108"; this.Column108.Name = "Column108";
this.Column108.ReadOnly = true; this.Column108.ReadOnly = true;
this.Column108.Width = 125;
// //
// Column109 // Column109
// //
this.Column109.DataPropertyName = "CCDResult14"; this.Column109.DataPropertyName = "CCDResult14";
this.Column109.HeaderText = "中ME4"; this.Column109.HeaderText = "中ME4";
this.Column109.MinimumWidth = 6;
this.Column109.Name = "Column109"; this.Column109.Name = "Column109";
this.Column109.ReadOnly = true; this.Column109.ReadOnly = true;
this.Column109.Width = 125;
// //
// Column110 // Column110
// //
this.Column110.DataPropertyName = "CCDResult15"; this.Column110.DataPropertyName = "CCDResult15";
this.Column110.HeaderText = "正极柱(POS/NEG)"; this.Column110.HeaderText = "正极柱(POS/NEG)";
this.Column110.MinimumWidth = 6;
this.Column110.Name = "Column110"; this.Column110.Name = "Column110";
this.Column110.ReadOnly = true; this.Column110.ReadOnly = true;
this.Column110.Width = 125;
// //
// Column111 // Column111
// //
this.Column111.DataPropertyName = "CCDResult16"; this.Column111.DataPropertyName = "CCDResult16";
this.Column111.HeaderText = "负极柱(POS/NEG)"; this.Column111.HeaderText = "负极柱(POS/NEG)";
this.Column111.MinimumWidth = 6;
this.Column111.Name = "Column111"; this.Column111.Name = "Column111";
this.Column111.ReadOnly = true; this.Column111.ReadOnly = true;
this.Column111.Width = 125;
// //
// Column112 // Column112
// //
this.Column112.DataPropertyName = "CCDResult17"; this.Column112.DataPropertyName = "CCDResult17";
this.Column112.HeaderText = "防爆阀(PRO)"; this.Column112.HeaderText = "防爆阀(PRO)";
this.Column112.MinimumWidth = 6;
this.Column112.Name = "Column112"; this.Column112.Name = "Column112";
this.Column112.ReadOnly = true; this.Column112.ReadOnly = true;
this.Column112.Width = 125;
// //
// Column113 // Column113
// //
this.Column113.DataPropertyName = "CCDResult18"; this.Column113.DataPropertyName = "CCDResult18";
this.Column113.HeaderText = "二维码"; this.Column113.HeaderText = "二维码";
this.Column113.MinimumWidth = 6;
this.Column113.Name = "Column113"; this.Column113.Name = "Column113";
this.Column113.ReadOnly = true; this.Column113.ReadOnly = true;
this.Column113.Width = 125;
// //
// Column114 // Column114
// //
this.Column114.DataPropertyName = "CCDResult19"; this.Column114.DataPropertyName = "CCDResult19";
this.Column114.HeaderText = "厚度"; this.Column114.HeaderText = "厚度";
this.Column114.MinimumWidth = 6;
this.Column114.Name = "Column114"; this.Column114.Name = "Column114";
this.Column114.ReadOnly = true; this.Column114.ReadOnly = true;
this.Column114.Width = 125;
// //
// 平面度 // 平面度
// //
this.平面度.DataPropertyName = "CCDResult20"; this.平面度.DataPropertyName = "CCDResult20";
this.平面度.HeaderText = "平面度"; this.平面度.HeaderText = "平面度";
this.平面度.MinimumWidth = 6;
this.平面度.Name = "平面度"; this.平面度.Name = "平面度";
this.平面度.ReadOnly = true; this.平面度.ReadOnly = true;
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;
// //
// Column147 // Column147
// //
this.Column147.DataPropertyName = "RethrowNum"; this.Column147.DataPropertyName = "RethrowNum";
this.Column147.HeaderText = "复投次数"; this.Column147.HeaderText = "复投次数";
this.Column147.MinimumWidth = 6;
this.Column147.Name = "Column147"; this.Column147.Name = "Column147";
this.Column147.ReadOnly = true; this.Column147.ReadOnly = true;
this.Column147.Width = 125;
// //
// Column34 // Column34
// //
@@ -825,15 +920,16 @@
// //
// FrmDataMonitor // FrmDataMonitor
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1920, 1061); this.ClientSize = new System.Drawing.Size(1942, 1102);
this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tableLayoutPanel1);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FrmDataMonitor"; this.Name = "FrmDataMonitor";
this.Text = "数据监控"; this.Text = "数据监控";
this.Load += new System.EventHandler(this.FrmDataMonitor_Load); this.Load += new System.EventHandler(this.FrmDataMonitor_Load);
@@ -908,6 +1004,10 @@
private System.Windows.Forms.DataGridViewTextBoxColumn Column113; private System.Windows.Forms.DataGridViewTextBoxColumn Column113;
private System.Windows.Forms.DataGridViewTextBoxColumn Column114; private System.Windows.Forms.DataGridViewTextBoxColumn Column114;
private System.Windows.Forms.DataGridViewTextBoxColumn 平面度; private System.Windows.Forms.DataGridViewTextBoxColumn 平面度;
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;
private System.Windows.Forms.DataGridViewTextBoxColumn Column147; private System.Windows.Forms.DataGridViewTextBoxColumn Column147;
private System.Windows.Forms.DataGridViewTextBoxColumn Column34; private System.Windows.Forms.DataGridViewTextBoxColumn Column34;
private System.Windows.Forms.DataGridViewTextBoxColumn Column35; private System.Windows.Forms.DataGridViewTextBoxColumn Column35;
+13 -1
View File
@@ -177,6 +177,18 @@
<metadata name="平面度.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="平面度.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="Col_QrCodeWidth.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Col_QrCodeHeight.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Col_QrCodeTopMargin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Col_QrCodeLeftMargin.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column147.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="Column147.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
@@ -200,7 +212,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABE ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABE
DQAAAk1TRnQBSQFMAgEBAwEAAaABAgGgAQIBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA DQAAAk1TRnQBSQFMAgEBAwEAAagBAgGoAQIBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
AwABEAMAAQEBAAEgBgABEC4AAxUBHQMkATQDBQEGKAADHQEpAl4BZwHwATUBNgHPAf8BNQE2Ac8B/wE1 AwABEAMAAQEBAAEgBgABEC4AAxUBHQMkATQDBQEGKAADHQEpAl4BZwHwATUBNgHPAf8BNQE2Ac8B/wE1
ATYBzwH/ATUBNgHPAf8BNQE2Ac8B/wNOAZagAAMTARkDZQHlA+YB/wPmAf8D5gH/A+YB/wPmAf8DRwGA ATYBzwH/ATUBNgHPAf8BNQE2Ac8B/wNOAZagAAMTARkDZQHlA+YB/wPmAf8D5gH/A+YB/wPmAf8DRwGA
HAACUwFUAaoBNQE2Ac8B/wE1ATYBzwH/ATUBNgHPAf8BNQE2Ac8B/wE1ATYBzwH/ATUBNgHPAf8BNQE2 HAACUwFUAaoBNQE2Ac8B/wE1ATYBzwH/ATUBNgHPAf8BNQE2Ac8B/wE1ATYBzwH/ATUBNgHPAf8BNQE2