From e3c65e117c257de753bd2036b09824ab0b565495 Mon Sep 17 00:00:00 2001 From: Bethan Clarke Date: Mon, 6 Jun 2016 14:04:29 +0100 Subject: [PATCH] created probability model dialogue --- instat/dlgProbabilityModels.Designer.vb | 38 ++++++++ instat/dlgProbabilityModels.resx | 120 ++++++++++++++++++++++++ instat/dlgProbabilityModels.vb | 3 + instat/instat.vbproj | 9 ++ 4 files changed, 170 insertions(+) create mode 100644 instat/dlgProbabilityModels.Designer.vb create mode 100644 instat/dlgProbabilityModels.resx create mode 100644 instat/dlgProbabilityModels.vb diff --git a/instat/dlgProbabilityModels.Designer.vb b/instat/dlgProbabilityModels.Designer.vb new file mode 100644 index 00000000000..3a77e092c7e --- /dev/null +++ b/instat/dlgProbabilityModels.Designer.vb @@ -0,0 +1,38 @@ + _ +Partial Class dlgProbabilityModels + 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() + ' + 'dlgProbabilityModels + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(284, 261) + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.Name = "dlgProbabilityModels" + Me.Text = "dlgProbabilityModels" + Me.ResumeLayout(False) + + End Sub +End Class diff --git a/instat/dlgProbabilityModels.resx b/instat/dlgProbabilityModels.resx new file mode 100644 index 00000000000..29dcb1b3a35 --- /dev/null +++ b/instat/dlgProbabilityModels.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/dlgProbabilityModels.vb b/instat/dlgProbabilityModels.vb new file mode 100644 index 00000000000..236a340fdf8 --- /dev/null +++ b/instat/dlgProbabilityModels.vb @@ -0,0 +1,3 @@ +Public Class dlgProbabilityModels + +End Class \ No newline at end of file diff --git a/instat/instat.vbproj b/instat/instat.vbproj index abf6b71e583..cbcb8fc25d3 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -420,6 +420,12 @@ Form + + dlgProbabilityModels.vb + + + Form + dlgProtect.vb @@ -2086,6 +2092,9 @@ dlgPrintPreviewOptions.vb + + dlgProbabilityModels.vb + dlgProtect.vb