diff --git a/instat/MultilingualResources/instat.fr-FR.xlf b/instat/MultilingualResources/instat.fr-FR.xlf index 61d9e0cfc49..c92c6f4ef2d 100644 --- a/instat/MultilingualResources/instat.fr-FR.xlf +++ b/instat/MultilingualResources/instat.fr-FR.xlf @@ -1300,4 +1300,12 @@ + +
+ +
+ + + +
\ No newline at end of file diff --git a/instat/MultilingualResources/instat.sw-KE.xlf b/instat/MultilingualResources/instat.sw-KE.xlf index 9c09bec2ae1..a77cc20463a 100644 --- a/instat/MultilingualResources/instat.sw-KE.xlf +++ b/instat/MultilingualResources/instat.sw-KE.xlf @@ -1301,4 +1301,12 @@ + +
+ +
+ + + +
\ No newline at end of file diff --git a/instat/dlgMonthlySummaries.designer.vb b/instat/dlgMonthlySummaries.designer.vb new file mode 100644 index 00000000000..a0e6f112f8e --- /dev/null +++ b/instat/dlgMonthlySummaries.designer.vb @@ -0,0 +1,52 @@ + _ +Partial Class dlgMonthlySummaries + 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.ucrBase = New instat.ucrButtons() + Me.SuspendLayout() + ' + 'ucrBase + ' + Me.ucrBase.Location = New System.Drawing.Point(31, 229) + Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(410, 32) + Me.ucrBase.TabIndex = 0 + ' + 'dlgMonthlySummaries + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(472, 262) + Me.Controls.Add(Me.ucrBase) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "dlgMonthlySummaries" + Me.Tag = "Monthly_Summaries" + Me.Text = "dlgMonthlySummaries" + Me.ResumeLayout(False) + + End Sub + + Friend WithEvents ucrBase As ucrButtons +End Class diff --git a/instat/dlgMonthlySummaries.fr-FR.resx b/instat/dlgMonthlySummaries.fr-FR.resx new file mode 100644 index 00000000000..a3df4f013d3 --- /dev/null +++ b/instat/dlgMonthlySummaries.fr-FR.resx @@ -0,0 +1,15 @@ + + + + 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/dlgMonthlySummaries.resx b/instat/dlgMonthlySummaries.resx new file mode 100644 index 00000000000..1af7de150c9 --- /dev/null +++ b/instat/dlgMonthlySummaries.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/dlgMonthlySummaries.sw-KE.resx b/instat/dlgMonthlySummaries.sw-KE.resx new file mode 100644 index 00000000000..a3df4f013d3 --- /dev/null +++ b/instat/dlgMonthlySummaries.sw-KE.resx @@ -0,0 +1,15 @@ + + + + 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/dlgMonthlySummaries.vb b/instat/dlgMonthlySummaries.vb new file mode 100644 index 00000000000..eeb87919422 --- /dev/null +++ b/instat/dlgMonthlySummaries.vb @@ -0,0 +1,12 @@ +Imports instat.Translations +Public Class dlgMonthlySummaries + Private Sub UcrButtons1_Load(sender As Object, e As EventArgs) Handles ucrBase.Load + autoTranslate(Me) + ucrBase.clsRsyntax.SetFunction("climate_obj$monthly_summary()") + ucrBase.clsRsyntax.iCallType = 0 + End Sub + + Private Sub dlgMonthlySummaries_Load(sender As Object, e As EventArgs) Handles MyBase.Load + + End Sub + End Class \ No newline at end of file diff --git a/instat/instat.vbproj b/instat/instat.vbproj index 90126bf7719..dff7be6d90d 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -333,6 +333,12 @@ Form + + dlgMonthlySummaries.vb + + + Form + dlgMultipleRegression.vb @@ -815,6 +821,15 @@ dlgMissingValuesplot.vb + + dlgMonthlySummaries.vb + + + dlgMonthlySummaries.vb + + + dlgMonthlySummaries.vb + dlgMultipleRegression.vb