Beispiel #1
0
 /// <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();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding2 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     this.slide1 = new NationalInstruments.UI.WindowsForms.Slide();
     this.networkVariableDataSource1 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.slide1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).BeginInit();
     this.SuspendLayout();
     //
     // slide1
     //
     this.slide1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.networkVariableDataSource1, "Binding1", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.slide1.Location = new System.Drawing.Point(34, 12);
     this.slide1.Name     = "slide1";
     this.slide1.Range    = new NationalInstruments.UI.Range(0D, 100D);
     this.slide1.Size     = new System.Drawing.Size(81, 366);
     this.slide1.TabIndex = 0;
     //
     // networkVariableDataSource1
     //
     networkVariableBinding2.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding2.Location    = "\\\\localhost\\jure\\Single";
     networkVariableBinding2.Name        = "Binding1";
     this.networkVariableDataSource1.Bindings.AddRange(new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding[] {
         networkVariableBinding2
     });
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(183, 381);
     this.Controls.Add(this.slide1);
     this.Name = "Form1";
     this.Text = "Alarm test";
     ((System.ComponentModel.ISupportInitialize)(this.slide1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <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();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding1 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding2 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding3 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding4 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding5 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding6 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(menu));
     this.button1    = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.button2    = new System.Windows.Forms.Button();
     this.button3    = new System.Windows.Forms.Button();
     this.button4    = new System.Windows.Forms.Button();
     this.button5    = new System.Windows.Forms.Button();
     this.Sys_Status = new NationalInstruments.UI.WindowsForms.Led();
     this.label2     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.label5     = new System.Windows.Forms.Label();
     this.Station_1  = new NationalInstruments.UI.WindowsForms.Led();
     this.Station_2  = new NationalInstruments.UI.WindowsForms.Led();
     this.Station_3  = new NationalInstruments.UI.WindowsForms.Led();
     this.Station_4  = new NationalInstruments.UI.WindowsForms.Led();
     this.label6     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.button7    = new System.Windows.Forms.Button();
     this.button8    = new System.Windows.Forms.Button();
     this.button9    = new System.Windows.Forms.Button();
     this.label8     = new System.Windows.Forms.Label();
     this.label9     = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.networkVariableDataSource1 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableDataSource(this.components);
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.Sys_Status)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(59, 110);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Station 1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(348, 30);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Flexible Cell Monitoring System 2.0";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(59, 139);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Station 2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(59, 168);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 3;
     this.button3.Text     = "Station 3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(59, 197);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 23);
     this.button4.TabIndex = 4;
     this.button4.Text     = "Station 4";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(17, 80);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(343, 23);
     this.button5.TabIndex = 5;
     this.button5.Text     = "System Overview";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // Sys_Status
     //
     this.Sys_Status.BlinkMode = NationalInstruments.UI.LedBlinkMode.BlinkWhenOn;
     this.Sys_Status.LedStyle  = NationalInstruments.UI.LedStyle.Round3D;
     this.Sys_Status.Location  = new System.Drawing.Point(17, 42);
     this.Sys_Status.Name      = "Sys_Status";
     this.Sys_Status.Size      = new System.Drawing.Size(33, 32);
     this.Sys_Status.TabIndex  = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(140, 110);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(59, 21);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Status:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(140, 138);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 21);
     this.label3.TabIndex = 8;
     this.label3.Text     = "Status:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(140, 167);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 21);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Status:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(140, 196);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(59, 21);
     this.label5.TabIndex = 10;
     this.label5.Text     = "Status:";
     //
     // Station_1
     //
     this.Station_1.LedStyle = NationalInstruments.UI.LedStyle.Square3D;
     this.Station_1.Location = new System.Drawing.Point(29, 110);
     this.Station_1.Name     = "Station_1";
     this.Station_1.OffColor = System.Drawing.Color.Maroon;
     this.Station_1.OnColor  = System.Drawing.Color.Red;
     this.Station_1.Size     = new System.Drawing.Size(24, 23);
     this.Station_1.TabIndex = 11;
     //
     // Station_2
     //
     this.Station_2.LedStyle = NationalInstruments.UI.LedStyle.Square3D;
     this.Station_2.Location = new System.Drawing.Point(29, 139);
     this.Station_2.Name     = "Station_2";
     this.Station_2.OffColor = System.Drawing.Color.Maroon;
     this.Station_2.OnColor  = System.Drawing.Color.Red;
     this.Station_2.Size     = new System.Drawing.Size(24, 23);
     this.Station_2.TabIndex = 12;
     //
     // Station_3
     //
     this.Station_3.LedStyle = NationalInstruments.UI.LedStyle.Square3D;
     this.Station_3.Location = new System.Drawing.Point(29, 167);
     this.Station_3.Name     = "Station_3";
     this.Station_3.OffColor = System.Drawing.Color.Maroon;
     this.Station_3.OnColor  = System.Drawing.Color.Red;
     this.Station_3.Size     = new System.Drawing.Size(24, 23);
     this.Station_3.TabIndex = 13;
     //
     // Station_4
     //
     this.Station_4.LedStyle = NationalInstruments.UI.LedStyle.Square3D;
     this.Station_4.Location = new System.Drawing.Point(29, 196);
     this.Station_4.Name     = "Station_4";
     this.Station_4.OffColor = System.Drawing.Color.Maroon;
     this.Station_4.OnColor  = System.Drawing.Color.Red;
     this.Station_4.Size     = new System.Drawing.Size(24, 23);
     this.Station_4.TabIndex = 14;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(56, 48);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(68, 17);
     this.label6.TabIndex = 15;
     this.label6.Text     = "System is:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(130, 50);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(159, 15);
     this.label7.TabIndex = 16;
     this.label7.Text     = "Operational/Not Operational";
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(366, 12);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(93, 23);
     this.button7.TabIndex = 18;
     this.button7.Text     = "Help";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Red;
     this.button8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.ForeColor = System.Drawing.Color.White;
     this.button8.Location  = new System.Drawing.Point(366, 110);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(93, 106);
     this.button8.TabIndex  = 19;
     this.button8.Text      = "EMERGENCY SHUTDOWN";
     this.button8.UseVisualStyleBackColor = false;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button9
     //
     this.button9.BackColor = System.Drawing.Color.Lime;
     this.button9.ForeColor = System.Drawing.Color.Black;
     this.button9.Location  = new System.Drawing.Point(366, 81);
     this.button9.Name      = "button9";
     this.button9.Size      = new System.Drawing.Size(93, 23);
     this.button9.TabIndex  = 21;
     this.button9.Text      = "Restart";
     this.button9.UseVisualStyleBackColor = false;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(201, 114);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(159, 15);
     this.label8.TabIndex = 22;
     this.label8.Text     = "Operational/Not Operational";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(201, 143);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(159, 15);
     this.label9.TabIndex = 23;
     this.label9.Text     = "Operational/Not Operational";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(201, 172);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(159, 15);
     this.label10.TabIndex = 24;
     this.label10.Text     = "Operational/Not Operational";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(201, 201);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(159, 15);
     this.label11.TabIndex = 25;
     this.label11.Text     = "Operational/Not Operational";
     //
     // networkVariableDataSource1
     //
     networkVariableBinding1.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding1.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Status";
     networkVariableBinding1.Name        = "Status";
     networkVariableBinding2.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding2.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Emergency";
     networkVariableBinding2.Name        = "Emergency";
     networkVariableBinding3.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding3.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_1\\Status";
     networkVariableBinding3.Name        = "Station1_Status";
     networkVariableBinding4.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding4.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_2\\Status";
     networkVariableBinding4.Name        = "Station2_Status";
     networkVariableBinding5.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_3\\Status";
     networkVariableBinding5.Name        = "Station3_Status";
     networkVariableBinding6.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_4\\Status";
     networkVariableBinding6.Name        = "Station4_Status";
     this.networkVariableDataSource1.Bindings.AddRange(new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding[] {
         networkVariableBinding1,
         networkVariableBinding2,
         networkVariableBinding3,
         networkVariableBinding4,
         networkVariableBinding5,
         networkVariableBinding6
     });
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(366, 50);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(81, 17);
     this.checkBox1.TabIndex = 27;
     this.checkBox1.Text     = "Safe_Mode";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // menu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(469, 227);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.Station_4);
     this.Controls.Add(this.Station_3);
     this.Controls.Add(this.Station_2);
     this.Controls.Add(this.Station_1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Sys_Status);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "menu";
     this.Text = "Flexible Cell Monitoring System 2.0";
     ((System.ComponentModel.ISupportInitialize)(this.Sys_Status)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Station_4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #3
0
 /// <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();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding9  = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding networkVariableBinding10 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding();
     this.ledArray1    = new NationalInstruments.UI.WindowsForms.LedArray();
     this.switchArray1 = new NationalInstruments.UI.WindowsForms.SwitchArray();
     this.led1         = new NationalInstruments.UI.WindowsForms.Led();
     this.button1      = new System.Windows.Forms.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.button2      = new System.Windows.Forms.Button();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.networkVariableDataSource1 = new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableDataSource(this.components);
     this.label5      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.Menu_Button = new System.Windows.Forms.Button();
     this.label7      = new System.Windows.Forms.Label();
     this.label8      = new System.Windows.Forms.Label();
     this.label9      = new System.Windows.Forms.Label();
     this.label10     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ledArray1.ItemTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.switchArray1.ItemTemplate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.led1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).BeginInit();
     this.SuspendLayout();
     //
     // ledArray1
     //
     //
     //
     //
     this.ledArray1.ItemTemplate.LedStyle = NationalInstruments.UI.LedStyle.Round3D;
     this.ledArray1.ItemTemplate.Location = new System.Drawing.Point(0, 0);
     this.ledArray1.ItemTemplate.Name     = "";
     this.ledArray1.ItemTemplate.OffColor = System.Drawing.Color.Teal;
     this.ledArray1.ItemTemplate.OnColor  = System.Drawing.Color.Aqua;
     this.ledArray1.ItemTemplate.Size     = new System.Drawing.Size(48, 48);
     this.ledArray1.ItemTemplate.TabIndex = 0;
     this.ledArray1.ItemTemplate.TabStop  = false;
     this.ledArray1.LayoutMode            = NationalInstruments.UI.ControlArrayLayoutMode.Horizontal;
     this.ledArray1.Location  = new System.Drawing.Point(204, 117);
     this.ledArray1.Name      = "ledArray1";
     this.ledArray1.ScaleMode = NationalInstruments.UI.ControlArrayScaleMode.CreateFixedMode(16);
     this.ledArray1.Size      = new System.Drawing.Size(786, 67);
     this.ledArray1.TabIndex  = 0;
     //
     // switchArray1
     //
     //
     //
     //
     this.switchArray1.ItemTemplate.Location    = new System.Drawing.Point(0, 0);
     this.switchArray1.ItemTemplate.Name        = "";
     this.switchArray1.ItemTemplate.Size        = new System.Drawing.Size(48, 80);
     this.switchArray1.ItemTemplate.SwitchStyle = NationalInstruments.UI.SwitchStyle.VerticalToggle3D;
     this.switchArray1.ItemTemplate.TabIndex    = 0;
     this.switchArray1.ItemTemplate.TabStop     = false;
     this.switchArray1.LayoutMode     = NationalInstruments.UI.ControlArrayLayoutMode.Horizontal;
     this.switchArray1.Location       = new System.Drawing.Point(200, 202);
     this.switchArray1.Name           = "switchArray1";
     this.switchArray1.ScaleMode      = NationalInstruments.UI.ControlArrayScaleMode.CreateFixedMode(16);
     this.switchArray1.Size           = new System.Drawing.Size(790, 99);
     this.switchArray1.TabIndex       = 1;
     this.switchArray1.ValuesChanged += new System.EventHandler(this.switchArray1_ValuesChanged);
     //
     // led1
     //
     this.led1.BlinkMode = NationalInstruments.UI.LedBlinkMode.BlinkWhenOn;
     this.led1.LedStyle  = NationalInstruments.UI.LedStyle.Round3D;
     this.led1.Location  = new System.Drawing.Point(12, 12);
     this.led1.Name      = "led1";
     this.led1.OffColor  = System.Drawing.Color.Maroon;
     this.led1.OnColor   = System.Drawing.Color.Red;
     this.led1.Size      = new System.Drawing.Size(44, 39);
     this.led1.TabIndex  = 2;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(33, 99);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Refresh";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize   = true;
     this.label1.Font       = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.label1.Location   = new System.Drawing.Point(62, 16);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(186, 30);
     this.label1.TabIndex   = 4;
     this.label1.Text       = "Connection Status";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(896, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(94, 30);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Station 1";
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Segoe UI Semibold", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(33, 177);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(112, 23);
     this.button2.TabIndex = 6;
     this.button2.Text     = "System Overview";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(207, 99);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(195, 25);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Station Output Status";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(207, 203);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(182, 25);
     this.label4.TabIndex = 8;
     this.label4.Text     = "System Input Status";
     //
     // networkVariableDataSource1
     //
     networkVariableBinding9.Location     = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_1\\1_Inputs";
     networkVariableBinding9.Name         = "1In";
     networkVariableBinding10.BindingMode = NationalInstruments.NetworkVariable.NetworkVariableBindingMode.ReadWrite;
     networkVariableBinding10.Location    = "\\\\localhost\\Automate\\OPC\\Tester\\Sim\\Station_1\\1_Outputs";
     networkVariableBinding10.Name        = "1Out";
     this.networkVariableDataSource1.Bindings.AddRange(new NationalInstruments.NetworkVariable.WindowsForms.NetworkVariableBinding[] {
         networkVariableBinding9,
         networkVariableBinding10
     });
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(95, 60);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(147, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "@NetworkVariableLocation";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 54);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(77, 21);
     this.label6.TabIndex = 10;
     this.label6.Text     = "Location:";
     //
     // Menu_Button
     //
     this.Menu_Button.Location = new System.Drawing.Point(33, 262);
     this.Menu_Button.Name     = "Menu_Button";
     this.Menu_Button.Size     = new System.Drawing.Size(147, 23);
     this.Menu_Button.TabIndex = 11;
     this.Menu_Button.Text     = "Back To Main Menu";
     this.Menu_Button.UseVisualStyleBackColor = true;
     this.Menu_Button.Click += new System.EventHandler(this.button3_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(499, 22);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(147, 13);
     this.label7.TabIndex = 12;
     this.label7.Text     = "@NetworkVariableLocation";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(499, 38);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(147, 13);
     this.label8.TabIndex = 13;
     this.label8.Text     = "@NetworkVariableLocation";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(221, 170);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(21, 30);
     this.label9.TabIndex = 14;
     this.label9.Text     = "1";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(948, 170);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(33, 30);
     this.label10.TabIndex = 15;
     this.label10.Text     = "15";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(1002, 309);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.Menu_Button);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.led1);
     this.Controls.Add(this.switchArray1);
     this.Controls.Add(this.ledArray1);
     this.HelpButton = true;
     this.Name       = "Form1";
     this.Text       = "Station 1 Status";
     this.Load      += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ledArray1.ItemTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.switchArray1.ItemTemplate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.led1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.networkVariableDataSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }