namespace WCS_Client.From
{
partial class Form_EquLockQuery
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_EquLockQuery));
this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
this.sknBinNuLock = new CCWin.SkinControl.SkinButton();
this.skinButton1 = new CCWin.SkinControl.SkinButton();
this.EQUIPMENTNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ISLOCK = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.EQUTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ISENABLEI_IN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ISENABLE_OUT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
this.SuspendLayout();
//
// dgvTask
//
this.dgvTask.AllowUserToAddRows = false;
this.dgvTask.AllowUserToDeleteRows = false;
this.dgvTask.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window;
this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvTask.ColumnFont = null;
this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.EQUIPMENTNO,
this.ISLOCK,
this.EQUTYPE,
this.ISENABLEI_IN,
this.ISENABLE_OUT,
this.UPDATETIME,
this.rn});
this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvTask.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvTask.EnableHeadersVisualStyles = false;
this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvTask.Location = new System.Drawing.Point(5, 62);
this.dgvTask.MultiSelect = false;
this.dgvTask.Name = "dgvTask";
this.dgvTask.ReadOnly = true;
this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvTask.RowTemplate.Height = 23;
this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dgvTask.Size = new System.Drawing.Size(900, 402);
this.dgvTask.TabIndex = 19;
this.dgvTask.TitleBack = null;
this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White;
this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
this.dgvTask.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvTask_CellMouseClick);
//
// sknBinNuLock
//
this.sknBinNuLock.BackColor = System.Drawing.Color.Transparent;
this.sknBinNuLock.ControlState = CCWin.SkinClass.ControlState.Normal;
this.sknBinNuLock.DownBack = null;
this.sknBinNuLock.Location = new System.Drawing.Point(133, 31);
this.sknBinNuLock.MouseBack = null;
this.sknBinNuLock.Name = "sknBinNuLock";
this.sknBinNuLock.NormlBack = null;
this.sknBinNuLock.Size = new System.Drawing.Size(88, 23);
this.sknBinNuLock.TabIndex = 21;
this.sknBinNuLock.Text = "解锁";
this.sknBinNuLock.UseVisualStyleBackColor = false;
this.sknBinNuLock.Click += new System.EventHandler(this.sknBinNuLock_Click);
//
// skinButton1
//
this.skinButton1.BackColor = System.Drawing.Color.Transparent;
this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
this.skinButton1.DownBack = null;
this.skinButton1.Location = new System.Drawing.Point(21, 31);
this.skinButton1.MouseBack = null;
this.skinButton1.Name = "skinButton1";
this.skinButton1.NormlBack = null;
this.skinButton1.Size = new System.Drawing.Size(88, 23);
this.skinButton1.TabIndex = 22;
this.skinButton1.Text = "刷新";
this.skinButton1.UseVisualStyleBackColor = false;
this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
//
// EQUIPMENTNO
//
this.EQUIPMENTNO.DataPropertyName = "EQUIPMENTNO";
this.EQUIPMENTNO.HeaderText = "设备编号";
this.EQUIPMENTNO.Name = "EQUIPMENTNO";
this.EQUIPMENTNO.ReadOnly = true;
this.EQUIPMENTNO.Width = 80;
//
// ISLOCK
//
this.ISLOCK.DataPropertyName = "ISLOCK";
this.ISLOCK.HeaderText = "锁状态";
this.ISLOCK.Name = "ISLOCK";
this.ISLOCK.ReadOnly = true;
this.ISLOCK.Width = 80;
//
// EQUTYPE
//
this.EQUTYPE.DataPropertyName = "EQUTYPE";
this.EQUTYPE.HeaderText = "设备类型";
this.EQUTYPE.Name = "EQUTYPE";
this.EQUTYPE.ReadOnly = true;
//
// ISENABLEI_IN
//
this.ISENABLEI_IN.DataPropertyName = "ISENABLEI_IN";
this.ISENABLEI_IN.HeaderText = "启用入库";
this.ISENABLEI_IN.Name = "ISENABLEI_IN";
this.ISENABLEI_IN.ReadOnly = true;
this.ISENABLEI_IN.Visible = false;
this.ISENABLEI_IN.Width = 140;
//
// ISENABLE_OUT
//
this.ISENABLE_OUT.DataPropertyName = "ISENABLE_OUT";
this.ISENABLE_OUT.HeaderText = "启用出库";
this.ISENABLE_OUT.Name = "ISENABLE_OUT";
this.ISENABLE_OUT.ReadOnly = true;
this.ISENABLE_OUT.Visible = false;
//
// UPDATETIME
//
this.UPDATETIME.DataPropertyName = "UPDATETIME";
this.UPDATETIME.HeaderText = "更新时间";
this.UPDATETIME.Name = "UPDATETIME";
this.UPDATETIME.ReadOnly = true;
this.UPDATETIME.Width = 180;
//
// rn
//
this.rn.DataPropertyName = "rn";
this.rn.HeaderText = "rn";
this.rn.Name = "rn";
this.rn.ReadOnly = true;
this.rn.Visible = false;
//
// Form_EquLockQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(912, 476);
this.Controls.Add(this.skinButton1);
this.Controls.Add(this.sknBinNuLock);
this.Controls.Add(this.dgvTask);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_EquLockQuery";
this.Text = "设备锁管理";
((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
this.ResumeLayout(false);
}
#endregion
private CCWin.SkinControl.SkinDataGridView dgvTask;
private CCWin.SkinControl.SkinButton sknBinNuLock;
private CCWin.SkinControl.SkinButton skinButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn EQUIPMENTNO;
private System.Windows.Forms.DataGridViewTextBoxColumn ISLOCK;
private System.Windows.Forms.DataGridViewTextBoxColumn EQUTYPE;
private System.Windows.Forms.DataGridViewTextBoxColumn ISENABLEI_IN;
private System.Windows.Forms.DataGridViewTextBoxColumn ISENABLE_OUT;
private System.Windows.Forms.DataGridViewTextBoxColumn UPDATETIME;
private System.Windows.Forms.DataGridViewTextBoxColumn rn;
}
}