namespace IntelligentControlForsx { partial class FrmAlarmHistory { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAlarmHistory)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components); this.ts_Pages = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.ts_PageSize = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.ts_PageFirst = new System.Windows.Forms.ToolStripButton(); this.ts_PagePrevious = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.ts_PagePostion = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ts_PageNext = new System.Windows.Forms.ToolStripButton(); this.ts_PageLast = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btnExportCurrent = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnExportAll = new System.Windows.Forms.ToolStripButton(); this.pnlTop = new System.Windows.Forms.Panel(); this.pnlQuery = new System.Windows.Forms.Panel(); this.btnQuery = new System.Windows.Forms.Button(); this.txtKeyWord = new System.Windows.Forms.TextBox(); this.cmbSubCategory = new System.Windows.Forms.ComboBox(); this.dpEnd = new System.Windows.Forms.DateTimePicker(); this.cmbCategory = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.dpStart = new System.Windows.Forms.DateTimePicker(); this.cmbStation = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.cmbRank = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label8 = new System.Windows.Forms.Label(); this.btnMax = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.dgvAlarm = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewLinkColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ObjectId = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit(); this.bindingNavigator1.SuspendLayout(); this.pnlTop.SuspendLayout(); this.pnlQuery.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).BeginInit(); this.SuspendLayout(); // // bindingNavigator1 // this.bindingNavigator1.AddNewItem = null; this.bindingNavigator1.CountItem = this.ts_Pages; this.bindingNavigator1.CountItemFormat = "PageNum"; this.bindingNavigator1.DeleteItem = null; this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1, this.ts_PageSize, this.toolStripSeparator2, this.ts_PageFirst, this.ts_PagePrevious, this.bindingNavigatorSeparator, this.ts_PagePostion, this.toolStripLabel2, this.ts_Pages, this.bindingNavigatorSeparator1, this.ts_PageNext, this.ts_PageLast, this.bindingNavigatorSeparator2, this.btnExportCurrent, this.toolStripSeparator1, this.btnExportAll}); this.bindingNavigator1.Location = new System.Drawing.Point(10, 587); this.bindingNavigator1.MoveFirstItem = this.ts_PageFirst; this.bindingNavigator1.MoveLastItem = this.ts_PageLast; this.bindingNavigator1.MoveNextItem = this.ts_PageNext; this.bindingNavigator1.MovePreviousItem = this.ts_PagePrevious; this.bindingNavigator1.Name = "bindingNavigator1"; this.bindingNavigator1.PositionItem = this.ts_PagePostion; this.bindingNavigator1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.bindingNavigator1.Size = new System.Drawing.Size(921, 25); this.bindingNavigator1.TabIndex = 2; this.bindingNavigator1.Text = "bindingNavigator1"; // // ts_Pages // this.ts_Pages.Name = "ts_Pages"; this.ts_Pages.Size = new System.Drawing.Size(65, 22); this.ts_Pages.Text = "PageNum"; this.ts_Pages.ToolTipText = "总项数"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(68, 22); this.toolStripLabel1.Text = "每页条数:"; // // ts_PageSize // this.ts_PageSize.AutoSize = false; this.ts_PageSize.Items.AddRange(new object[] { "10", "20", "30", "40", "50", "100"}); this.ts_PageSize.Name = "ts_PageSize"; this.ts_PageSize.Size = new System.Drawing.Size(40, 25); this.ts_PageSize.SelectedIndexChanged += new System.EventHandler(this.ts_PageSize_SelectedIndexChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // ts_PageFirst // this.ts_PageFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ts_PageFirst.Image = ((System.Drawing.Image)(resources.GetObject("ts_PageFirst.Image"))); this.ts_PageFirst.Name = "ts_PageFirst"; this.ts_PageFirst.RightToLeftAutoMirrorImage = true; this.ts_PageFirst.Size = new System.Drawing.Size(23, 22); this.ts_PageFirst.Text = "移到第一条记录"; this.ts_PageFirst.Click += new System.EventHandler(this.ts_PageFirst_Click); // // ts_PagePrevious // this.ts_PagePrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ts_PagePrevious.Image = ((System.Drawing.Image)(resources.GetObject("ts_PagePrevious.Image"))); this.ts_PagePrevious.Name = "ts_PagePrevious"; this.ts_PagePrevious.RightToLeftAutoMirrorImage = true; this.ts_PagePrevious.Size = new System.Drawing.Size(23, 22); this.ts_PagePrevious.Text = "移到上一条记录"; this.ts_PagePrevious.Click += new System.EventHandler(this.ts_PagePrevious_Click); // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // ts_PagePostion // this.ts_PagePostion.AccessibleName = "位置"; this.ts_PagePostion.AutoSize = false; this.ts_PagePostion.Name = "ts_PagePostion"; this.ts_PagePostion.Size = new System.Drawing.Size(50, 23); this.ts_PagePostion.Text = "0"; this.ts_PagePostion.ToolTipText = "当前位置"; this.ts_PagePostion.TextChanged += new System.EventHandler(this.ts_PagePostion_TextChanged); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(13, 22); this.toolStripLabel2.Text = "/"; this.toolStripLabel2.ToolTipText = "总项数"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // ts_PageNext // this.ts_PageNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ts_PageNext.Image = ((System.Drawing.Image)(resources.GetObject("ts_PageNext.Image"))); this.ts_PageNext.Name = "ts_PageNext"; this.ts_PageNext.RightToLeftAutoMirrorImage = true; this.ts_PageNext.Size = new System.Drawing.Size(23, 22); this.ts_PageNext.Text = "移到下一条记录"; this.ts_PageNext.Click += new System.EventHandler(this.ts_PageNext_Click); // // ts_PageLast // this.ts_PageLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.ts_PageLast.Image = ((System.Drawing.Image)(resources.GetObject("ts_PageLast.Image"))); this.ts_PageLast.Name = "ts_PageLast"; this.ts_PageLast.RightToLeftAutoMirrorImage = true; this.ts_PageLast.Size = new System.Drawing.Size(23, 22); this.ts_PageLast.Text = "移到最后一条记录"; this.ts_PageLast.Click += new System.EventHandler(this.ts_PageLast_Click); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0); this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // btnExportCurrent // this.btnExportCurrent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnExportCurrent.Image = ((System.Drawing.Image)(resources.GetObject("btnExportCurrent.Image"))); this.btnExportCurrent.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnExportCurrent.Name = "btnExportCurrent"; this.btnExportCurrent.Size = new System.Drawing.Size(60, 22); this.btnExportCurrent.Text = "导出本页"; this.btnExportCurrent.Click += new System.EventHandler(this.btnExportCurrent_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // btnExportAll // this.btnExportAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnExportAll.Image = ((System.Drawing.Image)(resources.GetObject("btnExportAll.Image"))); this.btnExportAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnExportAll.Name = "btnExportAll"; this.btnExportAll.Size = new System.Drawing.Size(60, 22); this.btnExportAll.Text = "导出全部"; this.btnExportAll.Click += new System.EventHandler(this.btnExportAll_Click); // // pnlTop // this.pnlTop.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.querytop; this.pnlTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlTop.Controls.Add(this.pnlQuery); this.pnlTop.Controls.Add(this.panel1); this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTop.Location = new System.Drawing.Point(10, 10); this.pnlTop.Name = "pnlTop"; this.pnlTop.Padding = new System.Windows.Forms.Padding(5, 7, 5, 0); this.pnlTop.Size = new System.Drawing.Size(921, 128); this.pnlTop.TabIndex = 3; // // pnlQuery // this.pnlQuery.BackColor = System.Drawing.Color.Transparent; this.pnlQuery.Controls.Add(this.btnQuery); this.pnlQuery.Controls.Add(this.txtKeyWord); this.pnlQuery.Controls.Add(this.cmbSubCategory); this.pnlQuery.Controls.Add(this.dpEnd); this.pnlQuery.Controls.Add(this.cmbCategory); this.pnlQuery.Controls.Add(this.label2); this.pnlQuery.Controls.Add(this.label5); this.pnlQuery.Controls.Add(this.label7); this.pnlQuery.Controls.Add(this.label4); this.pnlQuery.Controls.Add(this.label1); this.pnlQuery.Controls.Add(this.label3); this.pnlQuery.Controls.Add(this.dpStart); this.pnlQuery.Controls.Add(this.cmbStation); this.pnlQuery.Controls.Add(this.label6); this.pnlQuery.Controls.Add(this.cmbRank); this.pnlQuery.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlQuery.Location = new System.Drawing.Point(5, 43); this.pnlQuery.Name = "pnlQuery"; this.pnlQuery.Size = new System.Drawing.Size(911, 85); this.pnlQuery.TabIndex = 5; // // btnQuery // this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnQuery.ForeColor = System.Drawing.Color.White; this.btnQuery.Image = global::IntelligentControlForsx.Properties.Resources.查询按钮; this.btnQuery.Location = new System.Drawing.Point(759, 46); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(128, 28); this.btnQuery.TabIndex = 30; this.btnQuery.Text = " 开始查询"; this.btnQuery.UseVisualStyleBackColor = true; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // txtKeyWord // this.txtKeyWord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKeyWord.ImeMode = System.Windows.Forms.ImeMode.On; this.txtKeyWord.Location = new System.Drawing.Point(488, 51); this.txtKeyWord.Name = "txtKeyWord"; this.txtKeyWord.Size = new System.Drawing.Size(218, 23); this.txtKeyWord.TabIndex = 25; this.txtKeyWord.TextChanged += new System.EventHandler(this.txtKeyWord_TextChanged); // // cmbSubCategory // this.cmbSubCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbSubCategory.FormattingEnabled = true; this.cmbSubCategory.Items.AddRange(new object[] { "全部"}); this.cmbSubCategory.Location = new System.Drawing.Point(296, 51); this.cmbSubCategory.Name = "cmbSubCategory"; this.cmbSubCategory.Size = new System.Drawing.Size(96, 25); this.cmbSubCategory.TabIndex = 24; this.cmbSubCategory.SelectedValueChanged += new System.EventHandler(this.cmbSubCategory_SelectedValueChanged); // // dpEnd // this.dpEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dpEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dpEnd.Location = new System.Drawing.Point(360, 12); this.dpEnd.Name = "dpEnd"; this.dpEnd.ShowUpDown = true; this.dpEnd.Size = new System.Drawing.Size(161, 23); this.dpEnd.TabIndex = 29; // // cmbCategory // this.cmbCategory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbCategory.FormattingEnabled = true; this.cmbCategory.Items.AddRange(new object[] { "全部", "自定义", "风机", "升压站", "光伏"}); this.cmbCategory.Location = new System.Drawing.Point(97, 51); this.cmbCategory.Name = "cmbCategory"; this.cmbCategory.Size = new System.Drawing.Size(89, 25); this.cmbCategory.TabIndex = 23; this.cmbCategory.SelectedValueChanged += new System.EventHandler(this.cmbCategory_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(739, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 17); this.label2.TabIndex = 17; this.label2.Text = "级别:"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(426, 54); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 17); this.label5.TabIndex = 20; this.label5.Text = "关键字:"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(281, 17); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(68, 17); this.label7.TabIndex = 28; this.label7.Text = "结束时间:"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(234, 54); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 17); this.label4.TabIndex = 19; this.label4.Text = "子类型:"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(544, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 17); this.label1.TabIndex = 16; this.label1.Text = "场站:"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(44, 54); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(44, 17); this.label3.TabIndex = 18; this.label3.Text = "类型:"; // // dpStart // this.dpStart.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dpStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dpStart.Location = new System.Drawing.Point(97, 12); this.dpStart.Name = "dpStart"; this.dpStart.ShowUpDown = true; this.dpStart.Size = new System.Drawing.Size(157, 23); this.dpStart.TabIndex = 27; // // cmbStation // this.cmbStation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbStation.FormattingEnabled = true; this.cmbStation.Items.AddRange(new object[] { "全部", "石板泉风电场", "麻黄山风电场", "牛首山风电场", "香山风电场", "青山风电场"}); this.cmbStation.Location = new System.Drawing.Point(597, 11); this.cmbStation.Name = "cmbStation"; this.cmbStation.Size = new System.Drawing.Size(109, 25); this.cmbStation.TabIndex = 21; this.cmbStation.SelectedValueChanged += new System.EventHandler(this.cmbStation_SelectedValueChanged); // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(20, 17); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(68, 17); this.label6.TabIndex = 26; this.label6.Text = "开始时间:"; // // cmbRank // this.cmbRank.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRank.FormattingEnabled = true; this.cmbRank.Items.AddRange(new object[] { "全部", "高", "中高", "中", "中低", "低"}); this.cmbRank.Location = new System.Drawing.Point(792, 11); this.cmbRank.Name = "cmbRank"; this.cmbRank.Size = new System.Drawing.Size(95, 25); this.cmbRank.TabIndex = 22; this.cmbRank.SelectedValueChanged += new System.EventHandler(this.cmbRank_SelectedValueChanged); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.btnMax); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.btnClose); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(5, 7); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 12, 0); this.panel1.Size = new System.Drawing.Size(911, 30); this.panel1.TabIndex = 1; this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; this.pictureBox1.Image = global::IntelligentControlForsx.Properties.Resources.alarm; this.pictureBox1.Location = new System.Drawing.Point(5, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(30, 30); this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // label8 // this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(37, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(106, 30); this.label8.TabIndex = 4; this.label8.Text = "历史报警查询"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown); // // btnMax // this.btnMax.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最大化; this.btnMax.Dock = System.Windows.Forms.DockStyle.Right; this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMax.Location = new System.Drawing.Point(820, 0); this.btnMax.Name = "btnMax"; this.btnMax.Size = new System.Drawing.Size(32, 30); this.btnMax.TabIndex = 3; this.btnMax.UseVisualStyleBackColor = true; this.btnMax.Click += new System.EventHandler(this.btnMax_Click); // // panel2 // this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(852, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(15, 30); this.panel2.TabIndex = 2; // // btnClose // this.btnClose.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.关闭; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(867, 0); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(32, 30); this.btnClose.TabIndex = 0; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // dgvAlarm // dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, 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.dgvAlarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvAlarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAlarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column8, this.ObjectId}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvAlarm.DefaultCellStyle = dataGridViewCellStyle3; this.dgvAlarm.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvAlarm.Location = new System.Drawing.Point(10, 138); this.dgvAlarm.Name = "dgvAlarm"; this.dgvAlarm.RowTemplate.Height = 23; this.dgvAlarm.Size = new System.Drawing.Size(921, 449); this.dgvAlarm.TabIndex = 4; this.dgvAlarm.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentDoubleClick); this.dgvAlarm.MouseEnter += new System.EventHandler(this.dgvAlarm_MouseEnter); // // Column1 // this.Column1.DataPropertyName = "AlertTime"; dataGridViewCellStyle2.Format = "yyyy-MM-dd HH:mm:ss"; this.Column1.DefaultCellStyle = dataGridViewCellStyle2; this.Column1.Frozen = true; this.Column1.HeaderText = "时间"; this.Column1.Name = "Column1"; this.Column1.Width = 125; // // Column2 // this.Column2.DataPropertyName = "ObjectName"; this.Column2.Frozen = true; this.Column2.HeaderText = "设备"; this.Column2.Name = "Column2"; this.Column2.Width = 130; // // Column3 // this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Column3.DataPropertyName = "AlertText"; this.Column3.HeaderText = "报警信息"; this.Column3.Name = "Column3"; // // Column4 // this.Column4.DataPropertyName = "RankName"; this.Column4.HeaderText = "级别"; this.Column4.Name = "Column4"; this.Column4.Width = 80; // // Column5 // this.Column5.DataPropertyName = "CategoryName"; this.Column5.HeaderText = "报警类型"; this.Column5.Name = "Column5"; // // Column6 // this.Column6.HeaderText = "操作"; this.Column6.Name = "Column6"; this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Column6.Text = "确认"; this.Column6.UseColumnTextForLinkValue = true; this.Column6.Visible = false; this.Column6.Width = 80; // // Column8 // this.Column8.DataPropertyName = "Id"; this.Column8.HeaderText = "id"; this.Column8.Name = "Column8"; this.Column8.Visible = false; // // ObjectId // this.ObjectId.DataPropertyName = "ObjectId"; this.ObjectId.HeaderText = "Column7"; this.ObjectId.Name = "ObjectId"; this.ObjectId.Visible = false; // // FrmAlarmHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(941, 622); this.Controls.Add(this.dgvAlarm); this.Controls.Add(this.pnlTop); this.Controls.Add(this.bindingNavigator1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmAlarmHistory"; this.Padding = new System.Windows.Forms.Padding(10); this.Text = "报警历史查询"; this.Load += new System.EventHandler(this.FrmAlarmHistory_Load); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit(); this.bindingNavigator1.ResumeLayout(false); this.bindingNavigator1.PerformLayout(); this.pnlTop.ResumeLayout(false); this.pnlQuery.ResumeLayout(false); this.pnlQuery.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.BindingNavigator bindingNavigator1; private System.Windows.Forms.ToolStripLabel ts_Pages; private System.Windows.Forms.ToolStripButton ts_PageFirst; private System.Windows.Forms.ToolStripButton ts_PagePrevious; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox ts_PagePostion; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton ts_PageNext; private System.Windows.Forms.ToolStripButton ts_PageLast; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton btnExportCurrent; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btnExportAll; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripComboBox ts_PageSize; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripLabel toolStripLabel2; private System.Windows.Forms.Panel pnlTop; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnMax; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.DataGridView dgvAlarm; private System.Windows.Forms.Panel pnlQuery; private System.Windows.Forms.Button btnQuery; private System.Windows.Forms.TextBox txtKeyWord; private System.Windows.Forms.ComboBox cmbSubCategory; private System.Windows.Forms.DateTimePicker dpEnd; private System.Windows.Forms.ComboBox cmbCategory; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dpStart; private System.Windows.Forms.ComboBox cmbStation; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cmbRank; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewLinkColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn ObjectId; } }