Files
1257B_DB/LargeSquareOne/FrmDataMonitor.Designer.cs
2026-08-06 09:23:30 +08:00

943 lines
59 KiB
C#

namespace LargeSquareOne
{
partial class FrmDataMonitor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataMonitor));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBoxEX5 = new JinYuan.ControlLib.GroupBoxEX();
this.dgvBlankingData = new System.Windows.Forms.DataGridView();
this.OutChannelNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutTestTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OutRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxEX4 = new JinYuan.ControlLib.GroupBoxEX();
this.dgvFeedingData = new System.Windows.Forms.DataGridView();
this.InTestTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InContainerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.InRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxEX1 = new JinYuan.ControlLib.GroupBoxEX();
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.rtb_Info = new System.Windows.Forms.RichTextBox();
this.groupBoxEX7 = new JinYuan.ControlLib.GroupBoxEX();
this.dgvPrintContainerData = new System.Windows.Forms.DataGridView();
this.TestTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ContainerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Result = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxEX8 = new JinYuan.ControlLib.GroupBoxEX();
this.dgvPrintPalletData = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.printPalletResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.printpalletRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxEX3 = new JinYuan.ControlLib.GroupBoxEX();
this.lbl_palletcode = new System.Windows.Forms.Label();
this.txt_palletcode = new System.Windows.Forms.TextBox();
this.label_containercode = new System.Windows.Forms.Label();
this.txt_containercode = new System.Windows.Forms.TextBox();
this.btn_printpallet = new System.Windows.Forms.Button();
this.btn_printContainer = new System.Windows.Forms.Button();
this.groupBoxEX6 = new JinYuan.ControlLib.GroupBoxEX();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel1.SuspendLayout();
this.groupBoxEX5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).BeginInit();
this.groupBoxEX4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).BeginInit();
this.groupBoxEX1.SuspendLayout();
this.groupBoxEX2.SuspendLayout();
this.groupBoxEX7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPrintContainerData)).BeginInit();
this.groupBoxEX8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPrintPalletData)).BeginInit();
this.groupBoxEX3.SuspendLayout();
this.groupBoxEX6.SuspendLayout();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "info.png");
this.imageList1.Images.SetKeyName(1, "error.png");
this.imageList1.Images.SetKeyName(2, "warning.png");
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.59887F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.40114F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1252F));
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX5, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX4, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX1, 0, 0);
//this.tableLayoutPanel1.Controls.Add(this.groupBoxEX7, 1, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
//this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1942, 1022);
this.tableLayoutPanel1.TabIndex = 0;
//
// groupBoxEX5
//
this.groupBoxEX5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tableLayoutPanel1.SetColumnSpan(this.groupBoxEX5, 2);
this.groupBoxEX5.Controls.Add(this.dgvBlankingData);
this.groupBoxEX5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX5.ForeColor = System.Drawing.Color.White;
this.groupBoxEX5.Location = new System.Drawing.Point(261, 686);
this.groupBoxEX5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX5.Name = "groupBoxEX5";
this.groupBoxEX5.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX5.Size = new System.Drawing.Size(1675, 330);
this.groupBoxEX5.TabIndex = 17;
this.groupBoxEX5.TabStop = false;
this.groupBoxEX5.Text = "包装箱出站";
//
// dgvBlankingData
//
this.dgvBlankingData.AllowUserToAddRows = false;
this.dgvBlankingData.AllowUserToDeleteRows = false;
this.dgvBlankingData.AllowUserToResizeColumns = false;
this.dgvBlankingData.AllowUserToResizeRows = false;
this.dgvBlankingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgvBlankingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvBlankingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvBlankingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvBlankingData.ColumnHeadersHeight = 35;
this.dgvBlankingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvBlankingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.OutChannelNo,
this.OutTestTime,
this.OutPalletCode,
this.OutWeight,
this.OutResult,
this.OutRemark});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
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.dgvBlankingData.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvBlankingData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvBlankingData.EnableHeadersVisualStyles = false;
this.dgvBlankingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvBlankingData.Location = new System.Drawing.Point(6, 30);
this.dgvBlankingData.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.dgvBlankingData.MultiSelect = false;
this.dgvBlankingData.Name = "dgvBlankingData";
this.dgvBlankingData.ReadOnly = true;
this.dgvBlankingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvBlankingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgvBlankingData.RowHeadersWidth = 50;
this.dgvBlankingData.RowTemplate.Height = 23;
this.dgvBlankingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvBlankingData.Size = new System.Drawing.Size(1663, 294);
this.dgvBlankingData.TabIndex = 12;
//
// OutChannelNo
//
this.OutChannelNo.DataPropertyName = "ChannelNo";
this.OutChannelNo.HeaderText = "通道";
this.OutChannelNo.MinimumWidth = 6;
this.OutChannelNo.Name = "OutChannelNo";
this.OutChannelNo.ReadOnly = true;
this.OutChannelNo.Width = 75;
//
// OutTestTime
//
this.OutTestTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.OutTestTime.DataPropertyName = "TestTime";
this.OutTestTime.HeaderText = "时间";
this.OutTestTime.MinimumWidth = 6;
this.OutTestTime.Name = "OutTestTime";
this.OutTestTime.ReadOnly = true;
this.OutTestTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.OutTestTime.Width = 51;
//
// OutPalletCode
//
this.OutPalletCode.DataPropertyName = "PalletCode";
this.OutPalletCode.HeaderText = "栈板码";
this.OutPalletCode.MinimumWidth = 6;
this.OutPalletCode.Name = "OutPalletCode";
this.OutPalletCode.ReadOnly = true;
this.OutPalletCode.Width = 180;
//
// OutWeight
//
this.OutWeight.DataPropertyName = "Weight";
this.OutWeight.HeaderText = "重量";
this.OutWeight.MinimumWidth = 6;
this.OutWeight.Name = "OutWeight";
this.OutWeight.ReadOnly = true;
//
// OutResult
//
this.OutResult.DataPropertyName = "Result";
this.OutResult.HeaderText = "综合结果";
this.OutResult.MinimumWidth = 6;
this.OutResult.Name = "OutResult";
this.OutResult.ReadOnly = true;
this.OutResult.Width = 80;
//
// OutRemark
//
this.OutRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.OutRemark.DataPropertyName = "Remark";
this.OutRemark.HeaderText = "备注";
this.OutRemark.MinimumWidth = 6;
this.OutRemark.Name = "OutRemark";
this.OutRemark.ReadOnly = true;
this.OutRemark.Width = 74;
//
// 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;
this.groupBoxEX4.Location = new System.Drawing.Point(261, 6);
this.groupBoxEX4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX4.Name = "groupBoxEX4";
this.groupBoxEX4.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX4.Size = new System.Drawing.Size(1675, 328);
this.groupBoxEX4.TabIndex = 15;
this.groupBoxEX4.TabStop = false;
this.groupBoxEX4.Text = "包装箱进站";
//
// dgvFeedingData
//
this.dgvFeedingData.AllowUserToAddRows = false;
this.dgvFeedingData.AllowUserToDeleteRows = false;
this.dgvFeedingData.AllowUserToResizeColumns = false;
this.dgvFeedingData.AllowUserToResizeRows = false;
this.dgvFeedingData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgvFeedingData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvFeedingData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvFeedingData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvFeedingData.ColumnHeadersHeight = 35;
this.dgvFeedingData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvFeedingData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.InTestTime,
this.InContainerCode,
this.InPalletCode,
this.InResult,
this.InRemark});
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvFeedingData.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvFeedingData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvFeedingData.EnableHeadersVisualStyles = false;
this.dgvFeedingData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvFeedingData.Location = new System.Drawing.Point(6, 30);
this.dgvFeedingData.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.dgvFeedingData.MultiSelect = false;
this.dgvFeedingData.Name = "dgvFeedingData";
this.dgvFeedingData.ReadOnly = true;
this.dgvFeedingData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvFeedingData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvFeedingData.RowHeadersWidth = 45;
this.dgvFeedingData.RowTemplate.Height = 23;
this.dgvFeedingData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvFeedingData.Size = new System.Drawing.Size(1663, 292);
this.dgvFeedingData.TabIndex = 9;
//
// InTestTime
//
this.InTestTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.InTestTime.DataPropertyName = "TestTime";
this.InTestTime.HeaderText = "时间";
this.InTestTime.MinimumWidth = 6;
this.InTestTime.Name = "InTestTime";
this.InTestTime.ReadOnly = true;
this.InTestTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.InTestTime.Width = 51;
//
// InContainerCode
//
this.InContainerCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.InContainerCode.DataPropertyName = "ContainerCode";
this.InContainerCode.HeaderText = "箱唛码";
this.InContainerCode.MinimumWidth = 6;
this.InContainerCode.Name = "InContainerCode";
this.InContainerCode.ReadOnly = true;
this.InContainerCode.Width = 92;
//
// InPalletCode
//
this.InPalletCode.DataPropertyName = "PalletCode";
this.InPalletCode.HeaderText = "栈板码";
this.InPalletCode.MinimumWidth = 6;
this.InPalletCode.Name = "InPalletCode";
this.InPalletCode.ReadOnly = true;
this.InPalletCode.Width = 125;
//
// InResult
//
this.InResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.InResult.DataPropertyName = "Result";
this.InResult.HeaderText = "结果";
this.InResult.MinimumWidth = 6;
this.InResult.Name = "InResult";
this.InResult.ReadOnly = true;
this.InResult.Width = 74;
//
// InRemark
//
this.InRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.InRemark.DataPropertyName = "Remark";
this.InRemark.HeaderText = "备注";
this.InRemark.MinimumWidth = 6;
this.InRemark.Name = "InRemark";
this.InRemark.ReadOnly = true;
this.InRemark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.InRemark.Width = 51;
//
// 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.groupBoxEX2);
this.groupBoxEX1.Controls.Add(this.rtb_Info);
this.groupBoxEX1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX1.ForeColor = System.Drawing.Color.White;
this.groupBoxEX1.Location = new System.Drawing.Point(6, 6);
this.groupBoxEX1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX1.Name = "groupBoxEX1";
this.groupBoxEX1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.tableLayoutPanel1.SetRowSpan(this.groupBoxEX1, 3);
this.groupBoxEX1.Size = new System.Drawing.Size(243, 1010);
this.groupBoxEX1.TabIndex = 12;
this.groupBoxEX1.TabStop = false;
this.groupBoxEX1.Text = "日志记录";
//
// 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.ForeColor = System.Drawing.Color.White;
this.groupBoxEX2.Location = new System.Drawing.Point(11, 696);
this.groupBoxEX2.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX2.Name = "groupBoxEX2";
this.groupBoxEX2.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX2.Size = new System.Drawing.Size(349, 114);
this.groupBoxEX2.TabIndex = 13;
this.groupBoxEX2.TabStop = false;
this.groupBoxEX2.Text = "参数";
this.groupBoxEX2.Visible = false;
//
// lVConfigRange
//
this.lVConfigRange.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.lVConfigRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lVConfigRange.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clParaName,
this.clMin,
this.clMax,
this.cUint});
this.lVConfigRange.Dock = System.Windows.Forms.DockStyle.Fill;
this.lVConfigRange.Font = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lVConfigRange.ForeColor = System.Drawing.Color.White;
this.lVConfigRange.HideSelection = false;
this.lVConfigRange.Location = new System.Drawing.Point(2, 26);
this.lVConfigRange.Margin = new System.Windows.Forms.Padding(2);
this.lVConfigRange.Name = "lVConfigRange";
this.lVConfigRange.OwnerDraw = true;
this.lVConfigRange.Size = new System.Drawing.Size(345, 86);
this.lVConfigRange.TabIndex = 2;
this.lVConfigRange.UseCompatibleStateImageBehavior = false;
this.lVConfigRange.View = System.Windows.Forms.View.Details;
this.lVConfigRange.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.lVConfigRange_DrawColumnHeader);
this.lVConfigRange.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.lVConfigRange_DrawItem);
this.lVConfigRange.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.lVConfigRange_DrawSubItem);
//
// clParaName
//
this.clParaName.Text = "参数项";
this.clParaName.Width = 105;
//
// clMin
//
this.clMin.Text = "最小值";
this.clMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.clMin.Width = 83;
//
// clMax
//
this.clMax.Text = "最大值";
this.clMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.clMax.Width = 83;
//
// cUint
//
this.cUint.Text = "单位";
this.cUint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.cUint.Width = 42;
//
// rtb_Info
//
this.rtb_Info.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.rtb_Info.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb_Info.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_Info.ForeColor = System.Drawing.Color.White;
this.rtb_Info.Location = new System.Drawing.Point(6, 30);
this.rtb_Info.Margin = new System.Windows.Forms.Padding(2);
this.rtb_Info.Name = "rtb_Info";
this.rtb_Info.ReadOnly = true;
this.rtb_Info.Size = new System.Drawing.Size(231, 974);
this.rtb_Info.TabIndex = 1;
this.rtb_Info.Text = "";
//
// groupBoxEX7
//
this.groupBoxEX7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tableLayoutPanel1.SetColumnSpan(this.groupBoxEX7, 2);
this.groupBoxEX7.Controls.Add(this.dgvPrintContainerData);
this.groupBoxEX7.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX7.ForeColor = System.Drawing.Color.White;
this.groupBoxEX7.Location = new System.Drawing.Point(261, 346);
this.groupBoxEX7.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX7.Name = "groupBoxEX7";
this.groupBoxEX7.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.groupBoxEX7.Size = new System.Drawing.Size(1675, 328);
this.groupBoxEX7.TabIndex = 18;
this.groupBoxEX7.TabStop = false;
this.groupBoxEX7.Text = "箱唛标签打印";
this.groupBoxEX7.Visible = false;
//
// dgvPrintContainerData
//
this.dgvPrintContainerData.AllowUserToAddRows = false;
this.dgvPrintContainerData.AllowUserToDeleteRows = false;
this.dgvPrintContainerData.AllowUserToResizeColumns = false;
this.dgvPrintContainerData.AllowUserToResizeRows = false;
this.dgvPrintContainerData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgvPrintContainerData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvPrintContainerData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPrintContainerData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
this.dgvPrintContainerData.ColumnHeadersHeight = 35;
this.dgvPrintContainerData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPrintContainerData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TestTime,
this.ContainerCode,
this.Result,
this.Remark});
this.dgvPrintContainerData.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvPrintContainerData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvPrintContainerData.EnableHeadersVisualStyles = false;
this.dgvPrintContainerData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvPrintContainerData.Location = new System.Drawing.Point(6, 30);
this.dgvPrintContainerData.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.dgvPrintContainerData.MultiSelect = false;
this.dgvPrintContainerData.Name = "dgvPrintContainerData";
this.dgvPrintContainerData.ReadOnly = true;
this.dgvPrintContainerData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvPrintContainerData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvPrintContainerData.RowHeadersWidth = 50;
this.dgvPrintContainerData.RowTemplate.Height = 23;
this.dgvPrintContainerData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPrintContainerData.Size = new System.Drawing.Size(1663, 292);
this.dgvPrintContainerData.TabIndex = 13;
this.dgvPrintContainerData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvPrintContainerData_RowPostPaint);
this.dgvPrintContainerData.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvPrintContainerData_RowPrePaint);
//
// TestTime
//
this.TestTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.TestTime.DataPropertyName = "TestTime";
this.TestTime.HeaderText = "时间";
this.TestTime.MinimumWidth = 6;
this.TestTime.Name = "TestTime";
this.TestTime.ReadOnly = true;
this.TestTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.TestTime.Width = 51;
//
// ContainerCode
//
this.ContainerCode.DataPropertyName = "ContainerCode";
this.ContainerCode.HeaderText = "箱唛码";
this.ContainerCode.MinimumWidth = 6;
this.ContainerCode.Name = "ContainerCode";
this.ContainerCode.ReadOnly = true;
this.ContainerCode.Width = 180;
//
// Result
//
this.Result.DataPropertyName = "Result";
this.Result.HeaderText = "结果";
this.Result.MinimumWidth = 6;
this.Result.Name = "Result";
this.Result.ReadOnly = true;
this.Result.Width = 80;
//
// Remark
//
this.Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.Remark.DataPropertyName = "Remark";
this.Remark.HeaderText = "备注";
this.Remark.MinimumWidth = 6;
this.Remark.Name = "Remark";
this.Remark.ReadOnly = true;
this.Remark.Width = 74;
//
// groupBoxEX8
//
this.groupBoxEX8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.groupBoxEX8.Controls.Add(this.dgvPrintPalletData);
this.groupBoxEX8.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX8.ForeColor = System.Drawing.Color.White;
this.groupBoxEX8.Location = new System.Drawing.Point(327, 537);
this.groupBoxEX8.Margin = new System.Windows.Forms.Padding(5);
this.groupBoxEX8.Name = "groupBoxEX8";
this.groupBoxEX8.Padding = new System.Windows.Forms.Padding(5);
this.groupBoxEX8.Size = new System.Drawing.Size(1538, 258);
this.groupBoxEX8.TabIndex = 19;
this.groupBoxEX8.TabStop = false;
this.groupBoxEX8.Text = "栈板标签打印";
this.groupBoxEX8.Visible = false;
//
// dgvPrintPalletData
//
this.dgvPrintPalletData.AllowUserToAddRows = false;
this.dgvPrintPalletData.AllowUserToDeleteRows = false;
this.dgvPrintPalletData.AllowUserToResizeColumns = false;
this.dgvPrintPalletData.AllowUserToResizeRows = false;
this.dgvPrintPalletData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgvPrintPalletData.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvPrintPalletData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPrintPalletData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.dgvPrintPalletData.ColumnHeadersHeight = 35;
this.dgvPrintPalletData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPrintPalletData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.PalletCode,
this.printPalletResult,
this.printpalletRemark});
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvPrintPalletData.DefaultCellStyle = dataGridViewCellStyle9;
this.dgvPrintPalletData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvPrintPalletData.EnableHeadersVisualStyles = false;
this.dgvPrintPalletData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvPrintPalletData.Location = new System.Drawing.Point(5, 23);
this.dgvPrintPalletData.Margin = new System.Windows.Forms.Padding(4);
this.dgvPrintPalletData.MultiSelect = false;
this.dgvPrintPalletData.Name = "dgvPrintPalletData";
this.dgvPrintPalletData.ReadOnly = true;
this.dgvPrintPalletData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86)))));
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80)))));
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvPrintPalletData.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.dgvPrintPalletData.RowHeadersWidth = 50;
this.dgvPrintPalletData.RowTemplate.Height = 23;
this.dgvPrintPalletData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPrintPalletData.Size = new System.Drawing.Size(1528, 230);
this.dgvPrintPalletData.TabIndex = 13;
this.dgvPrintPalletData.Visible = false;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.dataGridViewTextBoxColumn1.DataPropertyName = "TestTime";
this.dataGridViewTextBoxColumn1.HeaderText = "时间";
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn1.Width = 51;
//
// PalletCode
//
this.PalletCode.DataPropertyName = "PalletCode";
this.PalletCode.HeaderText = "栈板码";
this.PalletCode.MinimumWidth = 6;
this.PalletCode.Name = "PalletCode";
this.PalletCode.ReadOnly = true;
this.PalletCode.Width = 180;
//
// printPalletResult
//
this.printPalletResult.DataPropertyName = "Result";
this.printPalletResult.HeaderText = "结果";
this.printPalletResult.MinimumWidth = 6;
this.printPalletResult.Name = "printPalletResult";
this.printPalletResult.ReadOnly = true;
this.printPalletResult.Width = 80;
//
// printpalletRemark
//
this.printpalletRemark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.printpalletRemark.DataPropertyName = "Remark";
this.printpalletRemark.HeaderText = "备注";
this.printpalletRemark.MinimumWidth = 6;
this.printpalletRemark.Name = "printpalletRemark";
this.printpalletRemark.ReadOnly = true;
this.printpalletRemark.Width = 74;
//
// groupBoxEX3
//
this.groupBoxEX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.groupBoxEX3.Controls.Add(this.lbl_palletcode);
this.groupBoxEX3.Controls.Add(this.txt_palletcode);
this.groupBoxEX3.Controls.Add(this.label_containercode);
this.groupBoxEX3.Controls.Add(this.txt_containercode);
this.groupBoxEX3.Controls.Add(this.btn_printpallet);
this.groupBoxEX3.Controls.Add(this.btn_printContainer);
this.groupBoxEX3.Controls.Add(this.groupBoxEX6);
this.groupBoxEX3.Controls.Add(this.richTextBox1);
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);
this.groupBoxEX3.Size = new System.Drawing.Size(292, 465);
this.groupBoxEX3.TabIndex = 20;
this.groupBoxEX3.TabStop = false;
this.groupBoxEX3.Text = "补打标签";
this.groupBoxEX3.Visible = false;
//
// lbl_palletcode
//
this.lbl_palletcode.AutoSize = true;
this.lbl_palletcode.Location = new System.Drawing.Point(21, 228);
this.lbl_palletcode.Name = "lbl_palletcode";
this.lbl_palletcode.Size = new System.Drawing.Size(52, 15);
this.lbl_palletcode.TabIndex = 19;
this.lbl_palletcode.Text = "栈板码";
//
// txt_palletcode
//
this.txt_palletcode.Location = new System.Drawing.Point(25, 269);
this.txt_palletcode.Name = "txt_palletcode";
this.txt_palletcode.Size = new System.Drawing.Size(245, 25);
this.txt_palletcode.TabIndex = 18;
//
// label_containercode
//
this.label_containercode.AutoSize = true;
this.label_containercode.Location = new System.Drawing.Point(21, 69);
this.label_containercode.Name = "label_containercode";
this.label_containercode.Size = new System.Drawing.Size(52, 15);
this.label_containercode.TabIndex = 17;
this.label_containercode.Text = "箱唛码";
//
// txt_containercode
//
this.txt_containercode.Location = new System.Drawing.Point(25, 96);
this.txt_containercode.Name = "txt_containercode";
this.txt_containercode.Size = new System.Drawing.Size(245, 25);
this.txt_containercode.TabIndex = 16;
//
// btn_printpallet
//
this.btn_printpallet.ForeColor = System.Drawing.Color.Black;
this.btn_printpallet.Location = new System.Drawing.Point(133, 317);
this.btn_printpallet.Name = "btn_printpallet";
this.btn_printpallet.Size = new System.Drawing.Size(137, 31);
this.btn_printpallet.TabIndex = 15;
this.btn_printpallet.Text = "打印栈板标签";
this.btn_printpallet.UseVisualStyleBackColor = true;
this.btn_printpallet.Visible = false;
//
// btn_printContainer
//
this.btn_printContainer.ForeColor = System.Drawing.Color.Black;
this.btn_printContainer.Location = new System.Drawing.Point(133, 145);
this.btn_printContainer.Name = "btn_printContainer";
this.btn_printContainer.Size = new System.Drawing.Size(137, 31);
this.btn_printContainer.TabIndex = 14;
this.btn_printContainer.Text = "打印箱唛标签";
this.btn_printContainer.UseVisualStyleBackColor = true;
this.btn_printContainer.Visible = false;
//
// groupBoxEX6
//
this.groupBoxEX6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.groupBoxEX6.Controls.Add(this.listView1);
this.groupBoxEX6.ForeColor = System.Drawing.Color.White;
this.groupBoxEX6.Location = new System.Drawing.Point(9, 557);
this.groupBoxEX6.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxEX6.Name = "groupBoxEX6";
this.groupBoxEX6.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxEX6.Size = new System.Drawing.Size(279, 91);
this.groupBoxEX6.TabIndex = 13;
this.groupBoxEX6.TabStop = false;
this.groupBoxEX6.Text = "参数";
this.groupBoxEX6.Visible = false;
//
// listView1
//
this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.Font = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listView1.ForeColor = System.Drawing.Color.White;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(2, 20);
this.listView1.Margin = new System.Windows.Forms.Padding(2);
this.listView1.Name = "listView1";
this.listView1.OwnerDraw = true;
this.listView1.Size = new System.Drawing.Size(275, 69);
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "参数项";
this.columnHeader1.Width = 105;
//
// columnHeader2
//
this.columnHeader2.Text = "最小值";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 83;
//
// columnHeader3
//
this.columnHeader3.Text = "最大值";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 83;
//
// columnHeader4
//
this.columnHeader4.Text = "单位";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 42;
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.ForeColor = System.Drawing.Color.White;
this.richTextBox1.Location = new System.Drawing.Point(2, 20);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(288, 443);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// FrmDataMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1942, 1022);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.Name = "FrmDataMonitor";
this.Text = "数据监控";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FrmDataMonitor_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBoxEX5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvBlankingData)).EndInit();
this.groupBoxEX4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvFeedingData)).EndInit();
this.groupBoxEX1.ResumeLayout(false);
this.groupBoxEX2.ResumeLayout(false);
this.groupBoxEX7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPrintContainerData)).EndInit();
this.groupBoxEX8.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvPrintPalletData)).EndInit();
this.groupBoxEX3.ResumeLayout(false);
this.groupBoxEX3.PerformLayout();
this.groupBoxEX6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.ColumnHeader clMin;
private System.Windows.Forms.ColumnHeader clMax;
private System.Windows.Forms.ColumnHeader cUint;
private System.Windows.Forms.ListView lVConfigRange;
private System.Windows.Forms.ColumnHeader clParaName;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.RichTextBox rtb_Info;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX1;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX2;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX4;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX5;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX7;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX8;
public System.Windows.Forms.DataGridView dgvPrintContainerData;
public System.Windows.Forms.DataGridView dgvPrintPalletData;
public System.Windows.Forms.DataGridView dgvFeedingData;
public System.Windows.Forms.DataGridView dgvBlankingData;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn OutChannelNo;
private System.Windows.Forms.DataGridViewTextBoxColumn OutTestTime;
private System.Windows.Forms.DataGridViewTextBoxColumn OutPalletCode;
private System.Windows.Forms.DataGridViewTextBoxColumn OutResult;
private System.Windows.Forms.DataGridViewTextBoxColumn OutWeight;
private System.Windows.Forms.DataGridViewTextBoxColumn OutRemark;
private System.Windows.Forms.DataGridViewTextBoxColumn InTestTime;
private System.Windows.Forms.DataGridViewTextBoxColumn InContainerCode;
private System.Windows.Forms.DataGridViewTextBoxColumn InPalletCode;
private System.Windows.Forms.DataGridViewTextBoxColumn InResult;
private System.Windows.Forms.DataGridViewTextBoxColumn InRemark;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn PalletCode;
private System.Windows.Forms.DataGridViewTextBoxColumn printPalletResult;
private System.Windows.Forms.DataGridViewTextBoxColumn printpalletRemark;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX3;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX6;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Label label_containercode;
private System.Windows.Forms.TextBox txt_containercode;
private System.Windows.Forms.Button btn_printpallet;
private System.Windows.Forms.Button btn_printContainer;
private System.Windows.Forms.Label lbl_palletcode;
private System.Windows.Forms.TextBox txt_palletcode;
private System.Windows.Forms.DataGridViewTextBoxColumn TestTime;
private System.Windows.Forms.DataGridViewTextBoxColumn ContainerCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Result;
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
}
}