From 2416ff843af61489943ffa9501c3410150f6c7c6 Mon Sep 17 00:00:00 2001 From: Mary Mutahi Date: Fri, 5 Feb 2016 12:07:55 +0300 Subject: [PATCH 1/2] creating a new dialog --- instat/dlgReferenceLevel.Designer.vb | 50 +++++++++++ instat/dlgReferenceLevel.fr-FR.resx | 15 ++++ instat/dlgReferenceLevel.resx | 120 +++++++++++++++++++++++++++ instat/dlgReferenceLevel.sw-KE.resx | 15 ++++ instat/dlgReferenceLevel.vb | 3 + instat/instat.vbproj | 15 ++++ 6 files changed, 218 insertions(+) create mode 100644 instat/dlgReferenceLevel.Designer.vb create mode 100644 instat/dlgReferenceLevel.fr-FR.resx create mode 100644 instat/dlgReferenceLevel.resx create mode 100644 instat/dlgReferenceLevel.sw-KE.resx create mode 100644 instat/dlgReferenceLevel.vb diff --git a/instat/dlgReferenceLevel.Designer.vb b/instat/dlgReferenceLevel.Designer.vb new file mode 100644 index 00000000000..254d46c439a --- /dev/null +++ b/instat/dlgReferenceLevel.Designer.vb @@ -0,0 +1,50 @@ + _ +Partial Class dlgReferenceLevel + 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(-4, 208) + Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.TabIndex = 0 + ' + 'dlgReferenceLevel + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(407, 261) + Me.Controls.Add(Me.ucrBase) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Name = "dlgReferenceLevel" + Me.Tag = "Reference_Level" + Me.Text = "Reference Level" + Me.ResumeLayout(False) + + End Sub + + Friend WithEvents ucrBase As ucrButtons +End Class diff --git a/instat/dlgReferenceLevel.fr-FR.resx b/instat/dlgReferenceLevel.fr-FR.resx new file mode 100644 index 00000000000..9c9f69d752c --- /dev/null +++ b/instat/dlgReferenceLevel.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/dlgReferenceLevel.resx b/instat/dlgReferenceLevel.resx new file mode 100644 index 00000000000..29dcb1b3a35 --- /dev/null +++ b/instat/dlgReferenceLevel.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/dlgReferenceLevel.sw-KE.resx b/instat/dlgReferenceLevel.sw-KE.resx new file mode 100644 index 00000000000..9c9f69d752c --- /dev/null +++ b/instat/dlgReferenceLevel.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/dlgReferenceLevel.vb b/instat/dlgReferenceLevel.vb new file mode 100644 index 00000000000..0ffa1bcdbff --- /dev/null +++ b/instat/dlgReferenceLevel.vb @@ -0,0 +1,3 @@ +Public Class dlgReferenceLevel + +End Class \ No newline at end of file diff --git a/instat/instat.vbproj b/instat/instat.vbproj index 60b1fd15149..f95c46dfc7f 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -677,6 +677,12 @@ Form + + dlgReferenceLevel.vb + + + Form + dlgRegressionSimple.vb @@ -1854,6 +1860,15 @@ dlgRecode.vb + + dlgReferenceLevel.vb + + + dlgReferenceLevel.vb + + + dlgReferenceLevel.vb + dlgRegressionSimple.vb From b405d69fcb16a92e5a2eaa087450ee3c046acf6e Mon Sep 17 00:00:00 2001 From: Mary Mutahi Date: Fri, 5 Feb 2016 12:48:23 +0300 Subject: [PATCH 2/2] creating a new dialog --- instat/dlgConvertColumnsToFactors.Designer.vb | 50 ++++++++ instat/dlgConvertColumnsToFactors.fr-FR.resx | 15 +++ instat/dlgConvertColumnsToFactors.resx | 120 ++++++++++++++++++ instat/dlgConvertColumnsToFactors.sw-KE.resx | 15 +++ instat/dlgConvertColumnsToFactors.vb | 3 + instat/instat.vbproj | 15 +++ 6 files changed, 218 insertions(+) create mode 100644 instat/dlgConvertColumnsToFactors.Designer.vb create mode 100644 instat/dlgConvertColumnsToFactors.fr-FR.resx create mode 100644 instat/dlgConvertColumnsToFactors.resx create mode 100644 instat/dlgConvertColumnsToFactors.sw-KE.resx create mode 100644 instat/dlgConvertColumnsToFactors.vb diff --git a/instat/dlgConvertColumnsToFactors.Designer.vb b/instat/dlgConvertColumnsToFactors.Designer.vb new file mode 100644 index 00000000000..0adc1836764 --- /dev/null +++ b/instat/dlgConvertColumnsToFactors.Designer.vb @@ -0,0 +1,50 @@ + _ +Partial Class dlgConvertColumnsToFactors + 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(0, 262) + Me.ucrBase.Name = "ucrBase" + Me.ucrBase.Size = New System.Drawing.Size(410, 53) + Me.ucrBase.TabIndex = 0 + ' + 'dlgConvertColumnsToFactors + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(407, 316) + Me.Controls.Add(Me.ucrBase) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Name = "dlgConvertColumnsToFactors" + Me.Tag = "Convert_columns_to_factors" + Me.Text = "Convert Columns To Factors" + Me.ResumeLayout(False) + + End Sub + + Friend WithEvents ucrBase As ucrButtons +End Class diff --git a/instat/dlgConvertColumnsToFactors.fr-FR.resx b/instat/dlgConvertColumnsToFactors.fr-FR.resx new file mode 100644 index 00000000000..9c9f69d752c --- /dev/null +++ b/instat/dlgConvertColumnsToFactors.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/dlgConvertColumnsToFactors.resx b/instat/dlgConvertColumnsToFactors.resx new file mode 100644 index 00000000000..29dcb1b3a35 --- /dev/null +++ b/instat/dlgConvertColumnsToFactors.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/dlgConvertColumnsToFactors.sw-KE.resx b/instat/dlgConvertColumnsToFactors.sw-KE.resx new file mode 100644 index 00000000000..9c9f69d752c --- /dev/null +++ b/instat/dlgConvertColumnsToFactors.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/dlgConvertColumnsToFactors.vb b/instat/dlgConvertColumnsToFactors.vb new file mode 100644 index 00000000000..f984f34fe85 --- /dev/null +++ b/instat/dlgConvertColumnsToFactors.vb @@ -0,0 +1,3 @@ +Public Class dlgConvertColumnsToFactors + +End Class \ No newline at end of file diff --git a/instat/instat.vbproj b/instat/instat.vbproj index 6956d6a0dad..14caa546a21 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -239,6 +239,12 @@ Form + + dlgConvertColumnsToFactors.vb + + + Form + dlgCorrelation.vb @@ -1239,6 +1245,15 @@ dlgControlOptions.vb + + dlgConvertColumnsToFactors.vb + + + dlgConvertColumnsToFactors.vb + + + dlgConvertColumnsToFactors.vb + dlgCorrelation.vb