namespace Deltares.Dam.DamLiveShowcase
{
partial class MainFormDamLiveShowcase
{
///
/// 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.CalculationTimer = new System.Windows.Forms.Timer(this.components);
this.SlidingCurvePanel = new System.Windows.Forms.Panel();
this.WaterLevelLabel = new System.Windows.Forms.Label();
this.SafetyFactorLabel = new System.Windows.Forms.Label();
this.TimeStepLabel = new System.Windows.Forms.Label();
this.TimeSerieChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.PolderLevelLabel = new System.Windows.Forms.Label();
this.SensorValueLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.TimeSerieChart)).BeginInit();
this.SuspendLayout();
//
// CalculationTimer
//
this.CalculationTimer.Tick += new System.EventHandler(this.CalculationTimer_Tick);
//
// SlidingCurvePanel
//
this.SlidingCurvePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SlidingCurvePanel.Location = new System.Drawing.Point(23, 17);
this.SlidingCurvePanel.Name = "SlidingCurvePanel";
this.SlidingCurvePanel.Size = new System.Drawing.Size(725, 382);
this.SlidingCurvePanel.TabIndex = 0;
//
// WaterLevelLabel
//
this.WaterLevelLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.WaterLevelLabel.AutoSize = true;
this.WaterLevelLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.WaterLevelLabel.Location = new System.Drawing.Point(20, 437);
this.WaterLevelLabel.Name = "WaterLevelLabel";
this.WaterLevelLabel.Size = new System.Drawing.Size(128, 19);
this.WaterLevelLabel.TabIndex = 1;
this.WaterLevelLabel.Text = "Water level = ??";
//
// SafetyFactorLabel
//
this.SafetyFactorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SafetyFactorLabel.AutoSize = true;
this.SafetyFactorLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SafetyFactorLabel.Location = new System.Drawing.Point(20, 512);
this.SafetyFactorLabel.Name = "SafetyFactorLabel";
this.SafetyFactorLabel.Size = new System.Drawing.Size(142, 19);
this.SafetyFactorLabel.TabIndex = 2;
this.SafetyFactorLabel.Text = "Safety factor = ??";
//
// TimeStepLabel
//
this.TimeStepLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.TimeStepLabel.AutoSize = true;
this.TimeStepLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TimeStepLabel.Location = new System.Drawing.Point(20, 412);
this.TimeStepLabel.Name = "TimeStepLabel";
this.TimeStepLabel.Size = new System.Drawing.Size(83, 19);
this.TimeStepLabel.TabIndex = 3;
this.TimeStepLabel.Text = "Time = ??";
//
// TimeSerieChart
//
this.TimeSerieChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
chartArea1.Name = "ChartArea1";
this.TimeSerieChart.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.TimeSerieChart.Legends.Add(legend1);
this.TimeSerieChart.Location = new System.Drawing.Point(218, 432);
this.TimeSerieChart.Name = "TimeSerieChart";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series1.Color = System.Drawing.Color.Blue;
series1.Legend = "Legend1";
series1.Name = "WaterLevel";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series2.Color = System.Drawing.Color.Red;
series2.Legend = "Legend1";
series2.Name = "SafetyFactor";
this.TimeSerieChart.Series.Add(series1);
this.TimeSerieChart.Series.Add(series2);
this.TimeSerieChart.Size = new System.Drawing.Size(530, 99);
this.TimeSerieChart.TabIndex = 4;
this.TimeSerieChart.Text = "chart1";
//
// PolderLevelLabel
//
this.PolderLevelLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PolderLevelLabel.AutoSize = true;
this.PolderLevelLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PolderLevelLabel.Location = new System.Drawing.Point(20, 462);
this.PolderLevelLabel.Name = "PolderLevelLabel";
this.PolderLevelLabel.Size = new System.Drawing.Size(135, 19);
this.PolderLevelLabel.TabIndex = 5;
this.PolderLevelLabel.Text = "Polder level = ??";
//
// SensorValueLabel
//
this.SensorValueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SensorValueLabel.AutoSize = true;
this.SensorValueLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SensorValueLabel.Location = new System.Drawing.Point(20, 487);
this.SensorValueLabel.Name = "SensorValueLabel";
this.SensorValueLabel.Size = new System.Drawing.Size(146, 19);
this.SensorValueLabel.TabIndex = 6;
this.SensorValueLabel.Text = "Sensor value = ??";
//
// MainFormDamLiveShowcase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(764, 535);
this.Controls.Add(this.SensorValueLabel);
this.Controls.Add(this.PolderLevelLabel);
this.Controls.Add(this.TimeSerieChart);
this.Controls.Add(this.TimeStepLabel);
this.Controls.Add(this.SafetyFactorLabel);
this.Controls.Add(this.WaterLevelLabel);
this.Controls.Add(this.SlidingCurvePanel);
this.Name = "MainFormDamLiveShowcase";
this.Text = "Dam Live Showcase";
this.Shown += new System.EventHandler(this.MainWindowForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.TimeSerieChart)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer CalculationTimer;
private System.Windows.Forms.Panel SlidingCurvePanel;
private System.Windows.Forms.Label WaterLevelLabel;
private System.Windows.Forms.Label SafetyFactorLabel;
private System.Windows.Forms.Label TimeStepLabel;
private System.Windows.Forms.DataVisualization.Charting.Chart TimeSerieChart;
private System.Windows.Forms.Label PolderLevelLabel;
private System.Windows.Forms.Label SensorValueLabel;
}
}