namespace Estsh.Client.StepLibrary
{
partial class SendRobotInfo
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lblMsg = new System.Windows.Forms.Label();
this.txtLoc = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtJM = new System.Windows.Forms.TextBox();
this.lblSN = new System.Windows.Forms.Label();
this.dgvList = new System.Windows.Forms.DataGridView();
this.serial_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.send_msg = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.type_desc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel3 = new System.Windows.Forms.Panel();
this.lblTitle = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.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.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1003, 494);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.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.panel2.Controls.Add(this.lblMsg);
this.panel2.Controls.Add(this.txtLoc);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.txtJM);
this.panel2.Controls.Add(this.lblSN);
this.panel2.Controls.Add(this.dgvList);
this.panel2.Location = new System.Drawing.Point(3, 76);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1000, 418);
this.panel2.TabIndex = 2;
//
// lblMsg
//
this.lblMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblMsg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMsg.Location = new System.Drawing.Point(10, 120);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(404, 67);
this.lblMsg.TabIndex = 19;
this.lblMsg.Text = "提示信息";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtLoc
//
this.txtLoc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtLoc.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLoc.Location = new System.Drawing.Point(117, 71);
this.txtLoc.Name = "txtLoc";
this.txtLoc.Size = new System.Drawing.Size(297, 34);
this.txtLoc.TabIndex = 18;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(13, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(98, 27);
this.label1.TabIndex = 17;
this.label1.Text = "座椅位置:";
//
// txtJM
//
this.txtJM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtJM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtJM.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtJM.Location = new System.Drawing.Point(117, 23);
this.txtJM.Name = "txtJM";
this.txtJM.Size = new System.Drawing.Size(297, 34);
this.txtJM.TabIndex = 16;
//
// lblSN
//
this.lblSN.AutoSize = true;
this.lblSN.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSN.Location = new System.Drawing.Point(13, 23);
this.lblSN.Name = "lblSN";
this.lblSN.Size = new System.Drawing.Size(98, 27);
this.lblSN.TabIndex = 15;
this.lblSN.Text = "座椅简码:";
//
// dgvList
//
this.dgvList.AllowUserToAddRows = false;
this.dgvList.AllowUserToDeleteRows = false;
this.dgvList.AllowUserToResizeColumns = false;
this.dgvList.AllowUserToResizeRows = false;
this.dgvList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.dgvList.BackgroundColor = System.Drawing.SystemColors.ControlLight;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.DarkGray;
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvList.ColumnHeadersHeight = 35;
this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.serial_number,
this.send_msg,
this.type_desc});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvList.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvList.EnableHeadersVisualStyles = false;
this.dgvList.GridColor = System.Drawing.Color.Black;
this.dgvList.Location = new System.Drawing.Point(420, 3);
this.dgvList.Name = "dgvList";
this.dgvList.ReadOnly = true;
this.dgvList.RowHeadersVisible = false;
this.dgvList.RowHeadersWidth = 45;
this.dgvList.RowTemplate.Height = 30;
this.dgvList.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.dgvList.Size = new System.Drawing.Size(580, 221);
this.dgvList.TabIndex = 13;
this.dgvList.TabStop = false;
this.dgvList.SelectionChanged += new System.EventHandler(this.dgvList_SelectionChanged);
//
// serial_number
//
this.serial_number.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.serial_number.DataPropertyName = "serial_number";
this.serial_number.FillWeight = 80F;
this.serial_number.HeaderText = "条码";
this.serial_number.Name = "serial_number";
this.serial_number.ReadOnly = true;
this.serial_number.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// send_msg
//
this.send_msg.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.send_msg.DataPropertyName = "send_msg";
this.send_msg.HeaderText = "轨迹信息";
this.send_msg.Name = "send_msg";
this.send_msg.ReadOnly = true;
this.send_msg.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.send_msg.Width = 98;
//
// type_desc
//
this.type_desc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.type_desc.DataPropertyName = "type_desc";
this.type_desc.FillWeight = 160F;
this.type_desc.HeaderText = "座椅位置";
this.type_desc.Name = "type_desc";
this.type_desc.ReadOnly = true;
this.type_desc.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.type_desc.Width = 98;
//
// panel3
//
this.panel3.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.panel3.Controls.Add(this.lblTitle);
this.panel3.Location = new System.Drawing.Point(3, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1000, 70);
this.panel3.TabIndex = 3;
//
// lblTitle
//
this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblTitle.BackColor = System.Drawing.Color.DodgerBlue;
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.Location = new System.Drawing.Point(3, 7);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(994, 58);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "下线机器人搬运轨迹发送";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// SendRobotInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "SendRobotInfo";
this.Size = new System.Drawing.Size(1006, 494);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblSN;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.DataGridView dgvList;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.TextBox txtLoc;
private System.Windows.Forms.TextBox txtJM;
private System.Windows.Forms.DataGridViewTextBoxColumn serial_number;
private System.Windows.Forms.DataGridViewTextBoxColumn send_msg;
private System.Windows.Forms.DataGridViewTextBoxColumn type_desc;
}
}