Files
6150-HMI/CowainHmi/Alarm/DlgAlarmNow.Designer.cs
2026-01-15 15:06:36 +08:00

142 lines
6.5 KiB
C#

namespace CowainHmi.Alarm
{
partial class DlgAlarmNow
{
/// <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.dgvErr = new System.Windows.Forms.DataGridView();
this.DTIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ErrText = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvErr)).BeginInit();
this.SuspendLayout();
//
// dgvErr
//
this.dgvErr.AllowUserToAddRows = false;
this.dgvErr.AllowUserToResizeRows = false;
this.dgvErr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvErr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.DTIM,
this.,
this.,
this.ID,
this.ErrText});
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Yellow;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvErr.DefaultCellStyle = dataGridViewCellStyle1;
this.dgvErr.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvErr.Location = new System.Drawing.Point(0, 0);
this.dgvErr.Name = "dgvErr";
this.dgvErr.ReadOnly = true;
this.dgvErr.RowHeadersWidth = 51;
this.dgvErr.RowTemplate.Height = 23;
this.dgvErr.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvErr.Size = new System.Drawing.Size(884, 489);
this.dgvErr.TabIndex = 1;
this.dgvErr.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvErr_CellFormatting);
this.dgvErr.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvErr_RowPostPaint);
//
// DTIM
//
this.DTIM.DataPropertyName = "DTIM";
this.DTIM.HeaderText = "报警时间";
this.DTIM.MinimumWidth = 6;
this.DTIM.Name = "DTIM";
this.DTIM.ReadOnly = true;
this.DTIM.Width = 190;
//
// 报警类别
//
this..DataPropertyName = "报警类别";
this..HeaderText = "报警类别";
this..MinimumWidth = 6;
this..Name = "报警类别";
this..ReadOnly = true;
this..Width = 80;
//
// 报警组
//
this..DataPropertyName = "报警组";
this..HeaderText = "报警组";
this..MinimumWidth = 6;
this..Name = "报警组";
this..ReadOnly = true;
this..Width = 80;
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "报警编号";
this.ID.MinimumWidth = 6;
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Width = 80;
//
// ErrText
//
this.ErrText.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ErrText.DataPropertyName = "ErrText";
this.ErrText.HeaderText = "报警内容";
this.ErrText.MinimumWidth = 6;
this.ErrText.Name = "ErrText";
this.ErrText.ReadOnly = true;
//
// DlgAlarmNow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(884, 489);
this.Controls.Add(this.dgvErr);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "DlgAlarmNow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "实时报警";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DlgAlarmNow_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.dgvErr)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvErr;
private System.Windows.Forms.DataGridViewTextBoxColumn DTIM;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn ErrText;
}
}