123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558 |
- namespace IntelligentControlForsx
- {
- partial class BigForm
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BigForm));
- this.hideDetailsFormTimer = new System.Windows.Forms.Timer(this.components);
- this.refreshTimer = new System.Windows.Forms.Timer(this.components);
- this.DetailsPanel = new System.Windows.Forms.Panel();
- this.btnWindturbine = new System.Windows.Forms.Button();
- this.btnStation = new System.Windows.Forms.Button();
- this.pnlLP = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.pnlStation = new System.Windows.Forms.Panel();
- this.lpCustom = new IntelligentControlForsx.LightPlate();
- this.lpQS = new IntelligentControlForsx.LightPlate();
- this.lpSBQ = new IntelligentControlForsx.LightPlate();
- this.lpXS = new IntelligentControlForsx.LightPlate();
- this.lpMHS = new IntelligentControlForsx.LightPlate();
- this.lpNSS = new IntelligentControlForsx.LightPlate();
- this.pnlWindturbine = new System.Windows.Forms.Panel();
- this.lpOther = new IntelligentControlForsx.LightPlate();
- this.lpBJ = new IntelligentControlForsx.LightPlate();
- this.lpKZ = new IntelligentControlForsx.LightPlate();
- this.lpCLX = new IntelligentControlForsx.LightPlate();
- this.lpYY = new IntelligentControlForsx.LightPlate();
- this.lpFDJ = new IntelligentControlForsx.LightPlate();
- this.lpDW = new IntelligentControlForsx.LightPlate();
- this.lpPH = new IntelligentControlForsx.LightPlate();
- this.lpJC = new IntelligentControlForsx.LightPlate();
- this.pnlMiddle = new System.Windows.Forms.Panel();
- this.btnViewReal = new System.Windows.Forms.Button();
- this.btnViewHistory = new System.Windows.Forms.Button();
- this.btnLockForm = new System.Windows.Forms.Button();
- this.pnlLatest = new System.Windows.Forms.Panel();
- this.alarmItem5 = new IntelligentControlForsx.AlarmItem();
- this.alarmItem4 = new IntelligentControlForsx.AlarmItem();
- this.alarmItem3 = new IntelligentControlForsx.AlarmItem();
- this.alarmItem2 = new IntelligentControlForsx.AlarmItem();
- this.alarmItem1 = new IntelligentControlForsx.AlarmItem();
- this.label1 = new System.Windows.Forms.Label();
- this.DetailsPanel.SuspendLayout();
- this.pnlLP.SuspendLayout();
- this.pnlStation.SuspendLayout();
- this.pnlWindturbine.SuspendLayout();
- this.pnlMiddle.SuspendLayout();
- this.pnlLatest.SuspendLayout();
- this.SuspendLayout();
- //
- // hideDetailsFormTimer
- //
- this.hideDetailsFormTimer.Interval = 200;
- this.hideDetailsFormTimer.Tick += new System.EventHandler(this.hideDetailsFormTimer_Tick);
- //
- // refreshTimer
- //
- this.refreshTimer.Enabled = true;
- this.refreshTimer.Interval = 1000;
- this.refreshTimer.Tick += new System.EventHandler(this.refreshTimer_Tick);
- //
- // DetailsPanel
- //
- this.DetailsPanel.BackColor = System.Drawing.SystemColors.ControlLight;
- this.DetailsPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.DetailsPanel.Controls.Add(this.btnWindturbine);
- this.DetailsPanel.Controls.Add(this.btnStation);
- this.DetailsPanel.Controls.Add(this.pnlLP);
- this.DetailsPanel.Controls.Add(this.pnlMiddle);
- this.DetailsPanel.Controls.Add(this.btnLockForm);
- this.DetailsPanel.Controls.Add(this.pnlLatest);
- this.DetailsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.DetailsPanel.Location = new System.Drawing.Point(0, 0);
- this.DetailsPanel.Name = "DetailsPanel";
- this.DetailsPanel.Padding = new System.Windows.Forms.Padding(10);
- this.DetailsPanel.Size = new System.Drawing.Size(595, 516);
- this.DetailsPanel.TabIndex = 1;
- this.DetailsPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseDown);
- this.DetailsPanel.MouseEnter += new System.EventHandler(this.DetailsPanel_MouseEnter);
- this.DetailsPanel.MouseLeave += new System.EventHandler(this.DetailsPanel_MouseLeave);
- this.DetailsPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseMove);
- this.DetailsPanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DetailsPanel_MouseUp);
- //
- // btnWindturbine
- //
- this.btnWindturbine.BackColor = System.Drawing.Color.Transparent;
- this.btnWindturbine.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换右二;
- this.btnWindturbine.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnWindturbine.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnWindturbine.ForeColor = System.Drawing.Color.DimGray;
- this.btnWindturbine.Location = new System.Drawing.Point(97, 474);
- this.btnWindturbine.Name = "btnWindturbine";
- this.btnWindturbine.Size = new System.Drawing.Size(88, 29);
- this.btnWindturbine.TabIndex = 14;
- this.btnWindturbine.Text = "风 机";
- this.btnWindturbine.UseVisualStyleBackColor = false;
- this.btnWindturbine.Click += new System.EventHandler(this.btnWindturbine_Click);
- //
- // btnStation
- //
- this.btnStation.BackColor = System.Drawing.Color.Transparent;
- this.btnStation.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.切换左一;
- this.btnStation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStation.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnStation.ForeColor = System.Drawing.Color.White;
- this.btnStation.Location = new System.Drawing.Point(10, 474);
- this.btnStation.Name = "btnStation";
- this.btnStation.Size = new System.Drawing.Size(88, 29);
- this.btnStation.TabIndex = 13;
- this.btnStation.Text = "场 站";
- this.btnStation.UseVisualStyleBackColor = false;
- this.btnStation.Click += new System.EventHandler(this.btnStation_Click);
- //
- // pnlLP
- //
- this.pnlLP.BackColor = System.Drawing.Color.Transparent;
- this.pnlLP.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.光字牌背景;
- this.pnlLP.Controls.Add(this.label2);
- this.pnlLP.Controls.Add(this.pnlStation);
- this.pnlLP.Controls.Add(this.pnlWindturbine);
- this.pnlLP.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlLP.Location = new System.Drawing.Point(10, 269);
- this.pnlLP.Name = "pnlLP";
- this.pnlLP.Size = new System.Drawing.Size(575, 205);
- this.pnlLP.TabIndex = 11;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(17, 8);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 20);
- this.label2.TabIndex = 13;
- this.label2.Text = "光字牌";
- //
- // pnlStation
- //
- this.pnlStation.Controls.Add(this.lpCustom);
- this.pnlStation.Controls.Add(this.lpQS);
- this.pnlStation.Controls.Add(this.lpSBQ);
- this.pnlStation.Controls.Add(this.lpXS);
- this.pnlStation.Controls.Add(this.lpMHS);
- this.pnlStation.Controls.Add(this.lpNSS);
- this.pnlStation.Location = new System.Drawing.Point(0, 33);
- this.pnlStation.Name = "pnlStation";
- this.pnlStation.Size = new System.Drawing.Size(575, 172);
- this.pnlStation.TabIndex = 6;
- //
- // lpCustom
- //
- this.lpCustom.BackColor = System.Drawing.SystemColors.Window;
- this.lpCustom.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCustom.BackgroundImage")));
- this.lpCustom.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpCustom.LID = null;
- this.lpCustom.Location = new System.Drawing.Point(9, 77);
- this.lpCustom.LTitle = "自定义报警";
- this.lpCustom.Name = "lpCustom";
- this.lpCustom.Size = new System.Drawing.Size(108, 60);
- this.lpCustom.TabIndex = 5;
- //
- // lpQS
- //
- this.lpQS.BackColor = System.Drawing.SystemColors.Window;
- this.lpQS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpQS.BackgroundImage")));
- this.lpQS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpQS.LID = null;
- this.lpQS.Location = new System.Drawing.Point(347, 10);
- this.lpQS.LTitle = "青山风电场";
- this.lpQS.Name = "lpQS";
- this.lpQS.Size = new System.Drawing.Size(108, 60);
- this.lpQS.TabIndex = 4;
- //
- // lpSBQ
- //
- this.lpSBQ.BackColor = System.Drawing.SystemColors.Window;
- this.lpSBQ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpSBQ.BackgroundImage")));
- this.lpSBQ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpSBQ.LID = null;
- this.lpSBQ.Location = new System.Drawing.Point(9, 10);
- this.lpSBQ.LTitle = "石板泉风电场";
- this.lpSBQ.Name = "lpSBQ";
- this.lpSBQ.Size = new System.Drawing.Size(108, 60);
- this.lpSBQ.TabIndex = 0;
- //
- // lpXS
- //
- this.lpXS.BackColor = System.Drawing.SystemColors.Window;
- this.lpXS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpXS.BackgroundImage")));
- this.lpXS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpXS.LID = null;
- this.lpXS.Location = new System.Drawing.Point(460, 10);
- this.lpXS.LTitle = "香山风电场";
- this.lpXS.Name = "lpXS";
- this.lpXS.Size = new System.Drawing.Size(108, 60);
- this.lpXS.TabIndex = 3;
- //
- // lpMHS
- //
- this.lpMHS.BackColor = System.Drawing.SystemColors.Window;
- this.lpMHS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpMHS.BackgroundImage")));
- this.lpMHS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpMHS.LID = null;
- this.lpMHS.Location = new System.Drawing.Point(121, 10);
- this.lpMHS.LTitle = "麻黄山风电场";
- this.lpMHS.Name = "lpMHS";
- this.lpMHS.Size = new System.Drawing.Size(108, 60);
- this.lpMHS.TabIndex = 1;
- //
- // lpNSS
- //
- this.lpNSS.BackColor = System.Drawing.SystemColors.Window;
- this.lpNSS.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpNSS.BackgroundImage")));
- this.lpNSS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpNSS.LID = null;
- this.lpNSS.Location = new System.Drawing.Point(234, 10);
- this.lpNSS.LTitle = "牛首山风电场";
- this.lpNSS.Name = "lpNSS";
- this.lpNSS.Size = new System.Drawing.Size(108, 60);
- this.lpNSS.TabIndex = 2;
- //
- // pnlWindturbine
- //
- this.pnlWindturbine.Controls.Add(this.lpOther);
- this.pnlWindturbine.Controls.Add(this.lpBJ);
- this.pnlWindturbine.Controls.Add(this.lpKZ);
- this.pnlWindturbine.Controls.Add(this.lpCLX);
- this.pnlWindturbine.Controls.Add(this.lpYY);
- this.pnlWindturbine.Controls.Add(this.lpFDJ);
- this.pnlWindturbine.Controls.Add(this.lpDW);
- this.pnlWindturbine.Controls.Add(this.lpPH);
- this.pnlWindturbine.Controls.Add(this.lpJC);
- this.pnlWindturbine.Location = new System.Drawing.Point(0, 33);
- this.pnlWindturbine.Name = "pnlWindturbine";
- this.pnlWindturbine.Size = new System.Drawing.Size(575, 172);
- this.pnlWindturbine.TabIndex = 12;
- //
- // lpOther
- //
- this.lpOther.BackColor = System.Drawing.SystemColors.Window;
- this.lpOther.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpOther.BackgroundImage")));
- this.lpOther.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpOther.LID = null;
- this.lpOther.Location = new System.Drawing.Point(345, 81);
- this.lpOther.LTitle = "其它";
- this.lpOther.Name = "lpOther";
- this.lpOther.Size = new System.Drawing.Size(108, 60);
- this.lpOther.TabIndex = 11;
- //
- // lpBJ
- //
- this.lpBJ.BackColor = System.Drawing.SystemColors.Window;
- this.lpBJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpBJ.BackgroundImage")));
- this.lpBJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpBJ.LID = null;
- this.lpBJ.Location = new System.Drawing.Point(9, 11);
- this.lpBJ.LTitle = "变桨系统";
- this.lpBJ.Name = "lpBJ";
- this.lpBJ.Size = new System.Drawing.Size(108, 60);
- this.lpBJ.TabIndex = 3;
- //
- // lpKZ
- //
- this.lpKZ.BackColor = System.Drawing.SystemColors.Window;
- this.lpKZ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpKZ.BackgroundImage")));
- this.lpKZ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpKZ.LID = null;
- this.lpKZ.Location = new System.Drawing.Point(233, 81);
- this.lpKZ.LTitle = "控制系统";
- this.lpKZ.Name = "lpKZ";
- this.lpKZ.Size = new System.Drawing.Size(108, 60);
- this.lpKZ.TabIndex = 10;
- //
- // lpCLX
- //
- this.lpCLX.BackColor = System.Drawing.SystemColors.Window;
- this.lpCLX.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpCLX.BackgroundImage")));
- this.lpCLX.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpCLX.LID = null;
- this.lpCLX.Location = new System.Drawing.Point(121, 11);
- this.lpCLX.LTitle = "齿轮箱系统";
- this.lpCLX.Name = "lpCLX";
- this.lpCLX.Size = new System.Drawing.Size(108, 60);
- this.lpCLX.TabIndex = 4;
- //
- // lpYY
- //
- this.lpYY.BackColor = System.Drawing.SystemColors.Window;
- this.lpYY.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpYY.BackgroundImage")));
- this.lpYY.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpYY.LID = null;
- this.lpYY.Location = new System.Drawing.Point(121, 81);
- this.lpYY.LTitle = "液压系统";
- this.lpYY.Name = "lpYY";
- this.lpYY.Size = new System.Drawing.Size(108, 60);
- this.lpYY.TabIndex = 9;
- //
- // lpFDJ
- //
- this.lpFDJ.BackColor = System.Drawing.SystemColors.Window;
- this.lpFDJ.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpFDJ.BackgroundImage")));
- this.lpFDJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpFDJ.LID = null;
- this.lpFDJ.Location = new System.Drawing.Point(233, 11);
- this.lpFDJ.LTitle = "发电机系统";
- this.lpFDJ.Name = "lpFDJ";
- this.lpFDJ.Size = new System.Drawing.Size(108, 60);
- this.lpFDJ.TabIndex = 5;
- //
- // lpDW
- //
- this.lpDW.BackColor = System.Drawing.SystemColors.Window;
- this.lpDW.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpDW.BackgroundImage")));
- this.lpDW.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpDW.LID = null;
- this.lpDW.Location = new System.Drawing.Point(9, 81);
- this.lpDW.LTitle = "电网";
- this.lpDW.Name = "lpDW";
- this.lpDW.Size = new System.Drawing.Size(108, 60);
- this.lpDW.TabIndex = 8;
- //
- // lpPH
- //
- this.lpPH.BackColor = System.Drawing.SystemColors.Window;
- this.lpPH.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpPH.BackgroundImage")));
- this.lpPH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpPH.LID = null;
- this.lpPH.Location = new System.Drawing.Point(345, 11);
- this.lpPH.LTitle = "偏航系统";
- this.lpPH.Name = "lpPH";
- this.lpPH.Size = new System.Drawing.Size(108, 60);
- this.lpPH.TabIndex = 6;
- //
- // lpJC
- //
- this.lpJC.BackColor = System.Drawing.SystemColors.Window;
- this.lpJC.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lpJC.BackgroundImage")));
- this.lpJC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.lpJC.LID = null;
- this.lpJC.Location = new System.Drawing.Point(457, 11);
- this.lpJC.LTitle = "机舱";
- this.lpJC.Name = "lpJC";
- this.lpJC.Size = new System.Drawing.Size(108, 60);
- this.lpJC.TabIndex = 7;
- //
- // pnlMiddle
- //
- this.pnlMiddle.BackColor = System.Drawing.Color.Transparent;
- this.pnlMiddle.Controls.Add(this.btnViewReal);
- this.pnlMiddle.Controls.Add(this.btnViewHistory);
- this.pnlMiddle.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlMiddle.Location = new System.Drawing.Point(10, 215);
- this.pnlMiddle.Name = "pnlMiddle";
- this.pnlMiddle.Size = new System.Drawing.Size(575, 54);
- this.pnlMiddle.TabIndex = 10;
- //
- // btnViewReal
- //
- this.btnViewReal.BackColor = System.Drawing.Color.Transparent;
- this.btnViewReal.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮01;
- this.btnViewReal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnViewReal.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnViewReal.ForeColor = System.Drawing.Color.White;
- this.btnViewReal.Location = new System.Drawing.Point(261, 10);
- this.btnViewReal.Name = "btnViewReal";
- this.btnViewReal.Size = new System.Drawing.Size(138, 30);
- this.btnViewReal.TabIndex = 9;
- this.btnViewReal.Text = "查看实时报警";
- this.btnViewReal.UseVisualStyleBackColor = false;
- this.btnViewReal.Click += new System.EventHandler(this.btnViewReal_Click);
- //
- // btnViewHistory
- //
- this.btnViewHistory.BackColor = System.Drawing.Color.Transparent;
- this.btnViewHistory.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.按钮02;
- this.btnViewHistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnViewHistory.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnViewHistory.ForeColor = System.Drawing.Color.White;
- this.btnViewHistory.Location = new System.Drawing.Point(434, 10);
- this.btnViewHistory.Name = "btnViewHistory";
- this.btnViewHistory.Size = new System.Drawing.Size(138, 30);
- this.btnViewHistory.TabIndex = 8;
- this.btnViewHistory.Text = "查看历史报警";
- this.btnViewHistory.UseVisualStyleBackColor = false;
- this.btnViewHistory.Click += new System.EventHandler(this.btnViewHistory_Click);
- //
- // btnLockForm
- //
- this.btnLockForm.Image = global::IntelligentControlForsx.Properties.Resources.pin1;
- this.btnLockForm.Location = new System.Drawing.Point(565, 10);
- this.btnLockForm.Name = "btnLockForm";
- this.btnLockForm.Size = new System.Drawing.Size(20, 20);
- this.btnLockForm.TabIndex = 6;
- this.btnLockForm.UseVisualStyleBackColor = true;
- this.btnLockForm.Click += new System.EventHandler(this.button1_Click);
- //
- // pnlLatest
- //
- this.pnlLatest.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.最近报警背景;
- this.pnlLatest.Controls.Add(this.alarmItem5);
- this.pnlLatest.Controls.Add(this.alarmItem4);
- this.pnlLatest.Controls.Add(this.alarmItem3);
- this.pnlLatest.Controls.Add(this.alarmItem2);
- this.pnlLatest.Controls.Add(this.alarmItem1);
- this.pnlLatest.Controls.Add(this.label1);
- this.pnlLatest.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlLatest.Location = new System.Drawing.Point(10, 10);
- this.pnlLatest.Name = "pnlLatest";
- this.pnlLatest.Size = new System.Drawing.Size(575, 205);
- this.pnlLatest.TabIndex = 7;
- //
- // alarmItem5
- //
- this.alarmItem5.BackColor = System.Drawing.Color.Transparent;
- this.alarmItem5.Location = new System.Drawing.Point(2, 157);
- this.alarmItem5.Name = "alarmItem5";
- this.alarmItem5.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
- this.alarmItem5.Size = new System.Drawing.Size(570, 30);
- this.alarmItem5.TabIndex = 5;
- //
- // alarmItem4
- //
- this.alarmItem4.BackColor = System.Drawing.Color.Transparent;
- this.alarmItem4.Location = new System.Drawing.Point(2, 126);
- this.alarmItem4.Name = "alarmItem4";
- this.alarmItem4.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
- this.alarmItem4.Size = new System.Drawing.Size(570, 30);
- this.alarmItem4.TabIndex = 4;
- //
- // alarmItem3
- //
- this.alarmItem3.BackColor = System.Drawing.Color.Transparent;
- this.alarmItem3.Location = new System.Drawing.Point(2, 95);
- this.alarmItem3.Name = "alarmItem3";
- this.alarmItem3.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
- this.alarmItem3.Size = new System.Drawing.Size(570, 30);
- this.alarmItem3.TabIndex = 3;
- //
- // alarmItem2
- //
- this.alarmItem2.BackColor = System.Drawing.Color.Transparent;
- this.alarmItem2.Location = new System.Drawing.Point(2, 64);
- this.alarmItem2.Name = "alarmItem2";
- this.alarmItem2.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
- this.alarmItem2.Size = new System.Drawing.Size(570, 30);
- this.alarmItem2.TabIndex = 2;
- //
- // alarmItem1
- //
- this.alarmItem1.BackColor = System.Drawing.Color.Transparent;
- this.alarmItem1.Location = new System.Drawing.Point(2, 33);
- this.alarmItem1.Name = "alarmItem1";
- this.alarmItem1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
- this.alarmItem1.Size = new System.Drawing.Size(570, 30);
- this.alarmItem1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(17, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 20);
- this.label1.TabIndex = 0;
- this.label1.Text = "最近报警";
- //
- // BigForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(595, 516);
- this.Controls.Add(this.DetailsPanel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "BigForm";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "DetailsForm";
- this.TopMost = true;
- this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
- this.Load += new System.EventHandler(this.BigForm_Load);
- this.DetailsPanel.ResumeLayout(false);
- this.pnlLP.ResumeLayout(false);
- this.pnlLP.PerformLayout();
- this.pnlStation.ResumeLayout(false);
- this.pnlWindturbine.ResumeLayout(false);
- this.pnlMiddle.ResumeLayout(false);
- this.pnlLatest.ResumeLayout(false);
- this.pnlLatest.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel DetailsPanel;
- private System.Windows.Forms.Timer hideDetailsFormTimer;
- private LightPlate lpQS;
- private LightPlate lpXS;
- private LightPlate lpNSS;
- private LightPlate lpMHS;
- private LightPlate lpSBQ;
- private LightPlate lpOther;
- private LightPlate lpKZ;
- private LightPlate lpYY;
- private LightPlate lpDW;
- private LightPlate lpJC;
- private LightPlate lpPH;
- private LightPlate lpFDJ;
- private LightPlate lpCLX;
- private LightPlate lpBJ;
- private System.Windows.Forms.Timer refreshTimer;
- private LightPlate lpCustom;
- private System.Windows.Forms.Button btnLockForm;
- private System.Windows.Forms.Panel pnlLatest;
- private System.Windows.Forms.Label label1;
- private AlarmItem alarmItem5;
- private AlarmItem alarmItem4;
- private AlarmItem alarmItem3;
- private AlarmItem alarmItem2;
- private AlarmItem alarmItem1;
- private System.Windows.Forms.Button btnViewHistory;
- private System.Windows.Forms.Button btnViewReal;
- private System.Windows.Forms.Panel pnlMiddle;
- private System.Windows.Forms.Panel pnlLP;
- private System.Windows.Forms.Panel pnlStation;
- private System.Windows.Forms.Panel pnlWindturbine;
- private System.Windows.Forms.Button btnStation;
- private System.Windows.Forms.Button btnWindturbine;
- private System.Windows.Forms.Label label2;
- }
- }
|