diff --git a/instat/dlgSetupForDataEntry.Designer.vb b/instat/dlgSetupForDataEntry.Designer.vb new file mode 100644 index 00000000000..0d4db670bcf --- /dev/null +++ b/instat/dlgSetupForDataEntry.Designer.vb @@ -0,0 +1,39 @@ + _ +Partial Class dlgSetupForDataEntry + 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() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(dlgSetupForDataEntry)) + Me.SuspendLayout() + ' + 'dlgSetupForDataEntry + ' + resources.ApplyResources(Me, "$this") + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow + Me.MaximizeBox = False + Me.MinimizeBox = False + Me.Name = "dlgSetupForDataEntry" + Me.ResumeLayout(False) + + End Sub +End Class diff --git a/instat/dlgSetupForDataEntry.resx b/instat/dlgSetupForDataEntry.resx new file mode 100644 index 00000000000..4d35dcff75d --- /dev/null +++ b/instat/dlgSetupForDataEntry.resx @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + True + + + + 6, 13 + + + 439, 331 + + + + CenterScreen + + + dlgSetupForDataEntry + + + dlgSetupForDataEntry + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/instat/dlgSetupForDataEntry.vb b/instat/dlgSetupForDataEntry.vb new file mode 100644 index 00000000000..621746412c3 --- /dev/null +++ b/instat/dlgSetupForDataEntry.vb @@ -0,0 +1,3 @@ +Public Class dlgSetupForDataEntry + +End Class \ No newline at end of file diff --git a/instat/instat.vbproj b/instat/instat.vbproj index 0e7c0910b4f..0801994b8b4 100644 --- a/instat/instat.vbproj +++ b/instat/instat.vbproj @@ -332,6 +332,12 @@ Form + + dlgSetupForDataEntry.vb + + + Form + dlgTaylorDiagram.vb @@ -2782,6 +2788,9 @@ dlgSeasonalPlot.vb + + dlgSetupForDataEntry.vb + dlgTaylorDiagram.vb