namespace LargeSquareOne { partial class FrmAlarmLog { /// /// 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() { 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgv_OPLog = new System.Windows.Forms.DataGridView(); this.OPLogDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OPLogOperationType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OPLogOperationalMessage = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dgv_Log = new System.Windows.Forms.DataGridView(); this.LogDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LogDateType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LogDateInformation = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblSystemLog = new System.Windows.Forms.Label(); this.lblOperationLog = new System.Windows.Forms.Label(); this.dgv_Alarm = new System.Windows.Forms.DataGridView(); this.AlarmLogDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AlarmLogAlarmType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AlarmLogALARM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblSystemAlarm = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgv_OPLog)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Log)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).BeginInit(); this.SuspendLayout(); // // dgv_OPLog // this.dgv_OPLog.AllowUserToAddRows = false; this.dgv_OPLog.AllowUserToDeleteRows = false; this.dgv_OPLog.AllowUserToResizeColumns = false; this.dgv_OPLog.AllowUserToResizeRows = false; this.dgv_OPLog.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.dgv_OPLog.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_OPLog.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("微软雅黑", 10.5F); 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.True; this.dgv_OPLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgv_OPLog.ColumnHeadersHeight = 30; this.dgv_OPLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv_OPLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.OPLogDateTime, this.OPLogOperationType, this.OPLogOperationalMessage}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_OPLog.DefaultCellStyle = dataGridViewCellStyle2; this.dgv_OPLog.EnableHeadersVisualStyles = false; this.dgv_OPLog.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_OPLog.Location = new System.Drawing.Point(22, 282); this.dgv_OPLog.MultiSelect = false; this.dgv_OPLog.Name = "dgv_OPLog"; this.dgv_OPLog.ReadOnly = true; this.dgv_OPLog.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_OPLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dgv_OPLog.RowHeadersWidth = 120; this.dgv_OPLog.RowTemplate.Height = 23; this.dgv_OPLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_OPLog.Size = new System.Drawing.Size(1827, 266); this.dgv_OPLog.TabIndex = 6; this.dgv_OPLog.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Log_RowPostPaint); // // OPLogDateTime // this.OPLogDateTime.HeaderText = "日期时间"; this.OPLogDateTime.MinimumWidth = 6; this.OPLogDateTime.Name = "OPLogDateTime"; this.OPLogDateTime.ReadOnly = true; this.OPLogDateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.OPLogDateTime.Width = 200; // // OPLogOperationType // this.OPLogOperationType.HeaderText = "操作类型"; this.OPLogOperationType.MinimumWidth = 6; this.OPLogOperationType.Name = "OPLogOperationType"; this.OPLogOperationType.ReadOnly = true; this.OPLogOperationType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.OPLogOperationType.Width = 200; // // OPLogOperationalMessage // this.OPLogOperationalMessage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.OPLogOperationalMessage.HeaderText = "操作信息"; this.OPLogOperationalMessage.MinimumWidth = 6; this.OPLogOperationalMessage.Name = "OPLogOperationalMessage"; this.OPLogOperationalMessage.ReadOnly = true; this.OPLogOperationalMessage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // dgv_Log // this.dgv_Log.AllowUserToAddRows = false; this.dgv_Log.AllowUserToDeleteRows = false; this.dgv_Log.AllowUserToResizeColumns = false; this.dgv_Log.AllowUserToResizeRows = false; this.dgv_Log.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.dgv_Log.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_Log.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("微软雅黑", 10.5F); 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.True; this.dgv_Log.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgv_Log.ColumnHeadersHeight = 30; this.dgv_Log.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv_Log.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.LogDateTime, this.LogDateType, this.LogDateInformation}); 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("微软雅黑", 10.5F); 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.dgv_Log.DefaultCellStyle = dataGridViewCellStyle5; this.dgv_Log.EnableHeadersVisualStyles = false; this.dgv_Log.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_Log.Location = new System.Drawing.Point(22, 14); this.dgv_Log.MultiSelect = false; this.dgv_Log.Name = "dgv_Log"; this.dgv_Log.ReadOnly = true; this.dgv_Log.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("微软雅黑", 10.5F); 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.dgv_Log.RowHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgv_Log.RowHeadersWidth = 120; this.dgv_Log.RowTemplate.Height = 23; this.dgv_Log.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Log.Size = new System.Drawing.Size(1827, 266); this.dgv_Log.TabIndex = 7; this.dgv_Log.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Log_RowPostPaint); // // LogDateTime // this.LogDateTime.HeaderText = "日期时间"; this.LogDateTime.MinimumWidth = 6; this.LogDateTime.Name = "LogDateTime"; this.LogDateTime.ReadOnly = true; this.LogDateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.LogDateTime.Width = 200; // // LogDateType // this.LogDateType.HeaderText = "日志类型"; this.LogDateType.MinimumWidth = 6; this.LogDateType.Name = "LogDateType"; this.LogDateType.ReadOnly = true; this.LogDateType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.LogDateType.Width = 200; // // LogDateInformation // this.LogDateInformation.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.LogDateInformation.HeaderText = "日志信息"; this.LogDateInformation.MinimumWidth = 6; this.LogDateInformation.Name = "LogDateInformation"; this.LogDateInformation.ReadOnly = true; this.LogDateInformation.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // lblSystemLog // this.lblSystemLog.BackColor = System.Drawing.Color.Transparent; this.lblSystemLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSystemLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(246)))), ((int)(((byte)(255))))); this.lblSystemLog.Location = new System.Drawing.Point(43, 19); this.lblSystemLog.Name = "lblSystemLog"; this.lblSystemLog.Size = new System.Drawing.Size(75, 23); this.lblSystemLog.TabIndex = 11; this.lblSystemLog.Text = "系统日志"; // // lblOperationLog // this.lblOperationLog.BackColor = System.Drawing.Color.Transparent; this.lblOperationLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOperationLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(246)))), ((int)(((byte)(255))))); this.lblOperationLog.Location = new System.Drawing.Point(42, 287); this.lblOperationLog.Name = "lblOperationLog"; this.lblOperationLog.Size = new System.Drawing.Size(89, 19); this.lblOperationLog.TabIndex = 10; this.lblOperationLog.Text = "操作日志"; // // dgv_Alarm // this.dgv_Alarm.AllowUserToAddRows = false; this.dgv_Alarm.AllowUserToDeleteRows = false; this.dgv_Alarm.AllowUserToResizeColumns = false; this.dgv_Alarm.AllowUserToResizeRows = false; this.dgv_Alarm.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); this.dgv_Alarm.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_Alarm.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(20)))), ((int)(((byte)(36))))); dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Alarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgv_Alarm.ColumnHeadersHeight = 30; this.dgv_Alarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgv_Alarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.AlarmLogDateTime, this.AlarmLogAlarmType, this.AlarmLogALARM}); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Alarm.DefaultCellStyle = dataGridViewCellStyle8; this.dgv_Alarm.EnableHeadersVisualStyles = false; this.dgv_Alarm.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147))))); this.dgv_Alarm.Location = new System.Drawing.Point(22, 550); this.dgv_Alarm.MultiSelect = false; this.dgv_Alarm.Name = "dgv_Alarm"; this.dgv_Alarm.ReadOnly = true; this.dgv_Alarm.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(40)))), ((int)(((byte)(86))))); dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(20)))), ((int)(((byte)(80))))); dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Alarm.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgv_Alarm.RowHeadersWidth = 120; this.dgv_Alarm.RowTemplate.Height = 23; this.dgv_Alarm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Alarm.Size = new System.Drawing.Size(1827, 266); this.dgv_Alarm.TabIndex = 5; this.dgv_Alarm.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgv_Log_RowPostPaint); // // AlarmLogDateTime // this.AlarmLogDateTime.HeaderText = "日期时间"; this.AlarmLogDateTime.MinimumWidth = 6; this.AlarmLogDateTime.Name = "AlarmLogDateTime"; this.AlarmLogDateTime.ReadOnly = true; this.AlarmLogDateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.AlarmLogDateTime.Width = 200; // // AlarmLogAlarmType // this.AlarmLogAlarmType.HeaderText = "报警类型"; this.AlarmLogAlarmType.MinimumWidth = 6; this.AlarmLogAlarmType.Name = "AlarmLogAlarmType"; this.AlarmLogAlarmType.ReadOnly = true; this.AlarmLogAlarmType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.AlarmLogAlarmType.Width = 200; // // AlarmLogALARM // this.AlarmLogALARM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.AlarmLogALARM.HeaderText = "报警信息"; this.AlarmLogALARM.MinimumWidth = 6; this.AlarmLogALARM.Name = "AlarmLogALARM"; this.AlarmLogALARM.ReadOnly = true; this.AlarmLogALARM.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // lblSystemAlarm // this.lblSystemAlarm.BackColor = System.Drawing.Color.Transparent; this.lblSystemAlarm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSystemAlarm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(246)))), ((int)(((byte)(255))))); this.lblSystemAlarm.Location = new System.Drawing.Point(43, 555); this.lblSystemAlarm.Name = "lblSystemAlarm"; this.lblSystemAlarm.Size = new System.Drawing.Size(89, 19); this.lblSystemAlarm.TabIndex = 9; this.lblSystemAlarm.Text = "系统报警"; // // FrmAlarmLog // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 23F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1874, 816); this.Controls.Add(this.lblOperationLog); this.Controls.Add(this.lblSystemAlarm); this.Controls.Add(this.dgv_Alarm); this.Controls.Add(this.dgv_OPLog); this.Controls.Add(this.lblSystemLog); this.Controls.Add(this.dgv_Log); this.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FrmAlarmLog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "日志报警"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.dgv_OPLog)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Log)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgv_OPLog; private System.Windows.Forms.DataGridView dgv_Log; private System.Windows.Forms.Label lblSystemLog; private System.Windows.Forms.Label lblOperationLog; private System.Windows.Forms.DataGridView dgv_Alarm; private System.Windows.Forms.Label lblSystemAlarm; private System.Windows.Forms.DataGridViewTextBoxColumn OPLogDateTime; private System.Windows.Forms.DataGridViewTextBoxColumn OPLogOperationType; private System.Windows.Forms.DataGridViewTextBoxColumn OPLogOperationalMessage; private System.Windows.Forms.DataGridViewTextBoxColumn LogDateTime; private System.Windows.Forms.DataGridViewTextBoxColumn LogDateType; private System.Windows.Forms.DataGridViewTextBoxColumn LogDateInformation; private System.Windows.Forms.DataGridViewTextBoxColumn AlarmLogDateTime; private System.Windows.Forms.DataGridViewTextBoxColumn AlarmLogAlarmType; private System.Windows.Forms.DataGridViewTextBoxColumn AlarmLogALARM; } }