1
This commit is contained in:
@@ -1959,6 +1959,25 @@ namespace JinYuan.ControlCenters
|
|||||||
m.CCDResult18 = m.CCD_Data[i, 17] == 1 ? "OK" : (m.CCD_Data[i, 17] == 0 ? "NG" : "缺图");
|
m.CCDResult18 = m.CCD_Data[i, 17] == 1 ? "OK" : (m.CCD_Data[i, 17] == 0 ? "NG" : "缺图");
|
||||||
m.CCDResult19 = m.CCD_Data[i, 18] == 1 ? "OK" : (m.CCD_Data[i, 18] == 0 ? "NG" : "缺图");
|
m.CCDResult19 = m.CCD_Data[i, 18] == 1 ? "OK" : (m.CCD_Data[i, 18] == 0 ? "NG" : "缺图");
|
||||||
m.CCDResult20 = m.CCD_Data[i, 19] == 1 ? "OK" : (m.CCD_Data[i, 19] == 0 ? "NG" : "缺图");
|
m.CCDResult20 = m.CCD_Data[i, 19] == 1 ? "OK" : (m.CCD_Data[i, 19] == 0 ? "NG" : "缺图");
|
||||||
|
|
||||||
|
m.CCD1NgCode = m.CCD_NgNo[i, 0];
|
||||||
|
m.CCD2NgCode = m.CCD_NgNo[i, 1];
|
||||||
|
m.CCD3NgCode = m.CCD_NgNo[i, 2];
|
||||||
|
m.CCD4NgCode = m.CCD_NgNo[i, 3];
|
||||||
|
m.CCD5NgCode = m.CCD_NgNo[i, 4];
|
||||||
|
m.CCD6NgCode = m.CCD_NgNo[i, 5];
|
||||||
|
m.CCD7NgCode = m.CCD_NgNo[i, 6];
|
||||||
|
m.CCD8NgCode = m.CCD_NgNo[i, 7];
|
||||||
|
m.CCD9NgCode = m.CCD_NgNo[i, 8];
|
||||||
|
m.CCD10NgCode = m.CCD_NgNo[i, 9];
|
||||||
|
m.CCD11NgCode = m.CCD_NgNo[i, 10];
|
||||||
|
m.CCD12NgCode = m.CCD_NgNo[i, 11];
|
||||||
|
m.CCD13NgCode = m.CCD_NgNo[i, 12];
|
||||||
|
m.CCD14NgCode = m.CCD_NgNo[i, 13];
|
||||||
|
m.CCD15NgCode = m.CCD_NgNo[i, 14];
|
||||||
|
m.CCD16NgCode = m.CCD_NgNo[i, 15];
|
||||||
|
m.CCD17NgCode = m.CCD_NgNo[i, 16];
|
||||||
|
m.CCD18NgCode = m.CCD_NgNo[i, 17];
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
m.CSBYHASCANNINGTIME = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
m.CSBYHASCANNINGTIME = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|||||||
@@ -121,7 +121,27 @@ namespace JinYuan.Models
|
|||||||
public string CCDResult18 { get; set; }
|
public string CCDResult18 { get; set; }
|
||||||
public string CCDResult19 { get; set; }
|
public string CCDResult19 { get; set; }
|
||||||
public string CCDResult20 { get; set; }
|
public string CCDResult20 { get; set; }
|
||||||
|
public string CCD1NgCode { get; set; }
|
||||||
|
public string CCD2NgCode { get; set; }
|
||||||
|
public string CCD3NgCode { get; set; }
|
||||||
|
public string CCD4NgCode { get; set; }
|
||||||
|
public string CCD5NgCode { get; set; }
|
||||||
|
public string CCD6NgCode { get; set; }
|
||||||
|
public string CCD7NgCode { get; set; }
|
||||||
|
public string CCD8NgCode { get; set; }
|
||||||
|
public string CCD9NgCode { get; set; }
|
||||||
|
public string CCD10NgCode { get; set; }
|
||||||
|
public string CCD11NgCode { get; set; }
|
||||||
|
public string CCD12NgCode { get; set; }
|
||||||
|
public string CCD13NgCode { get; set; }
|
||||||
|
public string CCD14NgCode { get; set; }
|
||||||
|
public string CCD15NgCode { get; set; }
|
||||||
|
public string CCD16NgCode { get; set; }
|
||||||
|
public string CCD17NgCode { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 二维码ng 不良编号
|
||||||
|
/// </summary>
|
||||||
|
public string CCD18NgCode { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 芯包条码
|
/// 芯包条码
|
||||||
|
|||||||
+79
-79
@@ -29,12 +29,12 @@
|
|||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataMonitor));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataMonitor));
|
||||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.groupBoxEX3 = new JinYuan.ControlLib.GroupBoxEX();
|
this.groupBoxEX3 = new JinYuan.ControlLib.GroupBoxEX();
|
||||||
@@ -63,7 +63,6 @@
|
|||||||
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
this.rtb_Info = new System.Windows.Forms.RichTextBox();
|
||||||
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
|
||||||
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
|
||||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@@ -96,6 +95,7 @@
|
|||||||
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.groupBoxEX3.SuspendLayout();
|
this.groupBoxEX3.SuspendLayout();
|
||||||
this.groupBoxEX2.SuspendLayout();
|
this.groupBoxEX2.SuspendLayout();
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
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, 477F));
|
||||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
|
||||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1370, 749);
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1920, 1080);
|
||||||
this.tableLayoutPanel1.TabIndex = 0;
|
this.tableLayoutPanel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// groupBoxEX3
|
// groupBoxEX3
|
||||||
@@ -146,7 +146,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(206, 120);
|
this.groupBoxEX3.Size = new System.Drawing.Size(343, 271);
|
||||||
this.groupBoxEX3.TabIndex = 14;
|
this.groupBoxEX3.TabIndex = 14;
|
||||||
this.groupBoxEX3.TabStop = false;
|
this.groupBoxEX3.TabStop = false;
|
||||||
this.groupBoxEX3.Text = "操作设置";
|
this.groupBoxEX3.Text = "操作设置";
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
//
|
//
|
||||||
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, 32);
|
this.btSatrt.Location = new System.Drawing.Point(42, 105);
|
||||||
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);
|
||||||
@@ -232,11 +232,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, 126);
|
this.groupBoxEX2.Location = new System.Drawing.Point(2, 277);
|
||||||
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(206, 143);
|
this.groupBoxEX2.Size = new System.Drawing.Size(343, 323);
|
||||||
this.groupBoxEX2.TabIndex = 13;
|
this.groupBoxEX2.TabIndex = 13;
|
||||||
this.groupBoxEX2.TabStop = false;
|
this.groupBoxEX2.TabStop = false;
|
||||||
this.groupBoxEX2.Text = "参数";
|
this.groupBoxEX2.Text = "参数";
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
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(202, 120);
|
this.lVConfigRange.Size = new System.Drawing.Size(339, 300);
|
||||||
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;
|
||||||
@@ -297,12 +297,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(212, 2);
|
this.groupBoxEX4.Location = new System.Drawing.Point(349, 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(1156, 267);
|
this.groupBoxEX4.Size = new System.Drawing.Size(1569, 598);
|
||||||
this.groupBoxEX4.TabIndex = 15;
|
this.groupBoxEX4.TabIndex = 15;
|
||||||
this.groupBoxEX4.TabStop = false;
|
this.groupBoxEX4.TabStop = false;
|
||||||
this.groupBoxEX4.Text = "进站";
|
this.groupBoxEX4.Text = "进站";
|
||||||
@@ -316,14 +316,14 @@
|
|||||||
this.dgvFeedingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
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.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.dgvFeedingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
this.dgvFeedingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||||
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||||
dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||||||
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||||
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvFeedingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
|
this.dgvFeedingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||||
this.dgvFeedingData.ColumnHeadersHeight = 34;
|
this.dgvFeedingData.ColumnHeadersHeight = 34;
|
||||||
this.dgvFeedingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
this.dgvFeedingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||||
this.dgvFeedingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvFeedingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
@@ -334,14 +334,14 @@
|
|||||||
this.InResult,
|
this.InResult,
|
||||||
this.Column5,
|
this.Column5,
|
||||||
this.Column139});
|
this.Column139});
|
||||||
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
||||||
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||||
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvFeedingData.DefaultCellStyle = dataGridViewCellStyle14;
|
this.dgvFeedingData.DefaultCellStyle = dataGridViewCellStyle2;
|
||||||
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)))));
|
||||||
@@ -351,19 +351,19 @@
|
|||||||
this.dgvFeedingData.Name = "dgvFeedingData";
|
this.dgvFeedingData.Name = "dgvFeedingData";
|
||||||
this.dgvFeedingData.ReadOnly = true;
|
this.dgvFeedingData.ReadOnly = true;
|
||||||
this.dgvFeedingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
this.dgvFeedingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||||
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||||
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||||
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvFeedingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
|
this.dgvFeedingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||||
this.dgvFeedingData.RowHeadersVisible = false;
|
this.dgvFeedingData.RowHeadersVisible = false;
|
||||||
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(1152, 244);
|
this.dgvFeedingData.Size = new System.Drawing.Size(1565, 575);
|
||||||
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);
|
||||||
@@ -437,11 +437,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, 273);
|
this.groupBoxEX1.Location = new System.Drawing.Point(2, 604);
|
||||||
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(206, 474);
|
this.groupBoxEX1.Size = new System.Drawing.Size(343, 474);
|
||||||
this.groupBoxEX1.TabIndex = 12;
|
this.groupBoxEX1.TabIndex = 12;
|
||||||
this.groupBoxEX1.TabStop = false;
|
this.groupBoxEX1.TabStop = false;
|
||||||
this.groupBoxEX1.Text = "日志记录";
|
this.groupBoxEX1.Text = "日志记录";
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
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(202, 451);
|
this.rtb_Info.Size = new System.Drawing.Size(339, 451);
|
||||||
this.rtb_Info.TabIndex = 1;
|
this.rtb_Info.TabIndex = 1;
|
||||||
this.rtb_Info.Text = "";
|
this.rtb_Info.Text = "";
|
||||||
//
|
//
|
||||||
@@ -468,11 +468,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(212, 273);
|
this.groupBoxEX5.Location = new System.Drawing.Point(349, 604);
|
||||||
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(1156, 474);
|
this.groupBoxEX5.Size = new System.Drawing.Size(1569, 474);
|
||||||
this.groupBoxEX5.TabIndex = 16;
|
this.groupBoxEX5.TabIndex = 16;
|
||||||
this.groupBoxEX5.TabStop = false;
|
this.groupBoxEX5.TabStop = false;
|
||||||
this.groupBoxEX5.Text = "出站";
|
this.groupBoxEX5.Text = "出站";
|
||||||
@@ -486,14 +486,14 @@
|
|||||||
this.dgvBlankingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
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.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.dgvBlankingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
this.dgvBlankingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||||
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||||
dataGridViewCellStyle16.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||||||
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||||
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
|
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
||||||
this.dgvBlankingData.ColumnHeadersHeight = 34;
|
this.dgvBlankingData.ColumnHeadersHeight = 34;
|
||||||
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||||||
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
@@ -529,14 +529,14 @@
|
|||||||
this.Column35,
|
this.Column35,
|
||||||
this.Column102,
|
this.Column102,
|
||||||
this.Column22});
|
this.Column22});
|
||||||
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
|
||||||
dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||||
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvBlankingData.DefaultCellStyle = dataGridViewCellStyle17;
|
this.dgvBlankingData.DefaultCellStyle = dataGridViewCellStyle5;
|
||||||
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)))));
|
||||||
@@ -546,30 +546,22 @@
|
|||||||
this.dgvBlankingData.Name = "dgvBlankingData";
|
this.dgvBlankingData.Name = "dgvBlankingData";
|
||||||
this.dgvBlankingData.ReadOnly = true;
|
this.dgvBlankingData.ReadOnly = true;
|
||||||
this.dgvBlankingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
this.dgvBlankingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||||||
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
|
||||||
dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
|
||||||
dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.White;
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
|
||||||
dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvBlankingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle18;
|
this.dgvBlankingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
||||||
this.dgvBlankingData.RowHeadersVisible = false;
|
this.dgvBlankingData.RowHeadersVisible = false;
|
||||||
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(1152, 451);
|
this.dgvBlankingData.Size = new System.Drawing.Size(1565, 451);
|
||||||
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);
|
||||||
//
|
//
|
||||||
// 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");
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn1
|
// dataGridViewTextBoxColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
|
||||||
@@ -814,13 +806,21 @@
|
|||||||
this.Column22.ReadOnly = true;
|
this.Column22.ReadOnly = true;
|
||||||
this.Column22.Width = 150;
|
this.Column22.Width = 150;
|
||||||
//
|
//
|
||||||
|
// 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");
|
||||||
|
//
|
||||||
// FrmDataMonitor
|
// FrmDataMonitor
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
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(1370, 749);
|
this.ClientSize = new System.Drawing.Size(1920, 1080);
|
||||||
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);
|
||||||
|
|||||||
@@ -120,9 +120,6 @@
|
|||||||
<metadata name="lVConfigRange.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="lVConfigRange.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="lVConfigRange.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>True</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="Column4.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -200,7 +197,7 @@
|
|||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABE
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABE
|
||||||
DQAAAk1TRnQBSQFMAgEBAwEAAZABAgGQAQIBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
|
DQAAAk1TRnQBSQFMAgEBAwEAAZgBAgGYAQIBEAEAARABAAT/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
|
||||||
|
|||||||
Reference in New Issue
Block a user