123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- namespace IntelligentControlForsx
- {
- partial class FrmAlarm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- 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.Column_WindturbineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnlTop = new System.Windows.Forms.Panel();
- this.chkAutoRefresh = new System.Windows.Forms.CheckBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label6 = 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.txtKeyWord = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cmbSubCategory = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cmbCategory = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbRank = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbStation = new System.Windows.Forms.ComboBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).BeginInit();
- this.pnlTop.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Interval = 2000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // 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.Column_WindturbineId,
- this.Column8});
- 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(937, 414);
- this.dgvAlarm.TabIndex = 3;
- this.dgvAlarm.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentClick);
- this.dgvAlarm.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAlarm_CellContentDoubleClick);
- //
- // Column1
- //
- this.Column1.DataPropertyName = "LastUpdateTime";
- this.Column1.Frozen = true;
- this.Column1.HeaderText = "时间";
- this.Column1.Name = "Column1";
- this.Column1.Width = 140;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "ObjectName";
- this.Column2.Frozen = true;
- this.Column2.HeaderText = "设备";
- this.Column2.Name = "Column2";
- this.Column2.Width = 135;
- //
- // Column3
- //
- this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Column3.DataPropertyName = "AlertText";
- this.Column3.Frozen = true;
- this.Column3.HeaderText = "报警信息";
- this.Column3.Name = "Column3";
- this.Column3.Width = 420;
- //
- // Column4
- //
- this.Column4.DataPropertyName = "RankName";
- this.Column4.Frozen = true;
- this.Column4.HeaderText = "级别";
- this.Column4.Name = "Column4";
- //
- // Column5
- //
- this.Column5.DataPropertyName = "CategoryName";
- this.Column5.Frozen = true;
- this.Column5.HeaderText = "报警类型";
- this.Column5.Name = "Column5";
- //
- // Column6
- //
- this.Column6.Frozen = true;
- 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;
- //
- // Column_WindturbineId
- //
- this.Column_WindturbineId.DataPropertyName = "ObjectId";
- this.Column_WindturbineId.Frozen = true;
- this.Column_WindturbineId.HeaderText = "风机编号";
- this.Column_WindturbineId.Name = "Column_WindturbineId";
- this.Column_WindturbineId.Visible = false;
- //
- // Column8
- //
- this.Column8.DataPropertyName = "Id";
- this.Column8.Frozen = true;
- this.Column8.HeaderText = "id";
- this.Column8.Name = "Column8";
- this.Column8.Visible = false;
- //
- // pnlTop
- //
- this.pnlTop.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.querytop;
- this.pnlTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.pnlTop.Controls.Add(this.chkAutoRefresh);
- this.pnlTop.Controls.Add(this.panel1);
- this.pnlTop.Controls.Add(this.txtKeyWord);
- this.pnlTop.Controls.Add(this.label5);
- this.pnlTop.Controls.Add(this.label2);
- this.pnlTop.Controls.Add(this.cmbSubCategory);
- this.pnlTop.Controls.Add(this.label1);
- this.pnlTop.Controls.Add(this.cmbCategory);
- this.pnlTop.Controls.Add(this.label3);
- this.pnlTop.Controls.Add(this.cmbRank);
- this.pnlTop.Controls.Add(this.label4);
- this.pnlTop.Controls.Add(this.cmbStation);
- 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, 5);
- this.pnlTop.Size = new System.Drawing.Size(937, 128);
- this.pnlTop.TabIndex = 2;
- //
- // chkAutoRefresh
- //
- this.chkAutoRefresh.AutoSize = true;
- this.chkAutoRefresh.BackColor = System.Drawing.Color.Transparent;
- this.chkAutoRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAutoRefresh.Location = new System.Drawing.Point(760, 56);
- this.chkAutoRefresh.Name = "chkAutoRefresh";
- this.chkAutoRefresh.Size = new System.Drawing.Size(75, 21);
- this.chkAutoRefresh.TabIndex = 10;
- this.chkAutoRefresh.Text = "自动涮新";
- this.chkAutoRefresh.UseVisualStyleBackColor = false;
- this.chkAutoRefresh.CheckedChanged += new System.EventHandler(this.chkAutoRefresh_CheckedChanged);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label6);
- 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(927, 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;
- //
- // label6
- //
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.ForeColor = System.Drawing.Color.White;
- this.label6.Location = new System.Drawing.Point(37, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(106, 30);
- this.label6.TabIndex = 4;
- this.label6.Text = "实时报警查询";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label6.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(836, 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(868, 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(883, 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);
- //
- // 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(75, 94);
- this.txtKeyWord.Name = "txtKeyWord";
- this.txtKeyWord.Size = new System.Drawing.Size(272, 23);
- this.txtKeyWord.TabIndex = 9;
- this.txtKeyWord.TextChanged += new System.EventHandler(this.txtKeyWord_TextChanged);
- //
- // 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(17, 97);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(56, 17);
- this.label5.TabIndex = 4;
- this.label5.Text = "关键字:";
- //
- // 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(243, 61);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 1;
- this.label2.Text = "级别:";
- //
- // 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(603, 57);
- this.cmbSubCategory.Name = "cmbSubCategory";
- this.cmbSubCategory.Size = new System.Drawing.Size(121, 25);
- this.cmbSubCategory.TabIndex = 8;
- this.cmbSubCategory.SelectedValueChanged += new System.EventHandler(this.cmbSubCategory_SelectedValueChanged);
- //
- // 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(29, 61);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "场站:";
- //
- // 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(424, 57);
- this.cmbCategory.Name = "cmbCategory";
- this.cmbCategory.Size = new System.Drawing.Size(90, 25);
- this.cmbCategory.TabIndex = 7;
- this.cmbCategory.SelectedValueChanged += new System.EventHandler(this.cmbCategory_SelectedValueChanged);
- //
- // 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(381, 61);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 17);
- this.label3.TabIndex = 2;
- this.label3.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(286, 57);
- this.cmbRank.Name = "cmbRank";
- this.cmbRank.Size = new System.Drawing.Size(61, 25);
- this.cmbRank.TabIndex = 6;
- this.cmbRank.SelectedValueChanged += new System.EventHandler(this.cmbRank_SelectedValueChanged);
- //
- // 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(548, 61);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(56, 17);
- this.label4.TabIndex = 3;
- this.label4.Text = "子类型:";
- //
- // 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(75, 57);
- this.cmbStation.Name = "cmbStation";
- this.cmbStation.Size = new System.Drawing.Size(121, 25);
- this.cmbStation.TabIndex = 5;
- this.cmbStation.SelectedValueChanged += new System.EventHandler(this.cmbStation_SelectedValueChanged);
- //
- // FrmAlarm
- //
- 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(957, 562);
- this.Controls.Add(this.dgvAlarm);
- this.Controls.Add(this.pnlTop);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FrmAlarm";
- this.Padding = new System.Windows.Forms.Padding(10);
- this.Text = "当前报警查询";
- ((System.ComponentModel.ISupportInitialize)(this.dgvAlarm)).EndInit();
- this.pnlTop.ResumeLayout(false);
- this.pnlTop.PerformLayout();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox txtKeyWord;
- private System.Windows.Forms.ComboBox cmbSubCategory;
- private System.Windows.Forms.ComboBox cmbCategory;
- private System.Windows.Forms.ComboBox cmbRank;
- private System.Windows.Forms.ComboBox cmbStation;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.CheckBox chkAutoRefresh;
- private System.Windows.Forms.Panel pnlTop;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnMax;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView dgvAlarm;
- 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 Column_WindturbineId;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
- }
- }
|