using System.Windows.Forms;
namespace LargeSquareOne
{
partial class FrmBatteryStatus
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelSample = new System.Windows.Forms.Panel();
this.lbl_Init = new System.Windows.Forms.Label();
this.lbl_Replace = new System.Windows.Forms.Label();
this.lbl_PackNG = new System.Windows.Forms.Label();
this.lbl_statusNomal = new System.Windows.Forms.Label();
this.BatteryControl_Normal = new JinYuan.ControlLib.BatteryControl(JinYuan.ControlLib.BatteryStatus.Normal);
this.BatteryControl_PackNG = new JinYuan.ControlLib.BatteryControl(JinYuan.ControlLib.BatteryStatus.PackNG);
this.BatteryControl_Replacing = new JinYuan.ControlLib.BatteryControl(JinYuan.ControlLib.BatteryStatus.Replacing);
this.BatteryControl_init = new JinYuan.ControlLib.BatteryControl(JinYuan.ControlLib.BatteryStatus.Init);
this.panelExt1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.btn_repacking = new System.Windows.Forms.Button();
this.btn_clear = new System.Windows.Forms.Button();
this.btn_ForceOut = new System.Windows.Forms.Button();
this.btn_SubBarcode = new System.Windows.Forms.Button();
this.txtBox_SubBarcode = new System.Windows.Forms.TextBox();
this.lbl_SubBarcode = new System.Windows.Forms.Label();
this.txtBox_Carton = new System.Windows.Forms.TextBox();
this.lbl_Carton = new System.Windows.Forms.Label();
this.txtBox_Row = new System.Windows.Forms.TextBox();
this.lbl_row = new System.Windows.Forms.Label();
this.btn_Search = new System.Windows.Forms.Button();
this.txtBox_Barcode = new System.Windows.Forms.TextBox();
this.lbl_barcode = new System.Windows.Forms.Label();
this.tabBattery = new HML.TabControlPlus();
this.tabPagePlus1 = new HML.TabPagePlus();
this.panelExt_Grade1 = new JinYuan.ControlLib.PanelExt();
this.tabPagePlus2 = new HML.TabPagePlus();
this.panelExt_Grade2 = new JinYuan.ControlLib.PanelExt();
this.tabPagePlus3 = new HML.TabPagePlus();
this.panelExt_Grade3 = new JinYuan.ControlLib.PanelExt();
this.groupBoxEX9 = new JinYuan.ControlLib.GroupBoxEX();
this.dgv_ngRsn = new System.Windows.Forms.DataGridView();
this.identification = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.location = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.containerCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.packResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.packFalseReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.packTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBoxEX8 = new JinYuan.ControlLib.GroupBoxEX();
this.dgvReplaceBattery = new System.Windows.Forms.DataGridView();
this.NewBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OldBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VassoioID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GongWei = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tableLayoutPanel1.SuspendLayout();
this.panelSample.SuspendLayout();
this.panelExt1.SuspendLayout();
this.tabBattery.SuspendLayout();
this.tabPagePlus1.SuspendLayout();
this.tabPagePlus2.SuspendLayout();
this.tabPagePlus3.SuspendLayout();
this.groupBoxEX9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_ngRsn)).BeginInit();
this.groupBoxEX8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvReplaceBattery)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tableLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 405F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panelSample, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panelExt1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.tabBattery, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX9, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBoxEX8, 1, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1406, 653);
this.tableLayoutPanel1.TabIndex = 0;
//
// panelSample
//
this.panelSample.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelSample.Controls.Add(this.lbl_Init);
this.panelSample.Controls.Add(this.lbl_Replace);
this.panelSample.Controls.Add(this.lbl_PackNG);
this.panelSample.Controls.Add(this.lbl_statusNomal);
this.panelSample.Controls.Add(this.BatteryControl_Normal);
this.panelSample.Controls.Add(this.BatteryControl_PackNG);
this.panelSample.Controls.Add(this.BatteryControl_Replacing);
this.panelSample.Controls.Add(this.BatteryControl_init);
this.panelSample.Location = new System.Drawing.Point(8, 8);
this.panelSample.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
this.panelSample.Name = "panelSample";
this.panelSample.Size = new System.Drawing.Size(389, 44);
this.panelSample.TabIndex = 0;
//
// lbl_Init
//
this.lbl_Init.AutoSize = true;
this.lbl_Init.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.lbl_Init.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_Init.ForeColor = System.Drawing.Color.White;
this.lbl_Init.Location = new System.Drawing.Point(38, 17);
this.lbl_Init.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_Init.Name = "lbl_Init";
this.lbl_Init.Size = new System.Drawing.Size(44, 17);
this.lbl_Init.TabIndex = 7;
this.lbl_Init.Text = "未绑定";
//
// lbl_Replace
//
this.lbl_Replace.AutoSize = true;
this.lbl_Replace.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.lbl_Replace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_Replace.ForeColor = System.Drawing.Color.White;
this.lbl_Replace.Location = new System.Drawing.Point(316, 17);
this.lbl_Replace.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_Replace.Name = "lbl_Replace";
this.lbl_Replace.Size = new System.Drawing.Size(44, 17);
this.lbl_Replace.TabIndex = 6;
this.lbl_Replace.Text = "替换中";
//
// lbl_PackNG
//
this.lbl_PackNG.AutoSize = true;
this.lbl_PackNG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.lbl_PackNG.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_PackNG.ForeColor = System.Drawing.Color.White;
this.lbl_PackNG.Location = new System.Drawing.Point(125, 17);
this.lbl_PackNG.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_PackNG.Name = "lbl_PackNG";
this.lbl_PackNG.Size = new System.Drawing.Size(51, 17);
this.lbl_PackNG.TabIndex = 5;
this.lbl_PackNG.Text = "绑定NG";
//
// lbl_statusNomal
//
this.lbl_statusNomal.AutoSize = true;
this.lbl_statusNomal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.lbl_statusNomal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_statusNomal.ForeColor = System.Drawing.Color.White;
this.lbl_statusNomal.Location = new System.Drawing.Point(220, 17);
this.lbl_statusNomal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_statusNomal.Name = "lbl_statusNomal";
this.lbl_statusNomal.Size = new System.Drawing.Size(50, 17);
this.lbl_statusNomal.TabIndex = 4;
this.lbl_statusNomal.Text = "绑定OK";
//
// BatteryControl_Normal
//
this.BatteryControl_Normal.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BatteryControl_Normal.AutoSize = true;
this.BatteryControl_Normal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BatteryControl_Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.BatteryControl_Normal.Barcode = null;
this.BatteryControl_Normal.BlinkColor = System.Drawing.Color.Lime;
this.BatteryControl_Normal.BlinkInterval = 1000;
this.BatteryControl_Normal.BlinkOn = false;
this.BatteryControl_Normal.Col = 0;
this.BatteryControl_Normal.Container = "";
this.BatteryControl_Normal.Cursor = System.Windows.Forms.Cursors.Arrow;
this.BatteryControl_Normal.ForeColor = System.Drawing.Color.LimeGreen;
this.BatteryControl_Normal.Grade = "";
this.BatteryControl_Normal.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
this.BatteryControl_Normal.Layer = 0;
this.BatteryControl_Normal.Location = new System.Drawing.Point(189, 7);
this.BatteryControl_Normal.Margin = new System.Windows.Forms.Padding(2);
this.BatteryControl_Normal.MaximumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_Normal.MinimumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_Normal.Name = "BatteryControl_Normal";
this.BatteryControl_Normal.OffColor = System.Drawing.Color.Gray;
this.BatteryControl_Normal.OnColor = System.Drawing.Color.Lime;
this.BatteryControl_Normal.Row = 0;
this.BatteryControl_Normal.Size = new System.Drawing.Size(26, 28);
this.BatteryControl_Normal.Status = JinYuan.ControlLib.BatteryStatus.Normal;
this.BatteryControl_Normal.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
this.BatteryControl_Normal.TabIndex = 8;
this.BatteryControl_Normal.Value = true;
//
// BatteryControl_PackNG
//
this.BatteryControl_PackNG.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BatteryControl_PackNG.AutoScroll = true;
this.BatteryControl_PackNG.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BatteryControl_PackNG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.BatteryControl_PackNG.Barcode = null;
this.BatteryControl_PackNG.BlinkColor = System.Drawing.Color.Lime;
this.BatteryControl_PackNG.BlinkInterval = 1000;
this.BatteryControl_PackNG.BlinkOn = false;
this.BatteryControl_PackNG.Col = 0;
this.BatteryControl_PackNG.Container = "";
this.BatteryControl_PackNG.Cursor = System.Windows.Forms.Cursors.Arrow;
this.BatteryControl_PackNG.ForeColor = System.Drawing.Color.Red;
this.BatteryControl_PackNG.Grade = "";
this.BatteryControl_PackNG.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
this.BatteryControl_PackNG.Layer = 0;
this.BatteryControl_PackNG.Location = new System.Drawing.Point(94, 7);
this.BatteryControl_PackNG.Margin = new System.Windows.Forms.Padding(2);
this.BatteryControl_PackNG.MaximumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_PackNG.MinimumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_PackNG.Name = "BatteryControl_PackNG";
this.BatteryControl_PackNG.OffColor = System.Drawing.Color.Gray;
this.BatteryControl_PackNG.OnColor = System.Drawing.Color.Red;
this.BatteryControl_PackNG.Row = 0;
this.BatteryControl_PackNG.Size = new System.Drawing.Size(26, 28);
this.BatteryControl_PackNG.Status = JinYuan.ControlLib.BatteryStatus.PackNG;
this.BatteryControl_PackNG.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
this.BatteryControl_PackNG.TabIndex = 9;
this.BatteryControl_PackNG.Value = true;
//
// BatteryControl_Replacing
//
this.BatteryControl_Replacing.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BatteryControl_Replacing.AutoSize = true;
this.BatteryControl_Replacing.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BatteryControl_Replacing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.BatteryControl_Replacing.Barcode = null;
this.BatteryControl_Replacing.BlinkColor = System.Drawing.Color.Lime;
this.BatteryControl_Replacing.BlinkInterval = 1000;
this.BatteryControl_Replacing.BlinkOn = false;
this.BatteryControl_Replacing.Col = 0;
this.BatteryControl_Replacing.Container = "";
this.BatteryControl_Replacing.Cursor = System.Windows.Forms.Cursors.Arrow;
this.BatteryControl_Replacing.ForeColor = System.Drawing.Color.SkyBlue;
this.BatteryControl_Replacing.Grade = "";
this.BatteryControl_Replacing.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
this.BatteryControl_Replacing.Layer = 0;
this.BatteryControl_Replacing.Location = new System.Drawing.Point(285, 7);
this.BatteryControl_Replacing.Margin = new System.Windows.Forms.Padding(2);
this.BatteryControl_Replacing.MaximumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_Replacing.MinimumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_Replacing.Name = "BatteryControl_Replacing";
this.BatteryControl_Replacing.OffColor = System.Drawing.Color.Gray;
this.BatteryControl_Replacing.OnColor = System.Drawing.Color.Cyan;
this.BatteryControl_Replacing.Row = 0;
this.BatteryControl_Replacing.Size = new System.Drawing.Size(26, 28);
this.BatteryControl_Replacing.Status = JinYuan.ControlLib.BatteryStatus.Replacing;
this.BatteryControl_Replacing.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
this.BatteryControl_Replacing.TabIndex = 10;
this.BatteryControl_Replacing.Value = true;
//
// BatteryControl_init
//
this.BatteryControl_init.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BatteryControl_init.AutoScroll = true;
this.BatteryControl_init.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BatteryControl_init.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.BatteryControl_init.Barcode = null;
this.BatteryControl_init.BlinkColor = System.Drawing.Color.Lime;
this.BatteryControl_init.BlinkInterval = 1000;
this.BatteryControl_init.BlinkOn = false;
this.BatteryControl_init.Col = 0;
this.BatteryControl_init.Container = "";
this.BatteryControl_init.Cursor = System.Windows.Forms.Cursors.Arrow;
this.BatteryControl_init.Grade = "";
this.BatteryControl_init.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
this.BatteryControl_init.Layer = 0;
this.BatteryControl_init.Location = new System.Drawing.Point(7, 7);
this.BatteryControl_init.Margin = new System.Windows.Forms.Padding(2);
this.BatteryControl_init.MaximumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_init.MinimumSize = new System.Drawing.Size(26, 28);
this.BatteryControl_init.Name = "BatteryControl_init";
this.BatteryControl_init.OffColor = System.Drawing.Color.Gray;
this.BatteryControl_init.OnColor = System.Drawing.Color.Lime;
this.BatteryControl_init.Row = 0;
this.BatteryControl_init.Size = new System.Drawing.Size(26, 28);
this.BatteryControl_init.Status = JinYuan.ControlLib.BatteryStatus.Init;
this.BatteryControl_init.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
this.BatteryControl_init.TabIndex = 11;
this.BatteryControl_init.Value = false;
//
// panelExt1
//
this.panelExt1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt1.Controls.Add(this.button1);
this.panelExt1.Controls.Add(this.btn_repacking);
this.panelExt1.Controls.Add(this.btn_clear);
this.panelExt1.Controls.Add(this.btn_ForceOut);
this.panelExt1.Controls.Add(this.btn_SubBarcode);
this.panelExt1.Controls.Add(this.txtBox_SubBarcode);
this.panelExt1.Controls.Add(this.lbl_SubBarcode);
this.panelExt1.Controls.Add(this.txtBox_Carton);
this.panelExt1.Controls.Add(this.lbl_Carton);
this.panelExt1.Controls.Add(this.txtBox_Row);
this.panelExt1.Controls.Add(this.lbl_row);
this.panelExt1.Controls.Add(this.btn_Search);
this.panelExt1.Controls.Add(this.txtBox_Barcode);
this.panelExt1.Controls.Add(this.lbl_barcode);
this.panelExt1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt1.Location = new System.Drawing.Point(407, 2);
this.panelExt1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panelExt1.Name = "panelExt1";
this.panelExt1.Size = new System.Drawing.Size(995, 56);
this.panelExt1.TabIndex = 1;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.Enabled = false;
this.button1.Visible = false;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(844, 18);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(51, 26);
this.button1.TabIndex = 13;
this.button1.Text = "测试";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btn_repacking
//
this.btn_repacking.BackColor = System.Drawing.Color.Transparent;
this.btn_repacking.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_repacking.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_repacking.ForeColor = System.Drawing.Color.White;
this.btn_repacking.Location = new System.Drawing.Point(1208, 26);
this.btn_repacking.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_repacking.Name = "btn_repacking";
this.btn_repacking.Size = new System.Drawing.Size(118, 26);
this.btn_repacking.TabIndex = 12;
this.btn_repacking.Text = "重新请求绑定托盘";
this.btn_repacking.UseVisualStyleBackColor = false;
this.btn_repacking.Visible = false;
//
// btn_clear
//
this.btn_clear.BackColor = System.Drawing.Color.Transparent;
this.btn_clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_clear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_clear.ForeColor = System.Drawing.Color.White;
this.btn_clear.Location = new System.Drawing.Point(759, 22);
this.btn_clear.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_clear.Name = "btn_clear";
this.btn_clear.Size = new System.Drawing.Size(68, 26);
this.btn_clear.TabIndex = 11;
this.btn_clear.Text = "全部清除";
this.btn_clear.UseVisualStyleBackColor = false;
this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
//
// btn_ForceOut
//
this.btn_ForceOut.BackColor = System.Drawing.Color.Transparent;
this.btn_ForceOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_ForceOut.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_ForceOut.ForeColor = System.Drawing.Color.Red;
this.btn_ForceOut.Location = new System.Drawing.Point(899, 14);
this.btn_ForceOut.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_ForceOut.Name = "btn_ForceOut";
this.btn_ForceOut.Size = new System.Drawing.Size(94, 36);
this.btn_ForceOut.TabIndex = 10;
this.btn_ForceOut.Text = "强制放行";
this.btn_ForceOut.UseVisualStyleBackColor = false;
this.btn_ForceOut.Visible = false;
//
// btn_SubBarcode
//
this.btn_SubBarcode.BackColor = System.Drawing.Color.Transparent;
this.btn_SubBarcode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_SubBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_SubBarcode.ForeColor = System.Drawing.Color.White;
this.btn_SubBarcode.Location = new System.Drawing.Point(660, 22);
this.btn_SubBarcode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_SubBarcode.Name = "btn_SubBarcode";
this.btn_SubBarcode.Size = new System.Drawing.Size(95, 26);
this.btn_SubBarcode.TabIndex = 9;
this.btn_SubBarcode.Text = "确认电芯替换";
this.btn_SubBarcode.UseVisualStyleBackColor = false;
this.btn_SubBarcode.Click += new System.EventHandler(this.btn_SubBarcode_Click);
//
// txtBox_SubBarcode
//
this.txtBox_SubBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBox_SubBarcode.ForeColor = System.Drawing.Color.Black;
this.txtBox_SubBarcode.Location = new System.Drawing.Point(502, 27);
this.txtBox_SubBarcode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtBox_SubBarcode.Name = "txtBox_SubBarcode";
this.txtBox_SubBarcode.Size = new System.Drawing.Size(148, 23);
this.txtBox_SubBarcode.TabIndex = 8;
//
// lbl_SubBarcode
//
this.lbl_SubBarcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_SubBarcode.ForeColor = System.Drawing.Color.White;
this.lbl_SubBarcode.Location = new System.Drawing.Point(499, 7);
this.lbl_SubBarcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_SubBarcode.Name = "lbl_SubBarcode";
this.lbl_SubBarcode.Size = new System.Drawing.Size(137, 22);
this.lbl_SubBarcode.TabIndex = 7;
this.lbl_SubBarcode.Text = "新电芯条码(替换后)";
//
// txtBox_Carton
//
this.txtBox_Carton.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBox_Carton.ForeColor = System.Drawing.Color.Black;
this.txtBox_Carton.Location = new System.Drawing.Point(344, 27);
this.txtBox_Carton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtBox_Carton.Name = "txtBox_Carton";
this.txtBox_Carton.Size = new System.Drawing.Size(138, 23);
this.txtBox_Carton.TabIndex = 6;
//
// lbl_Carton
//
this.lbl_Carton.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_Carton.ForeColor = System.Drawing.Color.White;
this.lbl_Carton.Location = new System.Drawing.Point(341, 7);
this.lbl_Carton.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_Carton.Name = "lbl_Carton";
this.lbl_Carton.Size = new System.Drawing.Size(54, 19);
this.lbl_Carton.TabIndex = 5;
this.lbl_Carton.Text = "箱唛码";
//
// txtBox_Row
//
this.txtBox_Row.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBox_Row.ForeColor = System.Drawing.Color.Black;
this.txtBox_Row.Location = new System.Drawing.Point(15, 27);
this.txtBox_Row.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtBox_Row.Name = "txtBox_Row";
this.txtBox_Row.Size = new System.Drawing.Size(74, 23);
this.txtBox_Row.TabIndex = 4;
//
// lbl_row
//
this.lbl_row.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_row.ForeColor = System.Drawing.Color.White;
this.lbl_row.Location = new System.Drawing.Point(12, 7);
this.lbl_row.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_row.Name = "lbl_row";
this.lbl_row.Size = new System.Drawing.Size(64, 18);
this.lbl_row.TabIndex = 3;
this.lbl_row.Text = "电芯位置";
//
// btn_Search
//
this.btn_Search.BackColor = System.Drawing.Color.Transparent;
this.btn_Search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Search.ForeColor = System.Drawing.Color.White;
this.btn_Search.Location = new System.Drawing.Point(261, 22);
this.btn_Search.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_Search.Name = "btn_Search";
this.btn_Search.Size = new System.Drawing.Size(68, 26);
this.btn_Search.TabIndex = 2;
this.btn_Search.Text = "查询";
this.btn_Search.UseVisualStyleBackColor = false;
this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
//
// txtBox_Barcode
//
this.txtBox_Barcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBox_Barcode.ForeColor = System.Drawing.Color.Black;
this.txtBox_Barcode.Location = new System.Drawing.Point(101, 27);
this.txtBox_Barcode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtBox_Barcode.Name = "txtBox_Barcode";
this.txtBox_Barcode.Size = new System.Drawing.Size(148, 23);
this.txtBox_Barcode.TabIndex = 1;
//
// lbl_barcode
//
this.lbl_barcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_barcode.ForeColor = System.Drawing.Color.White;
this.lbl_barcode.Location = new System.Drawing.Point(98, 7);
this.lbl_barcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lbl_barcode.Name = "lbl_barcode";
this.lbl_barcode.Size = new System.Drawing.Size(94, 18);
this.lbl_barcode.TabIndex = 0;
this.lbl_barcode.Text = "电芯条码(待替换)";
//
// tabBattery
//
this.tabBattery.ContentBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.tabBattery.Controls.Add(this.tabPagePlus1);
this.tabBattery.Controls.Add(this.tabPagePlus2);
this.tabBattery.Controls.Add(this.tabPagePlus3);
this.tabBattery.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabBattery.Location = new System.Drawing.Point(3, 63);
this.tabBattery.Name = "tabBattery";
this.tabBattery.Picker.ItemFont = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tableLayoutPanel1.SetRowSpan(this.tabBattery, 2);
this.tabBattery.Size = new System.Drawing.Size(399, 585);
this.tabBattery.TabBarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabBattery.TabIndex = 1;
this.tabBattery.TabItemAutoWidth = true;
this.tabBattery.TabItemBackEnterColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabBattery.TabItemBackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabBattery.TabItemBackSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.tabBattery.TabItemFont = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabBattery.TabItemIcoSize = new System.Drawing.Size(32, 32);
this.tabBattery.TabItemSize = new System.Drawing.Size(150, 30);
//
// tabPagePlus1
//
this.tabPagePlus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus1.Controls.Add(this.panelExt_Grade1);
this.tabPagePlus1.Location = new System.Drawing.Point(1, 31);
this.tabPagePlus1.Name = "tabPagePlus1";
this.tabPagePlus1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPagePlus1.Size = new System.Drawing.Size(397, 553);
this.tabPagePlus1.TabIndex = 0;
this.tabPagePlus1.Text = "Grade1";
//
// panelExt_Grade1
//
this.panelExt_Grade1.AutoScroll = true;
this.panelExt_Grade1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade1.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade1.BordeWidth = 0;
this.panelExt_Grade1.BottomGap = 0;
this.panelExt_Grade1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt_Grade1.LeftGap = 0;
this.panelExt_Grade1.Location = new System.Drawing.Point(3, 3);
this.panelExt_Grade1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panelExt_Grade1.Name = "panelExt_Grade1";
this.panelExt_Grade1.RightGap = 0;
this.panelExt_Grade1.Size = new System.Drawing.Size(391, 547);
this.panelExt_Grade1.TabIndex = 0;
this.panelExt_Grade1.TopGap = 0;
//
// tabPagePlus2
//
this.tabPagePlus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus2.Controls.Add(this.panelExt_Grade2);
this.tabPagePlus2.Location = new System.Drawing.Point(1, 31);
this.tabPagePlus2.Name = "tabPagePlus2";
this.tabPagePlus2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPagePlus2.Size = new System.Drawing.Size(397, 553);
this.tabPagePlus2.TabIndex = 0;
this.tabPagePlus2.Text = "Grade2";
//
// panelExt_Grade2
//
this.panelExt_Grade2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade2.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade2.BordeWidth = 2;
this.panelExt_Grade2.BottomGap = 0;
this.panelExt_Grade2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt_Grade2.LeftGap = 0;
this.panelExt_Grade2.Location = new System.Drawing.Point(3, 3);
this.panelExt_Grade2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panelExt_Grade2.Name = "panelExt_Grade2";
this.panelExt_Grade2.RightGap = 0;
this.panelExt_Grade2.Size = new System.Drawing.Size(391, 547);
this.panelExt_Grade2.TabIndex = 0;
this.panelExt_Grade2.TopGap = 0;
//
// tabPagePlus3
//
this.tabPagePlus3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.tabPagePlus3.Controls.Add(this.panelExt_Grade3);
this.tabPagePlus3.Location = new System.Drawing.Point(1, 31);
this.tabPagePlus3.Name = "tabPagePlus3";
this.tabPagePlus3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPagePlus3.Size = new System.Drawing.Size(397, 553);
this.tabPagePlus3.TabIndex = 0;
this.tabPagePlus3.Text = "Grade3";
//
// panelExt_Grade3
//
this.panelExt_Grade3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade3.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.panelExt_Grade3.BordeWidth = 2;
this.panelExt_Grade3.BottomGap = 0;
this.panelExt_Grade3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelExt_Grade3.LeftGap = 0;
this.panelExt_Grade3.Location = new System.Drawing.Point(3, 3);
this.panelExt_Grade3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panelExt_Grade3.Name = "panelExt_Grade3";
this.panelExt_Grade3.RightGap = 0;
this.panelExt_Grade3.Size = new System.Drawing.Size(391, 547);
this.panelExt_Grade3.TabIndex = 0;
this.panelExt_Grade3.TopGap = 0;
//
// groupBoxEX9
//
this.groupBoxEX9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
this.groupBoxEX9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.groupBoxEX9.Controls.Add(this.dgv_ngRsn);
this.groupBoxEX9.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX9.ForeColor = System.Drawing.Color.White;
this.groupBoxEX9.Location = new System.Drawing.Point(413, 68);
this.groupBoxEX9.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
this.groupBoxEX9.Name = "groupBoxEX9";
this.groupBoxEX9.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBoxEX9.Size = new System.Drawing.Size(983, 338);
this.groupBoxEX9.TabIndex = 2;
this.groupBoxEX9.TabStop = false;
this.groupBoxEX9.Text = "电池与托盘绑定NG原因";
//
// dgv_ngRsn
//
this.dgv_ngRsn.AllowUserToAddRows = false;
this.dgv_ngRsn.AllowUserToDeleteRows = false;
this.dgv_ngRsn.AllowUserToResizeColumns = false;
this.dgv_ngRsn.AllowUserToResizeRows = false;
this.dgv_ngRsn.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgv_ngRsn.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgv_ngRsn.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("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
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.dgv_ngRsn.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_ngRsn.ColumnHeadersHeight = 35;
this.dgv_ngRsn.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_ngRsn.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.identification,
this.location,
this.grade,
this.containerCode,
this.packResult,
this.packFalseReason,
this.packTime});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_ngRsn.DefaultCellStyle = dataGridViewCellStyle2;
this.dgv_ngRsn.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_ngRsn.EnableHeadersVisualStyles = false;
this.dgv_ngRsn.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(53)))), ((int)(((byte)(96)))));
this.dgv_ngRsn.Location = new System.Drawing.Point(2, 16);
this.dgv_ngRsn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgv_ngRsn.Name = "dgv_ngRsn";
this.dgv_ngRsn.ReadOnly = true;
this.dgv_ngRsn.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(41)))), ((int)(((byte)(96)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(41)))), ((int)(((byte)(96)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv_ngRsn.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgv_ngRsn.RowHeadersWidth = 51;
this.dgv_ngRsn.RowTemplate.Height = 27;
this.dgv_ngRsn.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_ngRsn.Size = new System.Drawing.Size(979, 320);
this.dgv_ngRsn.TabIndex = 3;
this.dgv_ngRsn.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_ngRsn_RowPostPaint);
//
// identification
//
this.identification.DataPropertyName = "identification";
this.identification.HeaderText = "电芯条码";
this.identification.MinimumWidth = 6;
this.identification.Name = "identification";
this.identification.ReadOnly = true;
this.identification.Width = 125;
//
// location
//
this.location.DataPropertyName = "location";
this.location.HeaderText = "电芯位置";
this.location.MinimumWidth = 6;
this.location.Name = "location";
this.location.ReadOnly = true;
this.location.Width = 125;
//
// grade
//
this.grade.DataPropertyName = "grade";
this.grade.HeaderText = "电芯档位";
this.grade.MinimumWidth = 6;
this.grade.Name = "grade";
this.grade.ReadOnly = true;
this.grade.Width = 125;
//
// containerCode
//
this.containerCode.DataPropertyName = "containerCode";
this.containerCode.HeaderText = "箱唛码";
this.containerCode.MinimumWidth = 6;
this.containerCode.Name = "containerCode";
this.containerCode.ReadOnly = true;
this.containerCode.Width = 125;
//
// packResult
//
this.packResult.DataPropertyName = "packResult";
this.packResult.HeaderText = "是否绑定卡板";
this.packResult.MinimumWidth = 6;
this.packResult.Name = "packResult";
this.packResult.ReadOnly = true;
this.packResult.Width = 125;
//
// packFalseReason
//
this.packFalseReason.DataPropertyName = "packFalseReason";
this.packFalseReason.HeaderText = "绑定失败原因";
this.packFalseReason.MinimumWidth = 6;
this.packFalseReason.Name = "packFalseReason";
this.packFalseReason.ReadOnly = true;
this.packFalseReason.Width = 125;
//
// packTime
//
this.packTime.DataPropertyName = "packTime";
this.packTime.HeaderText = "绑定时间";
this.packTime.MinimumWidth = 6;
this.packTime.Name = "packTime";
this.packTime.ReadOnly = true;
this.packTime.Width = 125;
//
// 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.dgvReplaceBattery);
this.groupBoxEX8.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEX8.ForeColor = System.Drawing.Color.White;
this.groupBoxEX8.Location = new System.Drawing.Point(413, 422);
this.groupBoxEX8.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
this.groupBoxEX8.Name = "groupBoxEX8";
this.groupBoxEX8.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBoxEX8.Size = new System.Drawing.Size(983, 221);
this.groupBoxEX8.TabIndex = 17;
this.groupBoxEX8.TabStop = false;
this.groupBoxEX8.Text = "电池替换";
//
// dgvReplaceBattery
//
this.dgvReplaceBattery.AllowUserToAddRows = false;
this.dgvReplaceBattery.AllowUserToDeleteRows = false;
this.dgvReplaceBattery.AllowUserToResizeColumns = false;
this.dgvReplaceBattery.AllowUserToResizeRows = false;
this.dgvReplaceBattery.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.dgvReplaceBattery.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgvReplaceBattery.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("微软雅黑", 9F);
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.dgvReplaceBattery.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvReplaceBattery.ColumnHeadersHeight = 35;
this.dgvReplaceBattery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvReplaceBattery.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.NewBarCode,
this.OldBarCode,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.VassoioID,
this.GongWei,
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn15});
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("微软雅黑", 9F);
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.dgvReplaceBattery.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvReplaceBattery.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvReplaceBattery.EnableHeadersVisualStyles = false;
this.dgvReplaceBattery.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
this.dgvReplaceBattery.Location = new System.Drawing.Point(2, 16);
this.dgvReplaceBattery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgvReplaceBattery.MultiSelect = false;
this.dgvReplaceBattery.Name = "dgvReplaceBattery";
this.dgvReplaceBattery.ReadOnly = true;
this.dgvReplaceBattery.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("微软雅黑", 9F);
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.dgvReplaceBattery.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvReplaceBattery.RowHeadersWidth = 50;
this.dgvReplaceBattery.RowTemplate.Height = 23;
this.dgvReplaceBattery.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvReplaceBattery.Size = new System.Drawing.Size(979, 203);
this.dgvReplaceBattery.TabIndex = 13;
this.dgvReplaceBattery.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvReplaceBattery_RowPostPaint);
this.dgvReplaceBattery.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgv_ngRsn_RowPrePaint);
//
// NewBarCode
//
this.NewBarCode.DataPropertyName = "NewBarCode";
this.NewBarCode.HeaderText = "替换后电池条码";
this.NewBarCode.MinimumWidth = 6;
this.NewBarCode.Name = "NewBarCode";
this.NewBarCode.ReadOnly = true;
this.NewBarCode.Width = 180;
//
// OldBarCode
//
this.OldBarCode.DataPropertyName = "OldBarCode";
this.OldBarCode.HeaderText = "替换前电池条码";
this.OldBarCode.MinimumWidth = 6;
this.OldBarCode.Name = "OldBarCode";
this.OldBarCode.ReadOnly = true;
this.OldBarCode.Width = 180;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Location";
this.dataGridViewTextBoxColumn1.HeaderText = "电池位置";
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 125;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Grade";
this.dataGridViewTextBoxColumn2.HeaderText = "电池档位";
this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 125;
//
// VassoioID
//
this.VassoioID.DataPropertyName = "VassoioID";
this.VassoioID.HeaderText = "托盘码";
this.VassoioID.MinimumWidth = 6;
this.VassoioID.Name = "VassoioID";
this.VassoioID.ReadOnly = true;
this.VassoioID.Width = 125;
//
// GongWei
//
this.GongWei.DataPropertyName = "GongWei";
this.GongWei.HeaderText = "机架号";
this.GongWei.MinimumWidth = 6;
this.GongWei.Name = "GongWei";
this.GongWei.ReadOnly = true;
this.GongWei.Width = 125;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.dataGridViewTextBoxColumn12.DataPropertyName = "TestTime";
this.dataGridViewTextBoxColumn12.HeaderText = "时间";
this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.ReadOnly = true;
this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn12.Width = 37;
//
// dataGridViewTextBoxColumn15
//
this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.dataGridViewTextBoxColumn15.DataPropertyName = "Remark";
this.dataGridViewTextBoxColumn15.HeaderText = "备注";
this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
this.dataGridViewTextBoxColumn15.ReadOnly = true;
this.dataGridViewTextBoxColumn15.Width = 56;
//
// FrmBatteryStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36)))));
this.ClientSize = new System.Drawing.Size(1406, 653);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmBatteryStatus";
this.ShowInTaskbar = false;
this.Text = "电池状况";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FrmBatteryStatus_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panelSample.ResumeLayout(false);
this.panelSample.PerformLayout();
this.panelExt1.ResumeLayout(false);
this.panelExt1.PerformLayout();
this.tabBattery.ResumeLayout(false);
this.tabPagePlus1.ResumeLayout(false);
this.tabPagePlus2.ResumeLayout(false);
this.tabPagePlus3.ResumeLayout(false);
this.groupBoxEX9.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_ngRsn)).EndInit();
this.groupBoxEX8.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvReplaceBattery)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelExt1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panelSample;
//private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
//private JinYuan.ControlLib.DynamicGradeStatusControl dynamicGradeStatusControl1;
//private JinYuan.ControlLib.BatteryGridControl batteryGridControl;
private System.Windows.Forms.TextBox txtBox_Row;
private System.Windows.Forms.Label lbl_row;
private System.Windows.Forms.Button btn_Search;
private System.Windows.Forms.TextBox txtBox_Barcode;
private System.Windows.Forms.Label lbl_barcode;
private System.Windows.Forms.TextBox txtBox_Carton;
private System.Windows.Forms.Label lbl_Carton;
private System.Windows.Forms.TextBox txtBox_SubBarcode;
private System.Windows.Forms.Label lbl_SubBarcode;
private System.Windows.Forms.Button btn_ForceOut;
private System.Windows.Forms.Button btn_SubBarcode;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX9;
private System.Windows.Forms.DataGridView dgv_ngRsn;
private System.Windows.Forms.DataGridViewTextBoxColumn locationBat;
private System.Windows.Forms.Label lbl_statusNomal;
private HML.TabControlPlus tabBattery;
private HML.TabPagePlus tabPagePlus1;
private HML.TabPagePlus tabPagePlus2;
private HML.TabPagePlus tabPagePlus3;
private JinYuan.ControlLib.PanelExt panelExt_Grade1;
private JinYuan.ControlLib.PanelExt panelExt_Grade2;
private JinYuan.ControlLib.PanelExt panelExt_Grade3;
private JinYuan.ControlLib.BatteryControl BatteryControl_Normal;
private JinYuan.ControlLib.BatteryControl BatteryControl_PackNG;
private JinYuan.ControlLib.BatteryControl BatteryControl_Replacing;
private JinYuan.ControlLib.BatteryControl BatteryControl_init;
private System.Windows.Forms.Label lbl_Init;
private System.Windows.Forms.Label lbl_Replace;
private System.Windows.Forms.Label lbl_PackNG;
private System.Windows.Forms.Button btn_repacking;
private System.Windows.Forms.Button btn_clear;
private JinYuan.ControlLib.GroupBoxEX groupBoxEX8;
public System.Windows.Forms.DataGridView dgvReplaceBattery;
private Button button1;
private DataGridViewTextBoxColumn identification;
private DataGridViewTextBoxColumn location;
private DataGridViewTextBoxColumn grade;
private DataGridViewTextBoxColumn containerCode;
private DataGridViewTextBoxColumn packResult;
private DataGridViewTextBoxColumn packFalseReason;
private DataGridViewTextBoxColumn packTime;
private DataGridViewTextBoxColumn NewBarCode;
private DataGridViewTextBoxColumn OldBarCode;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private DataGridViewTextBoxColumn VassoioID;
private DataGridViewTextBoxColumn GongWei;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
}
}