diff --git a/instat/dlgIDFCurves.Designer.vb b/instat/dlgIDFCurves.Designer.vb new file mode 100644 index 00000000000..f9af1238740 --- /dev/null +++ b/instat/dlgIDFCurves.Designer.vb @@ -0,0 +1,41 @@ + _ +Partial Class dlgIDFCurves + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Windows Form Designer + 'It can be modified using the Windows Form Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + Me.SuspendLayout() + ' + 'dlgIDFCurves + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(487, 450) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "dlgIDFCurves" + Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen + Me.Text = "IDF Curves" + Me.ResumeLayout(False) + + End Sub +End Class diff --git a/instat/dlgIDFCurves.resx b/instat/dlgIDFCurves.resx new file mode 100644 index 00000000000..1af7de150c9 --- /dev/null +++ b/instat/dlgIDFCurves.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/instat/dlgIDFCurves.vb b/instat/dlgIDFCurves.vb new file mode 100644 index 00000000000..e146ccf6d86 --- /dev/null +++ b/instat/dlgIDFCurves.vb @@ -0,0 +1,3 @@ +Public Class dlgIDFCurves + +End Class \ No newline at end of file diff --git a/instat/frmMain.vb b/instat/frmMain.vb index 27eb531ec8a..3d47b2e8971 100644 --- a/instat/frmMain.vb +++ b/instat/frmMain.vb @@ -2636,4 +2636,8 @@ Public Class frmMain Private Sub mnuClimaticDescribeSeasonalGraph_Click(sender As Object, e As EventArgs) Handles mnuClimaticDescribeSeasonalGraph.Click dlgSeasonalGraph.ShowDialog() End Sub + + Private Sub mnuClimaticDescribeIDF_Click(sender As Object, e As EventArgs) Handles mnuClimaticDescribeIDF.Click + dlgIDFCurves.ShowDialog() + End Sub End Class diff --git a/instat/instat.vbproj b/instat/instat.vbproj index a650e9eec1d..eb03c008b07 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -245,6 +245,12 @@ Form + + dlgIDFCurves.vb + + + Form + dlgImportFromPostgres.vb @@ -3044,6 +3050,9 @@ dlgHomogenization.vb + + dlgIDFCurves.vb + dlgImportERA5Data.vb