namespace DamLiveLiveSensors { partial class MainFormLiveSensors { /// /// 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(); this.CalculationTimer = new System.Windows.Forms.Timer(this.components); this.WaterPressureLabel = new System.Windows.Forms.Label(); this.ComportLabel = new System.Windows.Forms.Label(); this.ComportComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // CalculationTimer // this.CalculationTimer.Tick += new System.EventHandler(this.CalculationTimer_Tick); // // WaterPressureLabel // this.WaterPressureLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.WaterPressureLabel.AutoSize = true; this.WaterPressureLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.WaterPressureLabel.Location = new System.Drawing.Point(12, 64); this.WaterPressureLabel.Name = "WaterPressureLabel"; this.WaterPressureLabel.Size = new System.Drawing.Size(165, 19); this.WaterPressureLabel.TabIndex = 2; this.WaterPressureLabel.Text = "Water pressure = ??"; // // ComportLabel // this.ComportLabel.AutoSize = true; this.ComportLabel.Location = new System.Drawing.Point(13, 27); this.ComportLabel.Name = "ComportLabel"; this.ComportLabel.Size = new System.Drawing.Size(49, 13); this.ComportLabel.TabIndex = 6; this.ComportLabel.Text = "Comport:"; // // comport_combo // this.ComportComboBox.FormattingEnabled = true; this.ComportComboBox.Location = new System.Drawing.Point(68, 24); this.ComportComboBox.Name = "ComportComboBox"; this.ComportComboBox.Size = new System.Drawing.Size(257, 21); this.ComportComboBox.TabIndex = 5; this.ComportComboBox.SelectedIndexChanged += new System.EventHandler(this.comport_combo_SelectedIndexChanged); // // MainFormLiveSensors // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(346, 262); this.Controls.Add(this.ComportLabel); this.Controls.Add(this.ComportComboBox); this.Controls.Add(this.WaterPressureLabel); this.Name = "MainFormLiveSensors"; this.Text = "Live Sensors"; this.Shown += new System.EventHandler(this.MainFormLiveSensors_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer CalculationTimer; private System.Windows.Forms.Label WaterPressureLabel; private System.Windows.Forms.Label ComportLabel; private System.Windows.Forms.ComboBox ComportComboBox; } }