Files

130 lines
5.6 KiB
C#

namespace AGVSystem
{
partial class warnlist
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgv_Alarm = new System.Windows.Forms.DataGridView();
this.时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.线体名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.内部编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.报警信息 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.agvNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).BeginInit();
this.SuspendLayout();
//
// dgv_Alarm
//
this.dgv_Alarm.AllowUserToAddRows = false;
this.dgv_Alarm.AllowUserToDeleteRows = false;
this.dgv_Alarm.AllowUserToOrderColumns = true;
this.dgv_Alarm.AllowUserToResizeRows = false;
this.dgv_Alarm.BackgroundColor = System.Drawing.Color.White;
this.dgv_Alarm.ColumnHeadersHeight = 25;
this.dgv_Alarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.时间,
this.线体名称,
this.内部编号,
this.报警信息,
this.agvNo});
this.dgv_Alarm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Alarm.Location = new System.Drawing.Point(0, 0);
this.dgv_Alarm.Name = "dgv_Alarm";
this.dgv_Alarm.ReadOnly = true;
this.dgv_Alarm.RowHeadersVisible = false;
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.dgv_Alarm.RowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_Alarm.RowTemplate.Height = 30;
this.dgv_Alarm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Alarm.Size = new System.Drawing.Size(1044, 475);
this.dgv_Alarm.TabIndex = 7;
//
// 时间
//
this.时间.DataPropertyName = "时间";
this.时间.HeaderText = "时间";
this.时间.Name = "时间";
this.时间.ReadOnly = true;
this.时间.Width = 150;
//
// 线体名称
//
this.线体名称.DataPropertyName = "线体名称";
this.线体名称.HeaderText = "线体名称";
this.线体名称.Name = "线体名称";
this.线体名称.ReadOnly = true;
this.线体名称.Width = 130;
//
// 内部编号
//
this.内部编号.DataPropertyName = "内部编号";
this.内部编号.HeaderText = "设备序号";
this.内部编号.Name = "内部编号";
this.内部编号.ReadOnly = true;
//
// 报警信息
//
this.报警信息.DataPropertyName = "报警信息";
this.报警信息.HeaderText = "报警信息";
this.报警信息.Name = "报警信息";
this.报警信息.ReadOnly = true;
this.报警信息.Width = 250;
//
// agvNo
//
this.agvNo.HeaderText = "Column1";
this.agvNo.Name = "agvNo";
this.agvNo.ReadOnly = true;
this.agvNo.Visible = false;
//
// warnlist
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1044, 475);
this.Controls.Add(this.dgv_Alarm);
this.Name = "warnlist";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设备报警列表";
this.TopMost = true;
this.Load += new System.EventHandler(this.warnlist_Load);
((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgv_Alarm;
private System.Windows.Forms.DataGridViewTextBoxColumn 时间;
private System.Windows.Forms.DataGridViewTextBoxColumn 线体名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 内部编号;
private System.Windows.Forms.DataGridViewTextBoxColumn 报警信息;
private System.Windows.Forms.DataGridViewTextBoxColumn agvNo;
}
}