diff --git a/instat/dlgBoxPlot.resx b/instat/dlgBoxPlot.resx index 9eef180caf9..eabb5733ec9 100644 --- a/instat/dlgBoxPlot.resx +++ b/instat/dlgBoxPlot.resx @@ -126,7 +126,7 @@ 10, 268 - 120, 25 + 149, 25 @@ -154,7 +154,7 @@ NoControl - 254, 205 + 272, 207 88, 13 @@ -184,7 +184,7 @@ NoControl - 254, 249 + 272, 249 128, 13 @@ -214,7 +214,7 @@ 10, 237 - 120, 25 + 149, 25 10 @@ -349,7 +349,7 @@ NoControl - 102, 352 + 157, 353 32, 13 @@ -379,7 +379,7 @@ NoControl - 206, 352 + 251, 352 75, 13 @@ -403,10 +403,10 @@ 4 - 254, 313 + 275, 313 - 120, 20 + 145, 20 24 @@ -424,7 +424,7 @@ 0 - 181, 375 + 160, 375 137, 21 @@ -448,7 +448,7 @@ 10, 375 - 151, 20 + 144, 20 15 @@ -466,7 +466,7 @@ 2 - 288, 349 + 332, 349 50, 20 @@ -487,7 +487,7 @@ 3 - 140, 349 + 195, 349 50, 20 @@ -511,7 +511,7 @@ 10, 349 - 93, 20 + 149, 20 14 @@ -532,10 +532,10 @@ False - 254, 287 + 275, 290 - 120, 20 + 145, 20 17 @@ -559,7 +559,7 @@ 4, 5, 4, 5 - 254, 24 + 328, 24 16 @@ -580,7 +580,7 @@ 10, 324 - 135, 20 + 238, 20 13 @@ -601,7 +601,7 @@ 10, 299 - 135, 20 + 238, 20 12 @@ -628,7 +628,7 @@ 425, 484 - 254, 263 + 275, 262 0, 0, 0, 0 @@ -676,7 +676,7 @@ 18 - 254, 220 + 275, 220 0, 0, 0, 0 @@ -741,9 +741,6 @@ 24 - - NoControl - CenterScreen @@ -757,7 +754,7 @@ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 254, 70 + 275, 63 120, 130 diff --git a/instat/dlgCalculator.resx b/instat/dlgCalculator.resx index 021d90373c4..7b793cb9243 100644 --- a/instat/dlgCalculator.resx +++ b/instat/dlgCalculator.resx @@ -177,7 +177,7 @@ 507, 421 - + 2, 3, 2, 3 @@ -192,4 +192,4 @@ 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/dlgCircular.Designer.vb b/instat/dlgCircular.Designer.vb index f7816160668..577dbb6fcbe 100644 --- a/instat/dlgCircular.Designer.vb +++ b/instat/dlgCircular.Designer.vb @@ -103,7 +103,7 @@ Partial Class dlgCircular 'ucrPnlUnits ' Me.ucrPnlUnits.Location = New System.Drawing.Point(3, 16) - Me.ucrPnlUnits.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5) + Me.ucrPnlUnits.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlUnits.Name = "ucrPnlUnits" Me.ucrPnlUnits.Size = New System.Drawing.Size(93, 67) Me.ucrPnlUnits.TabIndex = 0 @@ -160,7 +160,7 @@ Partial Class dlgCircular 'ucrPnlModulo ' Me.ucrPnlModulo.Location = New System.Drawing.Point(10, 11) - Me.ucrPnlModulo.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5) + Me.ucrPnlModulo.Margin = New System.Windows.Forms.Padding(5) Me.ucrPnlModulo.Name = "ucrPnlModulo" Me.ucrPnlModulo.Size = New System.Drawing.Size(93, 67) Me.ucrPnlModulo.TabIndex = 3 @@ -168,7 +168,7 @@ Partial Class dlgCircular 'ucrSaveCircularColumn ' Me.ucrSaveCircularColumn.Location = New System.Drawing.Point(10, 314) - Me.ucrSaveCircularColumn.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5) + Me.ucrSaveCircularColumn.Margin = New System.Windows.Forms.Padding(5) Me.ucrSaveCircularColumn.Name = "ucrSaveCircularColumn" Me.ucrSaveCircularColumn.Size = New System.Drawing.Size(255, 22) Me.ucrSaveCircularColumn.TabIndex = 6 @@ -199,7 +199,7 @@ Partial Class dlgCircular 'ucrBase ' Me.ucrBase.Location = New System.Drawing.Point(10, 341) - Me.ucrBase.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) + Me.ucrBase.Margin = New System.Windows.Forms.Padding(4) Me.ucrBase.Name = "ucrBase" Me.ucrBase.Size = New System.Drawing.Size(403, 52) Me.ucrBase.TabIndex = 0 @@ -217,12 +217,12 @@ Partial Class dlgCircular Me.Controls.Add(Me.ucrSelectorCircular) Me.Controls.Add(Me.ucrBase) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow - Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) + Me.Margin = New System.Windows.Forms.Padding(2) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "dlgCircular" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Convert to Circular" + Me.Text = "histogram" Me.grpUnits.ResumeLayout(False) Me.grpUnits.PerformLayout() Me.grpModulo.ResumeLayout(False) diff --git a/instat/dlgHistogram.resx b/instat/dlgHistogram.resx index 9fdcf992edb..82054a82023 100644 --- a/instat/dlgHistogram.resx +++ b/instat/dlgHistogram.resx @@ -126,7 +126,7 @@ 10, 267 - 185, 25 + 150, 25 @@ -154,7 +154,7 @@ 10, 236 - 185, 25 + 150, 25 8 @@ -280,7 +280,7 @@ True - 247, 216 + 249, 225 85, 13 @@ -304,16 +304,16 @@ 12 - 10, 308 + 10, 306 - 32, 18 + 83, 18 10 - Stats + merge lblStats @@ -328,7 +328,7 @@ 1 - 53, 300 + 101, 305 5, 5, 5, 5 @@ -352,7 +352,7 @@ 2 - 199, 306 + 250, 305 4, 4, 4, 4 @@ -382,7 +382,7 @@ 5, 5, 5, 5 - 255, 24 + 322, 24 12 @@ -409,7 +409,7 @@ 448, 436 - 247, 272 + 250, 277 4, 4, 4, 4 @@ -433,7 +433,7 @@ 0 - 247, 231 + 250, 241 0, 0, 0, 0 diff --git a/instat/dlgImportShapeFiles.Designer.vb b/instat/dlgImportShapeFiles.Designer.vb index 2ee33c4b2da..04b33a5eb59 100644 --- a/instat/dlgImportShapeFiles.Designer.vb +++ b/instat/dlgImportShapeFiles.Designer.vb @@ -114,7 +114,7 @@ Partial Class dlgImportShapeFiles Me.MinimizeBox = False Me.Name = "dlgImportShapeFiles" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Import and Tidy Shapefiles" + Me.Text = "Import Shapefiles" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgMerge.resx b/instat/dlgMerge.resx index 8af573eae82..24c6578085d 100644 --- a/instat/dlgMerge.resx +++ b/instat/dlgMerge.resx @@ -123,7 +123,7 @@ - 87, 150 + 99, 149 129, 23 diff --git a/instat/dlgOneVariableGraph.Designer.vb b/instat/dlgOneVariableGraph.Designer.vb index 5f2b4b1ce93..fc3b028fcba 100644 --- a/instat/dlgOneVariableGraph.Designer.vb +++ b/instat/dlgOneVariableGraph.Designer.vb @@ -104,6 +104,7 @@ Partial Class dlgOneVariableGraph 'ucrChkFlip ' Me.ucrChkFlip.Checked = False + Me.ucrChkFlip.ForeColor = System.Drawing.SystemColors.ControlText resources.ApplyResources(Me.ucrChkFlip, "ucrChkFlip") Me.ucrChkFlip.Name = "ucrChkFlip" ' @@ -138,7 +139,6 @@ Partial Class dlgOneVariableGraph ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.Controls.Add(Me.ucrSaveGraph) Me.Controls.Add(Me.grpOutput) Me.Controls.Add(Me.ucrChkFlip) Me.Controls.Add(Me.cmdGraphOptions) @@ -146,6 +146,7 @@ Partial Class dlgOneVariableGraph Me.Controls.Add(Me.lblSelectedVariables) Me.Controls.Add(Me.ucrReceiverOneVarGraph) Me.Controls.Add(Me.ucrSelectorOneVarGraph) + Me.Controls.Add(Me.ucrSaveGraph) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False diff --git a/instat/dlgOpenNetCDF.Designer.vb b/instat/dlgOpenNetCDF.Designer.vb index f39b8c6a052..dd425a9f643 100644 --- a/instat/dlgOpenNetCDF.Designer.vb +++ b/instat/dlgOpenNetCDF.Designer.vb @@ -264,7 +264,7 @@ Partial Class dlgOpenNetCDF Me.MinimizeBox = False Me.Name = "dlgOpenNetCDF" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Import and Tidy NetCDF File" + Me.Text = "Import NetCDF File" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/instat/dlgOptions.resx b/instat/dlgOptions.resx index 1de2711bd0e..b7d37726012 100644 --- a/instat/dlgOptions.resx +++ b/instat/dlgOptions.resx @@ -342,195 +342,6 @@ 0 - - tbpLanguages - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 0 - - - tbpComments - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 1 - - - tbpImport - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 2 - - - tbpOutputWindow - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 3 - - - tbpEditor - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 4 - - - tbpCommands - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 5 - - - tbpDataView - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 6 - - - tbpWorkingDirectory - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 7 - - - tbpGraphDisplay - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 8 - - - tbpTailoredMenus - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 9 - - - tbpClimsoft - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 10 - - - Fill - - - 0, 0 - - - 572, 317 - - - 0 - - - tbcOptions - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls.Panel2 - - - 0 - - - spltControls.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - spltControls - - - 1 - - - 760, 317 - - - 184 - - - 8 - - - spltControls - - - System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - lblLanguage @@ -582,54 +393,6 @@ 0 - - True - - - 9, 18 - - - 61, 13 - - - 3 - - - Language : - - - lblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpLanguages - - - 0 - - - 75, 15 - - - 110, 21 - - - 2 - - - ucrInputLanguage - - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpLanguages - - - 1 - pnComments @@ -669,112 +432,16 @@ 1 - - GrowAndShrink - - - ucrInputComment + + pnImportData - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnComments + + tbpImport - - 0 - - - lblComment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnComments - - - 1 - - - 10, 10 - - - 338, 29 - - - 2 - - - pnComments - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpComments - - - 0 - - - 58, 5 - - - 277, 21 - - - 1 - - - ucrInputComment - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pnComments - - - 0 - - - True - - - 2, 9 - - - 54, 13 - - - 0 - - - Comment: - - - lblComment - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnComments - - - 1 - - - pnImportData - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpImport - - + 0 @@ -801,105 +468,6 @@ 2 - - True - - - GrowAndShrink - - - ucrNudPreviewRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pnImportData - - - 0 - - - lblPreviewRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnImportData - - - 1 - - - 10, 10 - - - 186, 28 - - - 2 - - - pnImportData - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpImport - - - 0 - - - 133, 5 - - - 50, 20 - - - 3 - - - ucrNudPreviewRows - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pnImportData - - - 0 - - - True - - - 3, 9 - - - 130, 13 - - - 0 - - - Number of Preview Rows: - - - lblPreviewRows - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pnImportData - - - 1 - ucrChkShowRCommandsinOutputWindow @@ -975,995 +543,1583 @@ 3 - - 10, 168 + + pnFormatEditor - - 271, 20 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + tbpEditor - - ucrChkShowRCommandsinOutputWindow + + 0 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 4, 22 - - tbpOutputWindow + + 3, 3, 3, 3 - - 0 + + 564, 291 - - 10, 145 + + 10 - - 271, 20 + + Editor Window - - 26 + + Data View - - ucrChkIncludeCommentsbyDefault + + tbpEditor - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpOutputWindow + + tbcOptions - - 1 + + 4 - - ucrChkShowSignifStars + + True - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 403, 46 - - grpROptions + + 47, 13 - - 0 + + 8 - - ucrNudDigits - - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - grpROptions - - - 1 + + seconds - - lblNoDigits + + lblWaitSeconds - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpROptions - - - 2 - - - 10, 192 - - - 271, 93 + + tbpCommands - - 25 + + 0 - - R Options + + 6, 47 - - grpROptions + + 337, 20 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tbpOutputWindow + + ucrChkShowWaitDialog - - 2 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 7, 49 + + tbpCommands - - 255, 20 + + 1 - - 28 + + 349, 45 - - ucrChkShowSignifStars + + 50, 20 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 5 - - grpROptions + + ucrNudWaitSeconds - - 0 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 152, 21 + + tbpCommands - - 50, 20 + + 2 - - 27 + + 6, 20 - - ucrNudDigits + + 398, 21 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 3 - - grpROptions + + ucrChkIncludeDefaultParams - - 1 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + tbpCommands - - 6, 23 + + 3 - - 137, 13 + + 4, 22 - - 1 + + 3, 3, 3, 3 - - Number of Digits to Display: + + 564, 291 - - lblNoDigits + + 4 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Commands - - grpROptions + + tbpCommands - - 2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tbcOptions - - GrowAndShrink + + 5 - - rtbCommentPreview + + lblEvery - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpDataView - + 0 - - rtbOutputPreview + + lblMinutes - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpDataView - + 1 - - rtbCommandPreview + + ucrChkAutoSave - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpDataView - + 2 - - cmdCommandFormat + + ucrChkShowDataonGrid - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpDataView - + 3 - - lblCommentFormat + + ucrNudAutoSaveMinutes - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpDataView - + 4 - - cmdOutputFormat + + ucrNudMaxCols - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpDataView - + 5 - - lblOutputFormat + + lblMaxCols - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpDataView - + 6 - - cmdCommentFormat + + ucrNudMaxRows - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpDataView - + 7 - - lblCommandFormat + + lblMaxRows - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpDataView - + 8 - - 10, 10 - - - 391, 118 - - - 21 + + 4, 22 - - pnFormatOptions + + 3, 3, 3, 3 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 564, 291 - - tbpOutputWindow + + 9 - - 3 + + Data View - - 100, 89 + + tbpDataView - - 171, 26 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + tbcOptions - - + + 6 - - rtbCommentPreview + + cmdWorkingDirectory - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpWorkingDirectory - + 0 - - 100, 49 + + lblWorkingDirectory - - 171, 26 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + tbpWorkingDirectory - - + + 1 - - rtbOutputPreview + + ucrWorkingDirectory - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpWorkingDirectory - - 1 + + 2 - - 100, 9 + + 4, 22 - - 171, 26 + + 3, 3, 3, 3 - - 20 + + 564, 291 - - + + 11 - - rtbCommandPreview + + Working Directory - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpWorkingDirectory - - pnFormatOptions + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + tbcOptions - - 288, 9 + + 7 - - 100, 23 + + rdoDisplayinSeparateWindows - - 10 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Change... + + tbpGraphDisplay - - cmdCommandFormat + + 0 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + rdoDisplayinRViewer - - pnFormatOptions + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tbpGraphDisplay - - True + + 1 - - 4, 94 + + rdoDisplayinOutputWindow - - 89, 13 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 19 + + tbpGraphDisplay - - Comment Format: + + 2 - - lblCommentFormat + + ucrPnlGraphDisplay - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - pnFormatOptions + + tbpGraphDisplay - - 4 + + 3 - - 288, 49 + + 4, 22 - - 100, 23 + + 3, 3, 3, 3 - - 16 + + 564, 291 - - Change... + + 12 - - cmdOutputFormat + + Graph Display - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpGraphDisplay - - pnFormatOptions + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + tbcOptions - - True + + 8 - - 4, 54 + + ucrChkViewStructuredMenu - - 77, 13 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 18 + + tbpTailoredMenus - - Output Format: + + 0 - - lblOutputFormat + + ucrChkViewOptionsByContextMenu - + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTailoredMenus + + + 1 + + + ucrChkViewProcurementMenu + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTailoredMenus + + + 2 + + + ucrChkViewClimaticMenu + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTailoredMenus + + + 3 + + + 4, 22 + + + 3, 3, 3, 3 + + + 564, 291 + + + 13 + + + Tailored Menus + + + tbpTailoredMenus + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbcOptions + + + 9 + + + lblUserName + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatOptions + + tbpClimsoft - + + 0 + + + lblPort + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpClimsoft + + + 1 + + + lblHost + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpClimsoft + + + 2 + + + lblDatabaseName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpClimsoft + + + 3 + + + ucrInputUserName + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpClimsoft + + + 4 + + + ucrInputPort + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpClimsoft + + + 5 + + + ucrInputHost + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpClimsoft + + 6 - - 288, 89 + + ucrInputDatabaseName - - 100, 23 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 16 + + tbpClimsoft + + + 7 + + + 4, 22 + + + 3, 3, 3, 3 + + + 564, 291 + + + 14 + + + Climsoft + + + tbpClimsoft + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbcOptions + + + 10 + + + Fill + + + 0, 0 + + + 572, 317 + + + 0 + + + tbcOptions + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + spltControls.Panel2 + + + 0 + + + spltControls.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + spltControls + + + 1 + + + 760, 317 + + + 184 + + + 8 + + + spltControls + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + True + + + 9, 18 + + + 61, 13 + + + 3 + + + Language : + + + lblLanguage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpLanguages + + + 0 + + + 75, 15 + + + 110, 21 + + + 2 + + + ucrInputLanguage + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpLanguages + + + 1 + + + GrowAndShrink + + + ucrInputComment + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + pnComments + + + 0 + + + lblComment + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnComments + + + 1 + + + 10, 10 + + + 391, 29 + + + 2 + + + pnComments + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpComments + + + 0 + + + 96, 5 + + + 292, 21 + + + 1 + + + ucrInputComment + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + pnComments + + + 0 + + + True + + + 2, 9 + + + 54, 13 + + + 0 + + + Comment: + + + lblComment + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnComments + + + 1 + + + True + + + GrowAndShrink + + + ucrNudPreviewRows + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + pnImportData + + + 0 + + + lblPreviewRows + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnImportData + + + 1 + + + 10, 10 + + + 186, 28 + + + 2 + + + pnImportData + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpImport + + + 0 + + + 133, 5 + + + 50, 20 + + + 3 + + + ucrNudPreviewRows + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + pnImportData + + + 0 + + + True + + + 3, 9 + + + 130, 13 + + + 0 + + + Number of Preview Rows: + + + lblPreviewRows + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pnImportData + + + 1 + + + 10, 168 + + + 388, 20 + + + 27 + + + ucrChkShowRCommandsinOutputWindow + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOutputWindow + + + 0 + + + 10, 145 + + + 391, 20 + + + 26 + + + ucrChkIncludeCommentsbyDefault + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpOutputWindow + + + 1 + + + ucrChkShowSignifStars + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpROptions + + + 0 + + + ucrNudDigits + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpROptions + + + 1 + + + lblNoDigits + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpROptions + + + 2 + + + 10, 192 + + + 271, 93 + + + 25 + + + R Options + + + grpROptions + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpOutputWindow + + + 2 + + + 7, 49 + + + 255, 20 + + + 28 + + + ucrChkShowSignifStars + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpROptions + + + 0 + + + 177, 23 + + + 50, 20 + + + 27 + + + ucrNudDigits + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpROptions + + + 1 + + + True - - Change... + + 6, 23 - - cmdCommentFormat + + 137, 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - pnFormatOptions + + Number of Digits to Display: - - 7 + + lblNoDigits - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 14 + + grpROptions - - 92, 13 + + 2 - - 17 + + True - - Command Format: + + GrowAndShrink - - lblCommandFormat + + rtbCommentPreview - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + pnFormatOptions - - 8 + + 0 - - pnFormatEditor + + rtbOutputPreview - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpEditor + + pnFormatOptions - - 0 + + 1 - - 4, 22 + + rtbCommandPreview - - 3, 3, 3, 3 + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 564, 291 + + pnFormatOptions - - 10 + + 2 - - Editor Window + + cmdCommandFormat - - Data View + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpEditor + + pnFormatOptions - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tbcOptions + + lblCommentFormat - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + pnFormatOptions - - GrowAndShrink + + 4 - - cmdEditorFont + + cmdOutputFormat - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatEditor + + pnFormatOptions - - 0 + + 5 - - lblFont + + lblOutputFormat - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pnFormatEditor - - - 1 - - - 10, 10 + + pnFormatOptions - - 212, 28 + + 6 - - 22 + + cmdCommentFormat - - pnFormatEditor + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pnFormatOptions - - tbpEditor + + 7 - - 0 + + lblCommandFormat - - 109, 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + pnFormatOptions - - 10 + + 8 - - Change... + + 10, 10 - - cmdEditorFont + + 391, 118 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - pnFormatEditor + + pnFormatOptions - - 0 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tbpOutputWindow - - 4, 7 + + 3 - - 66, 13 + + 124, 89 - - 17 + + 147, 26 - - Format Font: + + 22 - - lblFont + + - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + rtbCommentPreview - - pnFormatEditor + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + pnFormatOptions - - lblWaitSeconds + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 124, 49 - - tbpCommands + + 147, 26 - - 0 + + 21 - - ucrChkShowWaitDialog + + - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + rtbOutputPreview - - tbpCommands + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + pnFormatOptions - - ucrNudWaitSeconds + + 1 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 124, 9 - - tbpCommands + + 147, 26 - - 2 + + 20 - - ucrChkIncludeDefaultParams + + - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + rtbCommandPreview - - tbpCommands + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + pnFormatOptions - - 4, 22 + + 2 - - 3, 3, 3, 3 + + 288, 9 - - 564, 291 + + 100, 23 - - 4 + + 10 - - Commands + + Change... - - tbpCommands + + cmdCommandFormat - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbcOptions + + pnFormatOptions - - 5 + + 3 - + True - - 357, 50 + + 4, 94 - - 47, 13 + + 89, 13 - - 8 + + 19 - - seconds + + Comment Format: - - lblWaitSeconds + + lblCommentFormat - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpCommands + + pnFormatOptions - - 0 + + 4 - - 6, 47 + + 288, 49 - - 293, 20 + + 100, 23 - - 6 + + 16 - - ucrChkShowWaitDialog + + Change... - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + cmdOutputFormat - - tbpCommands + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + pnFormatOptions - - 305, 47 + + 5 - - 50, 20 + + True - - 5 + + 4, 54 - - ucrNudWaitSeconds + + 77, 13 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 18 - - tbpCommands + + Output Format: - - 2 + + lblOutputFormat - - 6, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 261, 21 + + pnFormatOptions - - 3 + + 6 - - ucrChkIncludeDefaultParams + + 288, 89 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 100, 23 - - tbpCommands + + 16 - - 3 + + Change... - - lblEvery + + cmdCommentFormat - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpDataView + + pnFormatOptions - - 0 + + 7 - - lblMinutes + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 14 - - tbpDataView + + 92, 13 - - 1 + + 17 - - ucrChkAutoSave + + Command Format: - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + lblCommandFormat - - tbpDataView + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + pnFormatOptions - - ucrChkShowDataonGrid + + 8 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - tbpDataView + + GrowAndShrink + + + cmdEditorFont + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + pnFormatEditor - - ucrNudAutoSaveMinutes + + 0 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + lblFont - - tbpDataView + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + pnFormatEditor - - ucrNudMaxCols + + 1 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 10, 10 - - tbpDataView + + 212, 28 - - 5 + + 22 - - lblMaxCols + + pnFormatEditor - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpDataView + + tbpEditor - - 6 + + 0 - - ucrNudMaxRows + + 109, 2 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 100, 23 - - tbpDataView + + 10 - - 7 + + Change... - - lblMaxRows + + cmdEditorFont - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpDataView + + pnFormatEditor - - 8 + + 0 - - 4, 22 + + True - - 3, 3, 3, 3 + + 4, 7 - - 564, 291 + + 66, 13 - - 9 + + 17 - - Data View + + Format Font: - - tbpDataView + + lblFont - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbcOptions + + pnFormatEditor - - 6 + + 1 True - 255, 104 + 236, 102 - 34, 13 + 33, 13 4 - Every + every lblEvery @@ -1981,16 +2137,16 @@ True - 362, 104 + 341, 102 - 44, 13 + 43, 13 4 - Minutes + minutes lblMinutes @@ -2008,7 +2164,7 @@ 13, 104 - 236, 20 + 217, 20 3 @@ -2029,7 +2185,7 @@ 13, 78 - 257, 20 + 393, 20 3 @@ -2047,7 +2203,7 @@ 3 - 305, 104 + 285, 99 50, 20 @@ -2068,7 +2224,7 @@ 4 - 221, 41 + 268, 41 50, 20 @@ -2116,7 +2272,7 @@ 6 - 220, 15 + 268, 15 50, 20 @@ -2163,69 +2319,6 @@ 8 - - cmdWorkingDirectory - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWorkingDirectory - - - 0 - - - lblWorkingDirectory - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWorkingDirectory - - - 1 - - - ucrWorkingDirectory - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpWorkingDirectory - - - 2 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 11 - - - Working Directory - - - tbpWorkingDirectory - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 7 - 399, 16 @@ -2253,125 +2346,50 @@ True - - 13, 20 - - - 95, 13 - - - 0 - - - Working Directory: - - - lblWorkingDirectory - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpWorkingDirectory - - - 1 - - - 111, 17 - - - 282, 21 - - - 1 - - - ucrWorkingDirectory - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpWorkingDirectory - - - 2 - - - rdoDisplayinSeparateWindows - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay - - - 0 - - - rdoDisplayinRViewer - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay - - - 1 - - - rdoDisplayinOutputWindow - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpGraphDisplay + + 13, 20 - - 2 + + 95, 13 - - ucrPnlGraphDisplay + + 0 - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + Working Directory: - - tbpGraphDisplay + + lblWorkingDirectory - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 22 + + tbpWorkingDirectory - - 3, 3, 3, 3 + + 1 - - 564, 291 + + 138, 17 - - 12 + + 255, 21 - - Graph Display + + 1 - - tbpGraphDisplay + + ucrWorkingDirectory - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbcOptions + + tbpWorkingDirectory - - 8 + + 2 True @@ -2458,7 +2476,7 @@ 0, 3 - 169, 66 + 365, 66 3 @@ -2475,86 +2493,11 @@ 3 - - ucrChkViewStructuredMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 0 - - - ucrChkViewOptionsByContextMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 1 - - - ucrChkViewProcurementMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 2 - - - ucrChkViewClimaticMenu - - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpTailoredMenus - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 13 - - - Tailored Menus - - - tbpTailoredMenus - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 9 - 7, 12 - 209, 20 + 378, 20 2 @@ -2575,7 +2518,7 @@ 7, 90 - 209, 20 + 413, 20 1 @@ -2596,7 +2539,7 @@ 7, 64 - 209, 20 + 413, 20 0 @@ -2617,7 +2560,7 @@ 7, 38 - 209, 20 + 407, 20 0 @@ -2634,129 +2577,6 @@ 3 - - lblUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 0 - - - lblPort - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 1 - - - lblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 2 - - - lblDatabaseName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbpClimsoft - - - 3 - - - ucrInputUserName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 4 - - - ucrInputPort - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 5 - - - ucrInputHost - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 6 - - - ucrInputDatabaseName - - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - tbpClimsoft - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 564, 291 - - - 14 - - - Climsoft - - - tbpClimsoft - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tbcOptions - - - 10 - True @@ -2878,7 +2698,7 @@ 3 - 99, 102 + 168, 96 137, 21 @@ -2899,7 +2719,7 @@ 4 - 99, 75 + 168, 69 137, 21 @@ -2920,7 +2740,7 @@ 5 - 99, 48 + 168, 43 137, 21 @@ -2941,7 +2761,7 @@ 6 - 99, 21 + 168, 17 137, 21 diff --git a/instat/dlgSummaryTables.Designer.vb b/instat/dlgSummaryTables.Designer.vb index 0cc12e7edae..4bbf44da436 100644 --- a/instat/dlgSummaryTables.Designer.vb +++ b/instat/dlgSummaryTables.Designer.vb @@ -43,11 +43,17 @@ Partial Class dlgSummaryTables Me.cmdSummaries = New System.Windows.Forms.Button() Me.lblSigFigs = New System.Windows.Forms.Label() Me.grpDisplay = New System.Windows.Forms.GroupBox() + Me.ucrNudColumnFactors = New instat.ucrNud() Me.lblColumnFactors = New System.Windows.Forms.Label() + Me.ucrChkDisplaySummaryVariablesAsRow = New instat.ucrCheck() + Me.ucrChkDisplayVariablesAsRows = New instat.ucrCheck() + Me.ucrChkDisplaySummariesAsRow = New instat.ucrCheck() + Me.ucrNudSigFigs = New instat.ucrNud() Me.grpMargin = New System.Windows.Forms.GroupBox() Me.rdoBoth = New System.Windows.Forms.RadioButton() Me.rdoSummary = New System.Windows.Forms.RadioButton() Me.rdoOuter = New System.Windows.Forms.RadioButton() + Me.ucrPnlMargin = New instat.UcrPanel() Me.lblMarginName = New System.Windows.Forms.Label() Me.lblVariables = New System.Windows.Forms.Label() Me.ucrInputMarginName = New instat.ucrInputTextBox() @@ -55,11 +61,6 @@ Partial Class dlgSummaryTables Me.ucrChkOmitMissing = New instat.ucrCheck() Me.ucrChkStoreResults = New instat.ucrCheck() Me.ucrChkDisplayMargins = New instat.ucrCheck() - Me.ucrNudColumnFactors = New instat.ucrNud() - Me.ucrChkDisplaySummaryVariablesAsRow = New instat.ucrCheck() - Me.ucrChkDisplayVariablesAsRows = New instat.ucrCheck() - Me.ucrChkDisplaySummariesAsRow = New instat.ucrCheck() - Me.ucrNudSigFigs = New instat.ucrNud() Me.ucrChkSummaries = New instat.ucrCheck() Me.ucrBase = New instat.ucrButtons() Me.ucrReceiverSummaryCols = New instat.ucrReceiverMultiple() @@ -67,7 +68,6 @@ Partial Class dlgSummaryTables Me.ucrReceiverWeights = New instat.ucrReceiverSingle() Me.ucrChkWeight = New instat.ucrCheck() Me.ucrSelectorSummaryTables = New instat.ucrSelectorByDataFrameAddRemove() - Me.ucrPnlMargin = New instat.UcrPanel() Me.grpDisplay.SuspendLayout() Me.grpMargin.SuspendLayout() Me.SuspendLayout() @@ -103,12 +103,50 @@ Partial Class dlgSummaryTables Me.grpDisplay.Name = "grpDisplay" Me.grpDisplay.TabStop = False ' + 'ucrNudColumnFactors + ' + Me.ucrNudColumnFactors.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudColumnFactors.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + resources.ApplyResources(Me.ucrNudColumnFactors, "ucrNudColumnFactors") + Me.ucrNudColumnFactors.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudColumnFactors.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudColumnFactors.Name = "ucrNudColumnFactors" + Me.ucrNudColumnFactors.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' 'lblColumnFactors ' resources.ApplyResources(Me.lblColumnFactors, "lblColumnFactors") Me.lblColumnFactors.Name = "lblColumnFactors" Me.lblColumnFactors.Tag = "" ' + 'ucrChkDisplaySummaryVariablesAsRow + ' + Me.ucrChkDisplaySummaryVariablesAsRow.Checked = False + resources.ApplyResources(Me.ucrChkDisplaySummaryVariablesAsRow, "ucrChkDisplaySummaryVariablesAsRow") + Me.ucrChkDisplaySummaryVariablesAsRow.Name = "ucrChkDisplaySummaryVariablesAsRow" + ' + 'ucrChkDisplayVariablesAsRows + ' + Me.ucrChkDisplayVariablesAsRows.Checked = False + resources.ApplyResources(Me.ucrChkDisplayVariablesAsRows, "ucrChkDisplayVariablesAsRows") + Me.ucrChkDisplayVariablesAsRows.Name = "ucrChkDisplayVariablesAsRows" + ' + 'ucrChkDisplaySummariesAsRow + ' + Me.ucrChkDisplaySummariesAsRow.Checked = False + resources.ApplyResources(Me.ucrChkDisplaySummariesAsRow, "ucrChkDisplaySummariesAsRow") + Me.ucrChkDisplaySummariesAsRow.Name = "ucrChkDisplaySummariesAsRow" + ' + 'ucrNudSigFigs + ' + Me.ucrNudSigFigs.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudSigFigs.Increment = New Decimal(New Integer() {1, 0, 0, 0}) + resources.ApplyResources(Me.ucrNudSigFigs, "ucrNudSigFigs") + Me.ucrNudSigFigs.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) + Me.ucrNudSigFigs.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) + Me.ucrNudSigFigs.Name = "ucrNudSigFigs" + Me.ucrNudSigFigs.Value = New Decimal(New Integer() {0, 0, 0, 0}) + ' 'grpMargin ' Me.grpMargin.Controls.Add(Me.rdoBoth) @@ -140,6 +178,11 @@ Partial Class dlgSummaryTables Me.rdoOuter.TabStop = True Me.rdoOuter.UseVisualStyleBackColor = True ' + 'ucrPnlMargin + ' + resources.ApplyResources(Me.ucrPnlMargin, "ucrPnlMargin") + Me.ucrPnlMargin.Name = "ucrPnlMargin" + ' 'lblMarginName ' resources.ApplyResources(Me.lblMarginName, "lblMarginName") @@ -182,44 +225,6 @@ Partial Class dlgSummaryTables resources.ApplyResources(Me.ucrChkDisplayMargins, "ucrChkDisplayMargins") Me.ucrChkDisplayMargins.Name = "ucrChkDisplayMargins" ' - 'ucrNudColumnFactors - ' - Me.ucrNudColumnFactors.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudColumnFactors.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudColumnFactors, "ucrNudColumnFactors") - Me.ucrNudColumnFactors.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudColumnFactors.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudColumnFactors.Name = "ucrNudColumnFactors" - Me.ucrNudColumnFactors.Value = New Decimal(New Integer() {0, 0, 0, 0}) - ' - 'ucrChkDisplaySummaryVariablesAsRow - ' - Me.ucrChkDisplaySummaryVariablesAsRow.Checked = False - resources.ApplyResources(Me.ucrChkDisplaySummaryVariablesAsRow, "ucrChkDisplaySummaryVariablesAsRow") - Me.ucrChkDisplaySummaryVariablesAsRow.Name = "ucrChkDisplaySummaryVariablesAsRow" - ' - 'ucrChkDisplayVariablesAsRows - ' - Me.ucrChkDisplayVariablesAsRows.Checked = False - resources.ApplyResources(Me.ucrChkDisplayVariablesAsRows, "ucrChkDisplayVariablesAsRows") - Me.ucrChkDisplayVariablesAsRows.Name = "ucrChkDisplayVariablesAsRows" - ' - 'ucrChkDisplaySummariesAsRow - ' - Me.ucrChkDisplaySummariesAsRow.Checked = False - resources.ApplyResources(Me.ucrChkDisplaySummariesAsRow, "ucrChkDisplaySummariesAsRow") - Me.ucrChkDisplaySummariesAsRow.Name = "ucrChkDisplaySummariesAsRow" - ' - 'ucrNudSigFigs - ' - Me.ucrNudSigFigs.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudSigFigs.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - resources.ApplyResources(Me.ucrNudSigFigs, "ucrNudSigFigs") - Me.ucrNudSigFigs.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) - Me.ucrNudSigFigs.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) - Me.ucrNudSigFigs.Name = "ucrNudSigFigs" - Me.ucrNudSigFigs.Value = New Decimal(New Integer() {0, 0, 0, 0}) - ' 'ucrChkSummaries ' Me.ucrChkSummaries.Checked = False @@ -272,11 +277,6 @@ Partial Class dlgSummaryTables resources.ApplyResources(Me.ucrSelectorSummaryTables, "ucrSelectorSummaryTables") Me.ucrSelectorSummaryTables.Name = "ucrSelectorSummaryTables" ' - 'ucrPnlMargin - ' - resources.ApplyResources(Me.ucrPnlMargin, "ucrPnlMargin") - Me.ucrPnlMargin.Name = "ucrPnlMargin" - ' 'dlgSummaryTables ' resources.ApplyResources(Me, "$this") diff --git a/instat/dlgSummaryTables.resx b/instat/dlgSummaryTables.resx index f3c2ba0d932..299cc5c1f0c 100644 --- a/instat/dlgSummaryTables.resx +++ b/instat/dlgSummaryTables.resx @@ -154,10 +154,10 @@ NoControl - 287, 472 + 327, 472 - 120, 23 + 104, 23 13 @@ -208,7 +208,7 @@ 6 - 109, 49 + 124, 49 50, 20 @@ -283,7 +283,7 @@ 11, 97 - 175, 20 + 227, 20 11 @@ -322,7 +322,7 @@ 4 - 109, 22 + 124, 23 50, 20 @@ -343,10 +343,10 @@ 5 - 187, 297 + 187, 306 - 244, 148 + 244, 139 11 @@ -366,6 +366,78 @@ 8 + + rdoBoth + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpMargin + + + 0 + + + rdoSummary + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpMargin + + + 1 + + + rdoOuter + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpMargin + + + 2 + + + ucrPnlMargin + + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpMargin + + + 3 + + + 3, 354 + + + 178, 91 + + + 13 + + + Margin + + + grpMargin + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 17 + True @@ -477,30 +549,6 @@ 3 - - 3, 354 - - - 178, 91 - - - 13 - - - Margin - - - grpMargin - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - True @@ -589,7 +637,7 @@ 4, 5, 4, 5 - 255, 24 + 313, 24 12 @@ -610,7 +658,7 @@ 10, 279 - 148, 20 + 271, 20 9 @@ -813,9 +861,6 @@ 16 - - NoControl - CenterScreen diff --git a/instat/dlgVisualizeData.Designer.vb b/instat/dlgVisualizeData.Designer.vb index c10d6a27eb8..d38d8abde72 100644 --- a/instat/dlgVisualizeData.Designer.vb +++ b/instat/dlgVisualizeData.Designer.vb @@ -94,7 +94,7 @@ Partial Class dlgVisualizeData 'rdoWholeDataFrame ' Me.rdoWholeDataFrame.AutoSize = True - Me.rdoWholeDataFrame.Location = New System.Drawing.Point(268, 69) + Me.rdoWholeDataFrame.Location = New System.Drawing.Point(260, 69) Me.rdoWholeDataFrame.Name = "rdoWholeDataFrame" Me.rdoWholeDataFrame.Size = New System.Drawing.Size(80, 17) Me.rdoWholeDataFrame.TabIndex = 6 @@ -104,7 +104,7 @@ Partial Class dlgVisualizeData ' 'rdoSelectedColumn ' - Me.rdoSelectedColumn.Location = New System.Drawing.Point(268, 92) + Me.rdoSelectedColumn.Location = New System.Drawing.Point(260, 92) Me.rdoSelectedColumn.Name = "rdoSelectedColumn" Me.rdoSelectedColumn.Size = New System.Drawing.Size(174, 24) Me.rdoSelectedColumn.TabIndex = 7 @@ -193,7 +193,7 @@ Partial Class dlgVisualizeData 'ucrReceiverVisualizeData ' Me.ucrReceiverVisualizeData.frmParent = Me - Me.ucrReceiverVisualizeData.Location = New System.Drawing.Point(268, 119) + Me.ucrReceiverVisualizeData.Location = New System.Drawing.Point(260, 119) Me.ucrReceiverVisualizeData.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverVisualizeData.Name = "ucrReceiverVisualizeData" Me.ucrReceiverVisualizeData.Selector = Nothing @@ -221,7 +221,7 @@ Partial Class dlgVisualizeData Me.ucrSaveGraph.Location = New System.Drawing.Point(10, 321) Me.ucrSaveGraph.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.ucrSaveGraph.Name = "ucrSaveGraph" - Me.ucrSaveGraph.Size = New System.Drawing.Size(282, 24) + Me.ucrSaveGraph.Size = New System.Drawing.Size(338, 24) Me.ucrSaveGraph.TabIndex = 17 ' 'ucrSelectorVisualizeData diff --git a/instat/sdgCorrPlot.resx b/instat/sdgCorrPlot.resx index aad110ab668..9345cfe44fe 100644 --- a/instat/sdgCorrPlot.resx +++ b/instat/sdgCorrPlot.resx @@ -340,7 +340,7 @@ 4, 5, 4, 5 - 253, 24 + 346, 24 13 diff --git a/instat/sdgMissingOptions.Designer.vb b/instat/sdgMissingOptions.Designer.vb index d066efea5de..d4a48ea8baf 100644 --- a/instat/sdgMissingOptions.Designer.vb +++ b/instat/sdgMissingOptions.Designer.vb @@ -45,7 +45,7 @@ Partial Class sdgMissingOptions Me.ucrInputPercentage.AddQuotesIfUnrecognised = True Me.ucrInputPercentage.IsMultiline = False Me.ucrInputPercentage.IsReadOnly = False - Me.ucrInputPercentage.Location = New System.Drawing.Point(268, 67) + Me.ucrInputPercentage.Location = New System.Drawing.Point(268, 70) Me.ucrInputPercentage.Margin = New System.Windows.Forms.Padding(7, 6, 7, 6) Me.ucrInputPercentage.Name = "ucrInputPercentage" Me.ucrInputPercentage.Size = New System.Drawing.Size(50, 21) @@ -57,7 +57,7 @@ Partial Class sdgMissingOptions Me.ucrChkMinNumNonMissing.Location = New System.Drawing.Point(9, 41) Me.ucrChkMinNumNonMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMinNumNonMissing.Name = "ucrChkMinNumNonMissing" - Me.ucrChkMinNumNonMissing.Size = New System.Drawing.Size(227, 20) + Me.ucrChkMinNumNonMissing.Size = New System.Drawing.Size(258, 20) Me.ucrChkMinNumNonMissing.TabIndex = 11 ' 'ucrNudNumberNotMissing @@ -101,7 +101,7 @@ Partial Class sdgMissingOptions Me.ucrChkMaxNumMissing.Location = New System.Drawing.Point(9, 12) Me.ucrChkMaxNumMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMaxNumMissing.Name = "ucrChkMaxNumMissing" - Me.ucrChkMaxNumMissing.Size = New System.Drawing.Size(227, 20) + Me.ucrChkMaxNumMissing.Size = New System.Drawing.Size(258, 20) Me.ucrChkMaxNumMissing.TabIndex = 9 ' 'ucrChkMaxPercMissing @@ -110,14 +110,14 @@ Partial Class sdgMissingOptions Me.ucrChkMaxPercMissing.Location = New System.Drawing.Point(9, 70) Me.ucrChkMaxPercMissing.Margin = New System.Windows.Forms.Padding(5) Me.ucrChkMaxPercMissing.Name = "ucrChkMaxPercMissing" - Me.ucrChkMaxPercMissing.Size = New System.Drawing.Size(227, 20) + Me.ucrChkMaxPercMissing.Size = New System.Drawing.Size(258, 20) Me.ucrChkMaxPercMissing.TabIndex = 13 ' 'ucrNudNumber ' Me.ucrNudNumber.DecimalPlaces = New Decimal(New Integer() {0, 0, 0, 0}) Me.ucrNudNumber.Increment = New Decimal(New Integer() {1, 0, 0, 0}) - Me.ucrNudNumber.Location = New System.Drawing.Point(268, 14) + Me.ucrNudNumber.Location = New System.Drawing.Point(268, 11) Me.ucrNudNumber.Margin = New System.Windows.Forms.Padding(5) Me.ucrNudNumber.Maximum = New Decimal(New Integer() {100, 0, 0, 0}) Me.ucrNudNumber.Minimum = New Decimal(New Integer() {0, 0, 0, 0}) diff --git a/instat/sdgPlots.resx b/instat/sdgPlots.resx index 56f839236c7..b8be4144de7 100644 --- a/instat/sdgPlots.resx +++ b/instat/sdgPlots.resx @@ -520,7 +520,7 @@ 3, 3, 3, 3 - 499, 423 + 510, 423 5 @@ -559,7 +559,7 @@ 3, 3, 3, 3 - 499, 423 + 510, 423 6 @@ -658,7 +658,7 @@ 3, 3, 3, 3 - 499, 423 + 510, 423 1 @@ -721,7 +721,7 @@ 3, 3, 3, 3 - 499, 423 + 510, 423 7 @@ -741,6 +741,15 @@ 6 + + 23, 210 + + + 326, 20 + + + 27 + ucrChkAddColour @@ -753,6 +762,15 @@ 0 + + 23, 6 + + + 326, 20 + + + 26 + ucrChkAddFillScale @@ -765,3815 +783,4181 @@ 1 - - grpColourScale + + ucrChkColourDiscrete - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpColour + + grpColourScale - - 2 + + 0 - - grpFillScale + + ucrNudColourScaleTransparency - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpColour + + grpColourScale - - 3 + + 1 - - 4, 22 + + ucrInputColourScalePalette - - 3, 3, 3, 3 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 499, 423 + + grpColourScale - - 8 + + 2 - - Colour + + ucrNudColourScaleMapEnds - - tbpColour + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpColourScale - - tbpPlotsOptions + + 3 - - 7 + + ucrNudColourScaleMapBegins - - 7, 17 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 278, 20 + + grpColourScale - - 44 + + 4 - - ucrChkAnnotation + + ucrChkColourScaleReverseOrder - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpAnnotation + + grpColourScale - - 0 + + 5 - - 75, 230 + + lblColourScaleMapEnds - - 100, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102 + + grpColourScale - - ucrChkParse + + 6 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + lblColourScaleMapBegins - - grpAnnotation + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + grpColourScale - - 75, 179 + + 7 - - 137, 21 + + lblColourScalePalette - - 101 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ucrInputFill + + grpColourScale - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 8 - - grpAnnotation + + lblColourScaleTransparency - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 81 + + grpColourScale - - 137, 21 + + 9 - - 100 + + 13, 236 - - ucrInputColour + + 444, 171 - - instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 25 - - grpAnnotation + + Colour Scale - - 2 + + grpColourScale - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tbpColour - - 7, 184 + + 2 - - 58, 13 + + 7, 119 - - 85 + + 352, 20 - - curvature : + + 10 - - lblCurvature + + ucrChkFillDiscrete - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpAnnotation + + grpFillScale - - 3 + + 0 - - 75, 130 + + 268, 43 - - 50, 20 + + 50, 21 - - 20 + + 9 - - ucrNudAlpha + + ucrNudFillScaleTransparency - + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpAnnotation - - - 4 + + grpFillScale - - True + + 1 - - NoControl + + 268, 94 - - 26, 135 + + 50, 22 - - 39, 13 + + 8 - - 19 + + ucrNudFillScaleMapEnds - - alpha : + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblAlpha + + grpFillScale - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - grpAnnotation + + 268, 69 - - 5 + + 50, 27 - - True + + 7 - - NoControl + + ucrNudFillScaleMapBegins - - 18, 184 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 47, 13 + + grpFillScale - - 83 + + 3 - - lineend : + + 268, 14 - - lblLineend + + 137, 24 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - grpAnnotation + + ucrInputFillScaleColour - - 6 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + grpFillScale - - NoControl + + 4 - - 26, 208 + + 7, 139 - - 39, 13 + + 352, 20 - - 80 + + 5 - - angle : + + ucrChkFillScaleReverseColourOrder - - lblAngle + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpFillScale - - grpAnnotation + + 5 - - 7 + + True - - 75, 204 + + NoControl - - 50, 20 + + 7, 98 - - 78 + + 198, 13 - - ucrNudAngle + + 3 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + Corrected Hue Where Colour Map Ends: - - grpAnnotation + + lblFillScaleMapEnds - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + grpFillScale + + + 6 + + True - + NoControl - - 23, 210 + + 7, 73 - - 42, 13 + + 206, 13 - - 79 + + 2 - - shape : + + Corrected Hue Where Colour Map Begins: - - lblShape + + lblFillScaleBeginColour - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpAnnotation + + grpFillScale - - 9 + + 7 - + True - + NoControl - - 25, 24 + + 7, 23 - - 41, 13 + + 76, 13 - - 77 + + 1 - - Geom : + + Colour Palette: - - lblAnnotationGeoms + + lblFillScaleColourPalettte - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpAnnotation + + grpFillScale - - 10 + + 8 - - 75, 19 + + True - - 137, 21 + + NoControl - - 76 + + 7, 48 - - ucrInputAnnotationGeoms + + 75, 13 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 0 - - grpAnnotation + + Transparency: - - 11 + + lblFillScaleTransparency - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl - - - 34, 111 + + grpFillScale - - 31, 13 + + 9 - - 75 + + 13, 30 - - size : + + 444, 163 - - lblSize + + 23 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill Scale - - grpAnnotation + + grpFillScale - - 12 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 106 + + tbpColour - - 50, 20 + + 3 - - 74 + + 4, 22 - - ucrNudSize + + 3, 3, 3, 3 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 510, 423 - - grpAnnotation + + 8 - - 13 + + Colour - - True + + tbpColour - - NoControl + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23, 87 + + tbpPlotsOptions - - 42, 13 + + 7 - - 73 + + ucrChkAnnotation - - colour : + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblColour + + tbpAnnotation - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - + grpAnnotation - - 14 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + tbpAnnotation - - NoControl + + 1 - - 291, 56 + + 4, 22 - - 18, 13 + + 3, 3, 3, 3 - - 69 + + 499, 423 - - y : + + 9 - - lblY + + Annotation - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpAnnotation - - grpAnnotation + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + tbpPlotsOptions - - True + + 8 - - NoControl + + 7, 3 - - 294, 31 + + 518, 449 - - 15, 13 + + 0 - - 68 + + tbpPlotsOptions - - x: + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblX + + $this - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - grpAnnotation + + 273, 269 - - 16 + + 156, 20 - - True + + 11 - - NoControl + + ucrChkDrop - - 43, 184 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 22, 13 + + tbpFacet - - 61 + + 0 - - fill : + + 169, 252 - - lblFill + + 46, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - grpAnnotation + + ucrNudNumberofRows - - 17 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + tbpFacet - - NoControl + + 1 - - 272, 132 + + 7, 254 - - 37, 13 + + 156, 20 - - 51 + + 14 - - xmax : + + ucrChkNoOfRowsOrColumns - - lblXmax + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpFacet - - grpAnnotation + + 2 - - 18 + + 8, 13 - - 318, 127 - - - 116, 21 - - - 50 + + 121, 20 - - ucrInputXmax + + 0 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrChkIncludeFacets - - grpAnnotation + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 19 + + tbpFacet - - 318, 102 + + 3 - - 116, 21 + + 273, 245 - - 49 + + 220, 20 - - ucrInputYmin + + 10 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrChkLabeler - - grpAnnotation + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 20 + + tbpFacet - - 318, 77 + + 4 - - 116, 21 + + 273, 221 - - 48 + + 100, 20 - - ucrInputXmin + + 9 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrChkFreeSpace - - grpAnnotation + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 21 + + tbpFacet - - True + + 5 - - NoControl + + 273, 197 - - 275, 106 + + 100, 20 - - 34, 13 + + 8 - - 47 + + ucrChkFreeScalesY - - ymin : + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblYmin + + tbpFacet - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - grpAnnotation + + 273, 173 - - 22 + + 100, 20 - - True + + 7 - - NoControl + + ucrChkFreeScalesX - - 275, 81 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 34, 13 + + tbpFacet - - 46 + + 7 - - xmin : + + 273, 149 - - lblXmin + + 100, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - grpAnnotation + + ucrChkMargin - - 23 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + tbpFacet - - NoControl + + 8 - - 273, 181 + + 8, 36 - - 36, 13 + + 0, 0, 0, 0 - - 40 + + 210, 180 - - xend : + + 1 - - lblXend + + ucrFacetSelector - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpAnnotation + + tbpFacet - - 24 + + 9 - + True - + NoControl - - 272, 156 - - - 37, 13 + + 8, 230 - - 39 + + 72, 17 - - ymax : + + 12 - - lblYmax + + Horizontal - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + rdoHorizontal - - grpAnnotation + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + tbpFacet - - 319, 152 + + 10 - - 115, 21 + + True - - 38 + + NoControl - - ucrInputYmax + + 104, 230 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 60, 17 - - grpAnnotation + + 13 - - 26 + + Vertical - - 319, 202 + + rdoVertical - - 115, 21 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 37 + + tbpFacet - - ucrInputYend + + 11 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - grpAnnotation + + NoControl - - 27 + + 274, 99 - - 319, 177 + + 109, 13 - - 115, 21 + + 4 - - 36 + + 2nd Factor (Optional): - - ucrInputXend + + lblFactor2 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpAnnotation + + tbpFacet - - 28 + + 12 - + True - + NoControl - - 273, 206 + + 272, 44 - - 36, 13 + + 57, 13 - - 35 + + 2 - - yend : + + 1st Factor: - - lblYend + + lblFactor1 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpAnnotation + + tbpFacet - - 29 + + 13 - - 75, 154 + + 273, 114 - - 50, 20 + + 0, 0, 0, 0 - - 62 + + 106, 26 - - ucrNudLinetype + + 5 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucr2ndFactorReceiver - - grpAnnotation + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 30 + + tbpFacet - - True + + 14 - - NoControl + + 273, 59 - - 16, 159 + + 0, 0, 0, 0 - - 49, 13 + + 106, 26 - - 63 + + 3 - - linetype : + + ucr1stFactorReceiver - - lblLinetype + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpFacet - - grpAnnotation + + 15 - - 31 + + 8, 228 - - True + + 165, 20 - - NoControl + + 30 - - 25, 184 + + ucrPnlHorizonatalVertical - - 40, 13 + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 89 + + tbpFacet - - fatten : + + 16 - - lblPointrangeFatten + + 7, 6 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 218, 191 - - grpAnnotation + + 0 - - 32 + + ucrPlotsAdditionalLayers - - 75, 179 + + instat.ucrAdditionalLayers, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 50, 20 + + tbpLayers - - 88 + + 0 - - ucrNudPointrangeFatten + + True - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + NoControl - - grpAnnotation + + 6, 68 - - 33 + + 78, 13 - - 75, 179 + + 10 - - 50, 20 + + Graph Caption: - - 87 + + lblCaption - - ucrNudCrossbarFatten + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + tbpTitles - - grpAnnotation - - - 34 + + 0 - + True - + NoControl - - 25, 184 + + 6, 41 - - 40, 13 + + 84, 13 - - 86 + + 10 - - fatten : + + Graph Sub Title: - - lblCrossbarFatten + + lblSubTitle - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpAnnotation + + tbpTitles - - 35 + + 1 - - 75, 179 + + True - - 50, 20 + + NoControl - - 84 + + 7, 17 - - ucrNudCurvature + + 62, 13 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 10 - - grpAnnotation + + Graph Title: - - 36 + + Label1 - - 75, 204 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 20 + + tbpTitles - - 81 + + 2 - - ucrNudShape + + ucrChkOverwriteLegendTitle - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpAnnotation + + grpLegendTitle - - 37 + + 0 - - True + + ucrChkDisplayLegendTitle - - NoControl + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 30, 159 + + grpLegendTitle - - 35, 13 + + 1 - - 91 + + ucrInputLegend - - label : + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblLabel + + grpLegendTitle - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - grpAnnotation + + rdoLegendTitleCustom - - 38 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 75, 154 + + grpLegendTitle - - 137, 21 + + 3 - - 90 + + rdoLegendTitleAuto - - ucrInputLabel + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpLegendTitle - - grpAnnotation + + 4 - - 39 + + ucrPnlLegendTitle - - 75, 179 + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 137, 21 + + grpLegendTitle - - 82 + + 5 - - ucrInputLineend + + 10, 171 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 299, 105 - - grpAnnotation + + 8 - - 40 + + Legend Title - - 318, 52 + + False - - 116, 21 + + grpLegendTitle - - 70 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ucrInputY + + tbpTitles - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 3 - - grpAnnotation + + 6, 75 - - 41 + + 100, 20 - - 318, 27 + + 14 - - 116, 21 + + ucrChkOverwriteLegendTitle - - 71 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrInputX + + grpLegendTitle - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 0 - - grpAnnotation + + 6, 51 - - 42 + + 100, 20 - - 318, 52 + + 13 - - 0, 0, 0, 0 + + ucrChkDisplayLegendTitle - - 116, 21 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 99 + + grpLegendTitle - - ucrReceiverY + + 1 - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 133, 74 - - grpAnnotation + + 160, 21 - - 43 + + 11 - - 7, 43 + + ucrInputLegend - - 459, 374 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 43 + + grpLegendTitle - - Annotation + + 2 - - grpAnnotation + + True - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tbpAnnotation + + 73, 23 - + + 60, 17 + + + 10 + + + Custom + + + rdoLegendTitleCustom + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpLegendTitle + + + 3 + + + True + + + NoControl + + + 6, 23 + + + 47, 17 + + + 9 + + + Auto + + + rdoLegendTitleAuto + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpLegendTitle + + + 4 + + + 4, 20 + + + 117, 25 + + + 12 + + + ucrPnlLegendTitle + + + instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpLegendTitle + + + 5 + + + 126, 71 + + + 166, 21 + + + 9 + + + ucrInputGraphCaption + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTitles + + + 4 + + + 126, 44 + + + 166, 21 + + + 9 + + + ucrInputGraphSubTitle + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTitles + + + 5 + + + 126, 17 + + + 166, 21 + + + 9 + + + ucrInputGraphTitle + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpTitles + + + 6 + + + 0, 1 + + + 514, 419 + + + 0 + + + ucrXAxis + + + instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpXAxis + + + 0 + + + 0, 1 + + + 505, 416 + + + 0 + + + ucrYAxis + + + instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + tbpYAxis + + + 0 + + + NoControl + + + 174, 49 + + + 135, 23 + + + 107 + + + Simple Options + + + cmdSimpleOptions + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbpTheme + + + 0 + + + ucrNudYaxisMarkSize + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 0 + + + ucrNudXaxisMarkSize + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + 1 - - 4, 22 + + ucrNudYSize - - 3, 3, 3, 3 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 499, 423 + + grpCommonOptions - + + 2 + + + ucrNudXSize + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 3 + + + ucrNudXAngle + + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 4 + + + ucrInputLegendPosition + + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 5 + + + ucrChkYaxisTickMarkLabelSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 6 + + + ucrChkXaxisTickMarkLabelSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 7 + + + ucrChkYaxisSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 8 + + + ucrChkXaxisSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + 9 - - Annotation + + ucrChkXaxisAngle - - tbpAnnotation + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpCommonOptions + + + 10 + + + ucrChkLegendPosition + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions - - tbpPlotsOptions + + 11 - - 8 + + 7, 81 - - 1, 3 + + 497, 243 - - 507, 449 + + 5 - - 0 + + Common Options - - tbpPlotsOptions + + grpCommonOptions - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + tbpTheme - + 1 - - 273, 269 + + 246, 205 - - 156, 20 + + 50, 20 - + 11 - - ucrChkDrop + + ucrNudYaxisMarkSize - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 0 - - 169, 252 + + 246, 169 - - 46, 20 + + 50, 20 - - 15 + + 10 - - ucrNudNumberofRows + + ucrNudXaxisMarkSize - + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 1 - - 7, 254 + + 246, 133 - - 156, 20 + + 50, 20 - - 14 + + 9 - - ucrChkNoOfRowsOrColumns + + ucrNudYSize - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 2 - - 8, 13 + + 246, 97 - - 121, 20 + + 50, 20 - - 0 + + 8 - - ucrChkIncludeFacets + + ucrNudXSize - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 3 - - 273, 245 + + 246, 61 - - 220, 20 + + 50, 20 - - 10 + + 7 - - ucrChkLabeler + + ucrNudXAngle - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 4 - - 273, 221 + + 246, 25 - - 100, 20 + + 137, 21 - - 9 + + 6 - - ucrChkFreeSpace + + ucrInputLegendPosition - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 5 - - 273, 197 + + 6, 205 - - 100, 20 + + 234, 20 - - 8 + + 5 - - ucrChkFreeScalesY + + ucrChkYaxisTickMarkLabelSize - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - + 6 - - 273, 173 + + 6, 169 - - 100, 20 + + 234, 20 - + + 4 + + + ucrChkXaxisTickMarkLabelSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + 7 - - ucrChkFreeScalesX + + 6, 133 + + + 234, 20 + + + 3 + + + ucrChkYaxisSize + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpCommonOptions + + + 8 + + + 6, 97 + + + 234, 20 + + + 2 - + + ucrChkXaxisSize + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - - 7 + + 9 - - 273, 149 + + 6, 61 - - 100, 20 + + 234, 20 - - 6 + + 1 - - ucrChkMargin + + ucrChkXaxisAngle - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet - - - 8 + + grpCommonOptions - - 8, 36 + + 10 - - 0, 0, 0, 0 + + 6, 25 - - 210, 180 + + 234, 20 - - 1 + + 0 - - ucrFacetSelector + + ucrChkLegendPosition - - instat.ucrSelectorByDataFrameAddRemove, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpFacet + + grpCommonOptions - - 9 + + 11 - + True - + NoControl - - 8, 230 + + 233, 49 - - 72, 17 + + 0, 13 - - 12 + + 4 - - Horizontal + + lblFont - - rdoHorizontal + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tbpTheme - - tbpFacet + + 2 - - 10 + + NoControl - - True + + 29, 49 - - NoControl + + 139, 23 - - 104, 230 + + 2 - - 60, 17 + + All Options - - 13 + + cmdAllOptions - - Vertical + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rdoVertical + + tbpTheme - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - tbpFacet + + 29, 19 - - 11 + + 139, 20 - - True + + 106 - - NoControl + + urChkSelectTheme - - 274, 99 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 109, 13 + + tbpTheme - + 4 - - 2nd Factor (Optional): + + 174, 19 - - lblFactor2 + + 171, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tbpFacet + + ucrInputThemes - - 12 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + tbpTheme - - NoControl + + 5 - - 272, 44 + + ucrInputPolarCoordinates - - 57, 13 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 2 + + grpPolarCordinates - - 1st Factor: + + 0 - - lblFactor1 + + lblPolarCoordinate - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpFacet - - - 13 - - - 273, 114 - - - 0, 0, 0, 0 - - - 106, 26 + + grpPolarCordinates - - 5 + + 1 - - ucr2ndFactorReceiver + + lblStartingAngle - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpFacet + + grpPolarCordinates - - 14 + + 2 - - 273, 59 + + ucrChkUsePolarCoordinates - - 0, 0, 0, 0 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 106, 26 + + grpPolarCordinates - + 3 - - ucr1stFactorReceiver - - - instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + lblPi - - tbpFacet + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + grpPolarCordinates - - 8, 228 + + 4 - - 165, 20 + + ucrChkDirectionAnticlockwise - - 30 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrPnlHorizonatalVertical + + grpPolarCordinates - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 5 - - tbpFacet + + ucrInputStartingAngle - - 16 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 7, 6 + + grpPolarCordinates - - 218, 191 + + 6 - - 0 + + 3, 67 - - ucrPlotsAdditionalLayers + + 300, 136 - - instat.ucrAdditionalLayers, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 22 - - tbpLayers + + Polar Cordinates - - 0 + + grpPolarCordinates - - True + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tbpCoordinates - - 6, 68 + + 0 - - 78, 13 + + 141, 43 - - 10 + + 65, 21 - - Graph Caption: + + 24 - - lblCaption + + ucrInputPolarCoordinates - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpTitles + + grpPolarCordinates - + 0 - + True - + NoControl - - 6, 41 + + 10, 46 - - 84, 13 + + 88, 13 - - 10 + + 23 - - Graph Sub Title: + + Polar Coordinate: - - lblSubTitle + + lblPolarCoordinate - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpTitles + + grpPolarCordinates - + 1 - + True - + NoControl - - 7, 17 + + 10, 99 - - 62, 13 + + 76, 13 - - 10 + + 22 - - Graph Title: + + Starting Angle: - - Label1 + + lblStartingAngle - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpTitles + + grpPolarCordinates - + 2 - - ucrChkOverwriteLegendTitle + + 12, 19 - + + 194, 20 + + + 16 + + + ucrChkUsePolarCoordinates + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpLegendTitle + + grpPolarCordinates - - 0 + + 3 - - ucrChkDisplayLegendTitle + + True - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + NoControl - - grpLegendTitle + + 191, 103 - - 1 + + 15, 13 - - ucrInputLegend + + 21 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + pi - - grpLegendTitle + + lblPi - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - rdoLegendTitleCustom + + grpPolarCordinates - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - grpLegendTitle + + 12, 70 - - 3 + + 194, 20 - - rdoLegendTitleAuto + + 17 + + + ucrChkDirectionAnticlockwise + + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpPolarCordinates - - grpLegendTitle + + 5 - - 4 + + 141, 95 - - ucrPnlLegendTitle + + 43, 21 - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 19 - - grpLegendTitle + + ucrInputStartingAngle - - 5 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 10, 171 + + grpPolarCordinates - - 299, 105 + + 6 - - 8 + + 13, 41 - - Legend Title + + 233, 20 - - False + + 15 - - grpLegendTitle + + ucrChkSameScale - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpTitles + + tbpCoordinates - - 3 + + 1 - - 6, 75 + + 13, 15 - - 100, 20 + + 233, 20 - + 14 - - ucrChkOverwriteLegendTitle + + ucrChkHorizontalPlot - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpLegendTitle + + tbpCoordinates - - 0 + + 2 - - 6, 51 + + 7, 125 - - 100, 20 + + 352, 20 - - 13 + + 12 - - ucrChkDisplayLegendTitle + + ucrChkColourDiscrete - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpLegendTitle + + grpColourScale - - 1 + + 0 - - 133, 74 + + 268, 46 - - 160, 21 + + 50, 20 - + 11 - - ucrInputLegend + + ucrNudColourScaleTransparency - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpLegendTitle + + grpColourScale - - 2 + + 1 - - True + + 268, 19 - - NoControl + + 137, 21 - - 73, 23 + + 10 - - 60, 17 + + ucrInputColourScalePalette - - 10 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - Custom + + grpColourScale - - rdoLegendTitleCustom + + 2 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 268, 97 - - grpLegendTitle + + 50, 20 - - 3 + + 9 - - True + + ucrNudColourScaleMapEnds - - NoControl + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 6, 23 + + grpColourScale - - 47, 17 + + 3 - - 9 + + 268, 71 - - Auto + + 50, 20 - - rdoLegendTitleAuto + + 8 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ucrNudColourScaleMapBegins - - grpLegendTitle + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - + + grpColourScale + + 4 - - 4, 20 + + 7, 145 - - 117, 25 + + 352, 18 - - 12 + + 5 - - ucrPnlLegendTitle + + ucrChkColourScaleReverseOrder - - instat.UcrPanel, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpLegendTitle + + grpColourScale - + 5 - - 126, 71 + + True + + + NoControl + + + 7, 100 + + + 198, 13 + + + 3 - - 166, 21 + + Corrected Hue Where Colour Map Ends: - - 9 + + lblColourScaleMapEnds - - ucrInputGraphCaption + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpColourScale - - tbpTitles + + 6 - - 4 + + True - - 126, 44 + + NoControl - - 166, 21 + + 7, 75 - - 9 + + 206, 13 - - ucrInputGraphSubTitle + + 2 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + Corrected Hue Where Colour Map Begins: - - tbpTitles + + lblColourScaleMapBegins - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 126, 17 + + grpColourScale - - 166, 21 + + 7 - - 9 + + True - - ucrInputGraphTitle + + NoControl - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 7, 25 - - tbpTitles + + 76, 13 - - 6 + + 1 - - 0, 1 + + Colour Palette: - - 512, 322 + + lblColourScalePalette - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ucrXAxis + + grpColourScale - - instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 8 - - tbpXAxis + + True - - 0 + + NoControl - - 0, 1 + + 7, 50 - - 496, 329 + + 75, 13 - + 0 - - ucrYAxis - - - instat.ucrAxes, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + Transparency: - - tbpYAxis + + lblColourScaleTransparency - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + grpColourScale - - 113, 48 + + 9 - - 92, 23 + + 7, 17 - - 107 + + 278, 20 - - Simple Options + + 44 - - cmdSimpleOptions + + ucrChkAnnotation - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpTheme + + tbpAnnotation - + 0 - - ucrNudYaxisMarkSize + + ucrChkParse - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 0 - - ucrNudXaxisMarkSize + + ucrInputFill - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 1 - - ucrNudYSize + + ucrInputColour - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 2 - - ucrNudXSize + + lblCurvature - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 3 - - ucrNudXAngle + + ucrNudAlpha - + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 4 - - ucrInputLegendPosition + + lblAlpha - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 5 - - ucrChkYaxisTickMarkLabelSize + + lblLineend - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 6 - - ucrChkXaxisTickMarkLabelSize + + lblAngle - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 7 - - ucrChkYaxisSize + + ucrNudAngle - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 8 - - ucrChkXaxisSize + + lblShape - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 9 - - ucrChkXaxisAngle + + lblAnnotationGeoms - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - + 10 - - ucrChkLegendPosition + + ucrInputAnnotationGeoms - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpCommonOptions + + grpAnnotation - + 11 - - 7, 81 - - - 455, 243 - - - 5 - - - Common Options - - - grpCommonOptions - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblSize - - tbpTheme + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + grpAnnotation - - 246, 205 + + 12 - - 50, 20 + + ucrNudSize - - 11 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrNudYaxisMarkSize + + grpAnnotation - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 13 - - grpCommonOptions + + lblColour - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 246, 169 + + grpAnnotation - - 50, 20 + + 14 - - 10 + + lblY - - ucrNudXaxisMarkSize + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - grpCommonOptions + + 15 - - 1 + + lblX - - 246, 133 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 20 + + grpAnnotation - - 9 + + 16 - - ucrNudYSize + + lblFill - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - - 2 + + 17 - - 246, 97 + + lblXmax - - 50, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + grpAnnotation - - ucrNudXSize + + 18 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrInputXmax - - grpCommonOptions + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 3 + + grpAnnotation - - 246, 61 + + 19 - - 50, 20 + + ucrInputYmin - - 7 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrNudXAngle + + grpAnnotation - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 20 - - grpCommonOptions + + ucrInputXmin - - 4 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 246, 25 + + grpAnnotation - - 137, 21 + + 21 - - 6 + + lblYmin - - ucrInputLegendPosition + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - grpCommonOptions + + 22 - - 5 + + lblXmin - - 6, 205 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 234, 20 + + grpAnnotation - - 5 + + 23 - - ucrChkYaxisTickMarkLabelSize + + lblXend - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - - 6 + + 24 - - 6, 169 + + lblYmax - - 234, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + grpAnnotation - - ucrChkXaxisTickMarkLabelSize + + 25 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrInputYmax - - grpCommonOptions + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 7 + + grpAnnotation - - 6, 133 + + 26 - - 234, 20 + + ucrInputYend - - 3 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrChkYaxisSize + + grpAnnotation - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 27 - - grpCommonOptions + + ucrInputXend - - 8 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 6, 97 + + grpAnnotation - - 234, 20 + + 28 - - 2 + + lblYend - - ucrChkXaxisSize + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - grpCommonOptions + + 29 - - 9 + + ucrNudLinetype - - 6, 61 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 234, 20 + + grpAnnotation - - 1 + + 30 - - ucrChkXaxisAngle + + lblLinetype - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpCommonOptions + + grpAnnotation - - 10 + + 31 - - 6, 25 + + lblPointrangeFatten - - 204, 20 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + grpAnnotation - - ucrChkLegendPosition + + 32 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrNudPointrangeFatten - - grpCommonOptions + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 11 + + grpAnnotation - - True + + 33 - - NoControl + + ucrNudCrossbarFatten - - 233, 49 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 0, 13 + + grpAnnotation - - 4 + + 34 - - lblFont + + lblCrossbarFatten - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tbpTheme + + grpAnnotation - - 2 + + 35 - - NoControl + + ucrNudCurvature - - 10, 48 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 92, 23 + + grpAnnotation - - 2 + + 36 - - All Options + + ucrNudShape - - cmdAllOptions + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + grpAnnotation - - tbpTheme + + 37 - - 3 + + lblLabel - - 6, 19 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 97, 20 + + grpAnnotation - - 106 + + 38 - - urChkSelectTheme + + ucrInputLabel - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - tbpTheme + + grpAnnotation - - 4 + + 39 - - 113, 14 + + ucrInputLineend - - 171, 21 + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 1 + + grpAnnotation - - ucrInputThemes + + 40 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrInputY - - tbpTheme + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 5 + + grpAnnotation - - ucrInputPolarCoordinates + + 41 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrInputX - - grpPolarCordinates + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 0 + + grpAnnotation - - lblPolarCoordinate + + 42 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ucrReceiverY - - grpPolarCordinates + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 1 + + grpAnnotation - - lblStartingAngle + + 43 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 43 - - grpPolarCordinates + + 459, 374 - - 2 + + 43 - - ucrChkUsePolarCoordinates + + Annotation - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - grpPolarCordinates + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + tbpAnnotation - - lblPi + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 230 - - grpPolarCordinates + + 100, 20 - - 4 + + 102 - - ucrChkDirectionAnticlockwise + + ucrChkParse - + instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpPolarCordinates + + grpAnnotation - - 5 + + 0 - - ucrInputStartingAngle + + 75, 179 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 137, 21 - - grpPolarCordinates + + 101 - - 6 + + ucrInputFill - - 3, 67 + + instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 300, 136 + + grpAnnotation - - 22 + + 1 - - Polar Cordinates + + 75, 81 - - grpPolarCordinates + + 137, 21 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 100 - - tbpCoordinates + + ucrInputColour - - 0 + + instat.ucrColors, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 103, 43 + + grpAnnotation - - 65, 21 + + 2 - - 24 + + True - - ucrInputPolarCoordinates + + NoControl - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 7, 184 - - grpPolarCordinates + + 58, 13 - - 0 + + 85 - - True + + curvature : - - NoControl + + lblCurvature - - 10, 46 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 88, 13 + + grpAnnotation - - 23 + + 3 - - Polar Coordinate: + + 75, 130 - - lblPolarCoordinate + + 50, 20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - grpPolarCordinates + + ucrNudAlpha - - 1 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + grpAnnotation - + + 4 + + True - + NoControl - - 10, 99 + + 26, 135 - - 76, 13 + + 39, 13 - - 22 + + 19 - - Starting Angle: + + alpha : - - lblStartingAngle + + lblAlpha - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpPolarCordinates + + grpAnnotation - - 2 + + 5 - - 12, 19 + + True - - 147, 20 + + NoControl - - 16 + + 18, 184 - - ucrChkUsePolarCoordinates + + 47, 13 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 83 - - grpPolarCordinates + + lineend : - - 3 + + lblLineend - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpAnnotation + + + 6 + + True - + NoControl - - 138, 100 + + 26, 208 - - 15, 13 + + 39, 13 - - 21 + + 80 - - pi + + angle : - - lblPi + + lblAngle - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpPolarCordinates + + grpAnnotation - - 4 + + 7 - - 12, 70 + + 75, 204 - - 155, 20 + + 50, 20 - - 17 + + 78 - - ucrChkDirectionAnticlockwise + + ucrNudAngle - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpPolarCordinates + + grpAnnotation - - 5 + + 8 - - 92, 95 + + True - - 43, 21 + + NoControl - - 19 + + 23, 210 - - ucrInputStartingAngle + + 42, 13 - - instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 79 - - grpPolarCordinates + + shape : - - 6 + + lblShape - - 13, 41 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 233, 20 + + grpAnnotation - - 15 + + 9 - - ucrChkSameScale + + True - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + NoControl - - tbpCoordinates + + 25, 24 - - 1 + + 41, 13 - - 13, 15 + + 77 - - 233, 20 + + Geom : - - 14 + + lblAnnotationGeoms - - ucrChkHorizontalPlot + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - tbpCoordinates + + 10 - - 2 + + 75, 19 - - 23, 210 + + 137, 21 - - 243, 20 + + 76 - - 27 + + ucrInputAnnotationGeoms - - ucrChkAddColour + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - tbpColour + + 11 - - 0 + + True - - 23, 6 + + NoControl - - 243, 20 + + 34, 111 - - 26 + + 31, 13 + + + 75 - - ucrChkAddFillScale + + size : - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + lblSize - - tbpColour + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + grpAnnotation - - ucrChkColourDiscrete + + 12 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 75, 106 - - grpColourScale + + 50, 20 - - 0 + + 74 - - ucrNudColourScaleTransparency + + ucrNudSize - + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpColourScale + + grpAnnotation - - 1 + + 13 - - ucrInputColourScalePalette + + True - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + NoControl - - grpColourScale + + 23, 87 - - 2 + + 42, 13 - - ucrNudColourScaleMapEnds + + 73 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + colour : - - grpColourScale + + lblColour - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ucrNudColourScaleMapBegins + + grpAnnotation - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 14 - - grpColourScale + + True - - 4 + + NoControl - - ucrChkColourScaleReverseOrder + + 291, 56 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 18, 13 - - grpColourScale + + 69 - - 5 + + y : - - lblColourScaleMapEnds + + lblY - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale - - - 6 - - - lblColourScaleMapBegins + + grpAnnotation - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - grpColourScale + + True - - 7 + + NoControl - - lblColourScalePalette + + 294, 31 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15, 13 - - grpColourScale + + 68 - - 8 + + x: - - lblColourScaleTransparency + + lblX - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale + + grpAnnotation - - 9 + + 16 - - 13, 236 + + True - - 390, 171 + + NoControl - - 25 + + 43, 184 - - Colour Scale + + 22, 13 - - grpColourScale + + 61 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fill : - - tbpColour + + lblFill - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 125 + + grpAnnotation - - 246, 20 + + 17 - - 12 + + True - - ucrChkColourDiscrete + + NoControl - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 272, 132 - - grpColourScale + + 37, 13 - - 0 + + 51 - - 222, 45 + + xmax : - - 50, 20 + + lblXmax - - 11 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ucrNudColourScaleTransparency + + grpAnnotation - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 18 - - grpColourScale + + 318, 127 - - 1 + + 116, 21 + + + 50 - - 222, 19 + + ucrInputXmax - - 137, 21 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 10 + + grpAnnotation - - ucrInputColourScalePalette + + 19 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 318, 102 - - grpColourScale + + 116, 21 - - 2 + + 49 - - 222, 97 + + ucrInputYmin - - 50, 20 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 9 + + grpAnnotation - - ucrNudColourScaleMapEnds + + 20 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 318, 77 - - grpColourScale + + 116, 21 - - 3 + + 48 - - 222, 71 + + ucrInputXmin - - 50, 20 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 8 + + grpAnnotation - - ucrNudColourScaleMapBegins + + 21 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - grpColourScale + + NoControl - - 4 + + 275, 106 - - 7, 145 + + 34, 13 - - 246, 18 + + 47 - - 5 + + ymin : - - ucrChkColourScaleReverseOrder + + lblYmin - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale + + grpAnnotation - - 5 + + 22 - + True - + NoControl - - 7, 100 + + 275, 81 - - 198, 13 + + 34, 13 - - 3 + + 46 - - Corrected Hue Where Colour Map Ends: + + xmin : - - lblColourScaleMapEnds + + lblXmin - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale + + grpAnnotation - - 6 + + 23 - + True - + NoControl - - 7, 75 + + 273, 181 - - 206, 13 + + 36, 13 - - 2 + + 40 - - Corrected Hue Where Colour Map Begins: + + xend : - - lblColourScaleMapBegins + + lblXend - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale + + grpAnnotation - - 7 + + 24 - + True - + NoControl - - 7, 25 + + 272, 156 - - 76, 13 + + 37, 13 - - 1 + + 39 - - Colour Palette: + + ymax : - - lblColourScalePalette + + lblYmax - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpColourScale + + grpAnnotation - - 8 + + 25 - - True + + 319, 152 - - NoControl + + 115, 21 - - 7, 50 + + 38 - - 75, 13 + + ucrInputYmax - - 0 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - Transparency: + + grpAnnotation - - lblColourScaleTransparency + + 26 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 319, 202 - - grpColourScale + + 115, 21 - - 9 + + 37 + + + ucrInputYend + + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrChkFillDiscrete + + grpAnnotation - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 27 - - grpFillScale + + 319, 177 - - 0 + + 115, 21 - - ucrNudFillScaleTransparency + + 36 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrInputXend - - grpFillScale + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 1 + + grpAnnotation - - ucrNudFillScaleMapEnds + + 28 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - grpFillScale + + NoControl - - 2 + + 273, 206 - - ucrNudFillScaleMapBegins + + 36, 13 - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 35 - - grpFillScale + + yend : - - 3 + + lblYend - - ucrInputFillScaleColour + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + grpAnnotation - - grpFillScale + + 29 - - 4 + + 75, 154 - - ucrChkFillScaleReverseColourOrder + + 50, 20 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 62 - - grpFillScale + + ucrNudLinetype - - 5 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblFillScaleMapEnds + + grpAnnotation - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 30 - - grpFillScale + + True - - 6 + + NoControl - - lblFillScaleBeginColour + + 16, 159 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 49, 13 - - grpFillScale + + 63 - - 7 + + linetype : - - lblFillScaleColourPalettte + + lblLinetype - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpFillScale + + grpAnnotation - - 8 + + 31 - - lblFillScaleTransparency + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - grpFillScale + + 25, 184 - - 9 + + 40, 13 - - 13, 30 + + 89 - - 388, 163 + + fatten : - - 23 + + lblPointrangeFatten - - Fill Scale + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpFillScale + + grpAnnotation - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - - tbpColour + + 75, 179 - - 3 + + 50, 20 - - 7, 119 + + 88 - - 299, 20 + + ucrNudPointrangeFatten - - 10 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrChkFillDiscrete + + grpAnnotation - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 33 - - grpFillScale + + 75, 179 - - 0 + + 50, 20 - - 222, 42 + + 87 - - 50, 21 + + ucrNudCrossbarFatten - - 9 + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - ucrNudFillScaleTransparency + + grpAnnotation - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 34 - - grpFillScale + + True - - 1 + + NoControl - - 222, 94 + + 25, 184 - - 50, 22 + + 40, 13 - - 8 + + 86 + + + fatten : - - ucrNudFillScaleMapEnds + + lblCrossbarFatten - - instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - grpFillScale + + grpAnnotation - - 2 + + 35 - - 222, 68 + + 75, 179 - - 50, 27 + + 50, 20 - - 7 + + 84 - - ucrNudFillScaleMapBegins + + ucrNudCurvature - + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpFillScale - - - 3 + + grpAnnotation - - 222, 16 + + 36 - - 137, 24 + + 75, 204 - - 6 + + 50, 20 - - ucrInputFillScaleColour + + 81 - - instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ucrNudShape - - grpFillScale + + instat.ucrNud, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 4 + + grpAnnotation - - 7, 139 + + 37 - - 222, 20 + + True - - 5 + + NoControl - - ucrChkFillScaleReverseColourOrder + + 30, 159 - - instat.ucrCheck, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 35, 13 - - grpFillScale + + 91 - - 5 + + label : - - True + + lblLabel - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7, 98 + + grpAnnotation - - 198, 13 + + 38 - - 3 + + 75, 154 - - Corrected Hue Where Colour Map Ends: + + 137, 21 - - lblFillScaleMapEnds + + 90 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ucrInputLabel - - grpFillScale + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 6 + + grpAnnotation - - True + + 39 - - NoControl + + 75, 179 - - 7, 73 + + 137, 21 - - 206, 13 + + 82 - - 2 + + ucrInputLineend - - Corrected Hue Where Colour Map Begins: + + instat.ucrInputComboBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - lblFillScaleBeginColour + + grpAnnotation - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 40 - - grpFillScale + + 318, 52 - - 7 + + 116, 21 - - True + + 70 - - NoControl + + ucrInputY - - 7, 23 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - 76, 13 + + grpAnnotation - - 1 + + 41 - - Colour Palette: + + 318, 27 - - lblFillScaleColourPalettte + + 116, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71 - - grpFillScale + + ucrInputX - - 8 + + instat.ucrInputTextBox, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - True + + grpAnnotation - - NoControl + + 42 - - 7, 48 + + 318, 52 - - 75, 13 + + 0, 0, 0, 0 - - 0 + + 116, 21 - - Transparency: + + 99 - - lblFillScaleTransparency + + ucrReceiverY - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + instat.ucrReceiverSingle, instat, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - grpFillScale + + grpAnnotation - - 9 + + 43 164, 472 @@ -4603,7 +4987,7 @@ 6, 13 - 521, 502 + 528, 502 CenterParent diff --git a/instat/sdgSaveColumnPosition.Designer.vb b/instat/sdgSaveColumnPosition.Designer.vb index b30f547fcfc..4f750deeed7 100644 --- a/instat/sdgSaveColumnPosition.Designer.vb +++ b/instat/sdgSaveColumnPosition.Designer.vb @@ -131,10 +131,10 @@ Partial Class sdgSaveColumnPosition Me.ucrSelectorColumns.bDropUnusedFilterLevels = False Me.ucrSelectorColumns.bShowHiddenColumns = False Me.ucrSelectorColumns.bUseCurrentFilter = True - Me.ucrSelectorColumns.Location = New System.Drawing.Point(6, 71) + Me.ucrSelectorColumns.Location = New System.Drawing.Point(9, 71) Me.ucrSelectorColumns.Margin = New System.Windows.Forms.Padding(0) Me.ucrSelectorColumns.Name = "ucrSelectorColumns" - Me.ucrSelectorColumns.Size = New System.Drawing.Size(210, 180) + Me.ucrSelectorColumns.Size = New System.Drawing.Size(212, 180) Me.ucrSelectorColumns.TabIndex = 13 ' 'ucrBaseSubdialog @@ -150,7 +150,7 @@ Partial Class sdgSaveColumnPosition Me.ucrChkKeepExistingPos.Checked = False Me.ucrChkKeepExistingPos.Location = New System.Drawing.Point(227, 155) Me.ucrChkKeepExistingPos.Name = "ucrChkKeepExistingPos" - Me.ucrChkKeepExistingPos.Size = New System.Drawing.Size(100, 20) + Me.ucrChkKeepExistingPos.Size = New System.Drawing.Size(126, 20) Me.ucrChkKeepExistingPos.TabIndex = 16 ' 'sdgSaveColumnPosition diff --git a/instat/sdgThemes.resx b/instat/sdgThemes.resx index ed04a3f450d..93cd2ab5136 100644 --- a/instat/sdgThemes.resx +++ b/instat/sdgThemes.resx @@ -780,14 +780,14 @@ 1 - 120, 126 + 152, 126 21, 17, 21, 17 - 137, 21 + 105, 21 9 @@ -805,13 +805,13 @@ 0 - 120, 98 + 152, 98 21, 17, 21, 17 - 137, 21 + 105, 21 7 @@ -829,13 +829,13 @@ 1 - 120, 19 + 152, 19 21, 17, 21, 17 - 137, 21 + 105, 21 1 @@ -853,13 +853,13 @@ 2 - 120, 45 + 152, 45 21, 17, 21, 17 - 137, 21 + 105, 21 3 @@ -877,13 +877,13 @@ 3 - 120, 71 + 177, 71 21, 17, 21, 17 - 137, 21 + 80, 21 5 @@ -904,7 +904,7 @@ 6, 128 - 122, 20 + 147, 20 8 @@ -925,7 +925,7 @@ 6, 100 - 122, 20 + 147, 20 6 @@ -946,7 +946,7 @@ 6, 21 - 122, 20 + 147, 20 0 @@ -967,7 +967,7 @@ 6, 47 - 122, 20 + 147, 20 2 @@ -988,7 +988,7 @@ 6, 73 - 122, 20 + 165, 20 4 @@ -1594,7 +1594,7 @@ 2 - 6, 10 + 6, 23 258, 122 @@ -1615,10 +1615,10 @@ 0 - 538, 27 + 541, 27 - 272, 137 + 272, 151 2 @@ -1777,7 +1777,7 @@ 2 - Plot Margin + Margin grpPlotMargin @@ -1822,7 +1822,7 @@ 1 - Plot Background + Background grpPlotBackground diff --git a/instat/ucrELementTextControl.Designer.vb b/instat/ucrELementTextControl.Designer.vb index f746b5c6cf5..c5f16174876 100644 --- a/instat/ucrELementTextControl.Designer.vb +++ b/instat/ucrELementTextControl.Designer.vb @@ -84,6 +84,7 @@ Partial Class ucrELementTextControl 'ucrTextColors ' Me.ucrTextColors.AddQuotesIfUnrecognised = True + Me.ucrTextColors.GetSetSelectedIndex = -1 Me.ucrTextColors.IsReadOnly = False resources.ApplyResources(Me.ucrTextColors, "ucrTextColors") Me.ucrTextColors.Name = "ucrTextColors" @@ -189,6 +190,7 @@ Partial Class ucrELementTextControl 'ucrInputTextFace ' Me.ucrInputTextFace.AddQuotesIfUnrecognised = True + Me.ucrInputTextFace.GetSetSelectedIndex = -1 Me.ucrInputTextFace.IsReadOnly = False resources.ApplyResources(Me.ucrInputTextFace, "ucrInputTextFace") Me.ucrInputTextFace.Name = "ucrInputTextFace" @@ -196,6 +198,7 @@ Partial Class ucrELementTextControl 'ucrInputTextFamily ' Me.ucrInputTextFamily.AddQuotesIfUnrecognised = True + Me.ucrInputTextFamily.GetSetSelectedIndex = -1 Me.ucrInputTextFamily.IsReadOnly = False resources.ApplyResources(Me.ucrInputTextFamily, "ucrInputTextFamily") Me.ucrInputTextFamily.Name = "ucrInputTextFamily" diff --git a/instat/ucrELementTextControl.resx b/instat/ucrELementTextControl.resx index 5412eb177fb..3c479c94192 100644 --- a/instat/ucrELementTextControl.resx +++ b/instat/ucrELementTextControl.resx @@ -119,10 +119,10 @@ - 105, 191 + 141, 192 - 137, 21 + 101, 21 @@ -144,7 +144,7 @@ 8, 192 - 94, 20 + 127, 20 14 @@ -165,7 +165,7 @@ 8, 167 - 94, 20 + 127, 20 12 @@ -186,7 +186,7 @@ 8, 142 - 94, 20 + 127, 20 10 @@ -207,7 +207,7 @@ 8, 117 - 94, 20 + 127, 20 8 @@ -228,7 +228,7 @@ 8, 44 - 94, 20 + 127, 20 2 @@ -249,7 +249,7 @@ 8, 69 - 94, 20 + 127, 20 4 @@ -270,7 +270,7 @@ 8, 94 - 94, 18 + 127, 18 6 @@ -291,7 +291,7 @@ 8, 19 - 94, 20 + 127, 20 0 @@ -309,10 +309,10 @@ 8 - 105, 68 + 141, 69 - 50, 20 + 53, 20 5 @@ -330,10 +330,10 @@ 9 - 105, 92 + 141, 94 - 50, 20 + 53, 20 7 @@ -351,10 +351,10 @@ 10 - 105, 117 + 141, 117 - 50, 20 + 53, 20 9 @@ -372,10 +372,10 @@ 11 - 105, 43 + 141, 44 - 50, 20 + 53, 20 3 @@ -393,10 +393,10 @@ 12 - 105, 19 + 141, 19 - 50, 20 + 53, 20 1 @@ -414,14 +414,14 @@ 13 - 105, 166 + 141, 166 21, 17, 21, 17 - 137, 21 + 101, 21 13 @@ -439,13 +439,13 @@ 14 - 105, 141 + 141, 141 21, 17, 21, 17 - 137, 21 + 101, 21 11 diff --git a/instat/ucrElementLineControl.Designer.vb b/instat/ucrElementLineControl.Designer.vb index ffd4ac8de81..7580ff36fed 100644 --- a/instat/ucrElementLineControl.Designer.vb +++ b/instat/ucrElementLineControl.Designer.vb @@ -68,6 +68,7 @@ Partial Class ucrElementLineControl 'ucrLineColors ' Me.ucrLineColors.AddQuotesIfUnrecognised = True + Me.ucrLineColors.GetSetSelectedIndex = -1 Me.ucrLineColors.IsReadOnly = False resources.ApplyResources(Me.ucrLineColors, "ucrLineColors") Me.ucrLineColors.Name = "ucrLineColors" @@ -99,6 +100,7 @@ Partial Class ucrElementLineControl 'ucrInputLineLineEnd ' Me.ucrInputLineLineEnd.AddQuotesIfUnrecognised = True + Me.ucrInputLineLineEnd.GetSetSelectedIndex = -1 Me.ucrInputLineLineEnd.IsReadOnly = False resources.ApplyResources(Me.ucrInputLineLineEnd, "ucrInputLineLineEnd") Me.ucrInputLineLineEnd.Name = "ucrInputLineLineEnd" @@ -116,6 +118,7 @@ Partial Class ucrElementLineControl 'ucrInputLineLineType ' Me.ucrInputLineLineType.AddQuotesIfUnrecognised = True + Me.ucrInputLineLineType.GetSetSelectedIndex = -1 Me.ucrInputLineLineType.IsReadOnly = False resources.ApplyResources(Me.ucrInputLineLineType, "ucrInputLineLineType") Me.ucrInputLineLineType.Name = "ucrInputLineLineType" diff --git a/instat/ucrElementLineControl.resx b/instat/ucrElementLineControl.resx index 9b1c47ded91..69e84400b09 100644 --- a/instat/ucrElementLineControl.resx +++ b/instat/ucrElementLineControl.resx @@ -119,10 +119,10 @@ - 105, 68 + 138, 68 - 137, 21 + 104, 21 @@ -144,7 +144,7 @@ 8, 94 - 88, 20 + 125, 20 6 @@ -165,7 +165,7 @@ 8, 19 - 88, 20 + 125, 20 0 @@ -186,7 +186,7 @@ 8, 44 - 88, 20 + 125, 20 2 @@ -207,7 +207,7 @@ 8, 69 - 88, 20 + 125, 20 4 @@ -225,14 +225,14 @@ 4 - 105, 93 + 138, 93 21, 17, 21, 17 - 137, 21 + 104, 21 7 @@ -250,7 +250,7 @@ 5 - 105, 19 + 138, 19 50, 20 @@ -271,13 +271,13 @@ 6 - 105, 43 + 138, 43 21, 17, 21, 17 - 137, 21 + 104, 21 3 diff --git a/instat/ucrElementRectControl.Designer.vb b/instat/ucrElementRectControl.Designer.vb index 28391b47daa..d5ee18dac59 100644 --- a/instat/ucrElementRectControl.Designer.vb +++ b/instat/ucrElementRectControl.Designer.vb @@ -68,6 +68,7 @@ Partial Class ucrElementRectControl 'ucrRectFill ' Me.ucrRectFill.AddQuotesIfUnrecognised = True + Me.ucrRectFill.GetSetSelectedIndex = -1 Me.ucrRectFill.IsReadOnly = False resources.ApplyResources(Me.ucrRectFill, "ucrRectFill") Me.ucrRectFill.Name = "ucrRectFill" @@ -75,6 +76,7 @@ Partial Class ucrElementRectControl 'ucrRectColors ' Me.ucrRectColors.AddQuotesIfUnrecognised = True + Me.ucrRectColors.GetSetSelectedIndex = -1 Me.ucrRectColors.IsReadOnly = False resources.ApplyResources(Me.ucrRectColors, "ucrRectColors") Me.ucrRectColors.Name = "ucrRectColors" @@ -116,6 +118,7 @@ Partial Class ucrElementRectControl 'ucrInputRectLineType ' Me.ucrInputRectLineType.AddQuotesIfUnrecognised = True + Me.ucrInputRectLineType.GetSetSelectedIndex = -1 Me.ucrInputRectLineType.IsReadOnly = False resources.ApplyResources(Me.ucrInputRectLineType, "ucrInputRectLineType") Me.ucrInputRectLineType.Name = "ucrInputRectLineType" diff --git a/instat/ucrElementRectControl.resx b/instat/ucrElementRectControl.resx index 238fbb100ff..0789da37859 100644 --- a/instat/ucrElementRectControl.resx +++ b/instat/ucrElementRectControl.resx @@ -119,10 +119,10 @@ - 105, 93 + 138, 93 - 137, 21 + 104, 21 @@ -141,10 +141,10 @@ 0 - 105, 68 + 138, 68 - 137, 21 + 104, 21 5 @@ -165,7 +165,7 @@ 6, 94 - 88, 20 + 126, 20 6 @@ -186,7 +186,7 @@ 8, 19 - 88, 20 + 124, 20 0 @@ -207,7 +207,7 @@ 8, 44 - 88, 20 + 124, 20 2 @@ -228,7 +228,7 @@ 6, 69 - 88, 20 + 126, 20 4 @@ -246,7 +246,7 @@ 5 - 105, 19 + 138, 19 50, 20 @@ -267,14 +267,14 @@ 6 - 105, 43 + 138, 43 21, 17, 21, 17 - 137, 21 + 104, 21 3 diff --git a/instat/ucrFilter.Designer.vb b/instat/ucrFilter.Designer.vb index 1d2214f72e2..b6f8cb7eb53 100644 --- a/instat/ucrFilter.Designer.vb +++ b/instat/ucrFilter.Designer.vb @@ -379,7 +379,6 @@ Partial Class ucrFilter resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.cmdCombineWithAndOr) - Me.Controls.Add(Me.ucrReceiverExpression) Me.Controls.Add(Me.grpNumeric) Me.Controls.Add(Me.ucrLogicalCombobox) Me.Controls.Add(Me.ucrDatePicker) @@ -400,6 +399,7 @@ Partial Class ucrFilter Me.Controls.Add(Me.ucrSelectorForFitler) Me.Controls.Add(Me.ucrChkNotForAllConditions) Me.Controls.Add(Me.ucrChkNotForEachCondition) + Me.Controls.Add(Me.ucrReceiverExpression) Me.Name = "ucrFilter" Me.grpNumeric.ResumeLayout(False) Me.ResumeLayout(False) diff --git a/instat/ucrFilter.resx b/instat/ucrFilter.resx index 5e08493dc2d..fd44fdab400 100644 --- a/instat/ucrFilter.resx +++ b/instat/ucrFilter.resx @@ -148,7 +148,7 @@ $this - 16 + 15 Microsoft Sans Serif, 8.25pt @@ -160,7 +160,7 @@ 278, 64 - 110, 29 + 120, 29 4 @@ -178,7 +178,7 @@ $this - 15 + 14 NoControl @@ -205,13 +205,13 @@ $this - 13 + 12 5, 195 - 271, 132 + 247, 132 8 @@ -226,7 +226,7 @@ $this - 12 + 11 NoControl @@ -253,7 +253,7 @@ $this - 11 + 10 True @@ -283,16 +283,16 @@ $this - 9 + 8 NoControl - 277, 302 + 256, 298 - 110, 29 + 142, 30 14 @@ -310,7 +310,7 @@ $this - 8 + 7 False @@ -319,10 +319,10 @@ NoControl - 277, 271 + 256, 267 - 110, 29 + 142, 27 15 @@ -340,7 +340,7 @@ $this - 7 + 6 NoControl @@ -367,8 +367,266 @@ $this + 5 + + + cmdClear + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 0 + + + cmdComma + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 1 + + + cmdBrackets + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 2 + + + cmdPower + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 3 + + + cmdDivide + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 4 + + + cmdPlus + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 5 + + + cmdMinus + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + 6 + + cmdMultiply + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 7 + + + cmdDot + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 8 + + + cmd9 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 9 + + + cmd8 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 10 + + + cmd7 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 11 + + + cmd6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 12 + + + cmd5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 13 + + + cmd4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 14 + + + cmd3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 15 + + + cmd2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 16 + + + cmd0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 17 + + + cmd1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + grpNumeric + + + 18 + + + 398, 66 + + + 2, 3, 2, 3 + + + 2, 3, 2, 3 + + + 205, 134 + + + 180 + + + Numeric + + + grpNumeric + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + NoControl @@ -960,36 +1218,6 @@ 18 - - 398, 66 - - - 2, 3, 2, 3 - - - 2, 3, 2, 3 - - - 205, 134 - - - 180 - - - Numeric - - - grpNumeric - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - Microsoft Sans Serif, 8.25pt @@ -997,10 +1225,10 @@ NoControl - 277, 196 + 256, 196 - 110, 29 + 142, 27 182 @@ -1024,7 +1252,7 @@ 17, 17 - 456, 42 + 456, 44 5, 5, 5, 5 @@ -1045,10 +1273,10 @@ $this - 1 + 21 - 456, 42 + 456, 44 7, 6, 7, 6 @@ -1069,7 +1297,7 @@ $this - 3 + 2 457, 44 @@ -1093,10 +1321,10 @@ $this - 4 + 3 - 100, 364 + 204, 362 7, 6, 7, 6 @@ -1117,7 +1345,7 @@ $this - 5 + 4 100, 337 @@ -1141,10 +1369,10 @@ $this - 10 + 9 - 399, 42 + 399, 44 7, 6, 7, 6 @@ -1165,7 +1393,7 @@ $this - 14 + 13 True @@ -1177,7 +1405,7 @@ 5, 5, 5, 5 - 354, 297 + 354, 262 2 @@ -1192,7 +1420,7 @@ $this - 17 + 16 278, 43 @@ -1216,7 +1444,7 @@ $this - 18 + 17 5, 4 @@ -1240,13 +1468,13 @@ $this - 19 + 18 - 277, 249 + 256, 249 - 121, 20 + 142, 20 184 @@ -1261,13 +1489,13 @@ $this - 20 + 19 - 277, 227 + 256, 223 - 121, 20 + 142, 20 183 @@ -1285,7 +1513,7 @@ $this - 21 + 20 True diff --git a/instat/ucrGridUnit.Designer.vb b/instat/ucrGridUnit.Designer.vb index a820a8bac29..658ab76e1e7 100644 --- a/instat/ucrGridUnit.Designer.vb +++ b/instat/ucrGridUnit.Designer.vb @@ -97,6 +97,7 @@ Partial Class ucrGridUnit 'ucrInputUnits ' Me.ucrInputUnits.AddQuotesIfUnrecognised = True + Me.ucrInputUnits.GetSetSelectedIndex = -1 Me.ucrInputUnits.IsReadOnly = False resources.ApplyResources(Me.ucrInputUnits, "ucrInputUnits") Me.ucrInputUnits.Name = "ucrInputUnits" diff --git a/instat/ucrGridUnit.resx b/instat/ucrGridUnit.resx index f77066bdb88..08d7a33e963 100644 --- a/instat/ucrGridUnit.resx +++ b/instat/ucrGridUnit.resx @@ -201,10 +201,10 @@ 2 - 113, 92 + 126, 92 - 137, 23 + 124, 23 6 @@ -222,10 +222,10 @@ 3 - 113, 43 + 126, 43 - 137, 23 + 124, 23 2 @@ -243,14 +243,14 @@ 4 - 113, 68 + 126, 68 21, 17, 21, 17 - 137, 21 + 124, 21 4