//----------------------------------------------------------------------- // // Copyright © 2012 Nils Hammar. All rights reserved. // //----------------------------------------------------------------------- /* * Software to access vehicle information via the OBD-II connector. * * Copyright © 2012 Nils Hammar * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Alternative licensing is possible, see the licensing document. * * The above text may not be removed or modified. */ namespace Gauges { [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1122:UseStringEmptyForEmptyStrings", Justification = "Reviewed.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:ElementsMustBeOrderedByAccess", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1401:FieldsMustBePrivate", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1101:PrefixLocalCallsWithThis", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1400:AccessModifierMustBeDeclared", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1513:ClosingCurlyBracketMustBeFollowedByBlankLine", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Tool Generated.")] [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1601:PartialElementsMustBeDocumented", Justification = "Tool Generated.")] partial class GaugeForm1 { /// /// 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(GaugeForm1)); this.closeButton = new System.Windows.Forms.Button(); this.aquaGauge1b = new AquaControls.AquaGauge(); this.aquaGauge1a = new AquaControls.AquaGauge(); this.aquaGauge7 = new AquaControls.AquaGauge(); this.aquaGauge6 = new AquaControls.AquaGauge(); this.aquaGauge5 = new AquaControls.AquaGauge(); this.aquaGauge4 = new AquaControls.AquaGauge(); this.aquaGauge3 = new AquaControls.AquaGauge(); this.aquaGauge2 = new AquaControls.AquaGauge(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.centerFlowPanel7 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel6 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel5 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel4 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel3 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel2 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel1 = new Gauges.TelltalePanel.CenterFlowPanel(); this.centerFlowPanel0 = new Gauges.TelltalePanel.CenterFlowPanel(); this.SuspendLayout(); // // closeButton // this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.closeButton.Location = new System.Drawing.Point(894, 538); this.closeButton.Name = "closeButton"; this.closeButton.Size = new System.Drawing.Size(75, 23); this.closeButton.TabIndex = 9; this.closeButton.Text = "Close"; this.closeButton.UseVisualStyleBackColor = true; this.closeButton.Click += new System.EventHandler(this.closeButton_Click); // // aquaGauge1b // this.aquaGauge1b.BackColor = System.Drawing.Color.Transparent; this.aquaGauge1b.BlueValueMax = 0F; this.aquaGauge1b.BlueValueMin = 0F; this.aquaGauge1b.DialColor = System.Drawing.Color.Lavender; this.aquaGauge1b.DialText = ""; this.aquaGauge1b.DigitalGaugeText = null; this.aquaGauge1b.DigitalValue = 0F; this.aquaGauge1b.DigitColor = System.Drawing.Color.Black; this.aquaGauge1b.DigitMask = "000.00"; this.aquaGauge1b.Glossiness = 11.36364F; this.aquaGauge1b.iLogging = null; this.aquaGauge1b.Location = new System.Drawing.Point(492, 132); this.aquaGauge1b.MaxValue = 0F; this.aquaGauge1b.MinValue = 0F; this.aquaGauge1b.Name = "aquaGauge1b"; this.aquaGauge1b.RecommendedValueMax = 0F; this.aquaGauge1b.RecommendedValueMin = 0F; this.aquaGauge1b.Red1ValueMax = 0F; this.aquaGauge1b.Red1ValueMin = 0F; this.aquaGauge1b.Red2ValueMax = 0F; this.aquaGauge1b.Red2ValueMin = 0F; this.aquaGauge1b.Size = new System.Drawing.Size(321, 321); this.aquaGauge1b.TabIndex = 11; this.aquaGauge1b.Value = 0F; this.aquaGauge1b.Visible = false; this.aquaGauge1b.YellowValueMax = 0F; this.aquaGauge1b.YellowValueMin = 0F; // // aquaGauge1a // this.aquaGauge1a.BackColor = System.Drawing.Color.Transparent; this.aquaGauge1a.BlueValueMax = 0F; this.aquaGauge1a.BlueValueMin = 0F; this.aquaGauge1a.DialColor = System.Drawing.Color.Lavender; this.aquaGauge1a.DialText = ""; this.aquaGauge1a.DigitalGaugeText = null; this.aquaGauge1a.DigitalValue = 0F; this.aquaGauge1a.DigitColor = System.Drawing.Color.Black; this.aquaGauge1a.DigitMask = "000.00"; this.aquaGauge1a.Glossiness = 11.36364F; this.aquaGauge1a.iLogging = null; this.aquaGauge1a.Location = new System.Drawing.Point(168, 132); this.aquaGauge1a.MaxValue = 0F; this.aquaGauge1a.MinValue = 0F; this.aquaGauge1a.Name = "aquaGauge1a"; this.aquaGauge1a.RecommendedValueMax = 0F; this.aquaGauge1a.RecommendedValueMin = 0F; this.aquaGauge1a.Red1ValueMax = 0F; this.aquaGauge1a.Red1ValueMin = 0F; this.aquaGauge1a.Red2ValueMax = 0F; this.aquaGauge1a.Red2ValueMin = 0F; this.aquaGauge1a.Size = new System.Drawing.Size(321, 321); this.aquaGauge1a.TabIndex = 10; this.aquaGauge1a.Value = 0F; this.aquaGauge1a.YellowValueMax = 0F; this.aquaGauge1a.YellowValueMin = 0F; // // aquaGauge7 // this.aquaGauge7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.aquaGauge7.BackColor = System.Drawing.Color.Transparent; this.aquaGauge7.BlueValueMax = 0F; this.aquaGauge7.BlueValueMin = 0F; this.aquaGauge7.DialColor = System.Drawing.Color.Lavender; this.aquaGauge7.DialText = null; this.aquaGauge7.DigitalGaugeText = null; this.aquaGauge7.DigitalValue = 0F; this.aquaGauge7.DigitColor = System.Drawing.Color.Black; this.aquaGauge7.DigitMask = "000.00"; this.aquaGauge7.Glossiness = 11.36364F; this.aquaGauge7.iLogging = null; this.aquaGauge7.Location = new System.Drawing.Point(819, 324); this.aquaGauge7.MaxValue = 0F; this.aquaGauge7.MinValue = 0F; this.aquaGauge7.Name = "aquaGauge7"; this.aquaGauge7.RecommendedValueMax = 0F; this.aquaGauge7.RecommendedValueMin = 0F; this.aquaGauge7.Red1ValueMax = 0F; this.aquaGauge7.Red1ValueMin = 0F; this.aquaGauge7.Red2ValueMax = 0F; this.aquaGauge7.Red2ValueMin = 0F; this.aquaGauge7.Size = new System.Drawing.Size(150, 150); this.aquaGauge7.TabIndex = 6; this.aquaGauge7.Value = 0F; this.aquaGauge7.Visible = false; this.aquaGauge7.YellowValueMax = 0F; this.aquaGauge7.YellowValueMin = 0F; // // aquaGauge6 // this.aquaGauge6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.aquaGauge6.BackColor = System.Drawing.Color.Transparent; this.aquaGauge6.BlueValueMax = 0F; this.aquaGauge6.BlueValueMin = 0F; this.aquaGauge6.DialColor = System.Drawing.Color.Lavender; this.aquaGauge6.DialText = null; this.aquaGauge6.DigitalGaugeText = null; this.aquaGauge6.DigitalValue = 0F; this.aquaGauge6.DigitColor = System.Drawing.Color.Black; this.aquaGauge6.DigitMask = "000.00"; this.aquaGauge6.Glossiness = 11.36364F; this.aquaGauge6.iLogging = null; this.aquaGauge6.Location = new System.Drawing.Point(819, 168); this.aquaGauge6.MaxValue = 0F; this.aquaGauge6.MinValue = 0F; this.aquaGauge6.Name = "aquaGauge6"; this.aquaGauge6.RecommendedValueMax = 0F; this.aquaGauge6.RecommendedValueMin = 0F; this.aquaGauge6.Red1ValueMax = 0F; this.aquaGauge6.Red1ValueMin = 0F; this.aquaGauge6.Red2ValueMax = 0F; this.aquaGauge6.Red2ValueMin = 0F; this.aquaGauge6.Size = new System.Drawing.Size(150, 150); this.aquaGauge6.TabIndex = 5; this.aquaGauge6.Value = 0F; this.aquaGauge6.Visible = false; this.aquaGauge6.YellowValueMax = 0F; this.aquaGauge6.YellowValueMin = 0F; // // aquaGauge5 // this.aquaGauge5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.aquaGauge5.BackColor = System.Drawing.Color.Transparent; this.aquaGauge5.BlueValueMax = 0F; this.aquaGauge5.BlueValueMin = 0F; this.aquaGauge5.DialColor = System.Drawing.Color.Lavender; this.aquaGauge5.DialText = null; this.aquaGauge5.DigitalGaugeText = null; this.aquaGauge5.DigitalValue = 0F; this.aquaGauge5.DigitColor = System.Drawing.Color.Black; this.aquaGauge5.DigitMask = "000.00"; this.aquaGauge5.Glossiness = 11.36364F; this.aquaGauge5.iLogging = null; this.aquaGauge5.Location = new System.Drawing.Point(819, 12); this.aquaGauge5.MaxValue = 0F; this.aquaGauge5.MinValue = 0F; this.aquaGauge5.Name = "aquaGauge5"; this.aquaGauge5.RecommendedValueMax = 0F; this.aquaGauge5.RecommendedValueMin = 0F; this.aquaGauge5.Red1ValueMax = 0F; this.aquaGauge5.Red1ValueMin = 0F; this.aquaGauge5.Red2ValueMax = 0F; this.aquaGauge5.Red2ValueMin = 0F; this.aquaGauge5.Size = new System.Drawing.Size(150, 150); this.aquaGauge5.TabIndex = 4; this.aquaGauge5.Value = 0F; this.aquaGauge5.Visible = false; this.aquaGauge5.YellowValueMax = 0F; this.aquaGauge5.YellowValueMin = 0F; // // aquaGauge4 // this.aquaGauge4.BackColor = System.Drawing.Color.Transparent; this.aquaGauge4.BlueValueMax = 0F; this.aquaGauge4.BlueValueMin = 0F; this.aquaGauge4.DialColor = System.Drawing.Color.Lavender; this.aquaGauge4.DialText = null; this.aquaGauge4.DigitalGaugeText = null; this.aquaGauge4.DigitalValue = 0F; this.aquaGauge4.DigitColor = System.Drawing.Color.Black; this.aquaGauge4.DigitMask = "000.00"; this.aquaGauge4.Glossiness = 11.36364F; this.aquaGauge4.iLogging = null; this.aquaGauge4.Location = new System.Drawing.Point(12, 324); this.aquaGauge4.MaxValue = 0F; this.aquaGauge4.MinValue = 0F; this.aquaGauge4.Name = "aquaGauge4"; this.aquaGauge4.RecommendedValueMax = 0F; this.aquaGauge4.RecommendedValueMin = 0F; this.aquaGauge4.Red1ValueMax = 0F; this.aquaGauge4.Red1ValueMin = 0F; this.aquaGauge4.Red2ValueMax = 0F; this.aquaGauge4.Red2ValueMin = 0F; this.aquaGauge4.Size = new System.Drawing.Size(150, 150); this.aquaGauge4.TabIndex = 3; this.aquaGauge4.Value = 0F; this.aquaGauge4.Visible = false; this.aquaGauge4.YellowValueMax = 0F; this.aquaGauge4.YellowValueMin = 0F; // // aquaGauge3 // this.aquaGauge3.BackColor = System.Drawing.Color.Transparent; this.aquaGauge3.BlueValueMax = 0F; this.aquaGauge3.BlueValueMin = 0F; this.aquaGauge3.DialColor = System.Drawing.Color.Lavender; this.aquaGauge3.DialText = null; this.aquaGauge3.DigitalGaugeText = null; this.aquaGauge3.DigitalValue = 0F; this.aquaGauge3.DigitColor = System.Drawing.Color.Black; this.aquaGauge3.DigitMask = "000.00"; this.aquaGauge3.Glossiness = 11.36364F; this.aquaGauge3.iLogging = null; this.aquaGauge3.Location = new System.Drawing.Point(12, 168); this.aquaGauge3.MaxValue = 0F; this.aquaGauge3.MinValue = 0F; this.aquaGauge3.Name = "aquaGauge3"; this.aquaGauge3.RecommendedValueMax = 0F; this.aquaGauge3.RecommendedValueMin = 0F; this.aquaGauge3.Red1ValueMax = 0F; this.aquaGauge3.Red1ValueMin = 0F; this.aquaGauge3.Red2ValueMax = 0F; this.aquaGauge3.Red2ValueMin = 0F; this.aquaGauge3.Size = new System.Drawing.Size(150, 150); this.aquaGauge3.TabIndex = 2; this.aquaGauge3.Value = 0F; this.aquaGauge3.Visible = false; this.aquaGauge3.YellowValueMax = 0F; this.aquaGauge3.YellowValueMin = 0F; // // aquaGauge2 // this.aquaGauge2.BackColor = System.Drawing.Color.Transparent; this.aquaGauge2.BlueValueMax = 0F; this.aquaGauge2.BlueValueMin = 0F; this.aquaGauge2.DialColor = System.Drawing.Color.Lavender; this.aquaGauge2.DialText = null; this.aquaGauge2.DigitalGaugeText = null; this.aquaGauge2.DigitalValue = 0F; this.aquaGauge2.DigitColor = System.Drawing.Color.Black; this.aquaGauge2.DigitMask = "000.00"; this.aquaGauge2.Glossiness = 11.36364F; this.aquaGauge2.iLogging = null; this.aquaGauge2.Location = new System.Drawing.Point(12, 12); this.aquaGauge2.MaxValue = 0F; this.aquaGauge2.MinValue = 0F; this.aquaGauge2.Name = "aquaGauge2"; this.aquaGauge2.RecommendedValueMax = 0F; this.aquaGauge2.RecommendedValueMin = 0F; this.aquaGauge2.Red1ValueMax = 0F; this.aquaGauge2.Red1ValueMin = 0F; this.aquaGauge2.Red2ValueMax = 0F; this.aquaGauge2.Red2ValueMin = 0F; this.aquaGauge2.Size = new System.Drawing.Size(150, 150); this.aquaGauge2.TabIndex = 1; this.aquaGauge2.Value = 0F; this.aquaGauge2.Visible = false; this.aquaGauge2.YellowValueMax = 0F; this.aquaGauge2.YellowValueMin = 0F; // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // centerFlowPanel7 // this.centerFlowPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.centerFlowPanel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel7.Location = new System.Drawing.Point(819, 480); this.centerFlowPanel7.Name = "centerFlowPanel7"; this.centerFlowPanel7.paletteCreator = null; this.centerFlowPanel7.Size = new System.Drawing.Size(150, 52); this.centerFlowPanel7.TabIndex = 15; this.centerFlowPanel7.Visible = false; // // centerFlowPanel6 // this.centerFlowPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.centerFlowPanel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel6.Location = new System.Drawing.Point(168, 469); this.centerFlowPanel6.Name = "centerFlowPanel6"; this.centerFlowPanel6.paletteCreator = null; this.centerFlowPanel6.Size = new System.Drawing.Size(645, 92); this.centerFlowPanel6.TabIndex = 14; this.centerFlowPanel6.Visible = false; // // centerFlowPanel5 // this.centerFlowPanel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel5.Location = new System.Drawing.Point(12, 480); this.centerFlowPanel5.Name = "centerFlowPanel5"; this.centerFlowPanel5.paletteCreator = null; this.centerFlowPanel5.Size = new System.Drawing.Size(150, 81); this.centerFlowPanel5.TabIndex = 13; this.centerFlowPanel5.Visible = false; // // centerFlowPanel4 // this.centerFlowPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel4.Location = new System.Drawing.Point(444, 405); this.centerFlowPanel4.Name = "centerFlowPanel4"; this.centerFlowPanel4.paletteCreator = null; this.centerFlowPanel4.Size = new System.Drawing.Size(93, 58); this.centerFlowPanel4.TabIndex = 14; this.centerFlowPanel4.Visible = false; // // centerFlowPanel3 // this.centerFlowPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel3.Location = new System.Drawing.Point(444, 125); this.centerFlowPanel3.Name = "centerFlowPanel3"; this.centerFlowPanel3.paletteCreator = null; this.centerFlowPanel3.Size = new System.Drawing.Size(93, 58); this.centerFlowPanel3.TabIndex = 13; this.centerFlowPanel3.Visible = false; // // centerFlowPanel2 // this.centerFlowPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.centerFlowPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel2.Location = new System.Drawing.Point(726, 12); this.centerFlowPanel2.Name = "centerFlowPanel2"; this.centerFlowPanel2.paletteCreator = null; this.centerFlowPanel2.Size = new System.Drawing.Size(87, 107); this.centerFlowPanel2.TabIndex = 13; this.centerFlowPanel2.Visible = false; // // centerFlowPanel1 // this.centerFlowPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.centerFlowPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel1.Location = new System.Drawing.Point(261, 12); this.centerFlowPanel1.Name = "centerFlowPanel1"; this.centerFlowPanel1.paletteCreator = null; this.centerFlowPanel1.Size = new System.Drawing.Size(459, 107); this.centerFlowPanel1.TabIndex = 13; this.centerFlowPanel1.Visible = false; // // centerFlowPanel0 // this.centerFlowPanel0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.centerFlowPanel0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.centerFlowPanel0.Location = new System.Drawing.Point(168, 12); this.centerFlowPanel0.Name = "centerFlowPanel0"; this.centerFlowPanel0.paletteCreator = null; this.centerFlowPanel0.Size = new System.Drawing.Size(87, 107); this.centerFlowPanel0.TabIndex = 12; this.centerFlowPanel0.Visible = false; // // GaugeForm1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.BackgroundImage = global::Gauges.Properties.Resources.wallpaper_cf2_1440x900; this.ClientSize = new System.Drawing.Size(981, 573); this.Controls.Add(this.centerFlowPanel7); this.Controls.Add(this.centerFlowPanel6); this.Controls.Add(this.centerFlowPanel5); this.Controls.Add(this.centerFlowPanel4); this.Controls.Add(this.centerFlowPanel3); this.Controls.Add(this.centerFlowPanel2); this.Controls.Add(this.centerFlowPanel1); this.Controls.Add(this.centerFlowPanel0); this.Controls.Add(this.aquaGauge1b); this.Controls.Add(this.aquaGauge1a); this.Controls.Add(this.closeButton); this.Controls.Add(this.aquaGauge7); this.Controls.Add(this.aquaGauge6); this.Controls.Add(this.aquaGauge5); this.Controls.Add(this.aquaGauge4); this.Controls.Add(this.aquaGauge3); this.Controls.Add(this.aquaGauge2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(660, 490); this.Name = "GaugeForm1"; this.Text = "Gauges"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GaugeForm1_FormClosing); this.ResumeLayout(false); } #endregion private AquaControls.AquaGauge aquaGauge2; private AquaControls.AquaGauge aquaGauge3; private AquaControls.AquaGauge aquaGauge4; private AquaControls.AquaGauge aquaGauge5; private AquaControls.AquaGauge aquaGauge6; private AquaControls.AquaGauge aquaGauge7; private System.Windows.Forms.Button closeButton; private AquaControls.AquaGauge aquaGauge1a; private AquaControls.AquaGauge aquaGauge1b; private TelltalePanel.CenterFlowPanel centerFlowPanel0; private TelltalePanel.CenterFlowPanel centerFlowPanel1; private TelltalePanel.CenterFlowPanel centerFlowPanel2; private TelltalePanel.CenterFlowPanel centerFlowPanel3; private TelltalePanel.CenterFlowPanel centerFlowPanel4; private TelltalePanel.CenterFlowPanel centerFlowPanel5; private TelltalePanel.CenterFlowPanel centerFlowPanel6; private TelltalePanel.CenterFlowPanel centerFlowPanel7; private System.Windows.Forms.Timer timer1; } }