namespace DamLiveSensorSliders
{
partial class MainFormSensorSliders
{
///
/// 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.Sensor01TrackBar = new System.Windows.Forms.TrackBar();
this.Sensor01Label = new System.Windows.Forms.Label();
this.Sensor02Label = new System.Windows.Forms.Label();
this.Sensor02TrackBar = new System.Windows.Forms.TrackBar();
((System.ComponentModel.ISupportInitialize)(this.Sensor01TrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Sensor02TrackBar)).BeginInit();
this.SuspendLayout();
//
// Sensor01TrackBar
//
this.Sensor01TrackBar.BackColor = System.Drawing.Color.LightSteelBlue;
this.Sensor01TrackBar.Location = new System.Drawing.Point(52, 49);
this.Sensor01TrackBar.Name = "Sensor01TrackBar";
this.Sensor01TrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
this.Sensor01TrackBar.Size = new System.Drawing.Size(45, 169);
this.Sensor01TrackBar.TabIndex = 0;
this.Sensor01TrackBar.ValueChanged += new System.EventHandler(this.WaterLevelTrackBar_ValueChanged);
//
// Sensor01Label
//
this.Sensor01Label.AutoSize = true;
this.Sensor01Label.Location = new System.Drawing.Point(49, 240);
this.Sensor01Label.Name = "Sensor01Label";
this.Sensor01Label.Size = new System.Drawing.Size(58, 13);
this.Sensor01Label.TabIndex = 1;
this.Sensor01Label.Text = "Waterlevel";
//
// Sensor02Label
//
this.Sensor02Label.AutoSize = true;
this.Sensor02Label.Location = new System.Drawing.Point(168, 240);
this.Sensor02Label.Name = "Sensor02Label";
this.Sensor02Label.Size = new System.Drawing.Size(59, 13);
this.Sensor02Label.TabIndex = 3;
this.Sensor02Label.Text = "Polderlevel";
//
// Sensor02TrackBar
//
this.Sensor02TrackBar.BackColor = System.Drawing.Color.LightSteelBlue;
this.Sensor02TrackBar.Location = new System.Drawing.Point(182, 49);
this.Sensor02TrackBar.Name = "Sensor02TrackBar";
this.Sensor02TrackBar.Orientation = System.Windows.Forms.Orientation.Vertical;
this.Sensor02TrackBar.Size = new System.Drawing.Size(45, 169);
this.Sensor02TrackBar.TabIndex = 2;
this.Sensor02TrackBar.ValueChanged += new System.EventHandler(this.PolderlevelTrackBar_ValueChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.Sensor02Label);
this.Controls.Add(this.Sensor02TrackBar);
this.Controls.Add(this.Sensor01Label);
this.Controls.Add(this.Sensor01TrackBar);
this.Name = "MainForm";
this.Text = "Sensor Sliders";
((System.ComponentModel.ISupportInitialize)(this.Sensor01TrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Sensor02TrackBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TrackBar Sensor01TrackBar;
private System.Windows.Forms.Label Sensor01Label;
private System.Windows.Forms.Label Sensor02Label;
private System.Windows.Forms.TrackBar Sensor02TrackBar;
}
}